@charset "UTF-8";

/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

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

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* system
--------------------------- */
/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  width: 100%;
  overflow-x: hidden;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  color: #000;
}

/* body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN";
  color: #191733;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  font-weight: normal;
  -webkit-line-break: strict;
  -ms-line-break: strict;
  line-break: strict;
  box-sizing: border-box;
  background: #fff;
  font-display: swap;
} */

.btn_1 {
  background: linear-gradient(90deg, #0002c4 0%, #006aff 100%);
  width: 220px;
  height: 48px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  border-radius: 8px;
  z-index: 0;
  position: relative;
  box-shadow: 0px 6px 0px 0px #0346a4;
}

.btn_1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #ee5641;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s ease 0s;
  border-radius: 8px;
}

.btn_1:hover::before {
  opacity: 1;
  transition: all 0.6s ease 0s;
  box-shadow: 0px 6px 0px 0px #c73724;
}

.btn_1::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="9" cy="9" r="9" fill="%23fff"/><path d="M6.835 12.964a.456.456 0 0 0 .436-.025l5.485-3.48a.4.4 0 0 0 .133-.139.36.36 0 0 0 0-.359.4.4 0 0 0-.133-.138L7.27 5.343a.447.447 0 0 0-.6.117c-.04.06-.062.13-.062.2v6.961c0 .07.021.14.061.2.04.06.097.11.165.143Z" fill="%23000"/></svg>');
  background-repeat: no-repeat;
  margin-left: 8px;
  background-size: 100% auto;
  background-position: center center;
}

.btn_2 {
  background: #ee5641;
  width: 320px;
  height: 60px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  border-radius: 8px;
  transition: all 0.6s ease 0s;
  box-shadow: 0px 6px 0px 0px #c73724;
}

.btn_2::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="9" cy="9" r="9" fill="%23fff"/><path d="M6.835 12.964a.456.456 0 0 0 .436-.025l5.485-3.48a.4.4 0 0 0 .133-.139.36.36 0 0 0 0-.359.4.4 0 0 0-.133-.138L7.27 5.343a.447.447 0 0 0-.6.117c-.04.06-.062.13-.062.2v6.961c0 .07.021.14.061.2.04.06.097.11.165.143Z" fill="%23000"/></svg>');
  background-repeat: no-repeat;
  margin-left: 8px;
  background-size: 100% auto;
  background-position: center center;
}

.btn_2:hover {
  transition: all 0.6s ease 0s;
  background: #0b61da;
  box-shadow: 0px 6px 0px 0px #0346a4;
}

.btn_tel {
  background: #fff;
  width: 320px;
  height: 92px;
  font-weight: 700;
  line-height: 1.1;
  border-radius: 8px;
  transition: all 0.6s ease 0s;
  display: grid;
  grid-template: "copy copy" 28px "icon num" auto "icon time" 1fr/79px 1fr;
  align-content: stretch;
  align-items: center;
  gap: 0;
  justify-items: end;
  padding: 0;
  overflow: hidden;
  box-shadow: 0px 6px 0px 0px #008c32;
}

.btn_tel::before {
  content: "";
  width: 56px;
  height: 43px;
  display: block;
  background: url(../img/tel.svg) no-repeat center bottom/100% auto;
  grid-area: icon;
  align-self: start;
  margin-top: 8px;
}

.btn_tel:hover {
  transition: all 0.6s ease 0s;
  box-shadow: 0px 6px 0px 0px #0346a4;
}

.btn_tel .num {
  font-size: 32px;
  font-size: 2rem;
  grid-area: num;
  align-self: flex-start;
  padding-right: 24px;
  line-height: 1;
  margin-top: 8px;
}

.btn_tel .time {
  font-size: 12px;
  font-size: 0.75rem;
  grid-area: time;
  justify-self: end;
  align-self: flex-start;
  padding-right: 24px;
  line-height: 1;
  margin-top: 3px;
}

.btn_tel .copy {
  grid-area: copy;
  font-size: 16px;
  font-size: 1rem;
  background: #00a73c;
  transition: all 0.6s ease 0s;
  color: #fff;
  width: 100%;
  line-height: 1.6;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_tel:hover .copy {
  transition: all 0.6s ease 0s;
  background: #0b61da;
}

/* l-header
--------------------------- */
.l-header {
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
}

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

.l-header__lgoo {
  width: 183.2px;
}

@media only screen and (max-width: 768px) {
  .l-header__lgoo {
    width: 90px;
    width: min(21.8446601942vw, 150px);
    position: absolute;
    top: 16px;
    left: 5px;
  }
}

.l-header__btns {
  display: flex;
  gap: 0 10px;
}

.l-header__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 48px;
  background: #ccc;
  border-radius: 100px;
  box-shadow: 0 5px 0 #666;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
}

.l-header__btn span {
  display: block;
  font-size: 11px;
  padding-top: 2px;
}

.l-header__btn::after {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background: #666 url(../images/icon-btn-arrow.png) no-repeat center center;
  background-size: 12px auto;
  border-radius: 20px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.l-header__btn.is-tel {
  background: #BEE6FF;
  color: #014783;
  box-shadow: 0 5px 0 #5795BC;
}

.l-header__btn.is-tel span {
  color: #424242;
}

.l-header__btn.is-tel::after {
  background-color: #5795BC;
}

.l-header__btn.is-offer {
  background: #FFCF05;
  color: #424242;
  box-shadow: 0 5px 0 #BB9300;
}

.l-header__btn.is-offer span {
  color: #047FE0;
}

.l-header__btn.is-offer::after {
  background-color: #BB9300;
}

.l-header__btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}

/* l-main
--------------------------- */
.l-main {
  width: 100%;
}

/* l-footer
--------------------------- */
.l-footer {
  background: #BEE6FF;
  line-height: 1.2;
  padding-top: 71px;
}

@media only screen and (max-width: 768px) {
  .l-footer {
    padding-top: 30px;
  }
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.l-footer__nav {
  padding-top: 42px;
}

.l-footer__nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 24px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .l-footer__nav ul {
    justify-content: center;
  }
}

.l-footer__nav a {
  color: #014783;
  text-decoration: underline;
}

.l-footer__copyright {
  text-align: right;
  font-size: 12px;
  padding-bottom: 34px;
}

