@charset "UTF-8";
/*
common.css
*/
/* basis */
html {
  font-size: 62.5%;
}

img {
  display: block;
  width: 100%;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 10px;
  }
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

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

@media screen and (min-width: 992px) {
  /* ホバーアクション */
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.fadein {
  transform: translateY(20px);
  opacity: 0;
}

.fadein.is_show {
  transition: all 0.7s ease-in;
  transform: translateY(0);
  opacity: 1 !important;
}

.marking {
  padding: 0 5px;
  background-image: linear-gradient(#ffff00, #ffff00);
  background-size: 0 50%;
  /*幅をゼロにしておく*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: 0.8s;
  display: inline;
}

.marking.is_show {
  background-size: 100% 50%;
}

.section {
  margin-bottom: 50px;
}

.title {
  font-size: 2.4rem;
  letter-spacing: 4px;
  margin-bottom: 15px;
  color: #c69e62;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .title {
    font-size: 4rem;
  }
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-bottom: 22vw;
  }
}

@media screen and (max-width: 991px) {
  .page_thanks .wrapper {
    padding-bottom: 0;
  }
}

/* header */
header.is_active {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 992px) {
  header {
    padding: 0 10px;
  }
  .header {
    height: 100px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 60px;
    padding: 0 3%;
  }
}

.haeder_contact {
  width: 65%;
}

@media screen and (max-width: 991px) {
  .haeder_contact {
    width: 40%;
  }
}

.haeder_contact_tel {
  display: flex;
  align-items: center;
  width: 60%;
  justify-content: flex-end;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .haeder_contact_tel {
    width: 100%;
    margin-right: 0;
  }
}

.haeder_contact_tel img {
  max-width: 150px;
  width: 30%;
}

@media screen and (max-width: 991px) {
  .haeder_contact_tel img {
    width: 100%;
    max-width: 120px;
  }
}

.haeder_contact_tel img + img {
  max-width: 340px;
  margin-left: 15px;
  width: 70%;
}

.haeder_contact_btn img {
  max-width: 280px;
}

.haeder_contact > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 60%;
  }
}

.logo > img {
  max-width: 450px;
}

@media screen and (max-width: 991px) {
  .logo > img {
    max-width: 280px;
  }
}

@media (min-width: 992px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .haeder_contact_link:hover {
    opacity: 0.7;
  }
}

/* メインビジュアル */
.mv {
  height: 750px;
  position: relative;
  background: #e8eff9;
}

@media screen and (max-width: 991px) {
  .mv {
    height: auto;
    overflow: hidden;
  }
}

.mv-image {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .mv-image {
    height: auto;
    width: 100%;
  }
}

.mv .inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .mv .inner {
    padding: 0;
  }
}

.mv-txt01 {
  padding-top: 50px;
  position: relative;
  display: table;
}

@media screen and (max-width: 991px) {
  .mv-txt01 {
    padding-top: 20px;
    width: 100%;
    margin: auto;
    padding: 20px 3% 0;
    max-width: 500px;
  }
}

.mv-txt01 .img01 {
  width: 600px;
}

@media screen and (max-width: 991px) {
  .mv-txt01 .img01 {
    width: 100%;
  }
}

.mv-txt01 .img02 {
  width: 120px;
  position: absolute;
  bottom: 70px;
  right: -30px;
  animation: yurayura 2s ease infinite;
}

.mv-txt02 {
  position: relative;
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .mv-txt02 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    padding-bottom: 25px;
    padding-right: 3%;
  }
}

@media screen and (min-width: 992px) {
  .mv-txt02 .img01 {
    position: absolute;
    width: 150px;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
  }
}

@media screen and (max-width: 991px) {
  .mv-txt02 .img01 {
    width: 22vw;
    margin-top: 2vw;
  }
}

.mv-txt02 .img02 {
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .mv-txt02 .img02 {
    width: 65vw;
    padding-left: 0;
  }
}

.mv-txt02 .img02 > div {
  position: relative;
  width: 560px;
  overflow: hidden;
  clip-path: polygon(100% 0%, 92% 50%, 100% 100%, 0 100%, 0 0);
}

@media screen and (max-width: 991px) {
  .mv-txt02 .img02 > div {
    width: 100%;
  }
}

.mv-txt02 .img02 > div::after {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 3s ease-in-out infinite;
}

.mv-txt02 .img03 {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 650px;
  display: flex;
  justify-content: flex-end;
  padding-left: 80px;
}

@media screen and (max-width: 991px) {
  .mv-txt02 .img03 {
    bottom: 10px;
    padding-left: 0;
    right: 0;
    width: calc(100% - 10px);
    margin: auto;
    display: block;
  }
  .mv-txt02 .img03 img {
    display: block;
  }
}

.mv-price {
  position: relative;
  width: 64vw;
  margin-top: 20px;
  padding-left: 3%;
}

.mv-price .img02 {
  width: 10vw;
  position: absolute;
  bottom: 9vw;
  right: 1vw;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  60% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  61% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

@keyframes yurayura {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}

.bg-texture {
  padding: 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .bg-texture {
    padding-bottom: 40px;
  }
}

.bg-texture > * {
  position: relative;
  z-index: 1;
}

.bg-texture::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 200px);
  background: url(../images/lp/bg_texture.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .bg-texture::after {
    background-image: url(../images/lp/bg_texture_sp.png);
    height: 100%;
    top: 0;
  }
}

.cvBox.--top {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .cvBox.--top {
    margin-top: 0;
  }
  .cvBox.--top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #e8eff9;
  }
}

.cvBox .inner {
  max-width: 1170px;
  padding: 0 35px;
}

@media screen and (max-width: 991px) {
  .cvBox .inner {
    padding: 0;
    position: relative;
    z-index: 2;
  }
}

.cvBox-wrap {
  position: relative;
}

.cvBox-btn {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 530px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .cvBox-btn {
    width: 50%;
    right: 4%;
  }
}

@media screen and (max-width: 991px) {
  .cvBox-btn {
    right: 0;
    left: 0;
    margin: auto;
    width: 85%;
    top: inherit;
    bottom: 13%;
  }
}

.cvBox-btn a {
  display: block;
  width: 100%;
  position: relative;
  animation: poyopoyo 2s ease-out infinite;
}

