/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
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;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
  overflow: hidden;
}

.header_logo {
  width: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.header_logo img:first-child {
  width: 7.82px;
  height: auto;
}
.header_logo img:nth-child(2) {
  width: 90px;
  height: auto;
}

.header_btn {
  width: 200px;
}
.header_btn a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header_btn a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.fv {
  height: auto;
  aspect-ratio: 375/460;
  background-image: url(img/fv_sp1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.fv_title {
  position: absolute;
  top: 276px;
  position: relative;
}
.fv_title h2 {
  left: 11px;
  position: absolute;
}
.fv_title h2:first-of-type {
  width: 289px;
}
.fv_title h2:nth-of-type(2) {
  top: 36px;
  left: 59px;
  width: 306px;
}
.fv_title p {
  position: absolute;
  top: 83px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: rgba(255, 255, 255, 0.6705882353);
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
  height: 50px;
  display: block;
}
.fv_title p img {
  position: absolute;
  left: 24px;
  top: 15px;
  width: 328px;
}

.fv_content_wrapper {
  position: absolute;
  top: 12px;
  left: 128px;
}

.fv_content {
  position: absolute;
  width: 290px;
}

.fv_cont_main {
  position: absolute;
  top: 48px;
  left: 42px;
  width: 180px;
}

.fv_cont_list {
  position: absolute;
  top: 148px;
  width: 169px;
  left: 58px;
}

.fv_btn {
  position: absolute;
  bottom: -35px;
  width: 304px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv_btn a {
  height: 70px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fv_btn a:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fv_btn a img {
  aspect-ratio: 340/70;
  -webkit-filter: drop-shadow(rgba(184, 182, 182, 0.6705882353) 0 3px 6px);
          filter: drop-shadow(rgba(184, 182, 182, 0.6705882353) 0 3px 6px);
}

h3 {
  text-align: center;
}

.worry {
  padding-top: 70px;
}
.worry h3 img {
  width: 220px;
}

ul.worry_list {
  height: 500px;
  padding-right: 20px;
  padding-left: 20px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
ul.worry_list li {
  padding-top: 50px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.worry_list li .list_img {
  height: 150px;
}

.list_text1 img {
  width: 150px;
}

.list_text2 img {
  width: 120px;
}

.list_text3 img {
  width: 105px;
}

.list_text4 img {
  width: 135px;
}

.worry .list_img {
  width: 150px;
}

.step {
  margin-top: 53px;
  background-image: url(img/step_bg.png);
  aspect-ratio: 375/730;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.step h3 img {
  width: 246px;
  padding-top: 47px;
}

ol.step_list {
  padding-top: 48px;
  padding-left: 30px;
  padding-right: 30px;
  height: 530px;
}
ol.step_list li {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
ol.step_list li:first-of-type {
  margin-top: 0;
}
ol.step_list li:first-of-type, ol.step_list li:nth-of-type(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.step_content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step_content h4 img {
  width: 130px;
  margin-bottom: 14px;
}

.step_img {
  width: 50%;
}
.step_img img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(rgba(184, 182, 182, 0.6705882353) 0 3px 6px);
          filter: drop-shadow(rgba(184, 182, 182, 0.6705882353) 0 3px 6px);
}

.step_cont_text1 {
  width: 135px;
}

.step_cont_text2 {
  width: 130px;
}

.step_cont_text3 {
  width: 130px;
}

.plan h3 img {
  width: 246px;
  margin-top: 55px;
}

.plan h4.heading img {
  height: 236px;
  width: 350px;
  -webkit-filter: drop-shadow(rgba(184, 182, 182, 0.6705882353) 0 3px 6px);
          filter: drop-shadow(rgba(184, 182, 182, 0.6705882353) 0 3px 6px);
}

.plan_list {
  margin-right: 18px;
  margin-left: 18px;
  margin-top: 59px;
}
.plan_list li {
  position: relative;
  margin-top: 40px;
}
.plan_list li:first-of-type {
  margin-top: 0;
}

.plan_title {
  position: absolute;
  top: 198px;
  width: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.plan_items {
  position: absolute;
  top: 80px;
  width: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.plan_price {
  position: absolute;
  top: 110px;
  width: 217px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.plan_price3 {
  width: 252px;
}

.plan_attention {
  font-size: 10px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-left: 18px;
  margin-left: 31px;
  margin-top: -36px;
  color: #707070;
}

.feature {
  margin-top: 52px;
  background-image: url(img/feature_bg.png);
  aspect-ratio: 375/840;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.feature h3 img {
  margin-top: 50px;
  width: 245px;
}

.feature_list {
  margin-top: 40px;
}

.feature_list li {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature_list li:first-of-type {
  margin-top: 0;
}
.feature_list li h4 img {
  width: 340px;
  -webkit-filter: drop-shadow(rgba(184, 182, 182, 0.6705882353) 0 3px 6px);
          filter: drop-shadow(rgba(184, 182, 182, 0.6705882353) 0 3px 6px);
}

.feature_title {
  position: absolute;
  top: 78px;
  width: 246px;
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
}

.feature_title2 {
  width: 234px;
}

.feature_text {
  position: absolute;
  width: 312px;
  top: 111px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feature_img {
  position: absolute;
  width: 283px;
  top: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feature_img2 {
  width: 300px;
}

.point h3 img {
  margin-top: 45px;
  width: 196px;
}

.point_list {
  margin-right: 16px;
  margin-left: 16px;
  height: 541px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.point_list li {
  position: relative;
}
.point_list .point_items {
  margin-top: 45px;
  width: 150px;
  height: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point_list .point_items img {
  width: 150px;
}
.point_list .point_items p img {
  width: 150px;
}

.point_items p.point_text3 img {
  width: 124px;
}

.point_items p.point_text4 img {
  width: 135px;
}

.point_list h4 img {
  width: 46px;
  position: absolute;
  top: 27px;
}

.ml {
  margin-left: 15px;
}

.mr {
  margin-right: 15px;
}

.effect {
  margin-top: 75px;
  background-image: url(img/step_bg.png);
  aspect-ratio: 375/730;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.effect h3 img {
  width: 241px;
  margin-top: 50px;
}

.effect_list {
  margin-right: 23px;
  margin-left: 23px;
  margin-top: 30px;
}
.effect_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 131px;
  background-color: #FFFFFF;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.effect_list li:first-of-type {
  margin-top: 0;
}

.effect_img {
  width: 109px;
  margin-top: 15px;
}

.effect_title {
  width: 48px;
}

.effect_text {
  margin-top: 15px;
  width: 170px;
}
.effect_text.effect_title3 {
  width: 161px;
}

.effect_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner h3 img {
  width: 264px;
  margin-top: 46px;
}
.partner p {
  text-align: center;
}
.partner p img {
  margin-top: 34px;
  width: 340px;
}

.cause {
  text-align: center;
}
.cause h3 img {
  width: 308px;
  margin-top: 35px;
}

.cause_list {
  text-align: center;
}
.cause_list img {
  width: 302px;
  margin-top: 34px;
}

.cause p img {
  width: 340px;
  margin-top: 30px;
}

.qa h3 img {
  width: 243px;
  margin-top: 45px;
}
.qa dl {
  margin-top: 57px;
  margin-right: 18px;
  margin-left: 18px;
}
.qa dt {
  margin-top: 30px;
}
.qa dt:first-of-type {
  margin-top: 0;
}
.qa dt img {
  height: 30px;
  width: auto;
}
.qa dd {
  margin-top: 17px;
  width: 100%;
}

.profile h3 img {
  width: 245px;
  margin-top: 55px;
}

.profile dl {
  margin-right: 18px;
  margin-left: 18px;
  margin-top: 55px;
}
.profile dl dt {
  margin-top: 30px;
}
.profile dl dt:first-of-type {
  margin-top: 0;
}
.profile dl dt img {
  width: 100px;
}
.profile dl dd {
  margin-top: 15px;
}

.profile .name {
  width: 149px;
}
.profile .address {
  width: 222px;
}
.profile .tel {
  width: 111px;
}

footer ul {
  margin-top: 60px;
  text-align: center;
}
footer ul li {
  margin-top: 15px;
}
footer ul li:first-of-type {
  margin-top: 0;
}
footer ul li img {
  height: 15px;
  width: auto;
}

footer .cr {
  text-align: center;
}
footer .cr img {
  width: 136px;
}

.footer_btn {
  height: 72px;
}
.footer_btn a {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 5px;
  width: 100%;
  max-width: 500px;
  position: fixed;
  bottom: 0;
}
.footer_btn a img {
  aspect-ratio: 365/72;
}
.footer_btn a:hover {
  opacity: 0.85;
}

@media (min-width: 400px) {
  .fv_content_wrapper {
    left: 36%;
  }
  .fv_content_wrapper img.fv_content {
    width: 350px;
  }
  .fv_cont_main {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 205px;
  }
  .fv_cont_list {
    position: absolute;
    top: 180px;
    width: 185px;
    left: 65px;
  }
  .fv_title {
    position: absolute;
    top: 280px;
    position: relative;
  }
  .fv_title h2 {
    left: 11px;
    position: absolute;
  }
  .fv_title h2:first-of-type {
    width: 320px;
    height: auto;
  }
  .fv_title h2:nth-of-type(2) {
    top: 45px;
    left: 59px;
    width: 350px;
    height: auto;
  }
  .fv_title p {
    position: absolute;
    top: 110px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: rgba(255, 255, 255, 0.6705882353);
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    height: 50px;
    display: block;
  }
  .fv_title p img {
    position: absolute;
    left: 24px;
    top: 15px;
    width: 400px;
  }
  ol.step_list {
    max-width: 500px;
    margin: 0 auto;
  }
  .plan h4.heading {
    text-align: center;
  }
  .plan_attention {
    text-align: center;
  }
  .plan h4.heading img {
    height: 236px;
    max-width: 500px;
  }
  .feature {
    aspect-ratio: auto;
    padding-bottom: 100px;
  }
  .feature h3 img {
    width: 300px;
  }
  .step {
    aspect-ratio: auto;
    min-height: 800px;
  }
  .step h3 img {
    width: 300px;
    padding-top: 47px;
  }
  .effect {
    aspect-ratio: auto;
    min-height: 800px;
  }
  .effect_list {
    margin-right: 23px;
    margin-left: 23px;
    margin-top: 30px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  .qa h3 img {
    width: 243px;
    margin-top: 45px;
  }
  .qa dl {
    margin-top: 57px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .qa dt {
    margin-top: 30px;
  }
  .qa dt:first-of-type {
    margin-top: 0;
  }
  .qa dt img {
    height: 40px;
    width: auto;
  }
  .qa dd {
    margin-top: 17px;
    width: 100%;
    max-width: 500px;
  }
  .qa h3 img {
    width: 300px;
    margin-top: 80px;
  }
  .partner h3 img {
    width: 300px;
    margin-top: 80px;
  }
  .partner p {
    text-align: center;
  }
  .partner p img {
    margin-top: 34px;
    max-width: 500px;
  }
  .cause {
    text-align: center;
  }
  .cause h3 img {
    width: 350px;
    margin-top: 80px;
  }
  .cause_list {
    text-align: center;
  }
  .cause_list img {
    max-width: 500px;
    margin-top: 34px;
  }
  .cause p img {
    max-width: 500px;
    margin-top: 60px;
  }
  .profile h3 img {
    width: 300px;
    margin-top: 80px;
  }
  .profile dl {
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 55px;
  }
  .profile dl dt {
    margin-top: 30px;
  }
  .profile dl dt:first-of-type {
    margin-top: 0;
  }
  .profile dl dt img {
    width: 150px;
  }
  .profile dl dd {
    margin-top: 15px;
  }
  .profile .name {
    width: 200px;
  }
  .profile .address {
    width: 250px;
  }
  .profile .tel {
    width: 180px;
  }
  footer {
    height: 300px;
  }
  footer ul {
    margin-top: 60px;
    text-align: center;
  }
  footer ul li {
    margin-top: 15px;
  }
  footer ul li:first-of-type {
    margin-top: 0;
  }
  footer ul li img {
    height: 15px;
    width: auto;
  }
  footer .cr {
    margin-top: 80px;
    text-align: center;
  }
  footer .cr img {
    width: 136px;
  }
  .footer_btn {
    height: 72px;
  }
  .footer_btn a {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 5px;
    width: 100%;
    max-width: 500px;
    position: fixed;
    bottom: 0;
  }
  .footer_btn a img {
    aspect-ratio: 365/72;
  }
  .footer_btn a:hover {
    opacity: 0.85;
  }
}
@media (min-width: 450px) {
  .fv_btn {
    position: absolute;
    bottom: -40px;
    width: 400px;
  }
  .fv_btn a {
    height: auto;
  }
}
@media (min-width: 520px) {
  .fv_title {
    position: absolute;
    top: 400px;
    position: relative;
  }
  .fv_title h2 {
    left: 11px;
    position: absolute;
  }
  .fv_title h2:first-of-type {
    width: 430px;
    height: auto;
  }
  .fv_title h2:nth-of-type(2) {
    top: 60px;
    left: 70px;
    width: 440px;
    height: auto;
  }
  .fv_title p {
    position: absolute;
    top: 130px;
    margin-right: 0;
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0.6705882353);
    padding-bottom: 30px;
    padding-top: 40px;
    width: 100%;
    height: 60px;
    display: block;
  }
  .fv_title p img {
    position: absolute;
    left: 24px;
    top: 20px;
    width: 480px;
  }
  .fv_content_wrapper {
    left: 36%;
  }
  .fv_content_wrapper img.fv_content {
    width: 450px;
  }
  .fv_cont_main {
    position: absolute;
    top: 60px;
    left: 70px;
    width: 280px;
  }
  .fv_cont_list {
    position: absolute;
    top: 225px;
    width: 270px;
    left: 80px;
  }
}
@media (min-width: 620px) {
  .fv_btn {
    position: absolute;
    bottom: -50px;
    width: 500px;
  }
  .fv_btn a {
    height: auto;
  }
  .fv_title {
    position: absolute;
    top: 460px;
    position: relative;
  }
  .fv_title h2 {
    left: 11px;
    position: absolute;
  }
  .fv_title h2:first-of-type {
    width: 500px;
    height: auto;
  }
  .fv_title h2:nth-of-type(2) {
    top: 65px;
    left: 70px;
    width: 550px;
    height: auto;
  }
  .fv_title p {
    position: absolute;
    top: 150px;
    margin-right: 0;
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0.6705882353);
    padding-bottom: 30px;
    padding-top: 60px;
    width: 100%;
    height: 80px;
    display: block;
  }
  .fv_title p img {
    position: absolute;
    left: 24px;
    top: 20px;
    width: 600px;
  }
  .fv_content_wrapper {
    left: 38%;
  }
  .fv_content_wrapper img.fv_content {
    width: 550px;
  }
  .fv_cont_main {
    position: absolute;
    top: 80px;
    left: 80px;
    width: 300px;
  }
  .fv_cont_list {
    position: absolute;
    top: 260px;
    width: 320px;
    left: 85px;
  }
}
@media (min-width: 740px) {
  .worry {
    padding-top: 120px;
  }
  .fv_content_wrapper {
    left: 35%;
  }
  .fv_content_wrapper img.fv_content {
    width: 600px;
  }
  .fv_cont_main {
    position: absolute;
    top: 80px;
    left: 90px;
    width: 380px;
  }
  .fv_cont_list {
    position: absolute;
    top: 300px;
    width: 378px;
    left: 100px;
  }
  .plan h4.heading img {
    width: 70%;
  }
  .profile dl {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
  }
  .fv_title {
    position: absolute;
    top: 500px;
    position: relative;
  }
  .fv_title h2 {
    left: 11px;
    position: absolute;
  }
  .fv_title h2:first-of-type {
    width: 600px;
    height: auto;
  }
  .fv_title h2:nth-of-type(2) {
    top: 70px;
    left: 70px;
    width: 650px;
    height: auto;
  }
  .fv_title p {
    position: absolute;
    top: 200px;
    margin-right: 0;
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0.6705882353);
    padding-bottom: 30px;
    padding-top: 60px;
    width: 100%;
    height: 80px;
    display: block;
  }
  .fv_title p img {
    position: absolute;
    left: 24px;
    top: 20px;
    width: 700px;
  }
  footer ul {
    margin-top: 120px;
  }
  .plan h4.heading img {
    height: auto;
    width: 70%;
  }
  .plan_list {
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 59px;
  }
  .plan_list li {
    position: relative;
    margin-top: 40px;
  }
  .plan_list li:first-of-type {
    margin-top: 0;
  }
  .plan_title {
    position: absolute;
    top: 280px;
    width: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .plan_items {
    position: absolute;
    top: 130px;
    width: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .plan_price {
    position: absolute;
    top: 180px;
    width: 217px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .plan_price3 {
    width: 252px;
  }
}