@charset "UTF-8";
/*reset css*/
body,
h1,
h2,
h3,
h4,
p,
ul,
li,
a,
dl,
dt,
dd,
table,
tr,
th,
td,
span {
  margin: 0;
  padding: 0;
  color: #313134;
  text-decoration: none;
  list-style: none;
  line-height: 1;
  outline: none;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

div,
section,
article,
figure,
picture {
  box-sizing: border-box;
  margin: 0;
  display: block;
  padding: 0;
}

/*common*/
html,
body {
  font-size: 62.5%;
  letter-spacing: 0;
  color: #313134;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  transition: all 0.2s;
}

a:hover {
  opacity: 0.7;
}

img,
iframe,
video {
  width: 100%;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .inner {
    width: auto;
    padding: 0 2rem;
  }
}
main {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 1.3333333333vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* common text size */
/* p{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
span{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
h2{
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.lead{
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
.txt{
  font-size: 1.8rem;
  letter-spacing: 0.02em;
} */
/* common animation ///////////////////////////////////////////////*/
.js-focus {
  opacity: 0;
}

.focus-in {
  animation: focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@keyframes focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.js-u-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.js-r-fade {
  transform: translateX(60px);
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.js-l-fade {
  transform: translateX(-60px);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.fade-in {
  opacity: 1;
  transform: translate(0);
}

.js-spin {
  transform: rotateY(-450deg);
  transition-duration: 0.8s;
  will-change: transform;
  opacity: 0;
}

.js-spin.spin {
  transform: rotateY(0deg);
  opacity: 1;
}

@keyframes anm_coin {
  0% {
    transform: rotateY(-450deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
/* txt overflow animation */
/* js-m-txt wrapping to maskElem */
.js-m-txt {
  overflow: auto;
}

.js-m-txt .maskElem-y {
  transform: translateY(120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.js-m-txt .maskElem-x {
  transform: translateX(-120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

@keyframes mask {
  100% {
    transform: translate(0);
  }
}
.mask.animated .maskElement-y,
.mask.animated .maskElement-x {
  animation: mask cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation-duration: 1.5s;
  overflow: hidden;
}

/* images overflow animation */
.js-m-img {
  clip-path: inset(0 100% 0 0);
  /* display: inline-block; */
  transition: 1.5s 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: clip-path;
}

.js-m-img.center {
  clip-path: inset(0 100% 100% 0);
}

.js-m-img.animated {
  clip-path: inset(0);
}

/* /////////////////////////////////////////////// */
main {
  overflow: hidden;
}

.l_inner {
  max-width: 102.5rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .l_inner {
    padding: 0 2rem;
  }
}

.c_header {
  height: 10rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .c_header {
    height: 12rem;
  }
}
.c_header_inner {
  height: 100%;
  max-width: 1025px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c_header_inner {
    max-width: unset;
  }
}
.c_header_logo {
  width: 17.5rem;
  display: block;
  margin-left: 0.7rem;
}
@media (max-width: 767px) {
  .c_header_logo {
    width: 23.4rem;
    margin: 0 auto;
  }
}
.c_header_btn {
  width: 21.6rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .c_header_btn {
    display: none;
  }
}

.mv {
  position: relative;
  background: url(../images/mv_bg.jpg) no-repeat center center/cover;
  padding: 18rem 0 0;
}
@media (max-width: 767px) {
  .mv {
    padding: 16rem 0 1.85rem;
    background: url(../images/mv_bg_sp.jpg) no-repeat center center/cover;
    overflow: hidden;
  }
}
.mv .l_inner {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .mv .l_inner {
    padding-bottom: 0;
  }
}
.mv_main {
  max-width: 73rem;
  width: 71%;
  position: absolute;
  bottom: 0;
  left: -6.4rem;
}
@media (max-width: 767px) {
  .mv_main {
    max-width: unset;
    width: 84.1rem;
    right: auto;
    left: -9.2rem;
    bottom: -2rem;
  }
}
.mv_txtArea {
  max-width: 42.8rem;
  width: 41.9%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv_txtArea {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .mv_txt {
    width: 57.2rem;
    margin: 0 auto;
  }
}
.mv_btn {
  display: block;
  width: 100%;
  max-width: 45rem;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .mv_btn {
    max-width: unset;
    width: 68rem;
    margin: 38rem auto 0;
  }
}

.slider {
  width: 100%;
  display: flex;
  padding: 1rem 0;
  gap: 0 1rem;
}
.slider_container {
  flex-shrink: 0;
  display: flex;
  gap: 0 1rem;
  animation: slide-left 20s linear infinite;
}
@keyframes slide-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 1rem));
  }
}
.slider_container img {
  width: 30rem;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .slider_container img {
    width: 28rem;
  }
}

.about {
  background: url(../images/about_bg.jpg) no-repeat center center/cover;
  padding: 7rem 0 9.8rem;
}
@media (max-width: 767px) {
  .about {
    background: url(../images/about_bg_sp.jpg) no-repeat top center/cover;
    padding: 8rem 0 14.8rem;
  }
}
.about_ttl {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .about_ttl {
    max-width: unset;
    width: 70.2rem;
  }
}
.about_lead {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  line-height: 2;
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .about_lead {
    font-size: 3.4rem;
    line-height: 1.7647058824;
    margin-top: 0.4rem;
  }
}
.about_main {
  width: 109%;
}
@media (max-width: 767px) {
  .about_main {
    width: 100%;
    margin-top: 3.3rem;
  }
}
.about_subttl {
  max-width: 62.8rem;
  margin: 4.2rem auto 0;
}
@media (max-width: 767px) {
  .about_subttl {
    max-width: unse;
    width: 70.6rem;
    margin: 6.9rem auto 0;
  }
}
.about_subttl + .about_lead {
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .about_subttl + .about_lead {
    margin-top: -1rem;
  }
}
.about_list {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .about_list {
    margin-top: 5rem;
  }
}

.cta {
  background: url(../images/cta_bg_01.jpg) no-repeat center center/cover;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .cta {
    background: url(../images/cta_bg_01_sp.jpg) no-repeat center center/cover;
    padding: 5.5rem 0;
  }
}
.cta_box {
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 0 3.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .cta_box {
    border-radius: 3rem;
    padding: 6.8rem 0 3.5rem;
  }
}
.cta_box.__ly2 {
  padding-top: 0.1rem;
}
.cta_ttl {
  max-width: 48rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cta_ttl {
    max-width: unset;
    width: 55rem;
  }
}
.cta_ttl.__ly2 {
  margin-top: -2rem;
  max-width: 67.5rem;
  margin-left: 11.8%;
}
@media (max-width: 767px) {
  .cta_ttl.__ly2 {
    width: 64.3rem;
    max-width: unset;
    margin-left: 2.3rem;
  }
}
.cta_lead {
  text-align: center;
  font-weight: 600;
  line-height: 2;
  color: #000;
  position: relative;
  z-index: 2;
  font-size: 2rem;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .cta_lead {
    font-size: 3.4rem;
  }
}
.cta_lead.__ly2 {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .cta_lead.__ly2 {
    font-size: 3.4rem;
    margin-top: 4rem;
  }
}
.cta_btn {
  max-width: 52rem;
  margin: 1.2rem auto 0;
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cta_btn {
    width: 100%;
    max-width: unset;
    margin-top: 30rem;
  }
}
@media (max-width: 767px) {
  .cta_btn.__ly2 {
    margin-top: 0.8rem;
  }
}
.cta_img_01 {
  max-width: 28.5rem;
  width: 29%;
  position: absolute;
  bottom: 0;
  left: -2rem;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cta_img_01 {
    transform: scale(-1, 1);
    max-width: unset;
    width: 28.5rem;
    bottom: 18.5rem;
    right: 3.2rem;
    left: auto;
  }
}
.cta_img_01.__ly2 {
  bottom: -6rem;
  max-width: 24.8rem;
  left: 0;
}
@media (max-width: 767px) {
  .cta_img_01.__ly2 {
    transform: scale(1);
    width: 24.3rem;
    bottom: -0.2rem;
    left: -0.4rem;
  }
}
.cta_img_02 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 24%;
  max-width: 26.1rem;
}
@media (max-width: 767px) {
  .cta_img_02 {
    transform: unset;
    top: auto;
    bottom: 19.7rem;
    left: 13rem;
    width: 41.9rem;
    max-width: unset;
  }
}
.cta_img_02.__ly2 {
  bottom: 1.8rem;
  max-width: 18.3rem;
  transform: unset;
  top: auto;
}
@media (max-width: 767px) {
  .cta_img_02.__ly2 {
    width: 19rem;
    bottom: 0.4rem;
    right: 0;
    left: auto;
  }
}
.cta_note {
  text-align: center;
  margin-top: 0;
  line-height: 2.5;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cta_note {
    font-size: 2.6rem;
    margin-top: 3.2rem;
    line-height: 1.5384615385;
  }
}

.section_01 {
  padding: 5.8rem 0 10.8rem;
  background: url(../images/sec_01_bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .section_01 {
    padding: 5rem 0 12rem;
  }
}
.section_01_ttl {
  max-width: 92.9rem;
  width: 90.6%;
}
@media (max-width: 767px) {
  .section_01_ttl {
    max-width: unset;
    width: 59.8rem;
    margin: 0 auto;
  }
}
.section_01_lead {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin-top: -0.4rem;
}
@media (max-width: 767px) {
  .section_01_lead {
    text-align: center;
    font-size: 3.4rem;
    margin-top: 0;
    line-height: 1.7647058824;
  }
}
.section_01_main {
  max-width: 94.8rem;
  margin: 2.4rem auto 0;
}
@media (max-width: 767px) {
  .section_01_main {
    margin-top: 3rem;
  }
}

.section_02 {
  padding: 0.1rem 0 7rem;
  background: url(../images/sec_02_bg.png) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .section_02 {
    padding: 0.1rem 0 14.7rem;
    background: url(../images/sec_02_bg_sp.png) no-repeat center center/cover;
  }
}
.section_02_ttl {
  max-width: 85rem;
  margin: -4.6rem auto 0;
}
@media (max-width: 767px) {
  .section_02_ttl {
    width: 72rem;
    margin: -4rem auto 0;
  }
}
.section_02_lead {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  margin-top: 0.2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section_02_lead {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-size: 3.4rem;
    line-height: 1.7647058824;
  }
}
.section_02_main {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .section_02_main {
    margin-top: 6rem;
  }
}

.section_03 {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .section_03 {
    padding: 12.7rem 0;
  }
}
.section_03_ttl {
  max-width: 81.4rem;
  width: 79%;
  margin-left: 10%;
}
@media (max-width: 767px) {
  .section_03_ttl {
    width: 71rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_03_lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .section_03_lead {
    margin-top: 3rem;
    font-size: 3.4rem;
  }
}
.section_03_main {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .section_03_main {
    width: 100vw;
    margin: 6.8rem calc(50% - 50vw) 0;
  }
}

.faq {
  padding-bottom: 13rem;
}
.faq_ttl {
  max-width: 32.8rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq_ttl {
    max-width: unset;
    width: 45.2rem;
  }
}
.faq_lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .faq_lead {
    font-size: 3.4rem;
    margin-top: 1.2rem;
  }
}
.faq_blk {
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .faq_blk {
    border-radius: 3rem;
  }
}
.faq_blk + .faq_blk {
  margin-top: 3rem;
}
.faq_q {
  background: #001A66;
  padding: 2rem;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .faq_q {
    padding: 2.8rem;
    font-size: 3.4rem;
    gap: 0 3rem;
  }
}
.faq_q_icon {
  width: 5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .faq_q_icon {
    width: 7.5rem;
  }
}
.faq_a {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333333;
  font-weight: 500;
  padding: 3.5rem 4rem 3.5rem 2rem;
  background: #DFF3FC;
}
@media (max-width: 767px) {
  .faq_a {
    gap: 0 3rem;
    font-size: 3rem;
    line-height: 1.6666666667;
    align-items: flex-start;
  }
}
.faq_a_icon {
  width: 5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .faq_a_icon {
    width: 7.5rem;
  }
}

.c_footer {
  text-align: center;
  padding: 3rem 0 5rem;
}
@media (max-width: 767px) {
  .c_footer {
    padding: 4rem 0 12rem;
  }
}
.c_footer_copy {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .c_footer_copy {
    font-size: 2.4rem;
  }
}

.form {
  padding: 8rem 0 13.6rem;
  background: url(../images/form_bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .form {
    padding: 6.4rem 0 7rem;
  }
}
@media (max-width: 767px) {
  .form .l_inner {
    padding: 0 1.6rem;
  }
}
.form_ttl {
  width: 73.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .form_ttl {
    width: 72rem;
  }
}
.form_box {
  max-width: 80rem;
  margin: 0 auto;
  width: 100%;
  background: linear-gradient(#10c6ff 0%, #1088fe 100%);
  padding: 1.4rem 1.2rem;
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .form_box {
    padding: 1.5rem;
    box-sizing: border-box;
    margin-top: 5rem;
  }
}
.form_box_inner {
  background: #fff;
  padding: 1rem 1rem 2.8rem;
}
@media (max-width: 767px) {
  .form_box_inner {
    padding: 1.5rem 1.5rem 4rem;
  }
}
.form_box_inner.thanks {
  padding: 4.8rem 9.2rem 7.2rem;
}
.form_blk {
  display: flex;
  gap: 0 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .form_blk {
    flex-direction: column;
    padding-bottom: 4rem;
    margin-bottom: 1.5rem;
  }
}
.form_head {
  background: #DFF3FC;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  padding: 1.6rem 0 1.6rem 2rem;
  width: 22rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .form_head {
    padding: 2.5rem 1.5rem;
    width: 100%;
    font-size: 3rem;
  }
}
.form_head.__fs {
  align-items: flex-start;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .form_head.__fs {
    padding-top: 1.6rem;
  }
}
.form_label {
  font-size: 1.2rem;
  padding: 0 0.8rem;
  line-height: 1.8rem;
  color: #fff;
  border-radius: 0.3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .form_label {
    font-size: 2rem;
    padding: 0 1.5rem;
    line-height: 3rem;
  }
}
.form_label.opt {
  background: #959595;
}
.form_label.required {
  background: #D02828;
}
.form_inputArea {
  width: 100%;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .form_inputArea {
    padding: 0;
  }
}
.form_input {
  background: #fff;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 1.1rem;
  font-size: 1.5rem;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .form_input {
    padding: 2rem 1.5rem;
    font-size: 3.2rem;
    margin-top: 1rem;
  }
}
.form_input.inputS {
  width: 29rem;
}
@media (max-width: 767px) {
  .form_input.inputS {
    width: 100%;
  }
}
.form_input::-moz-placeholder {
  font-size: 1.5rem;
  color: #A2A2A2;
}
.form_input::placeholder {
  font-size: 1.5rem;
  color: #A2A2A2;
}
@media (max-width: 767px) {
  .form_input::-moz-placeholder {
    font-size: 3rem;
  }
  .form_input::placeholder {
    font-size: 3rem;
  }
}
.form_txt {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .form_txt {
    font-size: 2.5rem;
    margin-top: 0.8rem;
    line-height: 1.48;
  }
}
.form_agree {
  margin-top: 4rem;
  display: flex;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 58rem;
  margin-top: 4.4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form_agree {
    margin-top: 6rem;
    max-width: unset;
    position: relative;
    align-items: center;
  }
}
.form_agree_txt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5555555556;
}
@media (max-width: 767px) {
  .form_agree_txt {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1;
  }
}
.form_agree_txt span {
  color: #FF3901;
}
.form_agree_check {
  margin-top: 0.6rem;
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  margin-right: 0.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #030303;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .form_agree_check {
    margin-top: 0.2rem;
    margin-right: 2rem;
    width: 4rem;
    height: 4rem;
  }
}
.form_agree_check::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7969 6.35159C21.0219 6.57662 21.1483 6.88179 21.1483 7.19999C21.1483 7.51818 21.0219 7.82335 20.7969 8.04839L11.1969 17.6484C10.9719 17.8734 10.6667 17.9997 10.3485 17.9997C10.0303 17.9997 9.72517 17.8734 9.50014 17.6484L4.70014 12.8484C4.48155 12.6221 4.36059 12.3189 4.36333 12.0043C4.36606 11.6897 4.49226 11.3887 4.71475 11.1662C4.93724 10.9437 5.23822 10.8175 5.55285 10.8148C5.86749 10.812 6.17061 10.933 6.39694 11.1516L10.3485 15.1032L19.1001 6.35159C19.3252 6.12662 19.6303 6.00024 19.9485 6.00024C20.2667 6.00024 20.5719 6.12662 20.7969 6.35159Z' fill='%233B3B3B'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(0);
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .form_agree_check::after {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.form_agree_check.is_checked:after {
  transform: scale(1);
}
.form_sendBtn {
  width: 45rem;
  margin: 1rem auto 0;
  display: block;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .form_sendBtn {
    width: 64rem;
    margin-top: 2rem;
  }
}
.form_sendBtn.is_disabled {
  opacity: 0.5;
  cursor: default;
}
.form_img_01 {
  width: 15.7rem;
  position: absolute;
  top: -4.4rem;
  right: 2.4rem;
}
@media (max-width: 767px) {
  .form_img_01 {
    width: 17.4rem;
    top: -9rem;
    right: 1.1rem;
  }
}
.form_img_02 {
  width: 18.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.form_thanks_ttl {
  font-size: 3.6rem;
  line-height: 1.3888888889;
  color: #2C4D82;
  text-align: center;
  border-bottom: 0.3rem solid #002870;
  padding-bottom: 1rem;
}
.form_thanks_lead {
  text-align: center;
  margin-top: 3.8rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2222222222;
}
.form_thanks_btn {
  display: flex;
  width: 42.2rem;
  height: 7.26rem;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #2c4d82;
  border-radius: 4rem;
  color: #fff;
  margin: 4.2rem auto 0;
  font-size: 2.1rem;
  font-weight: bold;
}
.form_thanks_btn_arrow {
  width: 2.8rem;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 4.5rem;
}/*# sourceMappingURL=style.css.map */