.cvBox-btn img {
  width: 100%;
  position: relative;
  z-index: 2;
}

@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}

.chosenBox {
  margin-top: 25px;
}

.chosenBox .inner {
  max-width: 1160px;
}

.achivementBox {
  padding: 70px 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .achivementBox {
    padding: 35px 0 0;
  }
}

.achivementBox::before {
  content: "";
  position: absolute;
  top: -130px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/lp/bg_sakura.png) left top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 991px) {
  .achivementBox::before {
    background-image: url(../images/lp/bg_sakura_sp.png);
    top: -50px;
    left: -50px;
  }
}

.achivementBox .inner {
  max-width: 1160px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .achivementBox .inner {
    padding: 0 3%;
  }
}

.achivementBox-ttl {
  display: flex;
  justify-content: center;
  position: relative;
}

.achivementBox-ttl > div {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  font-size: 5rem;
  font-weight: 700;
  color: #0071ba;
}

@media screen and (max-width: 991px) {
  .achivementBox-ttl > div {
    font-size: 2.8rem;
    bottom: 0;
  }
}

.achivementBox-ttl > div .ttl01_marker {
  display: inline-block;
}

.achivementBox-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .achivementBox-items .item:nth-child(n + 9) {
    height: 0;
    opacity: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    z-index: -1;
    transition: all 0.4s ease;
  }
}

@media screen and (max-width: 991px) {
  .achivementBox-items .item:nth-child(n + 7) {
    height: 0;
    opacity: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    z-index: -1;
    transition: all 0.4s ease;
  }
}

.achivementBox-items .item.is_show {
  height: inherit;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .achivementBox-items .item.is_show:nth-child(n + 5) {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .achivementBox-items .item.is_show:nth-child(n + 4) {
    margin-top: 2% !important;
  }
}

@media screen and (min-width: 992px) {
  .achivementBox-items::after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
  }
  .achivementBox-items .item {
    width: 24%;
  }
  .achivementBox-items .item:nth-child(n + 5) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .achivementBox-items::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
  .achivementBox-items .item {
    width: 32%;
  }
  .achivementBox-items .item:nth-child(n + 4) {
    margin-top: 2%;
  }
}

.achivementBox-more {
  margin-top: 35px;
  background: #0071ba;
  color: #fff;
  padding: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .achivementBox-more {
    margin-top: 25px;
    padding: 5px;
    font-size: 1.8rem;
  }
}

.satisfactionBox {
  margin-top: 150px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .satisfactionBox {
    margin-top: 120px;
  }
}

@media screen and (max-width: 991px) {
  .satisfactionBox .inner {
    padding: 0;
  }
}

.satisfactionBox::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 80px solid #e8eff9;
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .satisfactionBox::after {
    border-top: 60px solid #e8eff9;
    bottom: -60px;
  }
}

.satisfactionBox-ttl {
  display: flex;
  justify-content: center;
  background: #0071ba;
  padding-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .satisfactionBox-ttl {
    padding: 0 2% 15px;
  }
}

.satisfactionBox-ttl::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 125px solid transparent;
  border-left: 125px solid transparent;
  border-top: 30px solid #0071ba;
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .satisfactionBox-ttl::after {
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    border-top: 20px solid #0071ba;
    bottom: -20px;
  }
}

.satisfactionBox-ttl img {
  width: 700px;
  margin-top: -85px;
}

@media screen and (max-width: 991px) {
  .satisfactionBox-ttl img {
    width: 100%;
    margin-top: -12vw;
  }
}

.satisfactionBox-wrap {
  background: #e8eff9;
  padding: 300px 0 50px;
}

@media screen and (max-width: 991px) {
  .satisfactionBox-wrap {
    padding: 180px 0 40px;
  }
}

.pointBox {
  background: #fff;
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .pointBox {
    padding: 20px 0 40px;
    width: 100%;
  }
}

.pointBox + .pointBox {
  margin-top: 260px;
}

@media screen and (max-width: 991px) {
  .pointBox + .pointBox {
    margin-top: 180px;
  }
}

.pointBox .illust01 {
  position: absolute;
  right: 20px;
  top: -150px;
}

@media screen and (max-width: 991px) {
  .pointBox .illust01 {
    right: 0;
    top: -70px;
    display: flex;
    justify-content: flex-end;
  }
}

.pointBox .illust01 img {
  height: 150px;
}

@media screen and (max-width: 991px) {
  .pointBox .illust01 img {
    height: 70px;
    width: auto;
  }
}

.pointBox .illust02 {
  position: absolute;
  left: 20px;
  top: -150px;
}

@media screen and (max-width: 991px) {
  .pointBox .illust02 {
    left: -10px;
    top: -70px;
    display: flex;
    justify-content: flex-start;
  }
}

.pointBox .illust02 img {
  height: 150px;
}

@media screen and (max-width: 991px) {
  .pointBox .illust02 img {
    height: 70px;
    width: auto;
  }
}

.pointBox-ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .pointBox-ttl {
    top: -140px;
  }
}

.pointBox-ttl .image {
  width: 400px;
}

@media screen and (max-width: 991px) {
  .pointBox-ttl .image {
    width: 240px;
  }
}

.pointBox-ttl .illust-bird {
  margin-bottom: 20px;
}

.pointBox-main {
  position: relative;
  z-index: 1;
}

.pointBox-main dl dt {
  font-size: 3.8rem;
  font-weight: 900;
  margin-bottom: 15px;
  text-align: center;
  color: #0071ba;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .pointBox-main dl dt {
    font-size: 2.2rem;
  }
}

.pointBox-main dl dt > div.--line {
  position: relative;
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .pointBox-main dl dt > div.--line {
    padding: 0 15px;
  }
}

.pointBox-main dl dt > div.--line:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.3em;
  left: 0;
  margin: auto;
  transform: rotate(-35deg);
  width: 2px;
  height: 1.5em;
  background: #0071ba;
}

@media screen and (max-width: 991px) {
  .pointBox-main dl dt > div.--line:before {
    height: 2em;
  }
}

.pointBox-main dl dt > div.--line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.3em;
  right: 0;
  margin: auto;
  transform: rotate(35deg);
  width: 2px;
  height: 1.5em;
  background: #0071ba;
}

@media screen and (max-width: 991px) {
  .pointBox-main dl dt > div.--line:after {
    height: 2em;
  }
}

