@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

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

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

main {
  display: block;
}

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

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

dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

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

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

[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] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

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 {
  padding: 0;
  border-style: none;
}

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1020px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #1a1a1a;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS P Gothic", "ＭＳ Ｐゴシック", "lroSVbN", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: normal;
  text-align: left;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(204, 204, 204, 0);
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

@media only screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.c_b {
  clear: both;
}

.r {
  float: right;
}

.l {
  float: left;
}

.cf:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0.1px;
  line-height: 0;
  content: ".";
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

.contents {
  padding: 30px 0 60px;
  background: linear-gradient(to bottom, #FFE0D6 100px, rgba(255, 255, 255, 0) 600px);
}
@media only screen and (max-width: 768px) {
  .contents {
    padding: 4.6875vw 0 35px;
  }
}

.main-visual {
  width: 870px;
  margin: 0 auto 50px;
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.5);
}
@media only screen and (max-width: 768px) {
  .main-visual {
    width: 90.625%;
    margin-bottom: 30px;
  }
}
.main-visual a {
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .main-visual a:hover {
    opacity: 0.7;
  }
}

.info {
  display: flex;
  width: 870px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .info {
    display: block;
    width: 90.625%;
    margin-bottom: 15px;
  }
}
.info-section--pink {
  flex: 0 0 420px;
  padding: 13px 25px 33px;
  border-radius: 8px;
  background: #FFE0D6;
}
@media only screen and (max-width: 768px) {
  .info-section--pink {
    padding: 10px 15px 23px;
    border-radius: 5px;
  }
}
.info-section--pink:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .info-section--pink:not(:last-child) {
    margin: 0 0 15px;
  }
}
.info-section--pink__title {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: dashed 2px rgba(233, 97, 113, 0.5);
  color: #E96171;
  font-size: 2.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .info-section--pink__title {
    margin-bottom: 12px;
    padding-bottom: 6px;
    font-size: 1.9rem;
  }
}
.info-section--pink__list-item {
  position: relative;
  padding-left: 19px;
  font-size: 1.4rem;
  line-height: calc(1em + 7px);
}
.info-section--pink__list-item:not(:last-child) {
  margin-bottom: 10px;
}
.info-section--pink__list-item::before {
  position: absolute;
  top: calc(0.5em - 2px);
  left: 0;
  width: 12px;
  height: 12px;
  background: rgba(233, 97, 113, 0.5);
  content: "";
}
.info-section--green {
  flex: 0 0 420px;
  padding: 13px 25px 33px;
  border-radius: 8px;
  background: #DEFFCF;
}
@media only screen and (max-width: 768px) {
  .info-section--green {
    padding: 10px 15px 23px;
    border-radius: 5px;
  }
}
.info-section--green:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .info-section--green:not(:last-child) {
    margin: 0 0 15px;
  }
}
.info-section--green__title {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: dashed 2px rgba(74, 173, 44, 0.5);
  color: #4AAD2C;
  font-size: 2.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .info-section--green__title {
    margin-bottom: 12px;
    padding-bottom: 6px;
    font-size: 1.9rem;
  }
}
.info-section--green__list-item {
  position: relative;
  padding-left: 19px;
  font-size: 1.4rem;
  line-height: calc(1em + 7px);
}
.info-section--green__list-item:not(:last-child) {
  margin-bottom: 10px;
}
.info-section--green__list-item::before {
  position: absolute;
  top: calc(0.5em - 2px);
  left: 0;
  width: 12px;
  height: 12px;
  background: rgba(74, 173, 44, 0.5);
  content: "";
}

.sheet-btn {
  width: 870px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sheet-btn {
    width: 90.625%;
  }
}
.sheet-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 54px;
  padding-bottom: 3px;
  border-radius: 8px;
  box-shadow: 0 4px 0 0 #0084c6;
  background: repeating-linear-gradient(-45deg, #1fb1e8, #1fb1e8 5px, #46bae8 5px, #46bae8 10px);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(1em + 4px);
  text-align: center;
  text-shadow: 2px 2px 0 #0084c6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /*&:hover{
      @include pc{
          transform: translateY(4px);
          box-shadow: 0 0 0 #0084c6;

          &::before{
              top: -4px;
          }   
      }
  }*/
}
@media only screen and (max-width: 768px) {
  .sheet-btn a {
    height: 60px;
    padding-bottom: 4px;
    font-size: 1.8rem;
  }
}
.sheet-btn a::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  content: "";
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 870px;
  margin: 50px auto 0;
  padding: 25px 0 20px;
  border-radius: 10px;
  background: #eee;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact {
    display: block;
    width: 90.625%;
    margin-top: 40px;
    padding: 21px 0 13px;
    border-radius: 5px;
  }
}
.contact-title {
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .contact-title {
    top: -9px;
    font-size: 20px;
  }
}
.contact-head {
  margin-right: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .contact-head {
    margin: 0 0 2px;
    font-size: 1.6rem;
  }
}
.contact-tel {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .contact-tel {
    justify-content: center;
    font-size: 1.6rem;
  }
}
.contact-tel__num {
  color: #e8527c;
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .contact-tel__num {
    font-size: 24px;
  }
}

