@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@font-face {
  font-family: "はれのそら明朝";
  src: url("https://cdn.leafscape.be/Harenosora/harenosora_web.woff2") format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
https://fontopo.com/?p=377
http://ipafont.ipa.go.jp/
-------------------------------------------------*/
/* reset */
:root {
  --body-bg-color: #ffffff;
  --body-text-color: #333;
  --color-white: #ffffff;
  --color01: #005a96;
  --color02: #f8f398;
  --color03: #fffdeb;
  --color04: #d2e4ec;
  --color05: #fff76d;
  --color06: #f15823;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}
@media screen and (max-width: 1454px) {
  html {
    height: -webkit-fill-available;
  }
}

html:focus-within {
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  text-align: left;
  overflow-x: hidden;
  /* set */
  background-color: var(--body-bg-color);
  color: var(--body-text-color);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 15px;
}
@media screen and (max-width: 1454px) {
  body {
    line-height: 1.7;
  }
}
@media screen and (min-width: 1455px) {
  body {
    line-height: 1.7;
  }
}
@media screen and (max-width: 1454px) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

main {
  display: block;
}

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

p:not([class]) {
  margin-bottom: 1rem;
}

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

ol:not([class]), ul:not([class]), dl:not([class]) {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol:not([class]) ol, ul:not([class]) ul, ol:not([class]) ul, ul:not([class]) ol {
  margin-bottom: 0;
}

ul[role=list],
ol[role=list] {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

dd:not([class]) {
  margin-bottom: 0.5rem;
}

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

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

address {
  font-style: inherit;
}

a {
  color: var(--body-text-color);
  background-color: transparent;
  text-decoration: underline;
}

a[class] {
  background-color: transparent;
  color: inherit;
}

a[class] {
  text-decoration: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-underline-offset: 0.5em;
  color: var(--body-text-color);
  word-break: break-all;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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 {
  vertical-align: middle;
  border-style: none;
  -webkit-backface-visibility: hidden;
  height: auto;
}

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

img,
picture {
  max-width: 100%;
  display: block;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 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; /* 1 */
}

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

summary[class]::-webkit-details-marker {
  display: none;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/****************************
btn
****************************/
.button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-wrap .button {
  background: linear-gradient(0deg, rgb(241, 90, 36), rgb(251, 175, 59));
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(10px 10px 0 var(--color01));
  transition: all 0.5s;
}
.button-wrap .button:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
.button-wrap .button .button_text {
  position: relative;
  color: var(--color-white);
  font-weight: 700;
}
@media screen and (min-width: 650px) {
  .button-wrap .button .button_text {
    font-size: 28px;
  }
}

/****************************
font
**************************
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
// Regular 400, Medium 500, Bold 700

.jost-400 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.hare{
  font-family: "はれのそら明朝", serif;
}**/
/****************************
共通
****************************/
section {
  position: relative;
}

.heading {
  margin-bottom: 30px;
}
.heading .title {
  font-size: 30px;
  text-align: center;
}
.heading .title .en {
  color: var(--color01);
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.underline {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.underline::after {
  content: "";
  width: calc(100% + 14px);
  height: 13px;
  border-radius: 7px;
  background-color: var(--color05);
  display: block;
  position: absolute;
  bottom: 0;
  left: -7px;
  z-index: -1;
}

/****************************
bg_pc
****************************/
.bg_pc {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 650px) {
  .bg_pc {
    background-size: cover;
  }
}

.bg_text {
  margin-top: 120px;
}
.bg_text img {
  max-width: none;
}
@media screen and (max-height: 852px) {
  .bg_text {
    display: none;
  }
}
@media screen and (max-height: 476px) {
  .bg_text {
    display: block;
  }
}
.bg_text .slider_bg img {
  margin-right: 60px;
}

.pc_right {
  width: calc(50vw - 272px);
  min-width: 450px;
  height: calc(100vh - 376px);
  display: flex;
  align-items: center;
  position: absolute;
  top: 376px;
  right: 0px;
}
@media screen and (max-height: 852px) {
  .pc_right {
    top: 0;
    height: 100vh;
  }
}
@media screen and (max-height: 476px) {
  .pc_right {
    display: none;
  }
}
@media screen and (max-width: 1074px) {
  .pc_right {
    display: none;
  }
}
@media screen and (max-width: 1454px) {
  .pc_right {
    width: calc(100% - 590px);
  }
}
.pc_right .pc_right_inner {
  margin: 0 auto;
  width: 450px;
}
.pc_right .pc_right_inner .logo_pc {
  margin-bottom: 40px;
}
.pc_right .pc_right_inner .logo_pc img {
  margin: 0 auto;
}
.pc_right .pc_right_inner .button_area p {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
.pc_right .pc_right_inner .button_area .button {
  width: 420px;
  height: 80px;
  border-radius: 40px;
}

.pc_left {
  width: calc(50vw - 290px);
  height: calc(100vh - 376px);
  position: absolute;
  top: 376px;
  left: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-height: 852px) {
  .pc_left {
    top: 0;
    height: 100vh;
  }
}
@media screen and (max-height: 476px) {
  .pc_left {
    display: none;
  }
}
@media screen and (max-width: 1454px) {
  .pc_left {
    display: none;
  }
}
.pc_left .pc_left_inner {
  margin: 0 auto;
  width: 375px;
}
.pc_left .pc_left_inner h2 {
  margin-bottom: 10px;
  color: var(--color01);
}
.pc_left .pc_left_inner h2::before {
  content: "●";
  font-size: 22px;
  margin-right: 10px;
}
.pc_left .pc_left_inner li {
  line-height: 78px;
  text-align: center;
  list-style: none;
}
.pc_left .pc_left_inner a {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.5s;
}
.pc_left .pc_left_inner a:hover {
  opacity: 1;
  transition: all 0.5s;
}

/****************************
main-container
****************************/
.main-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-color: var(--color-white);
  box-shadow: 0 0 10px 0 rgba(66, 60, 51, 0.1);
}
@media screen and (min-width: 650px) {
  .main-container {
    width: 500px;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1454px) {
  .main-container {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1455px) {
  .main-container {
    width: 560px;
  }
}

.bg_img_yellow {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bg-img_blue {
  background-image: url(../images/bg_video_plan.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bg-img_blue2 {
  background-image: url(../images/bg_plan.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bg-light_yellow {
  background-color: var(--color03);
}

/****************************
MV
****************************/
.section_mv {
  padding: 0 0 45px;
  background-color: var(--color02);
}
.section_mv .button-wrap .button {
  margin: 0px;
  width: 250px;
  height: 60px;
  filter: drop-shadow(5px 5px 0 var(--color01));
  border-radius: 30px;
}
.section_mv .button-wrap .button .button_text {
  font-size: 16px;
}

/****************************
what
****************************/
.section_what .introduction {
  padding: 60px 0 30px;
  color: var(--color01);
  text-align: center;
  font-size: 16px;
  background-image: url(../images/bg_introduction.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.section_what .introduction h2 {
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 1.35;
}
.section_what .introduction .text_box {
  position: relative;
}
.section_what .introduction .text_box p {
  line-height: 2;
  margin-bottom: 15px;
}
.section_what .introduction .text_box .what_pengin {
  width: 145px;
  position: absolute;
  bottom: -70px;
  right: 20px;
}
.section_what .bg_what {
  padding: 140px 0 0;
  background-image: url(../images/bg_what.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section_what .profile_mameduka .photo {
  margin-right: 20px;
}
.section_what .profile_mameduka .photo img {
  border-radius: 0 120px 120px 0;
}
.section_what .profile_mameduka .icon_mameduka {
  position: absolute;
  top: -100px;
  right: 20px;
}
.section_what .profile_mameduka .icon_mameduka img {
  width: 70px;
}
.section_what .profile_mameduka .name {
  margin: 15px auto 5px;
  font-size: 21px;
  text-align: center;
  position: relative;
}
.section_what .profile_mameduka .name h3.underline::after {
  background-color: var(--color-white);
}
.section_what .profile_mameduka .name img {
  width: 19px;
  position: absolute;
  top: 0;
  right: calc(50% + 60px);
}
.section_what .profile_mameduka .text_box {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 400px;
  color: var(--color01);
  font-size: 16px;
  position: relative;
}
.section_what .profile_mameduka .text_box p {
  line-height: 2;
  margin-bottom: 15px;
}
.section_what .slider_wrap {
  margin: 30px 0 40px;
  width: 100%;
  overflow: hidden;
}
.section_what .slider_wrap .slider {
  width: 250px;
  margin: 0 auto;
}
.section_what .slider_wrap .slider .photo img {
  margin: 0 10px;
  width: 230px;
  border-radius: 20px;
}
.section_what .slider_wrap .slick-list {
  overflow: visible;
}
.section_what .goal .title {
  margin: 0 0 15px;
  color: var(--color01);
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  background-image: url(../images/bg_goal.png);
  background-size: 360px;
  background-position: center;
  background-repeat: no-repeat;
}
.section_what .goal .photo_zu {
  padding-bottom: 70px;
  background-image: url(../images/bg_what.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.section_what .goal .photo_zu .zu {
  margin: -45px 20px 0;
  width: calc(100% - 40px);
}

.section_video.what {
  padding: 50px 0 0;
  background-image: linear-gradient(0deg, rgb(254, 254, 246), rgb(255, 255, 255));
}

/****************************
features
****************************/
.section_features {
  padding: 55px 0 50px;
}
.section_features .konpeito_point {
  position: absolute;
  top: -59px;
  right: 0;
}
.section_features .point_list {
  margin: 0;
  padding: 0;
}
.section_features .point_list li {
  margin-bottom: 20px;
  height: 100px;
  font-weight: 500;
  background-color: var(--color-white);
  box-shadow: 0 0 10px 0 rgba(66, 60, 51, 0.1);
  list-style: none;
  position: relative;
}
.section_features .point_list li .numbers {
  color: var(--color01);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 26px;
  display: inline-block;
  position: absolute;
  top: -18px;
}
.section_features .point_list li .numbers.underline::after {
  bottom: 7px;
}
.section_features .point_list li .text_box {
  display: flex;
  align-items: center;
}
.section_features .point_list li .text_box img {
  width: 87px;
}
.section_features .point_list li .text_box p {
  margin: 0;
  letter-spacing: 0;
}
.section_features .point_list li:nth-child(odd) {
  margin-right: 20px;
  border-radius: 0 50px 50px 0;
}
@media screen and (min-width: 650px) {
  .section_features .point_list li:nth-child(odd) {
    margin-right: 100px;
  }
}
.section_features .point_list li:nth-child(odd) .numbers {
  right: 40px;
}
.section_features .point_list li:nth-child(even) {
  margin-left: 20px;
  border-radius: 50px 0 0 50px;
  text-align: right;
}
@media screen and (min-width: 650px) {
  .section_features .point_list li:nth-child(even) {
    margin-left: 100px;
  }
}
.section_features .point_list li:nth-child(even) .numbers {
  left: 40px;
}
.section_features .point_list li:nth-child(even) .text_box {
  flex-direction: row-reverse;
}

/****************************
video
****************************/
.section_video {
  padding: 75px 0 50px;
}
.section_video .konpeito_video {
  position: absolute;
  top: -83px;
  left: 0;
}
.section_video .youtube {
  margin: 0 20px;
}
.section_video .youtube iframe {
  margin: 0 auto;
  width: 100%;
  height: calc((100vw - 40px) * 0.5625);
  border-radius: 30px;
  display: block;
}
@media screen and (min-width: 650px) {
  .section_video .youtube iframe {
    width: 460px;
    height: 259px;
  }
}

/****************************
plan
****************************/
.section_plan {
  padding: 55px 0 85px;
}
.section_plan .konpeito_plice {
  position: absolute;
  top: 60px;
  right: 0;
}
.section_plan .plan_box {
  margin: 0;
  position: relative;
}
.section_plan .plan_box .blue {
  margin: 0 auto;
  width: 270px;
  height: 32px;
  border-radius: 16px;
  color: var(--color02);
  background-color: var(--color01);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.section_plan .plan_box .white {
  margin: -16px auto 0;
  padding: 28px 0 0;
  width: calc(100% - 40px);
  max-width: 335px;
  height: 81px;
  line-height: 1;
  text-align: center;
  border-radius: 41px;
  background-color: var(--color-white);
  box-shadow: 0 0 10px 0 rgba(66, 60, 51, 0.1);
  position: relative;
  z-index: 0;
  font-weight: 500;
}
.section_plan .plan_box .white .cost {
  color: var(--color01);
  font-size: 39px;
  font-family: "Jost", sans-serif;
  z-index: -1;
}

/****************************
flow
****************************/
.section_flow {
  margin: 0 20px;
  padding: 40px 0 0;
}
.section_flow .konpeito_flow {
  position: absolute;
  top: -51px;
  left: 0;
}
.section_flow .flow_list dt {
  color: var(--color01);
  display: flex;
  align-items: center;
}
.section_flow .flow_list dt .numbers {
  width: 60px;
  height: 34px;
  margin-right: 18px;
  font-family: "Jost", sans-serif;
  font-size: 21px;
  font-weight: 400;
  border: 1px solid var(--color01);
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_flow .flow_list dt .dt_text {
  font-size: 16px;
  font-weight: 500;
}
.section_flow .flow_list dd {
  margin: 0;
  padding: 0 0 30px 77px;
  background-image: url(../images/bg_dotted.png);
  background-repeat: no-repeat;
  background-size: 350px;
}
.section_flow .flow_list dd:last-child {
  background-image: none;
}

/****************************
supporter
****************************/
.section_supporter .heading {
  margin-top: -79px;
}
.section_supporter .profile {
  height: 94vw;
  padding: 0 5.3vw;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 650px) {
  .section_supporter .profile {
    width: 425px;
    height: 400px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: 0;
  }
}
.section_supporter .profile:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 650px) {
  .section_supporter .profile:nth-child(even) {
    margin-right: auto;
    margin-left: 0;
  }
}
.section_supporter .profile .img_box {
  width: 38.7vw;
  text-align: center;
  color: var(--color01);
  font-weight: 500;
}
@media screen and (min-width: 650px) {
  .section_supporter .profile .img_box {
    width: 134px;
  }
}
.section_supporter .profile .img_box img {
  margin: 0 auto;
}
.section_supporter .profile .img_box .name {
  margin-bottom: 5px;
  font-size: 16px;
}
.section_supporter .profile .img_box .post {
  letter-spacing: -0.18em;
}
.section_supporter .profile .text_box {
  width: 50.7vw;
}
@media screen and (min-width: 650px) {
  .section_supporter .profile .text_box {
    width: 222px;
  }
}
.section_supporter .profile .text_box p {
  margin: 10px 0 0;
  line-height: 1.5;
}
.section_supporter .profile:nth-child(1) {
  background-image: url(../images/supporter_bg01.png);
}
.section_supporter .profile:nth-child(1) .img_box img {
  width: 113px;
}
.section_supporter .profile:nth-child(2) {
  background-image: url(../images/supporter_bg02.png);
}
.section_supporter .profile:nth-child(2) .img_box img {
  width: 124px;
}
.section_supporter .profile:nth-child(3) {
  background-image: url(../images/supporter_bg03.png);
}
.section_supporter .profile:nth-child(3) .img_box img {
  width: 126px;
}
.section_supporter .profile:nth-child(4) {
  background-image: url(../images/supporter_bg04.png);
}
.section_supporter .profile:nth-child(4) .img_box img {
  width: 127px;
}

/****************************
faq
****************************/
.section_faq {
  padding: 0 0 70px;
}
.section_faq .heading {
  margin-top: -85px;
}
.section_faq .faq_list {
  margin: 0 20px 20px;
  padding: 15px 17px;
  border-radius: 20px;
  background-color: var(--color-white);
  box-shadow: 0 0 10px 0 rgba(66, 60, 51, 0.1);
  letter-spacing: 0em;
}
.section_faq .faq_list .question, .section_faq .faq_list .answer {
  display: flex;
}
.section_faq .faq_list .answer {
  margin-top: 15px;
}
.section_faq .faq_list .a_icon, .section_faq .faq_list .q_icon {
  margin-right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_faq .faq_list .a_icon {
  color: var(--color-white);
  background-color: var(--color01);
}
.section_faq .faq_list .q_icon {
  color: var(--color01);
  border: 1px solid var(--color01);
}
.section_faq .faq_list .a_text, .section_faq .faq_list .q_text {
  margin-top: 4px;
  flex: 1;
}
.section_faq .question:after {
  margin-top: 5px;
  content: "＋";
}
.section_faq .question.open:after {
  margin-top: 5px;
  content: "－";
}

/****************************
CTA
****************************/
.section_cta {
  padding: 80px 0 10px;
  background-image: url(../images/bg_cta.jpg);
  background-size: cover;
}
@media screen and (max-width: 1074px) {
  .section_cta {
    padding-bottom: 130px;
  }
}
.section_cta .konpeito_faq_bottom {
  position: absolute;
  top: -48px;
  left: 0;
}
.section_cta .cta_catch {
  color: var(--color01);
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
.section_cta .cta_catch span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.section_cta .cta_catch span::after {
  width: 101%;
  height: 16px;
  border-radius: 8px;
  content: "";
  display: inline-block;
  background-color: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section_cta .banner a {
  transition: all 0.5s;
}
.section_cta .banner a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.section_cta .footer_link {
  margin-top: 30px;
  font-weight: 500;
  text-align: center;
}
.section_cta .footer_link a {
  color: var(--color06);
  transition: all 0.5s;
}
.section_cta .footer_link a:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.section_cta .copyright {
  padding: 30px 0 0;
  text-align: center;
  font-size: 10px;
}
.section_cta .button-wrap {
  padding: 0 0 40px;
  display: none;
  position: fixed;
  bottom: 0;
  left: calc(50% - 167px);
}
.section_cta .button-wrap .button {
  margin: 0px;
  width: 335px;
  height: 60px;
  filter: drop-shadow(5px 5px 0 var(--color01));
  border-radius: 30px;
  display: none;
}
.section_cta .button-wrap .button .button_text {
  font-size: 16px;
}
@media screen and (max-width: 1074px) {
  .section_cta .button-wrap .button {
    display: flex;
  }
}

/* ふわっと表示 */
.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}/*# sourceMappingURL=style.css.map */