.pointBox-main dl dd .flex {
  display: flex;
  max-width: 860px;
  margin: 30px auto 0;
}

@media screen and (max-width: 991px) {
  .pointBox-main dl dd .flex {
    flex-direction: column;
  }
}

.pointBox-main dl dd .flex .item:nth-child(1) {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .pointBox-main dl dd .flex .item:nth-child(1) {
    width: 70%;
    margin: auto;
  }
}

.pointBox-main dl dd .flex .item:nth-child(2) {
  width: 70%;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .pointBox-main dl dd .flex .item:nth-child(2) {
    width: 88%;
    margin: auto;
    padding: 20px 0 0 0;
  }
}

.pointBox-main dl dd .flex .item:nth-child(2) p {
  line-height: 1.8;
}

.pointBox-main dl dd .img03 {
  text-align: center;
  padding-top: 10px;
  width: 96%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .pointBox-main dl dd .img03 {
    width: 94%;
  }
}

.pointBox-main dl dd .img04 {
  text-align: center;
  width: 96%;
  margin: 10px auto 0;
}

@media screen and (max-width: 991px) {
  .pointBox-main dl dd .img04 {
    width: 84%;
  }
}

.pointBox-main dl dd .img04 img {
  width: 100%;
}

.pointBox-main dl dd .img04 + p {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .pointBox-main dl dd .img04 + p {
    margin-top: 20px;
  }
}

.illust-bird {
  display: flex;
  justify-content: center;
}

.illust-bird > div {
  position: relative;
}

.illust-bird > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #0071ba;
  border-radius: 50%;
}

.illust-bird > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #0071ba;
  border-radius: 50%;
}

.illust-bird img {
  width: 50px;
  animation: fuwafuwa 2s linear infinite;
}

@media screen and (max-width: 991px) {
  .illust-bird img {
    width: 35px;
  }
}

.ttl {
  margin-bottom: 15px;
}

.ttl .illust-bird {
  margin-bottom: 20px;
}

.ttl h1, .ttl h2 {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  color: #0071ba;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .ttl h1, .ttl h2 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

.ttl h1 b, .ttl h2 b {
  font-size: 5rem;
}

@media screen and (max-width: 991px) {
  .ttl h1 b, .ttl h2 b {
    font-size: 3.6rem;
  }
}

.ttl h1 .ttl01_marker, .ttl h2 .ttl01_marker {
  display: inline-block;
}

.ttl h1 .t1, .ttl h2 .t1 {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .ttl h1 .t1, .ttl h2 .t1 {
    font-size: 1.8rem;
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}

.cv {
  background: #0071ba;
  padding: 20px 0;
}

.cv-ttl {
  display: flex;
  justify-content: center;
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .cv-ttl {
    width: 100%;
    display: block;
    padding: 0 6%;
    margin-bottom: 10px;
  }
}

.cv-ttl img {
  width: 800px;
}

@media screen and (max-width: 991px) {
  .cv-ttl img {
    width: 100%;
  }
}

.reasonBox {
  background: #ffffe0;
  padding: 150px 0 50px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .reasonBox {
    padding: 100px 0 40px;
  }
}

.reasonBox::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 80px solid #ffffe0;
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .reasonBox::after {
    bottom: -60px;
    border-top: 60px solid #ffffe0;
  }
}

.reasonBox .ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .reasonBox .ttl {
    margin-bottom: 20px;
  }
}

.reasonBox .image {
  max-width: 1040px;
  width: 100%;
  padding: 30px;
  background: #fff;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .reasonBox .image {
    padding: 0;
  }
}

.experienceBox {
  padding: 150px 0 0;
  background-image: linear-gradient(#f0f1f1 1px, transparent 1px), linear-gradient(to right, #eee 1px, #fff 1px);
  background-size: 20px 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .experienceBox {
    padding: 80px 0 0;
    background-size: 10px 10px;
  }
}

@media screen and (max-width: 991px) {
  .experienceBox .inner {
    padding: 0;
  }
}

.experienceBox .ttl img {
  width: 620px;
  display: block;
  margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
  .experienceBox .ttl img {
    width: 300px;
  }
}

.experienceBox .img01 {
  padding: 60px 0 0;
}

@media screen and (max-width: 991px) {
  .experienceBox .img01 {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .experienceBox .img02 {
    margin-top: -20px;
  }
}

.experienceBox-cv {
  height: 600px;
  position: relative;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .experienceBox-cv {
    margin-top: 0;
    height: 300px;
  }
}

.experienceBox-cv .inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.experienceBox-cv-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: auto;
  position: relative;
  background: url(../images/lp/bg_white.png) left top repeat-y;
  background-size: 100%;
}

@media screen and (max-width: 991px) {
  .experienceBox-cv-wrap {
    background: none;
  }
}

.experienceBox-cv .txt {
  height: 480px;
}

@media screen and (max-width: 991px) {
  .experienceBox-cv .txt {
    height: 250px;
  }
}

.experienceBox-cv .txt img {
  height: 100%;
}

.experienceBox-cv .image {
  position: absolute;
  height: 100%;
  width: auto;
  bottom: 0;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .experienceBox-cv .image {
    width: 100%;
    height: 100%;
  }
}

.experienceBox-cv .image.--img01 {
  left: 0;
}

.experienceBox-cv .image.--img02 {
  right: 0;
}

.worriesBox {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .worriesBox {
    padding-bottom: 40px;
  }
}

.worriesBox .inner {
  max-width: 1204px;
}

.worriesBox-lead {
  background: #e8eff9;
  padding: 80px 0 0;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 991px) {
  .worriesBox-lead {
    padding: 40px 0 0;
  }
}

.worriesBox-lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  height: 160px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .worriesBox-lead::before {
    height: 90px;
  }
}

.worriesBox-lead .cloud01 {
  position: absolute;
  bottom: 160px;
  left: 0;
  height: 100px;
  width: auto;
}

@media screen and (max-width: 991px) {
  .worriesBox-lead .cloud01 {
    bottom: 90px;
    height: 30px;
  }
}

.worriesBox-lead .cloud02 {
  position: absolute;
  bottom: 160px;
  right: 0;
  height: 100px;
  width: auto;
}

