@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
.blue {
  color: #0045BF;
}

.yellow {
  color: #F8BF02;
}

/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:-moz-placeholder {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-tab {
  display: block;
}
@media (max-width: 750px) {
  .pc-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-tab {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #000;
  font-size: clamp(16px, 16px + 0 * (100vw - 767px) / 673, 16px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 32px;
  }
}
body {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
body#thanks {
  text-align: left;
}

a:hover {
  opacity: 0.7;
}

.main-left,
.main-right {
  position: fixed;
  min-width: calc((100% - 375px) / 2);
  width: calc((100% - 375px) / 2);
  max-width: calc((100% - 375px) / 2);
  background: #0045BF;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-left,
  .main-right {
    display: none;
  }
}
@media (max-width: 750px) {
  .main-left,
  .main-right {
    display: none;
  }
}

.main-left {
  margin: 0 auto 0 0;
  height: 100vh;
}
.main-left nav {
  margin: 5% 0 0 10%;
}
.main-left nav ul li {
  margin-bottom: 5%;
}
.main-left nav ul li:last-child {
  margin-bottom: 0;
}
.main-left nav ul li a {
  font-size: clamp(20px, 20px + 20 * (100vw - 767px) / 673, 40px);
  font-weight: bold;
  color: #fff;
}
.main-left .btn-fixed {
  width: 100%;
  max-width: calc((100% - 375px) / 2);
  background: #FF0093;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  box-sizing: border-box;
}

.main-right {
  right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-right {
    display: none;
  }
}
@media (max-width: 750px) {
  .main-right {
    display: none;
  }
}
.main-right .img {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.main-right .img img {
  width: 85%;
}

.main-center {
  max-width: 375px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center {
    max-width: inherit;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .main-center {
    max-width: inherit;
    width: 100%;
  }
}
.main-center .img img {
  width: 100%;
}
.main-center .inner {
  width: 92%;
  max-width: 345px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .inner {
    max-width: inherit;
  }
}
.main-center {
  /* ハンバーガー非表示 */
}
.main-center .nav-toggle {
  display: none;
}
.main-center .nav-list {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .nav-list {
    display: block;
  }
}
@media (max-width: 750px) {
  .main-center .nav-list {
    display: block;
  }
}
.main-center {
  /* ===================== */
  /* TAB / SP */
  /* ===================== */
}
@media (max-width: 1024px) {
  .main-center .nav-toggle {
    display: block;
    width: 40px;
    height: 30px;
    position: fixed;
    z-index: 999999;
    background: none;
    border: none;
    cursor: pointer;
    top: 1%;
    right: 1%;
  }
  .main-center .nav-toggle span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    left: 0;
    transition: 0.3s;
  }
  .main-center .nav-toggle span.active {
    background: #fff;
  }
  .main-center .nav-toggle.active span {
    background: #fff;
  }
  .main-center .nav-toggle span:nth-child(1) {
    top: 0;
  }
  .main-center .nav-toggle span:nth-child(2) {
    top: 10px;
  }
  .main-center .nav-toggle span:nth-child(3) {
    bottom: 5px;
  }
  .main-center {
    /* ×に変形 */
  }
  .main-center .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
  }
  .main-center .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .main-center .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 13px;
  }
  .main-center {
    /* メニュー初期状態（非表示） */
  }
  .main-center .nav-list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 50vh;
    background: #0045BF;
    flex-direction: column;
    padding: 80px 20px;
    transition: 0.3s;
    z-index: 99999;
  }
  .main-center .nav-list li {
    margin-bottom: 10px;
  }
  .main-center .nav-list li a {
    color: #fff;
    font-size: clamp(20px, 20px + 0 * (100vw - 767px) / 673, 20px);
    font-weight: bold;
  }
  .main-center {
    /* 開いた状態 */
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .main-center .nav-list li a {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .main-center .nav-list.active {
    right: 0;
  }
}
.main-center .mainv img {
  width: 100%;
}
.main-center .cta {
  background: #FF0093;
  padding: 15px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 375px;
  z-index: 9999;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .cta {
    max-width: inherit;
    width: 100%;
    display: block;
  }
}
@media (max-width: 750px) {
  .main-center .cta {
    max-width: inherit;
    display: block;
    width: 100%;
  }
}
.main-center .cta .btn {
  width: 90%;
  margin: 0 auto;
}
.main-center #about {
  background: url(../img/about-bg.jpg) no-repeat center center/cover;
  padding: 35px 0 100px;
  position: relative;
  z-index: 1;
}
.main-center #about .txt {
  margin-top: 20px;
}
.main-center #about .img {
  width: 95%;
  margin: 30px 0 0 auto;
}
.main-center #person {
  position: relative;
  z-index: 2;
  background: #0045BF;
  padding: 60px 0 0;
  margin-top: -40px;
  border-radius: 20px 20px 0 0;
}
.main-center #person .text {
  color: #fff;
  margin-top: 30px;
}
.main-center #person .box {
  background: #F8BF02;
  padding: 20px;
  margin-top: 30px;
  box-sizing: border-box;
  border-radius: 20px;
}
.main-center #person .box .list ul li {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #person .box .list ul li {
    font-size: 28px;
  }
}
.main-center #person .box .list ul li {
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-weight: bold;
}
.main-center #person .box .list ul li:last-child {
  margin-bottom: 0;
}
.main-center #person .box .list ul li .img {
  min-width: 32px;
}
.main-center #recruit {
  background: linear-gradient(#dbf2fc 0%, #a3d1ff 100%);
  padding: 50px 0 60px;
}
.main-center #recruit .recruit-box {
  margin-top: 20px;
}
.main-center #recruit .recruit-box .title {
  padding: 15px 0;
  border-radius: 20px 20px 0 0;
  background: #0045BF;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(30px, 30px + 0 * (100vw - 767px) / 673, 30px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit .recruit-box .title {
    font-size: 60px;
  }
}
.main-center #recruit .recruit-box .box {
  background: #fff;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
  padding: 10px 20px 30px;
}
.main-center #recruit .recruit-box .box .text {
  margin-top: 30px;
}
.main-center #recruit .recruit-box .box .in-job-box,
.main-center #recruit .recruit-box .box .in-box-message {
  margin-top: 55px;
  background: #FFFDD6;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px 20px 30px;
  position: relative;
}
.main-center #recruit .recruit-box .box .in-job-box .ttl,
.main-center #recruit .recruit-box .box .in-box-message .ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit .recruit-box .box .in-job-box .ttl,
  .main-center #recruit .recruit-box .box .in-box-message .ttl {
    font-size: 36px;
  }
}
.main-center #recruit .recruit-box .box .in-job-box .ttl,
.main-center #recruit .recruit-box .box .in-box-message .ttl {
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8BF02;
  letter-spacing: 0.03em;
  width: 270px;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit .recruit-box .box .in-job-box .ttl,
  .main-center #recruit .recruit-box .box .in-box-message .ttl {
    width: 540px;
    height: 70px;
  }
}
.main-center #recruit .recruit-box .box .in-job-box .list ul li {
  padding-left: 1.5em;
  line-height: 1.8;
  margin-bottom: 20px;
  position: relative;
}
.main-center #recruit .recruit-box .box .in-job-box .list ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #F8BF02;
  left: 0;
  top: 8px;
}
.main-center #recruit .recruit-box .box .in-job-box .list ul li:last-child {
  margin-bottom: 0;
}
.main-center #recruit .recruit-box .box .in-box-message .ttl span {
  margin-left: 3px;
  padding: 3px 5px;
  box-sizing: border-box;
  border: 1px solid #000;
  font-size: clamp(12px, 12px + 0 * (100vw - 767px) / 673, 12px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit .recruit-box .box .in-box-message .ttl span {
    font-size: 24px;
  }
}
.main-center #recruit .recruit-box .box .in-box-message .txt {
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit .recruit-box .box .in-box-message .txt {
    font-size: 28px;
  }
}
.main-center #overview {
  background: url(../img/overview-bg.jpg) no-repeat center center/cover;
  padding: 60px 0 75px;
  position: relative;
  z-index: 1;
}
.main-center #overview .text {
  margin-top: 30px;
}
.main-center #overview .data-box,
.main-center #overview .content-box {
  position: relative;
  background: #fff;
  padding: 47px 20px 20px;
  border-radius: 20px;
  box-sizing: border-box;
}
.main-center #overview .data-box .title,
.main-center #overview .content-box .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0045BF;
  color: #fff;
  width: 270px;
  height: 50px;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #overview .data-box .title,
  .main-center #overview .content-box .title {
    font-size: 36px;
  }
}
.main-center #overview .data-box {
  margin-top: 55px;
}
.main-center #overview .data-box .in-flex-box {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #overview .data-box .in-flex-box {
    gap: 16px;
  }
}
.main-center #overview .data-box .in-flex-box.first {
  border-bottom: 2px solid #0045BF;
  padding-bottom: 16px;
}
.main-center #overview .data-box .in-flex-box.seconde {
  padding-top: 16px;
}
.main-center #overview .data-box .in-flex-box .ttl {
  color: #0045BF;
  border: 2px solid #0045BF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 90px;
  height: 36px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #overview .data-box .in-flex-box .ttl {
    width: 180px;
    height: 40px;
  }
}
.main-center #overview .data-box .in-flex-box .list-box {
  width: calc(100% - 90px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #overview .data-box .in-flex-box .list-box {
    width: calc(100% - 180px - 16px);
  }
}
.main-center #overview .data-box .in-flex-box .list ul li {
  padding-left: 1.5em;
  letter-spacing: 0.03em;
  position: relative;
}
.main-center #overview .data-box .in-flex-box .list ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0045BF;
  left: 0;
  top: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #overview .data-box .in-flex-box .list ul li::before {
    top: 25px;
  }
}
.main-center #overview .data-box .in-flex-box .list ul li:last-child {
  margin-bottom: 0;
}
.main-center #overview .content-box {
  margin-top: 55px;
  padding: 45px 20px 30px 40px;
}
.main-center #overview .content-box .list ul li {
  padding-left: 1.5em;
  letter-spacing: 0.03em;
  position: relative;
}
.main-center #overview .content-box .list ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0045BF;
  left: 0;
  top: 10px;
}
.main-center #overview .content-box .list ul li:last-child {
  margin-bottom: 0;
}
.main-center #overview .content-box .memo {
  color: #0045BF;
  font-weight: bold;
}
.main-center .form {
  position: relative;
  z-index: 2;
  margin-top: -25px;
  border-bottom: 4px solid #FF0093;
}
.main-center .form .inner {
  width: 80%;
  padding: 35px 0;
}
.main-center .form #mailformpro table.mailform {
  table-layout: fixed;
  width: 100%;
  padding: 10px;
}
.main-center .form #mailformpro table.mailform th.mfp {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: 600;
}
.main-center .form #mailformpro table.mailform td.mfp {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.main-center .form #mailformpro table.mailform td.mfp input,
.main-center .form #mailformpro table.mailform td.mfp textarea,
.main-center .form #mailformpro table.mailform td.mfp select {
  border: 1px solid #000;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: none;
  font-size: clamp(16px, 16px + 0 * (100vw - 767px) / 673, 16px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .form #mailformpro table.mailform td.mfp input,
  .main-center .form #mailformpro table.mailform td.mfp textarea,
  .main-center .form #mailformpro table.mailform td.mfp select {
    font-size: 32px;
  }
}
.main-center .form #mailformpro table.mailform td.mfp input[type=name] {
  width: 100% !important;
  max-width: 100% !important;
}
.main-center .form #mailformpro table.mailform td.mfp input[type=email],
.main-center .form #mailformpro table.mailform td.mfp input[type=text] {
  width: 100% !important;
  max-width: 100% !important;
}
.main-center .form #mailformpro table.mailform td.mfp select,
.main-center .form #mailformpro table.mailform td.mfp textarea {
  width: 100% !important;
  max-width: 100% !important;
}
.main-center .form #mailformpro table.mailform td.mfp textarea {
  min-height: 160px;
}
.main-center .form #mailformpro table.mailform td.mfp .select-wrap {
  position: relative;
  display: block;
}
.main-center .form #mailformpro table.mailform td.mfp .select-wrap::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 16px solid #000000;
  border-bottom: 0;
}
.main-center .form #mailformpro table.mailform td.mfp .select-wrap select.mfp {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2em;
}
.main-center .form #mailformpro .must {
  float: none;
  display: inline-block;
  text-shadow: none;
  box-shadow: none;
  background: #EC2B2B;
  border-radius: 0;
  border: none;
  font-size: clamp(13px, 13px + 0 * (100vw - 767px) / 673, 13px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .form #mailformpro .must {
    font-size: 26px;
  }
}
.main-center .form #mailformpro .privacy {
  box-sizing: border-box;
  padding: 30px 50px;
  border: 1px solid #000;
  width: 100%;
  height: 240px;
  overflow-y: auto;
}
@media (max-width: 750px) {
  .main-center .form #mailformpro .privacy {
    padding: 20px 10px;
  }
}
.main-center .form #mailformpro .privacy h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.main-center .form #mailformpro label#privacy {
  margin: 30px auto 0;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}