@media only screen and (max-width: 768px) {
  .l-footer__copyright {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
  }
}

/* l-inner
--------------------------- */
.l-inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 870px) {
  .l-inner {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .l-inner {
    padding: 0 24px;
  }
}

/* c-btn
--------------------------- */
.c-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 38.4px;
  background: #ccc;
  border-radius: 100px;
  box-shadow: 0 5px 0 #666;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s;
}

.c-btn span {
  display: block;
  font-size: 10.4px;
  padding-top: 2px;
}

.c-btn::after {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background: #666 url(../images/icon-btn-arrow.png) no-repeat center center;
  background-size: 12px auto;
  border-radius: 20px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn.is-tel {
  background: #BEE6FF;
  color: #014783;
  box-shadow: 0 5px 0 #5795BC;
}

.c-btn.is-tel span {
  color: #424242;
}

.c-btn.is-tel::after {
  background-color: #5795BC;
}

.c-btn.is-offer {
  background: #FFCF05;
  color: #424242;
  box-shadow: 0 5px 0 #BB9300;
}

.c-btn.is-offer span {
  color: #047FE0;
}

.c-btn.is-offer::after {
  background-color: #BB9300;
}

.c-btn.is-large {
  width: 280px;
  height: 72px;
  font-size: 36px;
  font-size: 28.8px;
  box-shadow: 0 7px 0 #BB9300;
}

.c-btn.is-large::after {
  width: 28px;
  height: 28px;
  right: 12px;
  background-size: 18px auto;
}

.c-btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}

/* c-contents
--------------------------- */
.c-contents {
  padding: 65px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-contents {
    padding: 35px 0;
  }
}

.c-contents::before {
  display: block;
  content: "";
  width: 4px;
  height: 65px;
  background: #047FE0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
}

@media only screen and (max-width: 768px) {
  .c-contents::before {
    width: 2px;
    height: 33px;
    top: -16px;
  }
}

.c-contents__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-contents__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #047FE0;
}

@media only screen and (max-width: 768px) {
  .c-contents__title {
    font-size: 24px;
  }
}

.c-contents__title.is-large {
  font-size: 48px;
}

.c-contents__title .is-small {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .c-contents__title .is-small {
    font-size: 18px;
  }
}

.c-contents__title .is-black {
  color: #424242;
}

/* c-cta
--------------------------- */
.c-cta {
  width: 100%;
  padding: 88px 0;
}

@media only screen and (max-width: 768px) {
  .c-cta {
    padding: 40px 0;
  }
}

.c-cta__inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .c-cta__inner {
    max-width: min(88.1067961165vw, 726px);
  }
}

.c-cta__offer {
  margin-bottom: 51.2px;
}

@media only screen and (max-width: 768px) {
  .c-cta__offer {
    margin-bottom: 15px;
  }
}

.c-cta__offer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
  background: #FFCF05 url(../images/bg-btn-pc.png) no-repeat 36px center;
  background-size: 85.6px auto;
  border-radius: 10px;
  box-shadow: 0 10px 0 #BB9300;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .c-cta__offer-btn {
    height: min(13.1067961165vw, 108px);
    background-size: min(11.5291262136vw, 95px) auto;
    background-position: min(4.854368932vw, 20px) center;
    box-shadow: 0 5px 0 #BB9300;
    margin-bottom: 0;
  }
}

.c-cta__offer-btn .btn-text {
  position: relative;
  font-size: 32px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .c-cta__offer-btn .btn-text {
    font-size: min(4.854368932vw, 40px);
  }
}

.c-cta__offer-btn .btn-text::after {
  display: block;
  content: "";
  width: 22.4px;
  height: 22.4px;
  background: #BB9300 url(../images/icon-btn-arrow.png) no-repeat center center;
  background-size: 14.4px auto;
  border-radius: 20px;
  position: absolute;
  right: -32.8px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .c-cta__offer-btn .btn-text::after {
    width: min(3.0339805825vw, 25px);
    height: min(3.0339805825vw, 25px);
    background-size: min(1.9417475728vw, 16px);
    right: -7%;
  }
}

.c-cta__offer-btn .btn-read {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 256px;
  height: 40px;
  background: #047FE0;
  border-radius: 50px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .c-cta__offer-btn .btn-read {
    width: min(35.1941747573vw, 290px);
    height: min(5.5825242718vw, 46px);
    font-size: min(3.640776699vw, 30px);
    top: min(-2.9126213592vw, -12px);
  }
}

.c-cta__offer-btn .btn-read span {
  color: #FFCF05;
}