@media screen and (max-width: 991px) {
  .worriesBox-lead .cloud02 {
    bottom: 90px;
    height: 30px;
  }
}

.worriesBox-lead .image {
  padding-top: 50px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 991px) {
  .worriesBox-lead .image {
    padding-top: 10px;
  }
}

.worriesBox-wrap {
  background: #fff;
  z-index: 2;
}

.worriesBox-main {
  position: relative;
}

@media screen and (max-width: 991px) {
  .worriesBox-main .inner {
    padding: 0;
  }
}

.worriesBox-main .flex01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .worriesBox-main .flex01 {
    flex-direction: column;
  }
}

.worriesBox-main .flex01 .item .img01 {
  max-width: 700px;
}

@media screen and (min-width: 992px) {
  .worriesBox-main .flex01 .item .img01 {
    position: absolute;
    right: calc(50vw + 50px);
    width: 50vw;
  }
}

@media screen and (max-width: 991px) {
  .worriesBox-main .flex01 .item .img01 {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .worriesBox-main .flex01 .item:nth-child(2) {
    width: 55%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .worriesBox-main .flex01 .item:nth-child(2) {
    width: 84%;
    margin: 20px auto 0;
  }
}

.worriesBox-main .flex02 {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1350px) and (min-width: 992px) {
  .worriesBox-main .flex02 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .worriesBox-main .flex02 {
    flex-direction: column;
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .worriesBox-main .flex02 .item {
    width: 48%;
  }
  .worriesBox-main .flex02 .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .worriesBox-main .flex02 .item:nth-child(1) {
    width: 80%;
    margin: auto;
  }
  .worriesBox-main .flex02 .item:nth-child(2) {
    width: 84%;
    margin: 20px auto 0;
  }
}

.worriesBox-main .flex01 dl dt,
.worriesBox-main .flex02 dl dt {
  margin-bottom: 30px;
  font-weight: 900;
  color: #0071ba;
}

@media screen and (max-width: 991px) {
  .worriesBox-main .flex01 dl dt,
  .worriesBox-main .flex02 dl dt {
    margin-bottom: 15px;
    text-align: center;
  }
}

.worriesBox-main .flex01 dl dt .t1,
.worriesBox-main .flex02 dl dt .t1 {
  font-size: 2.5rem;
  margin-bottom: 8px;
  line-height: 1.2;
}

@media screen and (max-width: 1180px) and (min-width: 992px) {
  .worriesBox-main .flex01 dl dt .t1,
  .worriesBox-main .flex02 dl dt .t1 {
    font-size: 2.119vw;
  }
}

@media screen and (max-width: 991px) {
  .worriesBox-main .flex01 dl dt .t1,
  .worriesBox-main .flex02 dl dt .t1 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.worriesBox-main .flex01 dl dt .t2,
.worriesBox-main .flex02 dl dt .t2 {
  font-size: 3rem;
  line-height: 1.2;
}

@media screen and (max-width: 1180px) and (min-width: 992px) {
  .worriesBox-main .flex01 dl dt .t2,
  .worriesBox-main .flex02 dl dt .t2 {
    font-size: 2.542vw;
  }
}

@media screen and (max-width: 991px) {
  .worriesBox-main .flex01 dl dt .t2,
  .worriesBox-main .flex02 dl dt .t2 {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.worriesBox-main .flex01 dl dt .t2 b,
.worriesBox-main .flex02 dl dt .t2 b {
  font-size: 3.8rem;
}

@media screen and (max-width: 1180px) and (min-width: 992px) {
  .worriesBox-main .flex01 dl dt .t2 b,
  .worriesBox-main .flex02 dl dt .t2 b {
    font-size: 3.220vw;
  }
}

@media screen and (max-width: 991px) {
  .worriesBox-main .flex01 dl dt .t2 b,
  .worriesBox-main .flex02 dl dt .t2 b {
    font-size: 2.4rem;
  }
}

.worriesBox-main .flex01 dl dd p,
.worriesBox-main .flex02 dl dd p {
  line-height: 2;
}

.worriesBox-main .flex01 dl dd p .t1,
.worriesBox-main .flex02 dl dd p .t1 {
  color: #036eb5;
}

.worriesBox-ttl {
  font-size: 5rem;
  font-weight: 900;
  text-align: center;
  color: #0071ba;
  line-height: 1.4;
  padding-top: 35px;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .worriesBox-ttl {
    margin-bottom: 50px;
  }
}

.worriesBox-ttl .t1 {
  font-size: 2.3rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .worriesBox-ttl .t1 {
    font-size: 1.7rem;
  }
}

.worriesBox-ttl .t2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .worriesBox-ttl .t2 {
    flex-direction: column;
    align-items: center;
  }
}

.worriesBox-ttl .t2 .row1 {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .worriesBox-ttl .t2 .row1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .worriesBox-ttl .t2 .row1 .marking {
    font-size: 5rem;
  }
}

.worriesBox-ttl .t2 .row2 {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .worriesBox-ttl .t2 .row2 {
    justify-content: center;
    position: relative;
    margin-top: 10px;
    width: 70%;
    max-width: 300px;
  }
}

.worriesBox-ttl .t2 .row2 .img01 {
  height: 70px;
  margin-left: 5px;
  width: auto;
}

@media screen and (max-width: 991px) {
  .worriesBox-ttl .t2 .row2 .img01 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 100%;
  }
}

.worriesBox-ttl .t2 .row2 .img02 {
  height: 45px;
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .worriesBox-ttl .t2 .row2 .img02 {
    width: 35px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: -40px;
  }
}

.reason5Box {
  padding: 80px 0 100px;
  background-image: linear-gradient(#f0f1f1 1px, transparent 1px), linear-gradient(to right, #eee 1px, #fff 1px);
  background-size: 20px 20px;
}

@media screen and (max-width: 991px) {
  .reason5Box {
    background-size: 10px 10px;
    padding: 40px 0 50px;
  }
}

.reason5Box-ttl {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .reason5Box-ttl {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .reason5Box .inner {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .reason5Box-item {
    width: 90%;
    margin: auto;
  }
}

.reason5Box-item + .reason5Box-item {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .reason5Box-item + .reason5Box-item {
    margin-top: 40px;
  }
}

.reason5Box-item .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .reason5Box-item .flex {
    flex-direction: column;
  }
}

.reason5Box-item .flex .item:nth-child(1) {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .reason5Box-item .flex .item:nth-child(1) {
    width: 100%;
  }
}

.reason5Box-item .flex .item:nth-child(2) {
  width: 55%;
}

@media screen and (max-width: 991px) {
  .reason5Box-item .flex .item:nth-child(2) {
    width: 100%;
    margin-top: 25px;
  }
}

.reason5Box-item .flex .item dl dt {
  display: flex;
  font-size: 3rem;
  color: #0071ba;
  font-weight: 900;
  line-height: 1.4;
  border-bottom: 1px solid #0071ba;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) and (min-width: 992px) {
  .reason5Box-item .flex .item dl dt {
    font-size: 2.500vw;
  }
}

@media screen and (max-width: 991px) {
  .reason5Box-item .flex .item dl dt {
    font-size: 2rem;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 400px) {
  .reason5Box-item .flex .item dl dt {
    font-size: 1.8rem;
  }
}

.reason5Box-item .flex .item dl dt .no {
  width: 50px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .reason5Box-item .flex .item dl dt .no {
    height: 45px;
    width: auto;
    margin-right: 15px;
  }
}

.reason5Box-item .flex .item dl dt .no img {
  height: 100%;
  width: auto;
}

.reason5Box-item .flex .item dl dt .txt {
  margin-top: -0.3em;
}

.reason5Box-item .flex .item dl dd p {
  line-height: 2;
}

@media screen and (min-width: 992px) {
  .reason5Box-item:nth-child(even) .flex {
    flex-direction: row-reverse;
  }
}

.courseBox {
  background: #e8eff9;
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .courseBox {
    padding: 40px 0 50px;
  }
}

.courseBox-lead {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .courseBox-lead {
    padding-top: 30px;
  }
}

.courseBox-lead .txt {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .courseBox-lead .txt {
    font-size: 2rem;
  }
}

.courseBox-lead .txt > div {
  position: relative;
  padding: 0 30px;
  color: #0071ba;
}

@media screen and (max-width: 991px) {
  .courseBox-lead .txt > div {
    padding: 0 15px;
  }
}

.courseBox-lead .txt > div:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.3em;
  left: 0;
  margin: auto;
  transform: rotate(-35deg);
  width: 2px;
  height: 1.5em;
  background: #0071ba;
}

@media screen and (max-width: 991px) {
  .courseBox-lead .txt > div:before {
    height: 2em;
  }
}

.courseBox-lead .txt > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.3em;
  right: 0;
  margin: auto;
  transform: rotate(35deg);
  width: 2px;
  height: 1.5em;
  background: #0071ba;
}

@media screen and (max-width: 991px) {
  .courseBox-lead .txt > div::after {
    height: 2em;
  }
}

.courseBox-lead .img01 {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .courseBox-lead .img01 {
    margin-bottom: 10px;
  }
}

.courseBox-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .courseBox-main {
    width: 84%;
    margin: 40px auto 0;
  }
}

.courseBox-main .courseBox-item {
  border-radius: 10px;
  border: 1px solid #0071ba;
  background: #fff;
  padding: 10px 10px 50px;
}

@media screen and (max-width: 991px) {
  .courseBox-main .courseBox-item {
    padding: 10px 10px 25px;
  }
}

.courseBox-main .courseBox-item dl dt {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #0071ba;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .courseBox-main .courseBox-item dl dt {
    font-size: 2.6rem;
  }
}

.courseBox-main .courseBox-item dl dd .txt {
  padding: 10px 5px 0;
}

.courseBox-main .courseBox-item dl dd .txt .t1 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0071ba;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 400px) {
  .courseBox-main .courseBox-item dl dd .txt .t1 {
    font-size: 1.6rem;
  }
}

.courseBox-main .courseBox-item dl dd .txt .js_ac {
  margin-top: 15px;
  background: #0071ba;
  color: #fff;
  padding: 8px 5px 12px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.courseBox-main .courseBox-item dl dd .txt .js_ac::after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  right: 0;
  left: 0;
  bottom: 8px;
  margin: auto;
  height: 4px;
  width: 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.courseBox-main .courseBox-item dl dd .txt ul {
  padding: 15px 0 0;
}

.courseBox-main .courseBox-item dl dd .txt ul li {
  text-align: center;
  color: #0071ba;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px solid #cacaca;
}

.courseBox-main .courseBox-item dl dd .txt ul li:first-child {
  border-top: 1px solid #cacaca;
}

@media screen and (min-width: 992px) {
  .courseBox-main {
    position: relative;
  }
  .courseBox-main .courseBox-item {
    width: 31%;
  }
}

@media screen and (max-width: 991px) {
  .courseBox-main .courseBox-item {
    width: 100%;
  }
  .courseBox-main .courseBox-item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.voiceBox {
  background: #ffffe0;
  padding: 80px 0 0;
}

@media screen and (max-width: 991px) {
  .voiceBox {
    padding: 40px 0 0;
  }
}

.voiceBox-list {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .voiceBox-list {
    width: calc(100% - 40px);
    margin: auto;
    padding-top: 20px;
  }
}

.voiceBox-list .slick-track {
  display: flex;
}

.voiceBox-list .slick-slide {
  height: auto !important;
}

.voiceBox-list .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  left: -20px;
}

.voiceBox-list .slick-prev::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: url(../images/lp/arrow_left_voice.png) left center no-repeat;
  background-size: contain;
}

.voiceBox-list .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  right: -20px;
}

.voiceBox-list .slick-next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: url(../images/lp/arrow_right_voice.png) left center no-repeat;
  background-size: contain;
}

