@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

blockquote,
q {
  quotes: none;
}

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

html,
body,
#body {
  width: 100%;
  height: 100%;
}

img {
  vertical-align: bottom;
}

main {
  font: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 1.6rem;
  line-height: 1.75;
  color: black;
  background: white;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

.body {
  overflow: hidden;
}

a {
  color: #0065b2;
  text-decoration: none;
}

a:link {
  color: #0065b2;
  text-decoration: underline;
}

a:visited {
  color: #0065b2;
}

a:hover {
  color: #0065b2;
  text-decoration: none;
}

a:active {
  color: #0065b2;
}

.link-none a,
a[href^="tel:"] {
  text-decoration: none;
}

.link-none a {
  pointer-events: none;
}

@media (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.disp_none {
  display: none !important;
}

@media (max-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .pc {
    display: none !important;
  }
}
bold,
.bold,
strong {
  font-weight: 600;
}

em,
.em {
  font-style: italic;
}

sup {
  font-size: 0.9rem;
}

.nowrap {
  white-space: nowrap !important;
}

.indent-none {
  text-indent: 0 !important;
}

.indent01 {
  text-indent: 1.7rem !important;
}

.indent02 {
  text-indent: -1rem !important;
  margin-left: 1rem !important;
}

.indent03 {
  text-indent: -1.25rem !important;
  margin-left: 1.25rem !important;
}

.indent04 {
  text-indent: -2rem !important;
  margin-left: 2rem !important;
}

.indent05 {
  text-indent: -2.5rem !important;
  margin-left: 2.5rem !important;
}

.indent06 {
  text-indent: -3rem !important;
  margin-left: 3rem !important;
}

.indent07 {
  text-indent: -3.5rem !important;
  margin-left: 3.5rem !important;
}

.indent08 {
  text-indent: -4rem !important;
  margin-left: 4rem !important;
}

.indent09 {
  text-indent: -4.5rem !important;
  margin-left: 4.5rem !important;
}

.indent10 {
  text-indent: -5rem !important;
  margin-left: 5rem !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.xcenter,
table td.xcenter,
table th.xcenter,
table tr.xcenter th,
table tr.xcenter td {
  text-align: center !important;
}

.xleft,
table td.xleft,
table th.xleft,
table tr.xleft th,
table tr.xleft td {
  text-align: left !important;
}

.xright,
table td.xright,
table th.xright,
table tr.xright th,
table tr.xright td {
  text-align: right !important;
}

.ytop,
table td.ytop,
table th.ytop,
table tr.ytop th,
table tr.ytop td {
  vertical-align: top !important;
}

.ymiddle,
table td.ymiddle,
table th.ymiddle,
table tr.ymiddle th,
table tr.ymiddle td {
  vertical-align: middle !important;
}

.ybottom,
table td.ybottom,
table th.ybottom,
table tr.ybottom th,
table tr.ybottom td {
  vertical-align: bottom !important;
}

@media (max-width: 768px) {
  .sp_xcenter,
  table td.sp_xcenter,
  table th.sp_xcenter,
  table tr.sp_xcenter th,
  table tr.sp_xcenter td {
    text-align: center !important;
  }
  .sp_xleft,
  table td.sp_xleft,
  table th.sp_xleft,
  table tr.sp_xleft th,
  table tr.sp_xleft td {
    text-align: left !important;
  }
  .sp_xright,
  table td.sp_xright,
  table th.sp_xright,
  table tr.sp_xright th,
  table tr.sp_xright td {
    text-align: right !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tl_xcenter,
  table td.tl_xcenter,
  table th.tl_xcenter,
  table tr.tl_xcenter th,
  table tr.tl_xcenter td {
    text-align: center !important;
  }
  .tl_xleft,
  table td.tl_xleft,
  table th.tl_xleft,
  table tr.tl_xleft th,
  table tr.tl_xleft td {
    text-align: left !important;
  }
  .tl_xright,
  table td.tl_xright,
  table th.tl_xright,
  table tr.tl_xright th,
  table tr.tl_xright td {
    text-align: right !important;
  }
}
@media (min-width: 1025px) {
  .pc_xcenter,
  table td.pc_xcenter,
  table th.pc_xcenter,
  table tr.pc_xcenter th,
  table tr.pc_xcenter td {
    text-align: center !important;
  }
  .pc_xleft,
  table td.pc_xleft,
  table th.pc_xleft,
  table tr.pc_xleft th,
  table tr.pc_xleft td {
    text-align: left !important;
  }
  .pc_xright,
  table td.pc_xright,
  table th.pc_xright,
  table tr.pc_xright td,
  table tr.pc_xright th {
    text-align: right !important;
  }
}
.slider {
  width: 100%;
}

.slick-slide {
  margin: 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide .caption {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 1rem;
  padding-top: 20px;
  line-height: 150%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  text-align: center;
}

.slick-slide .caption span {
  display: block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.slick-current .caption {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
}

.slick-prev {
  left: -15px;
  top: 50%;
}

.slick-next {
  right: -15px;
  top: 50%;
}

.slick-prev:before,
.slick-next:before {
  width: 25px;
  height: 25px;
  display: block;
  content: "　";
}

.slick-prev:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  top: 10px;
  left: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slick-next:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  top: 10px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  font-family: "slick";
  text-align: center;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #1434cb;
  border-radius: 100%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

html {
  height: -webkit-fill-available;
}

body {
  background: white;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  color: #24243c;
  letter-spacing: 0.025rem;
}

main img {
  max-width: 100%;
  height: auto;
}

.color-main {
  color: #1434cb;
}

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

.notice {
  position: relative;
  padding-left: 1.2em;
}

.notice::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 769px) {
  .notice-sp-center {
    position: relative;
    padding-left: 1.2em;
  }
  .notice-sp-center::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
}
.list01 {
  list-style: none;
}
.list01 li {
  position: relative;
  padding-left: 1.3em;
}
.list01 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  background-color: #24243c;
}

.list02 {
  list-style: none;
}
.list02 li {
  position: relative;
  padding-left: 1em;
}
.list02 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  background-color: #24243c;
}

.dot-bg01 {
  height: 100%;
  width: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.25) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(255, 255, 255, 0.25) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.dot-bg02 {
  height: 100%;
  width: 100%;
  background-image: radial-gradient(circle, rgba(20, 52, 203, 0.25) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(20, 52, 203, 0.25) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.img-hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-hover a:hover {
  opacity: 0.3;
}

.entry-btn {
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
@media (max-width: 768px) {
  .entry-btn {
    height: 65px;
  }
}
.entry-btn-inner {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .entry-btn-inner {
    padding: 0 20px;
    height: 65px;
  }
}
.entry-btn a {
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 380px;
  height: 60px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
  background: #fcc015;
  color: #24243c;
  text-decoration: none;
}
@media (max-width: 768px) {
  .entry-btn a {
    width: 280px;
    height: 50px;
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .entry-btn a:hover {
    background: #1434cb;
    color: white;
  }
}

.border {
  display: inline-block;
  position: relative;
}

.border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 2px;
  background: #fcc015;
  z-index: -1;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: opacity, transform;
}

.js-fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fadeUp {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.mr1moji {
  margin-right: 1.5rem;
}

.header {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-bottom: 1px solid #24243c;
}
@media (max-width: 768px) {
  .header {
    height: 54px;
  }
}
.header p {
  max-width: 115px;
  vertical-align: middle;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-image {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#1434cb), to(#aab6ec));
  background: linear-gradient(90deg, #1434cb, #aab6ec);
  padding: 0 50px;
}
@media (max-width: 768px) {
  .main-image {
    padding: 0;
  }
}
.main-image-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.main-image-inner-inner {
  position: relative;
  z-index: 100;
}
.main-image-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .main-image-back {
    padding: 50px;
    background: url("../images/middle_image_back_pc.webp") center center/cover;
  }
}
.main-image-white {
  width: 100%;
  height: 66%;
  position: absolute;
  top: 20%;
  left: 0;
  background: white;
}

.campaign {
  padding: 115px 50px 100px 50px;
  background: #feedbb;
}
@media (max-width: 768px) {
  .campaign {
    padding: 35px 0;
  }
}
.campaign-inner {
  max-width: 925px;
  margin: 0 auto;
}
.campaign-top {
  text-align: center;
}
.campaign-top h2 {
  margin-bottom: 35px;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .campaign-top h2 {
    max-width: 500px;
    margin: 0 auto 35px auto;
  }
}
.campaign-top h3 {
  margin-bottom: 35px;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.25;
}
@media (min-width: 769px) {
  .campaign-top h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.campaign-top h3 div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: white;
  color: #1434cb;
  line-height: 1;
  padding: 3px 7px;
  margin: 0 10px 0 10px;
}
@media (max-width: 768px) {
  .campaign-top h3 div:nth-of-type(2) {
    margin: 15px 0;
    display: inline-block;
  }
}
.campaign-top h3 div:nth-of-type(2) span:nth-of-type(1) {
  font-size: 5rem;
}
.campaign-top h4 {
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 10px;
}
.campaign-top h4 span {
  background: #feedbb;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.campaign-top h4::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fcc015;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.campaign-top p {
  font-size: 2rem;
}
.campaign-btn {
  width: 250px;
  margin: 35px auto 25px auto;
}
.campaign-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 2px solid #1434cb;
  text-align: center;
  background: white;
  height: 50px;
  cursor: pointer;
  font-size: 2rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.campaign-btn span::after {
  content: "";
  width: 22px;
  height: 2px;
  background: #1434cb;
  position: absolute;
  top: 22px;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.campaign-btn span::before {
  content: "";
  width: 2px;
  height: 22px;
  background: #1434cb;
  position: absolute;
  top: 12px;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.campaign-btn span.active::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.campaign-btn span.active::before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
@media (min-width: 1025px) {
  .campaign-btn span:hover {
    background: #fcc015;
  }
}
.campaign-under {
  display: none;
}
@media (max-width: 768px) {
  .campaign-under {
    padding: 0 10px;
  }
}
.campaign-under-inner {
  border-radius: 6px;
  border: 3px solid #1434cb;
  padding: 50px;
  background: white;
}
@media (max-width: 768px) {
  .campaign-under-inner {
    border: 2px solid #1434cb;
    padding: 25px 25px;
    font-size: 1.6rem;
  }
}
.campaign-under-text02 {
  margin-top: 25px;
}
.campaign-under-text03 {
  margin-top: 50px;
}
.campaign-heading01 {
  font-size: 2.2rem;
  line-height: 1;
  border-left: 3px solid #1434cb;
  padding: 2px 0 5px 10px;
  margin-bottom: 15px;
}
.campaign-heading02 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 9999px;
  width: 100px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background: #1434cb;
  margin: 30px 0 15px 0;
}
.campaign-heading03 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #24243c;
}
@media (min-width: 769px) {
  .campaign-list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -20px;
  }
}
.campaign-list01-left li:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .campaign-list01-left {
    text-align: center;
  }
  .campaign-list01-left ul {
    display: inline-block;
    text-align: left;
  }
}
.campaign-list01-center {
  margin: 0 50px;
  line-height: 0;
}
@media (max-width: 768px) {
  .campaign-list01-center {
    text-align: center;
    margin: 10px 0;
  }
}
.campaign-list01-center img {
  width: 15px;
}
@media (max-width: 768px) {
  .campaign-list01-center img {
    width: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.campaign-list01-right {
  font-size: 1.8rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .campaign-list01-right {
    text-align: center;
  }
}
.campaign-list01-right div {
  margin: 2px 0;
}
@media (max-width: 768px) {
  .campaign-list01-right div {
    margin: 5px 0;
  }
}
.campaign-list01-right div span:nth-of-type(1) {
  font-size: 3.6rem;
  color: #1434cb;
  line-height: 1;
}
@media (max-width: 768px) {
  .campaign-list01-right div span:nth-of-type(1) {
    font-size: 5rem;
  }
}
.campaign-list01-right div span:nth-of-type(2) {
  font-size: 2.2rem;
  margin-left: 5px;
  color: #1434cb;
  line-height: 1;
}
.campaign-list02, .campaign-list03 {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .campaign-list02, .campaign-list03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.campaign-list02-left, .campaign-list03-left {
  display: block;
}
@media (min-width: 769px) {
  .campaign-list02-left, .campaign-list03-left {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .campaign-list02-left, .campaign-list03-left {
    text-align: center;
  }
  .campaign-list02-left ul, .campaign-list03-left ul {
    display: inline-block;
    text-align: left;
  }
}
.campaign-list02-center, .campaign-list03-center {
  margin: 0 50px;
  line-height: 0;
}
@media (max-width: 768px) {
  .campaign-list02-center, .campaign-list03-center {
    text-align: center;
    margin: 10px 0;
  }
}
.campaign-list02-center img, .campaign-list03-center img {
  width: 15px;
}
@media (max-width: 768px) {
  .campaign-list02-center img, .campaign-list03-center img {
    width: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.campaign-list02-right, .campaign-list03-right {
  font-size: 1.8rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .campaign-list02-right, .campaign-list03-right {
    text-align: center;
  }
}
.campaign-list02-right span:nth-of-type(1), .campaign-list03-right span:nth-of-type(1) {
  font-size: 3.6rem;
  color: #1434cb;
  line-height: 1;
}
@media (max-width: 768px) {
  .campaign-list02-right span:nth-of-type(1), .campaign-list03-right span:nth-of-type(1) {
    font-size: 5rem;
  }
}
.campaign-list02-right span:nth-of-type(2), .campaign-list03-right span:nth-of-type(2) {
  font-size: 2.2rem;
  margin-left: 5px;
  color: #1434cb;
  line-height: 1;
}
.campaign-list04 {
  font-size: 1.4rem;
}
.campaign-list04 li:nth-child(n+2) {
  margin-top: 5px;
}
.campaign-text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .campaign-text02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.campaign-text02-right {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .campaign-text02-right {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .campaign-text02-right {
    margin-top: 5px;
    display: block;
  }
}

@media (min-width: 769px) {
  .middle-image {
    padding: 50px;
    background: url("../images/middle_image_back_pc.webp") center center/cover;
  }
}
@media (max-width: 768px) {
  .middle-image {
    padding: 0 0 50px 0;
  }
}
@media (min-width: 1025px) {
  .middle-image-inner {
    max-width: 1040px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .middle-image-btn {
    padding: 0 20px;
  }
}
.middle-image-btn a {
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 60px;
  margin: 25px auto 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
  background: #fcc015;
  color: #24243c;
  text-decoration: none;
}
@media (max-width: 768px) {
  .middle-image-btn a {
    font-size: 2rem;
    width: 280px;
    height: 50px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .middle-image-btn a:hover {
    background: #1434cb;
    color: white;
  }
}

.visa-campaign {
  background: #fcc015;
  padding: 50px 50px 80px 50px;
  position: relative;
}
@media (max-width: 768px) {
  .visa-campaign {
    padding: 35px 25px;
  }
}
.visa-campaign-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.visa-campaign h2 {
  max-width: 450px;
  margin: 0 auto 65px auto;
}
@media (max-width: 768px) {
  .visa-campaign h2 {
    margin: 0 auto 35px auto;
  }
}
.visa-campaign ul {
  list-style: none;
}
@media (min-width: 769px) {
  .visa-campaign ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .visa-campaign ul li {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .visa-campaign ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}

.point {
  background: -webkit-gradient(linear, left top, right top, from(#1434cb), to(#24243c));
  background: linear-gradient(90deg, #1434cb, #24243c);
  position: relative;
  padding: 75px 50px 50px 50px;
}
@media (max-width: 768px) {
  .point {
    padding: 50px 25px;
  }
}
.point a {
  color: #1434cb;
}
.point-inner {
  position: relative;
  z-index: 100;
  max-width: 1000px;
  margin: 0 auto;
}
.point-inner h2 {
  max-width: 456px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .point-inner h2 {
    padding: 0 25px;
  }
}
.point-inner-inner {
  max-width: 790px;
  margin: 70px auto 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .point-inner-inner {
    margin-top: 50px;
  }
}
.point-text {
  background: white;
  padding: 75px 50px 50px 50px;
  position: relative;
  z-index: 1;
  color: #1434cb;
}
@media (min-width: 769px) {
  .point-text.point01-inner {
    padding: 100px 50px 100px 50px;
  }
}
@media (max-width: 768px) {
  .point-text {
    padding: 50px 15px 35px 15px;
  }
}
.point-text h3 {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 160px;
}
@media (max-width: 768px) {
  .point-text h3 {
    width: 112px;
    top: -15px;
    left: -15px;
  }
}
.point-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1434cb;
  z-index: -1;
  top: 10px;
  left: 10px;
  mix-blend-mode: scrren;
  opacity: 0.7;
}
.point-heading01 {
  font-size: 3.4rem;
  line-height: 1.25;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .point-heading01 {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.point-heading01 .large01 {
  font-size: 5rem;
}
@media (max-width: 768px) {
  .point-heading01 .large01 {
    font-size: 3.6rem;
  }
}
.point-heading02 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .point-heading02 {
    text-align: center;
    font-size: 1.8rem;
  }
}
.point-heading03 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #24243c;
}
.point-text01 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #24243c;
}
@media (max-width: 768px) {
  .point-text01 {
    font-size: 1.6rem;
  }
}
.point-text02 {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #24243c;
}
.point-text03 {
  font-size: 3rem;
  color: #1434cb;
  font-weight: 800;
  margin-right: 3px;
}
@media (max-width: 768px) {
  .point-text03 {
    font-size: 1.8rem;
  }
}
.point-table01 {
  margin-top: 15px;
  width: 100%;
  background: #feedbb;
  color: #24243c;
  text-align: center;
}
@media (max-width: 768px) {
  .point-table01 {
    font-size: 1.2rem;
  }
}
.point-table01 tr th {
  padding: 10px 5px;
  background: #fddf8a;
  border-right: 2px solid white;
  width: 50%;
  vertical-align: middle;
  line-height: 1.5;
}
.point-table01 tr:nth-child(n+2) th {
  background: #fff9e8;
  border-bottom: 2px solid #e9e9eb;
  border-right: 2px solid #e9e9eb;
}
.point-table01 tr td {
  background: #fff9e8;
  padding: 10px 5px;
  border-bottom: 2px solid #e9e9eb;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .point-table01 tr td {
    font-size: 1.2rem;
  }
}
.point-space01 {
  margin-top: 30px;
}
.point-space02 {
  margin-top: 20px;
}
.point-btn {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .point-btn {
    margin-top: 60px;
  }
}
.point-btn a {
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 600px;
  height: 60px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
  background: #fcc015;
  color: #24243c;
  text-decoration: none;
}
@media (max-width: 768px) {
  .point-btn a {
    width: 280px;
    height: 50px;
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .point-btn a:hover {
    background: #1434cb;
    color: white;
  }
}
@media (min-width: 769px) {
  .point-img01 {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .point-img01 {
    text-align: center;
    width: 50%;
    margin: 25px auto 0 auto;
  }
}
@media (min-width: 769px) {
  .point-img02 {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .point-img02 {
    text-align: center;
    width: 60%;
    margin: 25px auto 0 auto;
  }
}
@media (min-width: 769px) {
  .point-img03 {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .point-img03 {
    text-align: center;
    width: 40%;
    margin: 25px auto 0 auto;
  }
}
@media (min-width: 769px) {
  .point-img04 {
    position: absolute;
    top: 75px;
    right: 15px;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .point-img04 {
    text-align: center;
    width: 60%;
    margin: 25px auto 0 auto;
  }
}
@media (min-width: 769px) {
  .point-img05 {
    position: absolute;
    top: 75px;
    right: 60px;
    width: 22.5%;
  }
}
@media (max-width: 768px) {
  .point-img05 {
    text-align: center;
    width: 60%;
    margin: 25px auto 0 auto;
  }
}
@media (min-width: 769px) {
  .point-img06 {
    position: absolute;
    top: 75px;
    right: 35px;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .point-img06 {
    text-align: center;
    width: 60%;
    margin: 25px auto 0 auto;
  }
}
.point-caption {
  font-size: 1.3rem;
  color: #24243c;
  margin-top: 1rem;
}

.info {
  background: #e7ebfa;
  padding: 115px 50px;
}
@media (max-width: 768px) {
  .info {
    padding: 35px 10px;
  }
}
.info-inner {
  max-width: 820px;
  margin: 0 auto;
}
.info h2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 5px;
  margin-bottom: 5px;
}
.info table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.info table tr th {
  background: #1434cb;
  color: white;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  width: 155px;
}
.info table tr th.main-light01 {
  background: #435dd5;
}
@media (max-width: 768px) {
  .info table tr th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.info table tr td {
  background: white;
  padding: 10px 15px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .info table tr td {
    display: block;
    width: 100%;
    margin-bottom: 2px;
  }
}
.info table tr td ul p{
  margin-left: 1em;
}

.flow {
  padding: 100px 50px 125px 50px;
}
@media (max-width: 768px) {
  .flow {
    padding: 35px 25px;
  }
}
.flow-inner {
  max-width: 950px;
  margin: 0 auto;
}
.flow h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .flow h2 {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
}
.flow-top {
  text-align: center;
}
.flow-top h3 {
  display: inline-block;
  padding: 18px 25px;
  font-size: 2rem;
  color: white;
  font-weight: 700;
  background: #1434cb;
  line-height: 1;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .flow-top h3 {
    font-size: 2.2rem;
  }
}
.flow-top ul {
  list-style: none;
}
@media (min-width: 769px) {
  .flow-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .flow-top ul {
    max-width: 80%;
    margin: 0 auto 50px auto;
  }
}
.flow-top ul li {
  position: relative;
}
@media (max-width: 768px) {
  .flow-top ul li {
    border-bottom: 3px solid #1434cb;
    padding-bottom: 25px;
  }
  .flow-top ul li::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 3px;
    height: 20px;
    background: #1434cb;
  }
  .flow-top ul li::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 3px;
    height: 20px;
    background: #1434cb;
  }
  .flow-top ul li:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media (min-width: 769px) {
  .flow-top ul li {
    width: 48%;
  }
}
.flow-top ul li img {
  border-top: 3px solid #1434cb;
}
@media (min-width: 769px) {
  .flow-top ul li img {
    border-bottom: 3px solid #1434cb;
  }
}
.flow-top ul li div {
  position: relative;
}
.flow-top ul li div .line01 {
  position: relative;
}
.flow-top ul li div .line01::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3px;
  height: 20px;
  background: #1434cb;
}
.flow-top ul li div .line01::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 20px;
  background: #1434cb;
}
.flow-top ul li div .line02 {
  position: relative;
}
@media (min-width: 769px) {
  .flow-top ul li div .line02::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 3px;
    height: 20px;
    background: #1434cb;
  }
  .flow-top ul li div .line02::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 3px;
    height: 20px;
    background: #1434cb;
  }
}
.flow-top ul li p {
  margin-top: 1.5rem;
  line-height: 1.4;
}
.flow-top ul li .small-text {
  font-size: 1.3rem;
  line-height: 1.75;
  margin-top: 1rem;
}
.flow-under {
  max-width: 535px;
  margin: 50px auto 0 auto;
}
.flow-under ul {
  list-style: none;
}
.flow-under ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow-under ul li:nth-child(n+2) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .flow-under ul li:nth-child(n+2) {
    margin-top: 40px;
  }
}
.flow-list-left {
  width: 80px;
}
@media (max-width: 768px) {
  .flow-list-left {
    width: 65px;
  }
}
.flow-list-right {
  width: calc(100% - 105px);
  line-height: 1.25;
}
@media (max-width: 768px) {
  .flow-list-right {
    width: calc(100% - 80px);
    font-size: 1.8rem;
  }
}
.flow-list-right h3 {
  font-size: 2.8rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .flow-list-right h3 {
    font-size: 1.8rem;
  }
}
.flow-list-right-text {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .flow-list-right-text {
    font-size: 1.3rem;
  }
}
.flow-caption {
  max-width: 535px;
  margin: 50px auto 0 auto;
  font-size: 1.1rem;
}

.faq {
  border-top: 10px solid #f0f0f0;
  padding: 100px 50px 125px 50px;
}
@media (max-width: 768px) {
  .faq {
    padding: 35px 25px;
  }
}
.faq-inner {
  max-width: 775px;
  margin: 0 auto;
}
.faq-inner-inner {
  border-top: 2px solid #CCCCCC;
}
.faq h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .faq h2 {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
}
.faq .faq-text {
  border-bottom: 2px solid #CCCCCC;
}
.faq .faq-text dt {
  padding: 35px 50px 35px 75px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq .faq-text dt {
    padding: 35px 50px 35px 50px;
  }
}
.faq .faq-text dt::after {
  content: "Q";
  position: absolute;
  left: 25px;
  top: 12px;
  font-size: 3.6rem;
  color: #fcc015;
}
@media (max-width: 768px) {
  .faq .faq-text dt::after {
    top: 16px;
    left: 12px;
    font-size: 3rem;
  }
}
.faq .faq-text dt .btn {
  position: absolute;
  top: 40px;
  right: 15px;
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
  .faq .faq-text dt .btn {
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.faq .faq-text dt .btn::after {
  content: "";
  width: 22px;
  height: 2px;
  background: #24243c;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .faq-text dt .btn::before {
  content: "";
  width: 2px;
  height: 22px;
  background: #24243c;
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .faq-text dt .btn.active::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.faq .faq-text dt .btn.active::before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.faq .faq-text dd {
  position: relative;
  font-size: 1.4rem;
  padding: 0 35px 35px 75px;
  display: none;
}
@media (max-width: 768px) {
  .faq .faq-text dd {
    padding: 0 50px 35px 50px;
  }
}
.faq .faq-text dd::after {
  content: "A";
  position: absolute;
  left: 28px;
  top: -20px;
  font-size: 3.6rem;
  color: #CCCCCC;
}
@media (max-width: 768px) {
  .faq .faq-text dd::after {
    top: -14px;
    left: 13px;
    font-size: 3rem;
  }
}
.faq .faq-text dd .notice {
  margin-top: 1rem;
}
.faq-under {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .faq-under {
    margin-top: 3.5rem;
  }
}
.faq-under h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .faq-under h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .faq-under p {
    font-size: 1.2rem;
  }
}

.footer {
  background: #f0f0f0;
  padding: 115px 50px 215px 50px;
}
@media (max-width: 768px) {
  .footer {
    padding: 35px 10px 100px 10px;
  }
}
.footer-inner {
  max-width: 820px;
  margin: 0 auto;
  background: white;
}
.footer-space {
  padding: 25px;
}
@media (max-width: 768px) {
  .footer-space {
    padding: 25px 20px 25px 20px;
  }
}
.footer-text {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .footer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .footer-text {
    text-align: center;
  }
}
.footer h2 {
  text-align: center;
  background: #fcc015;
  font-size: 3rem;
  padding: 10px 10px 12px 10px;
  line-height: 1;
  font-weight: 800;
}
@media (max-width: 768px) {
  .footer h2 {
    font-size: 2.6rem;
  }
}
.footer h3 {
  text-align: center;
  background: #f6f2e7;
  font-size: 2rem;
  padding: 10px 10px 12px 10px;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer h3 {
    font-size: 1.8rem;
  }
}
.footer p {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  white-space: nowrap;
  padding-right: 20px;
  font-weight: 800;
}
.footer p a {
  color: #24243c;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .footer p a {
    pointer-events: none;
    cursor: default;
  }
}
.footer ul {
  list-style: none;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) {
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .footer ul {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.min.css.map */