.main-center .form #mailformpro label#privacy a {
  text-decoration: underline;
}
.main-center .form #mailformpro label#privacy .must {
  margin-left: 35px;
}
.main-center .form #mailformpro input[type=checkbox] {
  /*appearance: none;
  -webkit-appearance: none;*/
  -moz-appearance: none;
  width: 24px !important;
  height: 24px;
  border: 2px solid #000;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px; /* ← SVGが少し小さめに収まるように */
}
.main-center .form #mailformpro input[type=checkbox]:checked {
  position: relative;
}
.main-center .form #mailformpro input[type=checkbox]:checked:before {
  position: absolute;
  content: "";
  background-image: url("../img/form-deco.svg");
  width: 15px;
  height: 14px;
  top: -20%;
  right: -25%;
}
.main-center .form #mailformpro .mfp_buttons {
  margin-top: 40px;
}
.main-center .form #mailformpro .mfp_buttons button[type=submit] {
  background: #000;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 30rem;
  display: block;
  padding: 20px 0;
  width: 100%;
  text-shadow: none;
  max-width: 100% !important;
  font-size: clamp(20px, 20px + 0 * (100vw - 767px) / 673, 20px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .form #mailformpro .mfp_buttons button[type=submit] {
    font-size: 40px;
  }
}
.main-center form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
}
.main-center form#mailformpro label.mfp_checked {
  padding: 0;
  border: none;
  background-color: inherit;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center footer {
    padding-bottom: 156px;
  }
}
@media (max-width: 750px) {
  .main-center footer {
    padding-bottom: 86px;
  }
}
.main-center footer .logo {
  padding: 20px 0 40px;
}
.main-center footer .copy {
  letter-spacing: 0.01em;
  font-size: clamp(12px, 12px + 0 * (100vw - 767px) / 673, 12px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center footer .copy {
    font-size: 24px;
  }
}

body#thanks h1 {
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
  color: #0045BF;
  font-weight: bold;
  font-size: clamp(50px, 50px + 0 * (100vw - 767px) / 673, 50px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  body#thanks h1 {
    font-size: 100px;
  }
}
body#thanks .btn {
  margin-top: 40px;
}
body#thanks .btn a {
  background: #000;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 30rem;
  display: block;
  padding: 20px 0;
  width: 100%;
  font-size: clamp(20px, 20px + 0 * (100vw - 767px) / 673, 20px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  body#thanks .btn a {
    font-size: 40px;
  }
}