.voiceBox-list .slick-dots {
  padding: 0;
  margin: 25px auto 0;
  text-align: center;
}

.voiceBox-list .slick-dots > li {
  display: inline-block;
  margin: 0 7px;
}

.voiceBox-list .slick-dots button {
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #bbbbbb;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.voiceBox-list .slick-dots .slick-active button {
  background-color: #0071ba;
}

.voiceBox-item {
  background: #fff;
  border: 1px solid #0071ba;
  padding: 15px;
}

@media screen and (max-width: 991px) {
  .voiceBox-item {
    padding: 20px;
  }
}

@media screen and (min-width: 992px) {
  .voiceBox-item + .voiceBox-item {
    margin-top: 25px;
  }
}

.voiceBox-item .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .voiceBox-item .flex {
    flex-direction: column;
  }
}

.voiceBox-item .flex .item:nth-child(1) {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .voiceBox-item .flex .item:nth-child(1) {
    width: 100%;
  }
}

.voiceBox-item .flex .item:nth-child(2) {
  width: 73%;
}

@media screen and (max-width: 991px) {
  .voiceBox-item .flex .item:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
}

.voiceBox-item .flex .item .txt {
  background: #0071ba;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .voiceBox-item .flex .item .txt {
    font-size: 1.6rem;
    padding: 5px;
  }
}