.sub-contents {
  position: relative;
  padding-top: 50px;
  border-top: dotted 2px #666;
}
@media only screen and (max-width: 768px) {
  .sub-contents {
    padding-top: 30px;
  }
}
.sub-contents__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(1em + 5px);
}
@media only screen and (max-width: 768px) {
  .sub-contents__title {
    position: relative;
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
.sub-contents__title::before, .sub-contents__title::after {
  flex: 1 1 auto;
  height: 4px;
  background: repeating-linear-gradient(-45deg, #1fb1e8, #1fb1e8 4px, #fff 4px, #fff 8px);
  content: "";
}
.sub-contents__title::before {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .sub-contents__title::before {
    content: none;
  }
}
.sub-contents__title::after {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .sub-contents__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    margin: 0;
  }
}
.sub-contents__copy {
  display: block;
  margin-top: 80px;
  padding: 5px 0 7px;
  background: #06a8e6;
  color: #fec728;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sub-contents__copy {
    margin-top: 50px;
    font-size: 1.2rem;
  }
}

.link {
  width: 870px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .link {
    width: 90.625%;
  }
}
.link-main {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .link-main {
    display: block;
  }
}
.link-section--rent {
  flex: 0 0 420px;
}
.link-section--rent:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .link-section--rent:not(:last-child) {
    margin: 0 0 20px;
  }
}
.link-section--rent__title {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: solid 2px #06a8e6;
  color: #06a8e6;
  font-size: 2.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .link-section--rent__title {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.link-section--rent__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .link-section--rent__list {
    display: block;
  }
}
.link-section--rent__list-item {
  flex: 0 0 205px;
}
@media only screen and (min-width: 769px) {
  .link-section--rent__list-item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .link-section--rent__list-item:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .link-section--rent__list-item:not(:last-child) {
    margin-bottom: 6px;
  }
}
.link-section--rent__list-item a {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  padding: 0 0 2px 30px;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 0 #ccc;
}
@media only screen and (max-width: 768px) {
  .link-section--rent__list-item a {
    height: 40px;
    padding-left: 28px;
  }
}
.link-section--rent__list-item a::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 10px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: solid 2px #06a8e6;
  border-right: solid 2px #06a8e6;
  content: "";
}
@media only screen and (max-width: 768px) {
  .link-section--rent__list-item a::before {
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
  }
}
.link-section--rent__list-item a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  content: "";
}
.link-section--buy {
  flex: 0 0 420px;
}
.link-section--buy:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .link-section--buy:not(:last-child) {
    margin: 0 0 20px;
  }
}
.link-section--buy__title {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: solid 2px #ff9326;
  color: #ff9326;
  font-size: 2.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .link-section--buy__title {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.link-section--buy__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .link-section--buy__list {
    display: block;
  }
}
.link-section--buy__list-item {
  flex: 0 0 205px;
}
@media only screen and (min-width: 769px) {
  .link-section--buy__list-item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .link-section--buy__list-item:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .link-section--buy__list-item:not(:last-child) {
    margin-bottom: 6px;
  }
}
.link-section--buy__list-item a {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  padding: 0 0 2px 30px;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 0 #ccc;
}
@media only screen and (max-width: 768px) {
  .link-section--buy__list-item a {
    height: 40px;
    padding-left: 28px;
  }
}
.link-section--buy__list-item a::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 10px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: solid 2px #ff9326;
  border-right: solid 2px #ff9326;
  content: "";
}
@media only screen and (max-width: 768px) {
  .link-section--buy__list-item a::before {
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
  }
}
.link-section--buy__list-item a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  content: "";
}

.member {
  width: 870px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .member {
    width: 90.625%;
  }
}
.member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px -10px;
}
@media only screen and (max-width: 768px) {
  .member__list {
    justify-content: flex-start;
    margin: 0 -3px -3px 0;
  }
}
.member__list li {
  flex: 0 1 auto;
  margin: 0 5px 10px;
}
@media only screen and (max-width: 768px) {
  .member__list li {
    margin: 0 3px 3px 0;
  }
}
.member__list li a {
  display: flex;
  align-items: center;
  padding: 10px;
  border: solid 1px #ccc;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .member__list li a {
    padding: 7px;
    font-size: 1.3rem;
  }
}
.member__list li a:hover {
  text-decoration: none;
}
.member__list li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .member__list li a span {
    width: 19px;
    height: 19px;
    margin-right: 7px;
  }
}
.member__list li a span img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.campaign-header {
  background: #fff;
  width: 100%;
  height: 90px;
  border-bottom: dotted 2px #666;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .campaign-header {
    height: 60px;
    border-bottom: dotted 1px #666;
  }
}
.campaign-header::after {
  content: none;
}
.campaign-header__site-title {
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  .campaign-header__site-title {
    margin-left: 15px;
  }
}
.campaign-header__logo {
  height: 45px;
  margin-top: 8px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .campaign-header__logo {
    height: 30px;
    margin-top: 0;
  }
}
.campaign-header__logo img {
  width: auto;
  height: 100%;
}

.end-msg {
  width: min(870px, 90.625%);
  margin: 0 auto 20px;
  padding: 9px 10px 11px;
  border: solid 4px #e8527c;
  background: #fff;
  font-size: 1.8rem;
  text-align: center;
  word-break: keep-all;
}
@media only screen and (max-width: 768px) {
  .end-msg {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=styles.css.map */