.c-cta__offer-btn::after {
  display: block;
  content: "";
  width: 104px;
  height: 124px;
  background: url(../images/bg-btn-woman.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 12px;
  bottom: -1px;
}

@media only screen and (max-width: 768px) {
  .c-cta__offer-btn::after {
    width: min(14.3203883495vw, 118px);
    height: min(16.9902912621vw, 140px);
  }
}

.c-cta__offer-btn:hover {
  box-shadow: none;
  transform: translateY(10px);
}

@media only screen and (max-width: 768px) {
  .c-cta__offer-btn:hover {
    transform: translateY(5px);
  }
}

.c-cta__note {
  font-size: 14px;
  line-height: 1.2;
  padding-top: 9px;
}

@media only screen and (max-width: 768px) {
  .c-cta__note {
    font-size: 10px;
    line-height: 1.4;
  }
}

.c-cta__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.c-cta__tel .c-cta__note {
  font-size: 19px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .c-cta__tel .c-cta__note {
    font-size: min(2.6699029126vw, 11px);
    position: absolute;
    bottom: 3px;
  }
}

.c-cta__tel-text {
  font-size: 19px;
  color: #014783;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 9px;
}

@media only screen and (max-width: 768px) {
  .c-cta__tel-text {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.c-cta__tel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background: #fff;
  border: solid 3px #014783;
  border-radius: 10px;
  color: #014783;
  font-size: 32px;
  font-weight: 600;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .c-cta__tel-btn {
    height: min(10.9223300971vw, 90px);
    border: solid 2px #014783;
    font-size: min(4.854368932vw, 40px);
    padding-bottom: 15px;
  }
}

.c-cta__tel-btn .icon {
  display: inline-block;
  width: 60px;
  margin-right: 18px;
}

@media only screen and (max-width: 768px) {
  .c-cta__tel-btn .icon {
    width: min(6.5533980583vw, 54px);
    position: absolute;
    left: 15%;
    top: calc(50% + 13px);
    transform: translateY(-50%);
  }
}

.c-cta__tel-btn:hover {
  opacity: 0.7;
}

/* p-fv
--------------------------- */
@media only screen and (max-width: 768px) {
  .p-fv-area {
    height: 412px;
    position: relative;
    z-index: 1;
  }
}

@media only screen and (max-width: 768px) {
  .p-fv-area::after {
    display: block;
    content: "";
    width: 100%;
    height: 304px;
    background: url(../images/bg-fv-sp.png) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}

@media only screen and (max-width: 768px) {
  .p-fv-area::before {
    display: block;
    content: "";
    width: 100%;
    height: 154px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #BEE6FF;
    z-index: -1;
  }
}

.p-fv {
  width: 100%;
  padding-top: 88px;
  background: url(../images/bg-fv-top.png) no-repeat center top, url(../images/bg-fv-bottom.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 2;
}

@media print,
screen and (max-width: 870px) {
  .p-fv {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .p-fv {
    padding-top: 0;
    background: none;
  }
}

.p-fv__inner {
  height: 328px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-fv__inner {
    height: 255.5px;
    background-size: contain;
    justify-content: center;
  }
}

.p-fv__inner::before {
  content: "";
  display: block;
  width: 391px;
  height: 285px;
  background: url(../images/bg-fv-content.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -210px;
  top: -37px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .p-fv__inner::before {
    right: auto;
    left: 0;
    top: auto;
    background-position: left bottom;
    background-size: 50%;
  }
}

.p-fv__copy {
  width: 100%;
  max-width: 550px;
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .p-fv__copy {
    max-width: none;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
}

@media only screen and (max-width: 768px) {
  .p-fv__copy-inner {
    display: inline-block;
  }
}

.p-fv__read {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 44px;
  background: #047FE0;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
  .p-fv__read {
    width: min(64.5631067961vw, 266px);
    font-size: min(4.3689320388vw, 18px);
    height: 30px;
    margin-bottom: 5px;
  }
}

.p-fv__title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #424242;
  line-height: 1.4;
}

@media print,
screen and (max-width: 870px) {
  .p-fv__title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p-fv__title {
    line-height: 1.1;
    font-size: min(8.4951456311vw, 35px);
  }
}

.p-fv__title .is-large {
  font-size: 56px;
}

@media print,
screen and (max-width: 870px) {
  .p-fv__title .is-large {
    font-size: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .p-fv__title .is-large {
    font-size: min(8.4951456311vw, 35px);
  }
}

.p-fv__title .is-blue {
  color: #047FE0;
}

@media only screen and (max-width: 768px) {
  .p-fv__title .is-yellow {
    font-size: 40px;
    color: #EBCD5A;
    -webkit-text-stroke: 2px #014783;
    text-stroke: 2px #014783;
    paint-order: #014783;
  }
}

.p-fv__illust {
  width: 100%;
  max-width: 256px;
  margin-right: 15px;
  position: relative;
  bottom: -10px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .p-fv__illust {
    max-width: none;
    position: absolute;
    right: 0;
    top: -80px;
    left: 50%;
    margin-left: -39px;
    bottom: auto;
  }
}

@media only screen and (max-width: 768px) {
  .p-fv__illust img {
    height: 100px;
    width: auto;
  }
}

.p-fv-bottom {
  background: #BEE6FF;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .p-fv-bottom {
    background: none;
  }
}

.p-fv-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}

@media print,
screen and (max-width: 870px) {
  .p-fv-bottom__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p-fv-bottom__inner {
    justify-content: center;
    padding: 0;
  }
}

.p-fv-bottom__badges {
  display: flex;
  width: 63.7%;
  gap: 0 2.66%;
}

@media print,
screen and (max-width: 870px) {
  .p-fv-bottom__badges {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p-fv-bottom__badges {
    align-items: center;
    width: min(95.9951456311vw, 395.5px);
    height: 154px;
    padding-top: 10px;
    margin-right: 0;
  }
}

.p-fv-bottom__badge {
  max-width: 200px;
}

@media only screen and (max-width: 768px) {
  .p-fv-bottom__badge {
    position: relative;
  }
}

.p-fv-bottom__badge>img {
  position: relative;
  z-index: 3;
  -webkit-filter: drop-shadow(0px 4px 0 #014783);
  filter: drop-shadow(0px 4px 0 #014783);
}

.p-fv-bottom__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 7px;
}

.p-fv-bottom__btn-text {
  font-size: 22.4px;
  font-weight: 600;
  margin-bottom: 4px;
}

.p-fv-bottom__btn-text span {
  color: #047FE0;
}

.p-fv-bottom-cta {
  background: url(../images/bg-fv-bottom-cta.png) no-repeat left bottom;
  background-size: 100% auto;
}

.p-fv-bottom-cta .c-cta {
  padding-bottom: 20px;
}

/* p-problem
--------------------------- */
.p-problem {
  padding: 75px 0 0;
  background: #EDF2F8;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-problem {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.p-problem::after {
  content: "";
  position: absolute;
  bottom: -139px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 140px solid #EDF2F8;
}

@media only screen and (max-width: 768px) {
  .p-problem::after {
    bottom: -49px;
    border-top: 50px solid #EDF2F8;
  }
}

.p-problem__title {
  font-size: 36px;
  font-weight: 600;
  color: #014783;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
  .p-problem__title {
    font-size: 18px;
    margin-bottom: 23.5px;
  }
}

.p-problem__title span {
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .p-problem__title span {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p-problem__title span.u-marker-sp {
    margin-left: 1.3em;
  }
}

@media only screen and (max-width: 768px) {
  .p-problem__figure {
    width: calc(100% + 44px);
    margin-left: -22px;
  }
}

/* p-about
--------------------------- */
.p-about {
  padding-top: 195px;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .p-about {
    padding-top: 85px;
    padding-bottom: 60px;
  }
}

.p-about::before {
  top: 113.6px;
}

@media only screen and (max-width: 768px) {
  .p-about::before {
    top: 33px;
  }
}

.p-about__read {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 416px;
  height: 60px;
  background: #047FE0;
  border-radius: 10px;
  color: #fff;
  font-size: 28.8px;
  font-weight: 600;
  margin-bottom: 48.8px;
}

@media only screen and (max-width: 768px) {
  .p-about__read {
    width: min(63.1067961165vw, 520px);
    height: min(9.1019417476vw, 75px);
    font-size: min(4.3689320388vw, 36px);
    margin-bottom: 27.5px;
  }
}

.p-about__read span {
  color: #FFCF05;
}

.p-about__title {
  font-size: 38.4px;
  font-weight: 600;
  color: #047FE0;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 76.8px;
}

@media only screen and (max-width: 768px) {
  .p-about__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.p-about__body {
  margin-bottom: 64px;
}

@media only screen and (max-width: 768px) {
  .p-about__body {
    margin-bottom: 35px;
  }
}

.p-about__body-title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 47.2px;
}

@media only screen and (max-width: 768px) {
  .p-about__body-title {
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 26px;
  }
}

.p-about__body-title span {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .p-about__body-title span {
    font-size: 12px;
  }
}

.p-about__body-title::before,
.p-about__body-title::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 50px;
  background: #047FE0;
  vertical-align: middle;
  position: relative;
  top: -5px;
}

@media only screen and (max-width: 768px) {

  .p-about__body-title::before,
  .p-about__body-title::after {
    width: 5px;
    height: 25px;
    top: -2px;
  }
}

.p-about__body-title::before {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .p-about__body-title::before {
    margin-right: 10px;
  }
}

.p-about__body-title::after {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .p-about__body-title::after {
    margin-left: 10px;
  }
}

.p-about__text {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 1em;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-about__text {
    font-size: 17px;
    line-height: 1.6;
  }
}

/* p-reason
--------------------------- */
.p-reason {
  position: relative;
  top: -200px;
}

@media only screen and (max-width: 768px) {
  .p-reason {
    top: 0;
  }
}

.p-reason::after {
  content: "";
  position: absolute;
  bottom: -139px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 140px solid #BEE6FF;
}

@media only screen and (max-width: 768px) {
  .p-reason::after {
    bottom: -49px;
    border-top: 50px solid #BEE6FF;
  }
}

.p-reason .c-contents {
  padding-top: 0;
  padding-bottom: 82px;
  background: #BEE6FF;
}

@media only screen and (max-width: 768px) {
  .p-reason .c-contents {
    padding-bottom: 35px;
  }
}

.p-reason .c-contents::before {
  top: -125px;
}

@media only screen and (max-width: 768px) {
  .p-reason .c-contents::before {
    top: -60px;
  }
}

.p-reason-top {
  display: block;
  content: "";
  width: 110%;
  height: 291px;
  background: #BEE6FF;
  border-radius: 100% 100% 0 0;
  margin-left: -5%;
  margin-right: -5%;
}

@media only screen and (max-width: 768px) {
  .p-reason-top {
    height: 45px;
  }
}

.p-reason__read {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
  .p-reason__read {
    font-size: 16px;
    margin-bottom: 7.5px;
  }
}

.p-reason__items {
  margin-top: 44.8px;
}

@media only screen and (max-width: 768px) {
  .p-reason__items {
    margin-top: 23.5px;
  }
}

.p-reason__item {
  background: #fff;
  border-radius: 10px;
  padding: 49.6px 41.6px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-reason__item {
    overflow: hidden;
    border-radius: 5px;
    padding: 18px 24px;
  }
}

@media only screen and (max-width: 768px) {
  .p-reason__item::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

.p-reason__item+.p-reason__item {
  margin-top: 10px;
}

.p-reason__item:nth-child(1) {
  background: #fff url(../images/icon-reason1.png) no-repeat right 11px center;
  background-size: 200.8px auto;
}

@media only screen and (max-width: 768px) {
  .p-reason__item:nth-child(1) {
    background-size: 125.5px auto;
    background-position: right 11px top 3.5em;
  }
}

.p-reason__item:nth-child(2) {
  background: #fff url(../images/icon-reason2.png) no-repeat right 11px center;
  background-size: 213.6px auto;
}

@media only screen and (max-width: 768px) {
  .p-reason__item:nth-child(2) {
    background-size: 133.5px auto;
    background-position: right 11px top 2.5em;
  }
}

.p-reason__item:nth-child(3) {
  background: #fff url(../images/icon-reason3.png) no-repeat right 11px center;
  background-size: 206.4px auto;
}

@media only screen and (max-width: 768px) {
  .p-reason__item:nth-child(3) {
    background-size: 129px auto;
    background-position: right 11px center;
  }
}

.p-reason__item:nth-child(4) {
  background: #fff url(../images/icon-reason4.png) no-repeat right 11px center;
  background-size: 196.8px auto;
}

@media only screen and (max-width: 768px) {
  .p-reason__item:nth-child(4) {
    background-size: 123px auto;
    background-position: right 11px top 2em;
  }
}

.p-reason__item:nth-child(5) {
  background: #fff url(../images/icon-reason5.png) no-repeat right 11px center;
  background-size: 209.6px auto;
}

@media only screen and (max-width: 768px) {
  .p-reason__item:nth-child(5) {
    background-size: 123px auto;
    background-position: right 11px center;
  }
}

.p-reason__header {
  display: flex;
  font-weight: 600;
  color: #047FE0;
  font-size: 24px;
  margin-bottom: 36px;
}

@media only screen and (max-width: 768px) {
  .p-reason__header {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
  }
}

@media only screen and (max-width: 768px) {
  .p-reason__body {
    position: relative;
    z-index: 2;
  }
}

.p-reason__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 40px;
  line-height: 1;
  border-radius: 40px;
  background: #FFCF05;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .p-reason__label {
    width: 76px;
    height: 30px;
    margin-right: 10px;
  }
}

.p-reason__text {
  font-size: 20px;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .p-reason__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
  }
}

.p-reason__text+.p-reason__text {
  margin-top: 1rem;
}

/* p-flow
--------------------------- */
.p-flow {
  padding-top: 20px;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .p-flow {
    padding-top: 80px;
  }
}

.p-flow::before {
  top: -85px;
}

@media only screen and (max-width: 768px) {
  .p-flow::before {
    top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .p-flow .c-contents__title {
    font-size: 32px;
  }
}

.p-flow__read {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 7px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .p-flow__read {
    font-size: 16px;
  }
}

.p-flow__body {
  margin-top: 44.8px;
}

@media only screen and (max-width: 768px) {
  .p-flow__body {
    margin-top: 20px;
  }
}

.p-flow__body-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 60px;
  background: #014783;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .p-flow__body-title {
    width: min(66.7475728155vw, 550px);
    height: 30px;
    font-size: 16px;
    margin: 0 auto;
  }
}

.p-flow__documents {
  width: 100%;
  min-height: 154px;
  margin-top: 31px;
  padding-top: 7px;
  padding-left: 40px;
  background: url(../images/bg-frow.png) no-repeat right 33px center;
  background-size: 397.6px auto;
}

@media only screen and (max-width: 768px) {
  .p-flow__documents {
    min-height: 95px;
    margin-top: 20px;
    padding-top: 0px;
    padding-left: 0px;
    background-size: min(40.0485436893vw, 330px);
    background-position: right 0 center;
  }
}

.p-flow__document {
  background: url(../images/icon-check.png) no-repeat left top;
  background-size: 40px auto;
  min-height: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #014783;
  padding-left: 56px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p-flow__document {
    background-size: 20px auto;
    background-position: left center;
    min-height: auto;
    font-size: min(3.8834951456vw, 16px);
    padding-left: 28px;
    margin-bottom: 0;
  }
}

.p-flow-step {
  display: flex;
  gap: 0 1.8%;
  margin-top: 122.4px;
  margin-bottom: 33.6px;
}

@media only screen and (max-width: 768px) {
  .p-flow-step {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.p-flow-step__item {
  width: 100%;
  max-width: 230px;
  background: #E7F5FE;
  border-radius: 10px;
  position: relative;
  padding: 55px 12px 6px;
}

@media only screen and (max-width: 768px) {
  .p-flow-step__item {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-flow-step__item+.p-flow-step__item {
    margin-top: 35px;
  }
}

.p-flow-step__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background: #047FE0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .p-flow-step__num {
    width: min(12.1359223301vw, 50px);
    height: min(12.1359223301vw, 50px);
    font-size: min(4.3689320388vw, 18px);
    left: min(9.1019417476vw, 75px);
    top: min(-3.0339805825vw, -25px);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 500px) {
  .p-flow-step__num {
    left: min(6.067961165vw, 50px);
  }
}

.p-flow-step__num span {
  font-size: 12px;
}

.p-flow-step__title {
  font-size: 20px;
  font-weight: 600;
  color: #047FE0;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 22px;
}

@media only screen and (max-width: 768px) {
  .p-flow-step__title {
    display: flex;
    align-items: center;
    font-size: min(4.3689320388vw, 18px);
    text-align: left;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p-flow-step__content-note {
    font-size: min(2.9126213592vw, 12px);
    background: #047FE0;
    color: #fff;
    padding: 3px 7px;
    margin-top: 10px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
  }
}

.p-flow-step__content {
  margin-bottom: 15px;
}

.p-flow-step__text {
  font-size: 16px;
  font-weight: 600;
  color: #424242;
}

@media only screen and (max-width: 768px) {
  .p-flow-step__text {
    font-size: 15px;
  }
}

.p-flow-step__text+.p-flow-step__text {
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
  .p-flow-step__text+.p-flow-step__text {
    margin-top: 0.5em;
  }
}

.p-flow-step__thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .p-flow-step__thumb {
    order: 1;
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .p-flow-step__thumb img {
    width: min(18.2038834951vw, 75px);
    height: min(18.2038834951vw, 75px);
  }
}

.p-flow-step__body {
  display: contents;
}

@media only screen and (max-width: 768px) {
  .p-flow-step__body {
    width: 72%;
    display: block;
    order: 2;
  }
}

.p-flow-step__item::after {
  display: block;
  content: "";
  width: 20.8px;
  height: 31.2px;
  background: url(../images/icon-flow-arrow-b.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -14.4px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .p-flow-step__item::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -35px;
    transform: translate(-50%, 0) rotate(90deg);
  }
}

.p-flow-step__item:nth-child(3) .p-flow-step__content {
  margin-bottom: 30px;
}

.p-flow-step__item:nth-child(3)::after {
  background: url(../images/icon-flow-arrow-y.svg) no-repeat center center;
  background-size: contain;
}

.p-flow-step__item:nth-child(4) {
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .p-flow-step__item:nth-child(4) {
    margin-left: 0;
    background: #FEF7E7;
  }
}

.p-flow-step__item:nth-child(4)::after {
  background: url(../images/icon-flow-arrow-y.svg) no-repeat center center;
  background-size: contain;
  right: auto;
  left: -17px;
}

@media only screen and (max-width: 768px) {
  .p-flow-step__item:nth-child(4)::after {
    content: none;
  }
}

/* p-voice
--------------------------- */
.p-voice {
  background: #BEE6FF;
  padding-bottom: 153.6px;
}

@media only screen and (max-width: 768px) {
  .p-voice {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .p-voice .l-inner {
    padding: 0;
  }
}

.p-voice__items {
  display: flex;
  gap: 0 1.8%;
  margin-top: 87.2px;
}

@media only screen and (max-width: 768px) {
  .p-voice__items {
    width: 100%;
    max-width: min(90.5339805825vw, 373px);
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 768px) {

  .p-voice__items .prev,
  .p-voice__items .next {
    display: block;
    content: "";
    width: 20.8px;
    height: 31.2px;
    background: url(../images/icon-flow-arrow-b.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 31%;
    right: 0;
    z-index: 5;
  }
}

@media only screen and (max-width: 768px) {
  .p-voice__items .prev {
    left: auto;
    left: 0;
    transform: rotate(180deg);
  }
}

.p-voice__item {
  width: 100%;
  max-width: 320px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .p-voice__item {
    max-width: none;
    margin: 0 33px;
  }
}

.p-voice__label {
  width: 100%;
  height: 52px;
  background: #FFCF05;
  color: #047FE0;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .p-voice__label {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
  }
}

.p-voice__top {
  display: flex;
  align-items: center;
  gap: 0 5.24%;
  padding: 14px 12px 0;
}

.p-voice__thumb {
  width: 52.21%;
}

.p-voice__amounts {
  width: 42.55%;
  padding-top: 10px;
}

.p-voice__amount {
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

.p-voice__amount+.p-voice__amount {
  border-top: solid 2px #DADADA;
  padding-top: 11px;
  margin-top: 12px;
}

.p-voice__amount-title {
  font-size: 20px;
  color: #014783;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p-voice__amount-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.p-voice__amount-price {
  font-size: 22px;
  color: #047FE0;
  white-space: nowrap;
}

@media print,
screen and (max-width: 870px) {
  .p-voice__amount-price {
    font-size: 20px;
  }
}

.p-voice__body {
  margin-top: 19px;
  padding: 14px 12px;
  background: url(../images/bg-dot-line.png) no-repeat center top;
}

.p-voice__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #047FE0;
  text-align: center;
  line-height: 1.2;
  min-height: 2.5em;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .p-voice__item-title {
    font-size: min(4.6116504854vw, 20px);
    min-height: auto;
    margin-bottom: 10px;
  }
}

.p-voice__text {
  font-size: 16px;
  font-weight: 600;
  color: #424242;
}

@media only screen and (max-width: 768px) {
  .p-voice__text {
    font-size: 15px;
  }
}

.p-voice__text+.p-voice__text {
  margin-top: 1em;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

[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;
}

/* p-faq
--------------------------- */
.p-faq {
  padding-bottom: 16px;
}

.p-faq__items {
  margin-top: 88px;
}

@media only screen and (max-width: 768px) {
  .p-faq__items {
    margin-top: 30px;
  }
}

.p-faq__item {
  width: 100%;
  overflow: hidden;
}

.p-faq__item dt {
  padding: 15px 60px 15px 56px;
  font-size: 19.2px;
  font-weight: 600;
  line-height: 1.2;
  color: #014783;
  background: #E7F5FE;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-faq__item dt {
    padding: 10px 40px;
    font-size: 16px;
  }
}

.p-faq__item dt::before {
  content: "Q";
  color: #047FE0;
  position: absolute;
  left: 24px;
  top: 15px;
}

@media only screen and (max-width: 768px) {
  .p-faq__item dt::before {
    left: 15px;
    top: 9px;
  }
}

.p-faq__item dt::after {
  content: "-";
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #014783;
  border-radius: 40px;
  font-size: 25.6px;
  line-height: 1;
  padding-bottom: 8px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .p-faq__item dt::after {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}

.p-faq__item dt:hover {
  cursor: pointer;
}

.p-faq__item dd {
  padding: 30px 13px 24px 59px;
  font-size: 16px;
  line-height: 1.4;
  max-height: 200px;
  transition: max-height 0.2s, padding 0.3s;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-faq__item dd {
    padding: 10px 10px 10px 40px;
    font-size: 15px;
  }
}

.p-faq__item dd::before {
  content: "A";
  font-size: 24px;
  color: #FFCF05;
  font-weight: 600;
  left: 24px;
  top: 20px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .p-faq__item dd::before {
    left: 15px;
    top: 8px;
    font-size: 18px;
  }
}

.p-faq__item dd ul {
  padding: 8px 0;
}

.p-faq__item dd li {
  list-style-type: decimal;
  list-style-position: inside;
}

.p-faq__item+.p-faq__item {
  margin-top: 12px;
}

.p-faq__item.is-close dt::after {
  content: "+";
  padding-bottom: 3px;
}

.p-faq__item.is-close dd {
  max-height: 0;
  padding: 0 13px 0 59px;
}

@media only screen and (max-width: 768px) {
  .p-faq__item.is-close dd {
    padding: 0 10px 0 40px;
  }
}

/* p-about-zaimu
--------------------------- */
.p-about-zaimu {
  padding-bottom: 89.6px;
}

@media only screen and (max-width: 768px) {
  .p-about-zaimu {
    padding-bottom: 50px;
  }
}

.p-about-zaimu__figure {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .p-about-zaimu__figure {
    margin-top: 10px;
  }
}

.p-about-zaimu__text {
  width: 100%;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .p-about-zaimu__text {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p-about-zaimu__text p {
    margin-bottom: 1em;
  }
}

.p-about-zaimu__note {
  text-align: right;
  color: #047FE0;
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .p-about-zaimu__note {
    font-size: 12px;
    font-weight: 500;
  }
}

/* p-support
--------------------------- */
.p-support {
  background: #BEE6FF;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .p-support {
    padding-bottom: 40px;
  }
}

.p-support__read {
  font-size: 24px;
  font-weight: 600;
  color: #424242;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .p-support__read {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.p-support__figure {
  margin-top: 44px;
}

@media only screen and (max-width: 768px) {
  .p-support__figure {
    width: calc(100% + 32px);
    margin: 20px -16px 0;
  }
}

.p-support__bottom {
  min-height: 149.6px;
  background: url(../images/bg-support.png) no-repeat 30.4px bottom;
  background-size: 167.2px auto;
  padding-left: 207.2px;
  margin-top: 55.2px;
}

@media only screen and (max-width: 768px) {
  .p-support__bottom {
    min-height: none;
    background: none;
    padding-left: 0;
    margin-top: 25px;
  }
}

.p-support__blowing {
  max-width: 640px;
  background: #fff;
  border-radius: 10px;
  padding: 14.4px 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .p-support__blowing {
    font-size: 15px;
    padding: 24px 24px 60px;
    background: #fff url(../images/bg-support.png) no-repeat right 15px bottom;
    background-size: 80px auto;
  }
}

/* p-greeting
--------------------------- */
.p-greeting {
  padding-top: 108px;
  padding-bottom: 125.6px;
  background: #FAF0D7;
}

@media only screen and (max-width: 768px) {
  .p-greeting {
    padding: 40px 0;
  }
}

.p-greeting::before {
  top: -20px;
}

@media only screen and (max-width: 768px) {
  .p-greeting::before {
    top: -16px;
  }
}

.p-greeting__content {
  width: 100%;
  max-width: 800px;
  margin: 73.6px auto 84px;
}

@media only screen and (max-width: 768px) {
  .p-greeting__content {
    margin: 20px auto 30px;
  }
}

.p-greeting__content p {
  line-height: 1.4;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .p-greeting__content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0.8em;
  }
}

.p-greeting__bottom {
  margin-left: 15px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .p-greeting__bottom {
    margin-left: 0;
  }
}

.p-greeting__label {
  font-weight: 600;
  margin-bottom: 11px;
}

.p-greeting__name {
  line-height: 1.9;
}

.p-greeting__name img {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .p-greeting__name img {
    width: auto;
    height: 25px;
    vertical-align: text-top;
  }
}

.p-greeting__name+.p-greeting__name {
  margin-top: 32.8px;
}

@media only screen and (max-width: 768px) {
  .p-greeting__name+.p-greeting__name {
    margin-top: 20px;
  }
}

/* p-contact
--------------------------- */
.p-contact-top {
  padding-top: 145.6px;
  background: url(../images/bg-dot.png) left -5px;
}

@media only screen and (max-width: 768px) {
  .p-contact-top {
    padding-top: 40px;
    background-size: 20px auto;
  }
}

.p-contact-top__read {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #047FE0;
  line-height: 1.2;
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .p-contact-top__read {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.p-contact-top__read span {
  color: #000;
}

.p-contact-top__illust {
  width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .p-contact-top__illust {
    width: 90%;
  }
}

.p-contact {
  background: #BEE6FF;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
  padding-bottom: 76.8px;
}

@media only screen and (max-width: 768px) {
  .p-contact {
    top: -20px;
    margin-bottom: -20px;
    padding-bottom: 45px;
  }
}

.p-contact::before {
  content: none;
}

.contact {
  background: linear-gradient(180deg, #f1f9fc 0%, #d9e8f3 100%);
  padding: 40px max(16px, (100% - 760px) / 2) 60px;
}

.contact.confirm {
  background: #fff;
}

.contact.confirm .contact_sub {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}

.contact.confirm .contact_items dd {
  color: #047FE0;
  font-size: 15px;
  font-weight: 600;
}

.contact.confirm .contact_confirm {
  margin: 40px 0 80px;
}

.contact.confirm .contact_confirm .txt {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 40px;
}

.contact.confirm .contact_confirm .chkbox label {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact.confirm .contact_confirm .chkbox label .form_chk {
  width: 32px;
}

.contact.confirm .contact_confirm .chkbox label .txt2 {
  width: calc(100% - 40px);
}

.contact.confirm .contact_confirm .chkbox label a {
  text-decoration: underline;
  color: #047FE0;
  display: inline;
}

.contact.thanx {
  background: #fff;
  padding-top: 40px;
}

.contact.thanx .contact_ttl {
  font-size: 24px;
  margin-bottom: 32px;
}

.contact.thanx .contact_thx {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}

.contact.thanx .contact_link {
  margin-top: 40px;
}

.contact.thanx .contact_link .btn_1 {
  height: 80px;
  width: 450px;
  margin: 0 auto;
}

.contact_box {
  margin-bottom: 20px;
}

.contact_box dt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact_box dt .must {
  padding: 2px 16px;
  font-size: 16px;
  background: #047FE0;
  display: inline-block;
  margin-right: 16px;
  color: #fff;
}

.contact_box .att {
  color: #047FE0;
  font-size: 15px;
  display: block;
  font-weight: 600;
}

.contact_box .radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 600;
}

.contact_box .radio label {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.contact_box .chkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 600;
}

.contact_box .chkbox label {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.form_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  /* 三角形スペース分のパディング */
  border: 2px solid #047FE0;
  border-radius: 0;
  font-size: 16px;
  background-color: #fff;
  background-image: none;
}

.form_select_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form_select_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  /* 右端からの距離 */
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #047FE0;
  transform: translateY(-50%);
  pointer-events: none;
}

.form_text,
.form_textarea {
  width: 100%;
  padding: 8px 16px;
  border: 2px solid #047FE0;
  border-radius: 0;
  font-size: 16px;
  background: #fff;
}

.form_chk {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 32px;
  height: 32px;
  border: 2px solid #0066cc;
  position: relative;
  background: #fff;
}

.form_chk:checked::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  width: 12px;
  height: 20px;
  border-right: 2px solid #0066cc;
  border-bottom: 2px solid #0066cc;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

.form_radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 32px;
  height: 32px;
  border: 2px solid #0066cc;
  border-radius: 50%;
  position: relative;
  background: #fff;
}

.form_radio:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background-color: #0066cc;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.form_btnBox {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

@media only screen and (max-width: 768px) {
  .form_btnBox {
    margin-top: 25px;
  }
}

.form_btnBox .btn_1 {
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
  border: none;
  height: 60px;
}

.form_btnBox__text {
  font-size: 20px !important;
}

@media only screen and (max-width: 768px) {
  .form_btnBox__text {
    font-size: min(4.854368932vw, 20px) !important;
  }
}

.form_btnBox .c-btn.is-large {
  width: 350px;
}

@media (min-width: 1000px) {
  .contact.confirm .contact_items {
    max-width: 720px;
    margin: 0 auto;
    border: solid 1px #c6dbea;
    padding: 40px;
  }

  .contact.confirm .contact_confirm {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact.confirm .contact_confirm .txt {
    text-align: center;
  }

  .contact.thanx {
    padding-top: 120px;
  }

  .contact.thanx .contact_ttl {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 60px;
  }

  .contact.thanx .contact_thx {
    text-align: center;
  }

  .contact.thanx .contact_link {
    margin-top: 400px;
  }

  .contact {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .contact_en {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .contact_ttl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 60px;
  }

  .contact_box dt {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .contact_box .att {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .contact_box .radio {
    gap: 16px 48px;
  }

  .contact_box .radio label {
    gap: 0 10px;
  }

  .contact_box .chkbox {
    gap: 16px 48px;
  }

  .contact_box .chkbox label {
    gap: 0 10px;
  }

  .form_text {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .form_textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .form_btnBox .btn_1 {
    height: 80px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .form_btnBox .c-btn.is-large {
    width: 90%;
    height: 60px;
  }
}

input::placeholder {
  color: #888;
}

.errtext {
  color: #ff1d00;
  font-size: 14px;
  font-size: 0.875rem;
  display: none;
}

.err+.errtext {
  display: block;
}

.contact_form {
  max-width: 760px;
  margin: 48px auto 0;
}

@media only screen and (max-width: 768px) {
  .contact_form {
    margin-top: 30px;
  }
}

.contact_box__note {
  font-size: 15px;
  padding-top: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .contact_box__note {
    font-size: 14px;
  }
}

/* p-company
--------------------------- */
.p-company__note {
  text-align: center;
  color: #424242;
  font-size: 18px;
  font-weight: 500;
  margin: 48px 0 56px;
}

@media only screen and (max-width: 768px) {
  .p-company__note {
    margin: 20px 0 24px;
    font-size: 14px;
  }
}

.p-company__content {
  display: flex;
  gap: 0 5%;
}

@media only screen and (max-width: 768px) {
  .p-company__content {
    gap: 0 3%;
  }
}

.p-company__item {
  width: 47.5%;
}

@media only screen and (max-width: 768px) {
  .p-company__item {
    width: 48.5%;
  }
}

.p-company__item dt {
  font-size: 16px;
  color: #047FE0;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .p-company__item dt {
    font-size: 14px;
    margin-bottom: 3px;
  }
}

.p-company__item dd {
  border-bottom: solid 1px #BEE6FF;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .p-company__item dd {
    font-size: 13px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

.p-company__item .link {
  color: #047FE0;
  font-weight: 500;
  transition: all 0.3s;
}

.p-company__item .link::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon-link.svg) no-repeat center center;
  background-size: contain;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 768px) {
  .p-company__item .link::after {
    width: 14px;
    height: 14px;
  }
}

.p-company__item .link:hover {
  text-decoration: underline;
}

/* u-line-marker
--------------------------- */
.u-marker {
  background: linear-gradient(transparent 73%, #FFCF05 73%);
  font-weight: 600;
}

.u-marker.is-bold {
  background: linear-gradient(transparent 65%, #FFCF05 65%);
}

@media only screen and (max-width: 768px) {
  .u-marker-sp {
    background: linear-gradient(transparent 73%, #FFCF05 73%);
    font-weight: 600;
  }
}

@media only screen and (max-width: 768px) {
  .u-marker-sp.is-bold {
    background: linear-gradient(transparent 65%, #FFCF05 65%);
  }
}

/* utility
--------------------------- */
.u-inline-block {
  display: inline-block;
}

.u-sp-none {
  display: none;
}

@media print,
screen and (min-width: 769px) {
  .u-sp-none {
    display: block;
  }
}

.u-sp-none-flex {
  display: none;
}

@media print,
screen and (min-width: 769px) {
  .u-sp-none-flex {
    display: flex;
  }
}

.u-pc-none {
  display: block;
}

@media print,
screen and (min-width: 769px) {
  .u-pc-none {
    display: none;
  }
}

/*------------------------------
確認、完了ページ
------------------------------*/
.contact {
  background: linear-gradient(180deg, #f1f9fc 0%, #d9e8f3 100%);
  padding: 40px max(16px, (100% - 760px) / 2) 60px;
}

.contact.thanx {
  background: #fff;
  padding-top: 40px;
}

.contact.thanx .contact_ttl {
  font-size: 24px;
  margin-bottom: 32px;
}

.contact.thanx .contact_thx {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.contact.thanx .contact_link {
  margin-top: 40px;
}

.contact.thanx .contact_link .btn_1 {
  height: 80px;
  width: 450px;
  margin: 0 auto;
}

.contact_en {
  color: #0b61da;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

.contact_ttl {
  line-height: 2;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.contact_box {
  margin-bottom: 24px;
}

.contact_box dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}

.contact_box dt .must {
  padding: 0px 16px;
  font-size: 15px;
  background: #0b61da;
  display: inline-block;
  margin-right: 17px;
  color: #fff;
}

.contact_box .att {
  color: #0b61da;
  font-size: 15px;
  display: block;
  font-weight: 700;
}

.contact_box .radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 700;
}

.contact_box .radio label {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.contact_box .chkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 700;
}

.contact_box .chkbox label {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.wrap2 .thanks {
  max-width: 700px;
  width: 96%;
  margin: auto;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  padding-top: 40px;
}

.wrap2 .thanks .text-wrap {
  width: 96%;
  margin: auto;
}

.wrap2 .thanks .thanks-title {
  padding-bottom: .4em;
  border-bottom: 3px #000 dashed;
  margin-bottom: 30px;
}

.wrap2 .thanks p.text {
  font-weight: 400;
  margin: 0 0 1em;
  font-size: 18px;
}

.wrap2 .thanks p.text02 {
  font-weight: 400;
  line-height: normal;
  margin: 1em 0;
}

.wrap2 .thanks p.text02 .bold {
  font-weight: 700;
}

.wrap2 .thanks p.text02 .underline {
  text-decoration: underline;
}

.wrap2 .thanks p.text02 a {
  color: #002edf;
}

.wrap2 .thanks p.tel {
  font-weight: 700;
  margin: 1em 0 0;
  padding: .6em 0;
  display: inline-block;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
}

.wrap2 .thanks .btn_1 {
  font-size: 18px;
}

.contact.thanks .contact_link {
  margin-top: 40px !important;
}

.contact.thanks .contact_link .btn_1 {
  max-width: 450px;
  width: 90%;
}

@media (min-width: 1000px) {
  .contact.confirm .contact_items {
    max-width: 720px;
    margin: 0 auto;
    border: solid 1px #c6dbea;
    padding: 40px;
  }

  .contact.confirm .contact_confirm {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact.confirm .contact_confirm .txt {
    text-align: center;
  }

  .contact.thanx {
    padding-top: 60px;
  }

  .contact.thanx .contact_ttl {
    font-size: 28px;
    margin-bottom: 60px;
  }

  .contact.thanx .contact_thx {
    text-align: center;
  }

  .contact.thanx .contact_link {
    margin-top: 400px;
  }

  .contact {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .contact_en {
    font-size: 28px;
  }

  .contact_ttl {
    font-size: 48px;
    line-height: 1.6;
    margin-bottom: 60px;
  }

  .contact_box dt {
    font-size: 20px;
  }

  .contact_box .att {
    font-size: 18px;
  }

  .contact_box .radio {
    gap: 16px 48px;
  }

  .contact_box .radio label {
    gap: 0 10px;
  }

  .contact_box .chkbox {
    gap: 16px 48px;
  }

  .contact_box .chkbox label {
    gap: 0 10px;
  }
}

@media print,
screen and (max-width: 768px) {
  .wrap2 .thanks {
    padding-top: 80px;
  }

  .wrap2 .thanks p.text {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .wrap2 .thanks .thanks-title {
    font-size: 5vw;
  }
}