.voiceBox-item .flex .item dl dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0071ba;
}

@media screen and (max-width: 991px) {
  .voiceBox-item .flex .item dl dt {
    font-size: 2rem;
  }
}

.voiceBox-caution {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .voiceBox-caution {
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.01em;
    margin-top: 30px;
  }
}

.voiceBox-thanks {
  padding-top: 50px;
}

.voiceBox-thanks dl dt {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  color: #0071ba;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .voiceBox-thanks dl dt {
    font-size: 2.6rem;
  }
}

.voiceBox-thanks dl dt img {
  width: 350px;
  display: block;
  margin: 0 auto 5px;
}

@media screen and (max-width: 991px) {
  .voiceBox-thanks dl dt img {
    width: 300px;
  }
}

.voiceBox-thanks dl dd {
  padding: 50px 0;
  background-image: linear-gradient(#f0f1f1 1px, transparent 1px), linear-gradient(to right, #eee 1px, #fff 1px);
  background-size: 20px 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .voiceBox-thanks dl dd {
    padding: 30px 0;
  }
}

.voiceBox-thanks dl dd .image {
  background: url(../images/lp/img_thanks.png) left center repeat;
  background-size: auto 100%;
  animation: bgscroll 50s linear infinite;
  height: 300px;
}

@media screen and (max-width: 991px) {
  .voiceBox-thanks dl dd .image {
    animation: bgscroll 30s linear infinite;
    height: 250px;
  }
}

.voiceBox-thanks dl dd::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 120px;
  width: 100%;
  background: url(../images/lp/illust_thanks01.png) left bottom no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .voiceBox-thanks dl dd::before {
    height: 80px;
  }
}

.voiceBox-thanks dl dd::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 120px;
  width: 100%;
  background: url(../images/lp/illust_thanks02.png) right bottom no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .voiceBox-thanks dl dd::after {
    height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .voiceBox-thanks dl dd {
    background-size: 10px 10px;
  }
}

.contactBox {
  padding: 80px 0 100px;
}

@media screen and (max-width: 991px) {
  .contactBox {
    padding: 40px 0 0;
  }
}

.contactBox .ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .contactBox .ttl {
    margin-bottom: 40px;
  }
}

.contactBox .ttl .t1 {
  padding-top: 8px;
}

@media screen and (max-width: 991px) {
  .contactBox .inner {
    padding: 0;
  }
}

.contactBox-bg {
  background: #e8eff9;
  padding: 20px 50px 50px 50px;
}

@media screen and (max-width: 991px) {
  .contactBox-bg {
    padding: 20px 0 50px;
  }
}

.contactBox-bg .img01 {
  width: 95%;
  margin: 0 auto 30px;
}

.contactBox-bg .img01 img {
  width: 100%;
}

.contactBox-bg .img02 {
  width: 590px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 991px) {
  .contactBox-bg .img02 {
    width: 84%;
    margin-bottom: 30px;
  }
}

.contactBox-bg .img02 img {
  width: 100%;
}

.faqBox {
  padding: 80px 0 100px;
  background: #f0f0f0;
}

@media screen and (max-width: 991px) {
  .faqBox {
    padding: 40px 0 50px;
  }
}

.faqBox-list {
  max-width: 1000px;
  margin: auto;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .faqBox-list {
    padding-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .faqBox .inner {
    padding: 0 6%;
  }
}

.faqBox-item + .faqBox-item {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .faqBox-item + .faqBox-item {
    margin-top: 20px;
  }
}

.faqBox-item dt {
  background: #036eb5;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  min-height: 70px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .faqBox-item dt {
    font-size: 1.7rem;
    min-height: 50px;
    padding: 10px 40px 10px 15px;
    line-height: 1.5;
  }
}

.faqBox-item dt > div {
  position: relative;
  padding-left: 55px;
}

@media screen and (max-width: 991px) {
  .faqBox-item dt > div {
    padding-left: 40px;
  }
}

.faqBox-item dt > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../images/lp/icon_q.svg) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .faqBox-item dt > div::before {
    width: 25px;
    height: 25px;
  }
}

.faqBox-item dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 2px;
  height: 30px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .faqBox-item dt::before {
    height: 20px;
    right: 23px;
  }
}

.faqBox-item dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .faqBox-item dt::after {
    width: 20px;
    right: 14px;
  }
}

.faqBox-item dt.is_open::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faqBox-item dt > div {
  position: relative;
}

.faqBox-item dd .js_ac_inner {
  position: relative;
  padding-left: 70px;
  padding: 20px 30px 0 75px;
}

@media screen and (max-width: 991px) {
  .faqBox-item dd .js_ac_inner {
    padding: 15px 0 0 55px;
  }
}

.faqBox-item dd .js_ac_inner::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../images/lp/icon_a.svg) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .faqBox-item dd .js_ac_inner::before {
    width: 25px;
    height: 25px;
    left: 10px;
  }
}

.faqBox-item dd .js_ac_inner p {
  line-height: 1.8;
}

.companyBox {
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .companyBox {
    padding: 40px 0 60px;
  }
}

.companyBox .ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .companyBox .ttl {
    margin-bottom: 45px;
  }
}

.companyBox-item {
  display: flex;
  border-bottom: 1px solid #333333;
}

.companyBox-item > dt {
  width: 25%;
  text-align: left;
  padding: 30px 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .companyBox-item > dt {
    padding: 20px 0;
  }
}

.companyBox-item > dt::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #0071ba;
}

.companyBox-item > dd {
  width: 75%;
  padding: 30px;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .companyBox-item > dd {
    padding: 20px 0 20px 10px;
  }
}

.companyBox-tbl {
  border-top: 1px solid #333;
}

