@charset "UTF-8";

/* --reset-- */
*,
*::before,
*::after {
  box-sizing: border-box;
  word-break: break-all;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-align: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  quotes: "" "";
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}

a:active,
a:focus {
  outline: 0;
}

a img {
  border: 0;
  transition: 0.5s;
}

a:hover,
a:hover img {
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* --reset_end-- */
/* --common-- */
html {
  overflow: auto;
}

body {
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
  background: #fff;
  font-family: "Noto Sans JP", "Helvetica", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.8;
  color: #231815;
  letter-spacing: 0.05rem;
  -webkit-text-size-adjust: none;
}

.pc {
  display: none;
}

.section-title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1rem;
}

.section-title span {
  display: block;
  font-size: 1.6rem;
  color: #a9ddf7;
}

.text-underline {
  background: linear-gradient(180deg, transparent 0%, transparent 70%, #faeb00 70%, #faeb00 100%);
}

.is-disabled {
  pointer-events: none;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.header {
  position: relative;
}

.header__inner {
  display: flex;
  max-width: 1980px;
  height: 60px;
  margin: 0 auto;
  padding: 0 15px;
  justify-content: space-between;
  align-items: center;
}

.header__logo,
.header__link {
  display: block;
}

.header__logo img {
  width: 130px;
}

.header__logo--r img {
  width: 180px;
  padding-left: 30px;
}

.mainvisual {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mainvisual:before {
  position: absolute;
  z-index: -1;
  width: 100%;
  padding-top: 106%;
  background: url(../images/mainvisual-bg-sp.svg) no-repeat center bottom/cover;
  content: "";
}

.mainvisual__inner {
  max-width: 100%;
  padding: 0 15px;
}

.mainvisual__catch {
  padding: 8% 0 12%;
}

.mainvisual-cta {
  max-width: 300px;
  margin: 0 auto;
  padding: 0 10px;
}

.mainvisual-cta__item {
  margin-bottom: 30px;
}

.mainvisual-cta__catch {
  margin-bottom: 5px;
}

.mainvisual-cta__catch img {
  width: auto;
  max-width: 100%;
  height: 20px;
}

.mainvisual-cta__link img {
  width: 100%;
}

.inner {
  text-align: center;
}

.ttl {
  display: inline-block;
  line-height: 1.5;
  font-size: calc(1.625rem * 1 / 0.625);
  margin-bottom: 30px;
}

.ttl .small {
  display: inline-block;
  padding-top: 12px;
  font-size: calc(1.25rem * 1 / 0.625);
  position: relative;
}

.ttl .marker {
  display: inline-block;
  padding: 0 2px;
  background: #FFE900;
  background: linear-gradient(0deg, #fff 0%, #FFE900 35%, rgba(255,255,255,0) 35%);
  color: #00AC97;
}

.bold {
  font-family: "游ゴシック", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

.inner .txt {
  padding: 0 40px;
  box-sizing: border-box;
  text-align: justify;
  margin-bottom: 5px;
}

#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 100px;
	background:#fff;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}

#loopslider ul {
	height: 100px;
  display: inline-block;
	overflow: hidden;
	background:#fff;
}

#loopslider ul li {
	display:flex !important;
	align-items:center;
	width: 2638px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin:0;
}

.intro {
  padding: 40px 0;
  background: #eee;
}

.intro__title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.15rem;
}

.intro__title .text-underline {
  font-size: 1.8em;
  letter-spacing: 0.4rem;
}

.intro__title .text-m {
  font-size: 1.3em;
}

.trouble__head {
  padding: 30px 0;
}

.trouble__title {
  margin-bottom: 25px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.3rem;
}

.trouble__title span {
  display: block;
  width: 180px;
  margin: 0 auto;
  font-size: 1.6em;
}

.trouble__list {
  max-width: 330px;
  margin: 0 auto;
}

.trouble__section {
  padding: 40px 0;
}

.trouble__section.trouble01 {
  background: #5ebff1;
}

.trouble__section.trouble01 .merit__content {
  background: #bfe5f9;
}

.trouble__section.trouble01 .merit__image {
  max-width: 300px;
}

.trouble__section.trouble02 {
  background: #89e2d7;
}

.trouble__section.trouble02 .merit__content {
  background: #ddf7f3;
}

.trouble__section.trouble02 .merit__image {
  max-width: 200px;
  margin-right: 4%;
}

.trouble__secTitle {
  display: flex;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  justify-content: center;
  align-items: center;
}

.trouble__secTitle img {
  max-width: 90px;
  margin: 0 10px 0 0;
}

.trouble__image {
  margin: 0 auto 50px;
}

.trouble__cta {
  background: linear-gradient(180deg, #89e2d7 0%, #89e2d7 67%, #eee 67%, #eee 100%);
}

.merit {
  position: relative;
}

.merit__title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 270px;
  transform: translate(-50%, -50%);
}

.merit__topic {
  padding: 40px 5px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff58a;
}

.merit__topicList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.merit__topicItem {
  width: 100px;
  max-width: 33.33%;
  padding: 5px;
}

.merit__topicText {
  display: flex;
  height: 100%;
  padding: 10px 3px;
  border: 2px solid #ff2f5e;
  border-radius: 5px;
  background: #fff;
  font-size: calc(10px + 0.5vw);
  color: #22267a;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.merit__content {
  padding: 20px 10px 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.merit__subtitle {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #22267a;
  text-align: center;
}

.merit__wrapper {
  padding: 0 10px;
}

.merit__list {
  margin-bottom: 20px;
}

.merit__item {
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
}

.merit__item::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ff2f5e;
  content: "";
}

.cta {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 10px;
}

.cta .container {
  max-width: 500px;
}

.cta__catchImage {
  max-width: 600px;
  margin-bottom: 15px;
}

.cta__wrapper {
  padding: 40px 20px 10px;
  background: linear-gradient(135deg, #ff804d 0%, #ff2e52 100%);
  box-shadow: 0 0 3px 3px #ccc;
}

.cta__call {
  display: block;
  width: 85%;
  margin: 0 auto 20px;
}

.cta__catch {
  position: relative;
  margin: 0 15px -15px;
  border: 2px solid #ff2f5e;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 -3px 3px 3px #ccc;
}

.cta__catch::before {
  position: absolute;
  z-index: 2;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  content: "";
}

.cta__catch::after {
  position: absolute;
  z-index: 1;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ff2f5e;
  content: "";
}

.items {
  padding-top: 40px;
  padding-bottom: 10px;
  background: #eee;
}

.items__text {
  margin-bottom: 30px;
}

.items__panel {
  padding: 15px 15px 25px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 5px 5px #ddd;
}

.items__image {
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 15px 25px;
}

.items__detail {
  font-size: 1.7rem;
}

.fee {
  margin-bottom: 40px;
  padding-top: 40px;
  background: #eee;
}

.fee__group {
  margin-bottom: 30px;
}

.fee__subtitle {
  margin-bottom: 5px;
  font-size: 2rem;
  color: #ff2f5e;
}

.fee__table {
  overflow-x: scroll;
  width: 100%;
}

.fee__table::-webkit-scrollbar {
  height: 15px;
}

.fee__table::-webkit-scrollbar-track {
  background: #d3d4d5;
  border-radius: 10px;
}

.fee__table::-webkit-scrollbar-thumb {
	background:#5ebff1;
  border-radius: 10px;
}

.fee__tableInner {
  padding-bottom: 30px;
}

.fee__image {
  width: 900px;
  max-width: none;
}

.fee__notice {
  padding-top: 10px;
  padding-left: 30px;
  text-indent: -1.5rem;
}

.fee__cta {
  background: linear-gradient(180deg, #eee 0%, #eee 60%, #fff 60%, #fff 100%);
}

.case__title {
  margin-bottom: 40px;
}

.case__catch {
  margin-bottom: 40px;
}

.case__section {
  margin-bottom: 40px;
}

.case__section.is-active .case__heading::before {
  transform: translateY(-50%) rotate(180deg);
}

.case__number {
  margin-bottom: 5px;
}

.case__number img {
  width: auto;
  height: 25px;
  margin: 0;
}

.case__heading {
  position: relative;
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 10px 30px;
  background: #c5f1eb;
  line-height: 1.5;
  color: #22267a;
  text-align: center;
  cursor: pointer;
}

.case__heading::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url(../images/icon-arrow-case.svg) no-repeat center center/contain;
  content: "";
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

.case__contents {
  display: none;
  max-width: 950px;
  margin: 0 auto;
  padding: 25px 15px;
  cursor: pointer;
}

.case__text {
  margin-bottom: 70px;
}

.case__subsection {
  margin-bottom: 50px;
}

.case__subsection:last-of-type {
  margin-bottom: 0;
}

.case__subtitle {
  position: relative;
  width: 100%;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: linear-gradient(90deg, #65d3d8 0%, #3fb5d8 calc(50% - 80px), #0080da calc(50% + 80px), #0080da 100%);
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.case__subtitle::before {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 50%;
  display: block;
  width: 160px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(90deg, #3fb5d8 0%, #0080da 100%);
  content: "";
  transform: translate(-50%, -50%);
}

.case__wrapper {
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #c5f1eb;
}

.case__subtext {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
}

.case__before,
.case__after {
  padding: 25px 15px;
}

.case__before {
  padding-bottom: 17vw;
  background: url(../images/case-before-bg-sp.svg) no-repeat center bottom/cover;
}

.case__image {
  max-width: 200px;
  margin-bottom: 20px;
}

.case__item {
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
}

.case__item::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #5ebff1;
  content: "";
}

.case__cta {
  background: linear-gradient(180deg, #fff 0%, #fff 67%, #ddf7f3 67%, #ddf7f3 100%);
}

.flow {
  padding: 40px 0;
  background: #ddf7f3;
}

.flow__text {
  margin-bottom: 20px;
  text-align: center;
}

.flow__image {
  max-width: 400px;
  margin: 0 auto;
}

.faq {
  padding: 40px 0;
}

.faq__group {
  border-bottom: 2px solid #ddd;
  cursor: pointer;
}

.faq__group.is-active .faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq__question {
  position: relative;
  display: block;
  padding: 10px 30px;
  font-size: 1.4rem;
}

.faq__question::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../images/faq-icon-title.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(-50%);
}

.faq__question::after {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 15px;
  height: 15px;
  background: url(../images/icon-arrow-faq.svg) no-repeat center center/contain;
  content: "";
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

.faq__answer {
  display: none;
  padding: 10px 30px;
  font-size: 1.5rem;
  font-weight: 700;
}

.contact {
  padding: 40px 0;
  background: #c5f1eb;
}

.contact__group {
  margin-bottom: 40px;
}

.contact__title {
  margin-bottom: 20px;
}

.contact__title img {
  width: auto;
  height: 30px;
}

.contact__form {
  padding: 20px 0;
  background: #fff;
}

.contact__subtitle {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 15px;
}

.contact iframe {
  max-width: 100%;
  margin: 0 auto;
}

.about {
  padding: 40px 0;
  background: #eee;
}

.about__title span {
  color: #22267a;
}

.about__table {
  margin: 0 auto 30px;
}

.about__table td,
.about__table th {
  padding: 1px 2px;
}

.about__table th {
  text-align: right;
}

.about__table span {
  display: block;
}

.about__logo {
  display: block;
  max-width: 210px;
  margin: 0 auto;
}

.sticky-cta {
  position: fixed;
  z-index: 10;
  right: 50%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 60px;
  background: rgba(0,0,0,0.2);
  transform: translateX(50%);
}

.sticky-cta__list {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  max-width: 90%;
}

.sticky-cta__link {
  display: block;
}

.sticky-cta__link img {
  max-width: 200px;
}

.footer {
  padding: 20px 30px 80px;
  background: #2f2d86;
  font-size: 1.3rem;
  color: #fff;
}

.footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.footer__list {
  margin-bottom: 20px;
}

.footer__item {
  padding: 5px;
}

.footer__copy {
  text-align: center;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6em;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .section-title {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .section-title span {
    font-size: 1.6rem;
  }
  .container {
    max-width: 1080px;
  }
  .header__inner {
    height: 100px;
    padding: 0 30px;
  }
  .header__logo img {
    width: 200px;
  }
  .header__logo--r img {
    width: 300px;
  }
  .mainvisual {
    padding-bottom: 30px;
  }
  .mainvisual:before {
    padding-top: 51%;
    background: url(../images/mainvisual-bg-pc.svg) no-repeat center bottom/cover;
  }
  .mainvisual__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  .mainvisual__catch {
    padding: 5% 0;
  }
  .mainvisual-cta {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .mainvisual-cta__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainvisual-cta__item {
    width: 50%;
  }
  .mainvisual-cta__catch img {
    height: 30px;
  }
  .inner .ttl {
    font-size: 2.925rem;
  }
  .inner .ttl .small{
    font-size: 2.225rem;
  }
  .inner .txt {
    text-align: center;
  }
  .intro__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .intro__title {
    margin-right: 3%;
    margin-bottom: 25px;
    font-size: 2.2rem;
    line-height: 1.9;
    letter-spacing: 0.2rem;
    flex-shrink: 0;
  }
  .intro__title .text-underline {
    letter-spacing: 0.5rem;
  }
  .intro__image {
    width: 480px;
    max-width: 100%;
  }
  .intro__image {
    width: 660px;
  }
  .trouble__head {
    padding: 30px 0 40px;
  }
  .trouble__title {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
  .trouble__title span {
    display: inline;
    width: auto;
    margin: 0;
    padding-left: 10px;
  }
  .trouble__list {
    max-width: 380px;
  }
  .trouble__section.trouble02 .merit__image {
    max-width: 240px;
    margin-top: -3%;
    margin-right: auto;
  }
  .trouble__secTitle {
    margin-bottom: 25px;
    font-size: 2.6rem;
  }
  .trouble__secTitle img {
    max-width: 110px;
    margin: 0 20px 0 0;
  }
  .trouble__image {
    max-width: 850px;
    margin-bottom: 70px;
  }
  .merit {
    margin: 0 auto;
  }
  .merit__title {
    width: 385px;
  }
  .merit__topic {
    padding: 50px 15px 25px;
  }
  .merit__topicItem {
    width: 150px;
    max-width: 20%;
  }
  .merit__topicText {
    font-size: 1.6rem;
  }
  .merit__subtitle {
    font-size: 2.8rem;
  }
  .merit__wrapper {
    display: flex;
    max-width: 970px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .merit__list {
    width: 60%;
    padding-right: 10px;
  }
  .merit__item {
    font-size: 1.7rem;
  }
  .merit__item::before {
    width: 12px;
    height: 12px;
  }
  .merit__image {
    width: 40%;
  }
  .cta .container {
    max-width: 950px;
  }
  .cta__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 40px 20px;
  }
  .cta__call {
    width: 55%;
    margin-right: 5%;
    margin-bottom: 0;
    padding-right: 5%;
    border-right: 1px solid #fff;
  }
  .cta__list {
    width: 45%;
  }
  .cta__catch {
    margin: 0 40px -20px;
  }
  .items__text {
    margin-bottom: 40px;
    text-align: center;
  }
  .items__panel {
    padding: 20px 20px 30px;
    text-align: center;
  }
  .items__image {
    max-width: 850px;
  }
  .fee {
    margin-bottom: 80px;
    padding-top: 80px;
  }
  .fee__group {
    margin-bottom: 50px;
  }
  .fee__subtitle {
    font-size: 2.4rem;
  }
  .fee__table {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }
  .fee__tableInner {
    padding-bottom: 0;
  }
  .fee__image {
    width: 100%;
    max-width: 100%;
  }
  .fee__notice {
    padding-left: 0;
    text-indent: 0;
  }
  .fee__cta {
    background: linear-gradient(180deg, #eee 0%, #eee 77%, #fff 77%, #fff 100%);
  }
  .case__catch {
    margin-bottom: 50px;
    text-align: center;
  }
  .case__section {
    margin-bottom: 60px;
  }
  .case__number img {
    height: 35px;
  }
  .case__heading {
    width: 100%;
    margin-left: 0;
    padding: 20px 40px;
  }
  .case__subsection {
    margin-bottom: 70px;
  }
  .case__wrapper {
    display: flex;
  }
  .case__before,
  .case__after {
    padding: 25px 30px;
  }
  .case__before {
    width: 52%;
    margin-right: -8%;
    padding-right: 10%;
    padding-bottom: 30px;
    background: url(../images/case-before-bg-pc.svg) no-repeat right center/cover;
  }
  .case__after {
    width: 48%;
    margin-left: 10%;
  }
  .flow {
    padding: 80px 0;
  }
  .flow__text {
    margin-bottom: 40px;
  }
  .flow__image {
    max-width: 100%;
  }
  .faq {
    padding: 60px 0;
  }
  .faq__inner {
    max-width: 950px;
    padding: 0 15px;
  }
  .faq__question {
    padding: 20px 40px;
    font-size: 1.7rem;
  }
  .faq__question::before {
    width: 30px;
    height: 30px;
  }
  .faq__answer {
    padding: 20px 40px;
    font-size: 1.8rem;
  }
  .contact {
    padding: 60px 0;
  }
  .contact__inner {
    max-width: 950px;
  }
  .contact__group {
    margin-bottom: 60px;
  }
  .contact__title {
    margin-bottom: 35px;
  }
  .contact__title img {
    height: 50px;
  }
  .contact__form {
    padding: 40px 0;
  }
  .contact__subtitle {
    font-size: 2.6rem;
  }
  .about {
    padding: 60px 0;
  }
  .about__table {
    margin-bottom: 50px;
  }
  .about__table td,
  .about__table th {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
  }
  .about__table span {
    display: inline;
    padding-left: 10px;
  }
  .sticky-cta {
    top: 150px;
    right: -20px;
    width: auto;
    background: transparent;
    transform: none;
  }
  .sticky-cta__list {
    display: block;
  }
  .sticky-cta__link img {
    width: 150px;
  }
  .footer {
    padding-bottom: 20px;
  }
  .footer__list {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
  }
  .footer__item {
    padding: 10px;
  }
}

@media screen and (min-width: 1080px) {
  .mainvisual:before {
    padding-top: 550px;
  }
  .intro__title {
    font-size: 2.8rem;
  }
  .cta__catch {
    margin: 0 60px -20px;
  }
  .sticky-cta__link img {
    width: 180px;
  }
}

/* thanks */

.thanks {
    text-align: center;
    margin: 40px 0 40px 0;
}

.thanks p {
    line-height: 4rem;
}

.linkbtn {
    margin-top: 40px;
}

.btn-thanks,
a.btn-thanks {
    padding: 16px;
    color: #fff;
    background-color: #89E2D7;
}

.btn-thanks:hover,
a.btn-thanks:hover {
    color: #fff;
    background: #89E2D7;
}

a.btn-radius {
    border-radius: 100vh;
}

@media screen and (max-width: 768px) {
    .thanks {
        margin: 40px auto;
        max-width: 360px;
    }
    .thanks p {
        text-align: left;
    }
}