.companyBox-area + .companyBox-area {
  margin-top: 30px;
}

.companyBox-area > dt {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .companyBox-area > dt {
    margin-bottom: 10px;
  }
}

.companyBox-area > dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #0071ba;
  border-right: 0;
}

.companyBox-area > dd ul li {
  font-size: 1.4rem;
}

.companyBox-area > dd ul + .image {
  margin-top: 10px;
}

.companyBox-area > dd .image {
  max-width: 241px;
}

.companyBox-area > dd .image + ul {
  margin-top: 10px;
}

.areaBox {
  height: 720px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .areaBox {
    height: auto;
  }
}

.areaBox .illust-bird {
  margin-bottom: 30px;
}

.areaBox-wrap {
  clip-path: inset(0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .areaBox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .areaBox-wrap {
    padding: 50px 0;
  }
}

.areaBox-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/lp/bg_area.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.areaBox-image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .areaBox-image {
    margin: auto;
    max-width: 450px;
  }
}

.areaBox-image img {
  width: 100%;
  height: auto;
}

.messageBox {
  padding: 80px 0;
  background: #e8eff9;
}

@media screen and (max-width: 991px) {
  .messageBox {
    padding: 40px 0 60px;
  }
}

.messageBox .inner {
  max-width: 1500px;
  padding: 0 60px;
}

@media screen and (max-width: 1320px) and (min-width: 992px) {
  .messageBox .inner {
    padding: 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .messageBox .inner {
    padding: 0 50px;
  }
}

.messageBox-list {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .messageBox-list {
    padding-top: 30px;
  }
}

.messageBox-list .slick-track {
  display: flex;
}

.messageBox-list .slick-slide {
  height: auto !important;
}

.messageBox-list .item {
  background: #fff;
  margin: 0 10px;
  padding: 20px 13px;
  border-radius: 10px;
}

.messageBox-info {
  display: flex;
  align-items: center;
}

.messageBox-info .image {
  width: 25%;
}

.messageBox-info .image img {
  width: 100%;
}

.messageBox-info .txt {
  width: 75%;
  padding-left: 8px;
}

.messageBox-info .txt .t1 {
  line-height: 1.4;
  font-weight: 700;
  color: #0071ba;
}

@media screen and (max-width: 1320px) and (min-width: 992px) {
  .messageBox-info .txt .t1 {
    font-size: 1.212vw;
  }
}

@media screen and (max-width: 991px) {
  .messageBox-info .txt .t1 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 400px) {
  .messageBox-info .txt .t1 {
    font-size: 1.4rem;
  }
}

.messageBox-info .txt .t2 {
  padding-top: 5px;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1420px) and (min-width: 992px) {
  .messageBox-info .txt .t2 {
    font-size: 0.966vw;
  }
}

@media screen and (max-width: 991px) {
  .messageBox-info .txt .t2 {
    font-size: 1.2rem;
  }
}

.messageBox-txt {
  padding-top: 20px;
}

.messageBox-txt p {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 1320px) and (min-width: 992px) {
  .messageBox-txt p {
    font-size: 1.136vw;
  }
}

.messageBox .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  left: -50px;
}

@media screen and (max-width: 1320px) and (min-width: 992px) {
  .messageBox .slick-prev {
    left: -20px;
  }
}

@media screen and (max-width: 991px) {
  .messageBox .slick-prev {
    width: 30px;
    left: -40px;
  }
}

.messageBox .slick-prev::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 2;
  background: url(../images/lp/arrow_left.svg) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .messageBox .slick-prev::before {
    width: 30px;
    height: 30px;
  }
}

.messageBox .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  right: -50px;
}

@media screen and (max-width: 1320px) and (min-width: 992px) {
  .messageBox .slick-next {
    right: -20px;
  }
}

@media screen and (max-width: 991px) {
  .messageBox .slick-next {
    width: 30px;
    right: -40px;
  }
}

.messageBox .slick-next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 2;
  background: url(../images/lp/arrow_right.svg) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .messageBox .slick-next::before {
    width: 30px;
    height: 30px;
  }
}

.slick-next,
.slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}

.contact dt {
  position: relative;
}

.contact_bg {
  background: #fff;
  padding: 50px 30px;
}

@media screen and (max-width: 991px) {
  .contact_bg {
    padding: 20px 20px 60px;
    width: 84%;
    margin: auto;
  }
}

.contact_item {
  display: flex;
  width: 100%;
}

.contact_item + .contact_item {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .contact_item + .contact_item {
    margin-top: 25px;
  }
}

.contact_item dt {
  position: relative;
  width: 35%;
  text-align: left;
  padding: 0 80px 0 20px;
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 1180px) and (min-width: 992px) {
  .contact_item dt {
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .contact_item dt {
    width: 100%;
    padding: 0 0 0 20px;
    font-size: 1.6rem;
  }
}

.contact_item dt::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #0071ba;
}

.contact_item dt .hisu {
  font-size: 1.2rem;
  background: #ff749a;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
}

.contact_item dd {
  width: 65%;
  position: relative;
}

.contact_item dd li:not(:last-child) {
  margin-bottom: 10px;
}

.contact_item dd .hisu_border {
  border-color: #e73828;
}

.contact_item dd .zip_box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .contact_item dd .zip_box {
    justify-content: space-between;
  }
}

.contact_item dd .zip_box input {
  width: 300px;
}

@media screen and (max-width: 991px) {
  .contact_item dd .zip_box input {
    width: 68%;
  }
}

.contact_item dd .zip_searcn {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background: #0071ba;
  display: inline-block;
  padding: 10px 10px;
  margin-left: 10px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .contact_item dd .zip_searcn {
    margin-left: 0;
    font-size: 1.3rem;
    padding: 8px 8px;
  }
}

.contact_baloon {
  position: absolute;
  left: -60px;
  width: auto;
  top: -90px;
}

.contact_btn {
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  font-size: 2.4rem;
  font-weight: 700;
  max-width: 350px;
  width: 100%;
  font-family: "Noto Sans JP","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  display: block;
  margin: 80px auto 20px;
  background: #ef873c;
  border: 1px solid #e06f34;
  box-shadow: 0 3px 0 0 #e06f34;
  border-radius: 10px;
}

.contact_privacy {
  border: 1px solid #9e9e9f;
  font-size: 1.2rem;
  overflow-y: scroll;
  height: 180px;
  padding: 15px;
}

.contact_privacy b {
  font-weight: 600;
  display: block;
  line-height: 1.4;
}

.contact_privacy b + p {
  margin-top: 5px;
}

.contact_privacy p + P, .contact_privacy p + b {
  margin-top: 15px;
}

.formError .formErrorContent {
  margin-top: -2em;
  margin-left: -1em;
}

@media screen and (min-width: 992px) {
  .contact_btn:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 991px) {
  .contact_ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .contact_ttl:before {
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #faed00;
    z-index: 2;
  }
  .contact_ttl:after {
    bottom: -30px;
  }
  .contact_baloon {
    display: none;
  }
  .contact_item {
    flex-wrap: wrap;
  }
  .contact_item dd {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 0 0;
  }
  .contact_item dd select,
  .contact_item dd input,
  .contact_item dd textarea {
    font-size: 1.6rem;
  }
  .contact_item dd li:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact_btn {
    margin: 50px auto 0;
    font-size: 1.8rem;
  }
  .contact_privacy {
    height: 100px;
  }
}

textarea.input_text {
  height: 200px;
}

.input_text {
  width: 100%;
  padding: 10px 15px;
  height: 40px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: "Noto Sans JP","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.select {
  position: relative;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  background: #ffffff;
  width: 100%;
  height: 40px;
  text-align: center;
}

.select::before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #9e9e9f;
  pointer-events: none;
}

.select select {
  width: 100%;
  height: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background: #f0f0f0;
  padding: 8px 38px 8px 8px;
  font-size: 16px;
  font-family: "Noto Sans JP","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333 !important;
}

.select select option:first-child {
  color: #9e9e9f;
}

.select select::-ms-expand {
  display: none;
}

@media screen and (max-width: 991px) {
  .select {
    width: 100%;
  }
  textarea.input_text {
    height: 120px;
  }
}

/* プレースフォルダ設定 */
::-webkit-input-placeholder {
  color: #9f9f9f;
}

:-ms-input-placeholder {
  color: #9f9f9f;
}

::placeholder {
  color: #9f9f9f;
}

input:focus::placeholder {
  color: transparent !important;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
  transition: 0.1s;
}

input:focus:-moz-placeholder {
  color: transparent !important;
  transition: 0.1s;
}

input:focus::-moz-placeholder {
  color: transparent !important;
  transition: 0.1s;
}

.thanks {
  padding: 100px 0;
  text-align: center;
  color: #0071ba;
}

.thanks .ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .thanks .ttl {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .thanks .ttl h1 {
    font-size: 2.2rem;
  }
}

.thanks-txt p + p {
  margin-top: 30px;
}

.thanks-txt .tel {
  padding: 0 0 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .thanks-txt .tel {
    padding: 0 0 15px;
  }
}

.thanks-txt .tel a {
  display: table;
  margin: auto;
  color: #0071ba;
  font-size: 3.5rem;
  text-decoration: none;
}

.thanks-btn {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 40px auto 0;
  padding: 10px;
  text-decoration: none;
  background: #0071ba;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .thanks-btn {
    max-width: 250px;
  }
}

.thanks_text1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.thanks_text2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: relative;
  display: table;
  font-weight: bold;
  margin: 0 auto 30px;
}

.thanks_text2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  left: 0;
  bottom: 0;
  background-color: #faed00;
  z-index: -1;
}

.thanks_text3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.thanks_img {
  display: block;
  margin: auto;
  width: auto;
}

@media screen and (max-width: 991px) {
  .thanks {
    padding: 40px 20px;
  }
}

/* footer */
.footer {
  text-align: center;
  margin-top: auto;
}

.footer__copy {
  display: block;
  color: #333;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}

.footnav {
  display: none;
}

/* footnav */
@media screen and (max-width: 991px) {
  .footnav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in;
    align-items: center;
    padding-bottom: 7px;
  }
  .footnav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    height: calc(100% - 6vw);
  }
  .footnav.is_active {
    opacity: 1;
    visibility: visible;
  }
  .footnav-image {
    width: 89vw;
    margin: auto;
    z-index: 1;
    position: relative;
  }
  .footnav ul {
    display: flex;
    justify-content: center;
    width: 95%;
    margin: auto;
    z-index: 1;
    position: relative;
  }
  .footnav ul li {
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footnav ul li + li {
    margin-left: 8px;
  }
  .footnav ul li a {
    display: block;
    height: 100%;
  }
  .footnav ul li a img {
    height: 100%;
    width: auto;
  }
  .footnav p {
    font-size: 1.2rem;
    text-align: center;
    color: #036eb7;
    font-weight: bold;
    margin-bottom: 4px;
    padding-top: 5px;
  }
}

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

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

@media screen and (min-width: 992px) {
  .pc {
    display: block;
  }
}

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

.js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.radio_list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .radio_list > label {
    width: 40%;
  }
  .radio_list > label:nth-child(n + 3) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .radio_list > label {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .radio_list > label {
    width: 100%;
  }
}

.radio_list input[type="radio"] {
  visibility: hidden;
}

.radio_list > label > input {
  position: absolute;
}

.radio_list > label > span {
  margin: 0 10px 0 0;
  border-radius: 4px;
  padding: 0 15px 0 25px;
  position: relative;
  color: #333;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}

.radio_list > label > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
}

.radio_list > label > span::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 5px;
  background: #e73828;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radio_list > label > input:checked + span::after {
  opacity: 1;
}

.radio_list > label > input:focus + span::before {
  outline: 0;
  box-shadow: 0 0 0 3px #ffe3e3;
}

@media screen and (max-width: 991px) {
  .radio_list {
    padding: 10px 10px 0;
  }
  .radio_list > label:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------
	modal
----------------------------------------------------*/
html.stop {
  overflow: hidden;
}

.overlay {
  display: none;
  position: fixed;
  top: 10%;
  left: 5%;
  right: 5%;
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1001;
  border: 2px solid #0071ba;
}

.back-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.modal-inner {
  position: relative;
}

.modal-wrap {
  padding: 30px 20px 30px;
}

.modal-wrap a {
  margin-top: 15px;
  display: block;
}

.modal-inner .close-btn {
  width: 40px;
  height: 40px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
}
