@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:wght@600&display=swap");
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

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

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

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input, button, textarea, select {
  font: inherit;
}

@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;
  }
}
body {
  /* CSS variables */
  --color: #000;
  --link-color: #000;
  --font-family: "Noto Sans JP", sans-serif;
  --font-family-num: "Open Sans", sans-serif;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-exbold: 800;
  --letter-spacing: 0.1em;
  --font-feature-settings: "palt";
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  /* additional CSS Reset */
  color: var(--color);
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: var(--font-weight-normal);
  font-feature-settings: var(--font-feature-settings);
  /* header */
  /* mainVisual */
  /* about */
  /* offer */
  /* example */
  /* pickup */
}
body h1, body h2, body h3, body h4 {
  font-size: inherit;
  font-weight: var(--font-weight-normal);
}
body a {
  color: var(--link-color);
  text-decoration: none;
  transition: opacity 0.3s var(--easeOutQuint);
}
body a.hover {
  opacity: 0.7;
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  body .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  body .pc {
    display: none;
  }
}
body .inline-block {
  display: inline-block;
}
body .header {
  background: #fff;
  display: flex;
}
@media (max-width: 767px) {
  body .header {
    padding: 18px 12px;
  }
}
@media (min-width: 768px) {
  body .header {
    padding: 40px 48px 36px;
  }
}
body .header_logo {
  align-self: flex-start;
}
@media (max-width: 767px) {
  body .header_logo {
    width: 120px;
  }
}
@media (min-width: 768px) {
  body .header_logo {
    width: 184px;
  }
}
body .mainVisual {
  background: url(../img/main_bg.png) center center repeat;
}
@media (max-width: 767px) {
  body .mainVisual {
    margin-bottom: 36px;
    padding: 12px;
    background-size: 9.5px;
  }
}
@media (min-width: 768px) {
  body .mainVisual {
    margin-bottom: 54px;
    padding: 30px;
  }
}
body .mainVisual_mainImg {
  width: 1306px;
  margin: 0 auto;
  display: block;
}
body .about_title {
  margin: 0 auto 6px;
  display: block;
}
@media (max-width: 767px) {
  body .about_title {
    width: 323px;
    max-width: calc(100% - 60px);
  }
}
@media (min-width: 768px) {
  body .about_title {
    width: 646px;
    max-width: calc(100% - 60px);
  }
}
body .about_contents {
  max-width: 1042px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  body .about_contents {
    width: calc(100% - 24px);
  }
}
@media (min-width: 768px) {
  body .about_contents {
    width: calc(100% - 60px);
  }
}
body .about_contents_img {
  flex-grow: 0;
  position: relative;
}
body .about_contents_img.man {
  width: 13.4462%;
}
body .about_contents_img.man > img {
  position: absolute;
}
@media (max-width: 767px) {
  body .about_contents_img.man > img {
    bottom: -24px;
  }
}
@media (min-width: 768px) {
  body .about_contents_img.man > img {
    bottom: -72px;
  }
}
body .about_contents_img.woman {
  width: 13.5562%;
}
body .about_contents_img.woman > img {
  position: absolute;
}
@media (max-width: 767px) {
  body .about_contents_img.woman > img {
    bottom: -24px;
  }
}
@media (min-width: 768px) {
  body .about_contents_img.woman > img {
    bottom: -78px;
  }
}
body .about_contents_txt {
  flex-grow: 1;
  align-self: stretch;
}
body .about_contents_txt_block {
  font-weight: var(--font-weight-medium);
  text-align: center;
  letter-spacing: 0.13em;
}
@media (max-width: 767px) {
  body .about_contents_txt_block {
    margin-bottom: 24px;
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  body .about_contents_txt_block {
    margin-bottom: 72px;
    font-size: 1.44375rem;
    line-height: 3.215625rem;
  }
}
body .about_contents_txt_block .big_bold {
  font-weight: var(--font-weight-bold);
}
@media (max-width: 767px) {
  body .about_contents_txt_block .big_bold {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  body .about_contents_txt_block .big_bold {
    font-size: 1.70625rem;
  }
}
body .about_contents_txt_block .strong {
  color: #ff5690;
  font-weight: var(--font-weight-exbold);
  display: inline-block;
}
@media (max-width: 767px) {
  body .about_contents_txt_block .strong {
    margin: 0.1em 0.25em 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  body .about_contents_txt_block .strong {
    margin: 0.125em 0.25em 0;
    font-size: 2.559375rem;
  }
}
body .offer {
  background: url(../img/main_bg.png) center center repeat;
}
@media (max-width: 767px) {
  body .offer {
    padding: 42px 0 60px;
    background-size: 9.5px;
  }
}
@media (min-width: 768px) {
  body .offer {
    padding: 78px 0 100px;
  }
}
body .offer_title {
  text-align: center;
  font-weight: var(--font-weight-normal);
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (max-width: 767px) {
  body .offer_title {
    margin: 0 auto 18px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  body .offer_title {
    margin: 0 auto 42px;
    font-size: 1.625rem;
  }
}
body .offer_name {
  text-align: center;
}
@media (max-width: 767px) {
  body .offer_name {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  body .offer_name {
    margin-bottom: 42px;
  }
}
body .offer_name > span {
  padding: 0.625em 1.75em 0.75em;
  color: #fff;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0.3em;
  background: #ff5690;
  display: inline-block;
}
@media (max-width: 767px) {
  body .offer_name > span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  body .offer_name > span {
    font-size: 2.1175rem;
  }
}
body .offer_txt {
  text-align: center;
  font-weight: var(--font-weight-medium);
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  body .offer_txt {
    margin-bottom: 12px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  body .offer_txt {
    margin-bottom: 24px;
    font-size: 2.13306875rem;
  }
}
@media (max-width: 767px) {
  body .offer_txt .small {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  body .offer_txt .small {
    font-size: 1.75rem;
  }
}
body .offer_1poff {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  body .offer_1poff {
    width: 311px;
    max-width: calc(100% - 24px);
  }
}
@media (min-width: 768px) {
  body .offer_1poff {
    width: 622px;
  }
}
body .example {
  background: rgba(88, 230, 255, 0.3);
}
@media (max-width: 767px) {
  body .example {
    margin-bottom: 48px;
    padding: 40px 0 24px;
  }
}
@media (min-width: 768px) {
  body .example {
    margin-bottom: 72px;
    padding: 78px 0 100px;
  }
}
body .example_title {
  max-width: 966px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  body .example_title {
    width: calc(100% - 24px);
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  body .example_title {
    width: calc(100% - 60px);
    margin-bottom: 48px;
  }
}
body .example_title_img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  body .example_title_img {
    width: 151px;
  }
}
@media (min-width: 768px) {
  body .example_title_img {
    width: 302px;
  }
}
body .example_img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .example_img {
    width: 404px;
    max-width: calc(100% - 24px);
  }
}
@media (min-width: 768px) {
  body .example_img {
    width: 807px;
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  body .pickup {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  body .pickup {
    margin-bottom: 154px;
  }
}
body .pickup_title {
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .pickup_title {
    width: 171px;
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) {
  body .pickup_title {
    width: 342px;
    margin-bottom: 54px;
  }
}
body .pickup_list {
  margin: 0 auto;
  display: flex;
}
@media (max-width: 767px) {
  body .pickup_list {
    width: calc(100% - 24px);
    flex-direction: column;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  body .pickup_list {
    width: calc(100% - 60px);
    max-width: 888px;
    flex-wrap: wrap;
    gap: 57px 80px;
  }
}
@media (min-width: 768px) and (max-width: 1048px) {
  body .pickup_list {
    gap: 57px 30px;
  }
}
body .pickup_list_emptyBlock {
  width: 100%;
  padding: 60px 0;
  color: #3c3c3c;
  text-align: center;
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  letter-spacing: 0.05em;
  border: 1px solid #a0a0a0;
}
body .pickup_list_block {
  border: 1px solid #a0a0a0;
}
@media (max-width: 767px) {
  body .pickup_list_block {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  body .pickup_list_block {
    width: calc((100% - 80px) / 2);
    padding: 42px 42px 106px 42px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1048px) {
  body .pickup_list_block {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  body .pickup_list_block_imgArea {
    max-width: 200px;
    margin: 0 auto 12px;
  }
}
@media (min-width: 768px) {
  body .pickup_list_block_imgArea {
    margin-bottom: 18px;
  }
}
body .pickup_list_block_txtArea_name {
  color: #3c3c3c;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  body .pickup_list_block_txtArea_name {
    margin-bottom: 6px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  body .pickup_list_block_txtArea_name {
    margin-bottom: 12px;
    font-size: 1.1875rem;
  }
}
body .pickup_list_block_txtArea_spec {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  body .pickup_list_block_txtArea_spec {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  body .pickup_list_block_txtArea_spec {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  body .pickup_list_block_txtArea_spec:last-of-type {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  body .pickup_list_block_txtArea_spec:last-of-type {
    margin-bottom: 0;
  }
}
body .pickup_list_block_txtArea_spec_title {
  color: #3c3c3c;
  width: calc(3.15em + 1px + 0.6em);
  margin-right: 0.75em;
  padding-right: 0.6em;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  border-right: 1px solid #a0a0a0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  body .pickup_list_block_txtArea_spec_title {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  body .pickup_list_block_txtArea_spec_title {
    font-size: 0.875rem;
  }
}
body .pickup_list_block_txtArea_spec_contents {
  color: #3c3c3c;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  body .pickup_list_block_txtArea_spec_contents {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  body .pickup_list_block_txtArea_spec_contents {
    font-size: 0.875rem;
  }
}
body .pickup_list_block_txtArea_linkArea {
  display: flex;
}
@media (min-width: 768px) {
  body .pickup_list_block_txtArea_linkArea {
    width: calc(100% - 84px);
    padding: 0 14px;
    position: absolute;
    bottom: 42px;
    left: 42px;
  }
}
body .pickup_list_block_txtArea_linkArea_btn {
  width: 100%;
  padding: 0.75em;
  color: #fff;
  text-align: center;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.3em;
  line-height: 1;
  background: #ff77a6;
  border-radius: 1.25em;
  display: block;
  transition: opacity 0.3s var(--easeOutQuint);
}
@media (max-width: 767px) {
  body .pickup_list_block_txtArea_linkArea_btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  body .pickup_list_block_txtArea_linkArea_btn {
    font-size: 1rem;
  }
}
body .pickup_list_block_txtArea_linkArea_btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  body .step {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  body .step {
    margin-bottom: 120px;
  }
}
body .step_block {
  margin: 0 auto;
  background: rgba(88, 230, 255, 0.3);
}
@media (max-width: 767px) {
  body .step_block {
    width: calc(100% - 24px);
    margin-bottom: 12px;
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  body .step_block {
    width: 1032px;
    max-width: calc(100% - 60px);
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
body .step_title {
  margin: 0 auto;
  transform: translateY(-39.1304%);
}
@media (max-width: 767px) {
  body .step_title {
    width: 323px;
    max-width: calc(100% - 36px);
  }
}
@media (min-width: 768px) {
  body .step_title {
    width: 646px;
    max-width: calc(100% - 60px);
  }
}
body .step_list {
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .step_list {
    width: calc(100% - 24px);
    padding-bottom: 6px;
  }
}
@media (min-width: 768px) {
  body .step_list {
    width: 916px;
    max-width: calc(100% - 60px);
    padding-bottom: 60px;
  }
}
body .step_list_block {
  display: grid;
  align-content: start;
}
@media (max-width: 767px) {
  body .step_list_block {
    margin-bottom: 12px;
    align-items: center;
    grid-template-columns: 36px calc(100% - 36px - 80px - 24px) 80px;
    grid-template-rows: max-content 1fr max-content;
    gap: 12px;
  }
}
@media (min-width: 768px) {
  body .step_list_block {
    margin-bottom: 28px;
    grid-template-columns: 7.8947% calc(67.9825% - 48px) 24.1228%;
    grid-template-rows: max-content 1fr max-content;
    gap: 24px;
  }
}
body .step_list_block:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .step_list_block_num {
    grid-row: 1;
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  body .step_list_block_num {
    grid-row: 1/3;
    grid-column: 1;
  }
}
body .step_list_block_txt_title {
  margin-top: -0.25em;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  body .step_list_block_txt_title {
    font-size: 0.875rem;
    grid-row: 1;
    grid-column: 2;
  }
}
@media (min-width: 768px) {
  body .step_list_block_txt_title {
    width: 100%;
    max-width: 554px;
    margin-left: auto;
    font-size: 1.375rem;
    grid-row: 1;
    grid-column: 2;
  }
}
body .step_list_block_txt_contents {
  font-weight: var(--font-weight-medium);
  line-height: 1.8887;
  letter-spacing: 0.18em;
}
@media (max-width: 767px) {
  body .step_list_block_txt_contents {
    font-size: 0.75rem;
    grid-row: 2;
    grid-column: 1/4;
  }
}
@media (min-width: 768px) {
  body .step_list_block_txt_contents {
    width: 100%;
    max-width: 554px;
    margin-left: auto;
    font-size: 0.9375rem;
    grid-row: 2;
    grid-column: 2;
  }
}
@media (max-width: 767px) {
  body .step_list_block_img {
    grid-row: 1;
    grid-column: 3;
  }
}
@media (min-width: 768px) {
  body .step_list_block_img {
    grid-row: 1/3;
    grid-column: 3;
    position: relative;
  }
}
@media (min-width: 768px) {
  body .step_list_block_img_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
body .step_list_block_border {
  grid-row: 3;
  grid-column: 1/4;
  background: url(../img/step_list_border.svg) center top/5px repeat-x;
}
@media (max-width: 767px) {
  body .step_list_block_border {
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  body .step_list_block_border {
    margin-top: 42px;
  }
}
body .step_list_block_border_arrow {
  display: block;
}
@media (max-width: 767px) {
  body .step_list_block_border_arrow {
    width: 24px;
    margin: 12px auto 0;
  }
}
@media (min-width: 768px) {
  body .step_list_block_border_arrow {
    width: 44px;
    margin: 18px auto 0;
  }
}
body .step_attention {
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .step_attention {
    width: calc(100% - 24px);
  }
}
@media (min-width: 768px) {
  body .step_attention {
    width: 968px;
    max-width: calc(100% - 60px);
  }
}
body .step_attention_title {
  margin-bottom: 0.5em;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.08em;
}
body .step_attention_list_block {
  margin: 0 0 0.75em 1em;
  padding-left: 0.5em;
  font-size: 0.71685rem;
  list-style-type: "■";
}
body .step_attention_list_block_txt {
  letter-spacing: 0.08em;
  font-weight: var(--font-weight-medium);
}
body .step_attention_list_block_txt.big {
  font-size: 0.8888875rem;
  line-height: 1.6129;
}
body .step_attention_list_block_txt .red {
  color: #e60012;
}
body .cta_lineup {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body .cta_lineup {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  body .cta_lineup {
    margin-bottom: 100px;
  }
}
body .cta_lineup_btn {
  transition: opacity 0.3s var(--easeOutQuint);
}
@media (max-width: 767px) {
  body .cta_lineup_btn {
    width: 240px;
  }
}
@media (min-width: 768px) {
  body .cta_lineup_btn {
    width: 366px;
  }
}
body .cta_lineup_btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  body .cta_contact_title {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  body .cta_contact_title {
    margin-bottom: 33px;
  }
}
body .cta_contact_title_img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  body .cta_contact_title_img {
    height: 14px;
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  body .cta_contact_title_img {
    height: 19px;
    margin-bottom: 18px;
  }
}
body .cta_contact_title_txt {
  margin-left: 0.5em;
  text-align: center;
  font-weight: var(--font-weight-medium);
  line-height: 1;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  body .cta_contact_title_txt {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  body .cta_contact_title_txt {
    font-size: 0.9375rem;
  }
}
body .cta_contact_contents {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  body .cta_contact_contents {
    width: calc(100% - 24px);
    margin: 0 auto 24px;
    padding: 24px 0 12px;
  }
}
@media (min-width: 768px) {
  body .cta_contact_contents {
    width: calc(100% - 60px);
    max-width: 884px;
    margin: 0 auto 54px;
    padding: 36px 0 18px;
  }
}
body .cta_contact_contents_num {
  display: block;
  transition: opacity 0.3s var(--easeOutQuint);
}
@media (max-width: 767px) {
  body .cta_contact_contents_num {
    max-width: 297px;
    margin: 0 auto 24px;
  }
}
@media (min-width: 768px) {
  body .cta_contact_contents_num {
    max-width: 446px;
    margin: 0 auto 36px;
  }
}
body .cta_contact_contents_num:hover {
  opacity: 0.7;
}
body .cta_contact_contents_name {
  text-align: center;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  body .cta_contact_contents_name {
    margin-bottom: 3px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  body .cta_contact_contents_name {
    margin-bottom: 6px;
    font-size: 1rem;
  }
}
body .cta_contact_contents_time {
  text-align: center;
}
@media (max-width: 767px) {
  body .cta_contact_contents_time {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  body .cta_contact_contents_time {
    font-size: 0.8125rem;
  }
}
body .cta_mail {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body .cta_mail {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  body .cta_mail {
    margin-bottom: 66px;
  }
}
body .cta_mail_btn {
  display: flex;
  align-items: center;
  transition: opacity 0.3s var(--easeOutQuint);
}
body .cta_mail_btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  body .cta_mail_btn_icon {
    width: 30px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  body .cta_mail_btn_icon {
    width: 50px;
    margin-right: 18px;
  }
}
body .cta_mail_btn_txt {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  body .cta_mail_btn_txt {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  body .cta_mail_btn_txt {
    font-size: 1rem;
  }
}
body .footer_pageTopBtnArea {
  display: flex;
}
@media (max-width: 767px) {
  body .footer_pageTopBtnArea {
    width: calc(100% - 24px);
    margin: 0 auto 24px;
  }
}
@media (min-width: 768px) {
  body .footer_pageTopBtnArea {
    width: calc(100% - 60px);
    max-width: 884px;
    margin: 0 auto 50px;
  }
}
body .footer_pageTopBtnArea_btn {
  width: 110px;
  margin-left: auto;
  transition: opacity 0.3s var(--easeOutQuint);
}
body .footer_pageTopBtnArea_btn:hover {
  opacity: 0.7;
}
body .footer_linkArea {
  display: flex;
}
@media (max-width: 767px) {
  body .footer_linkArea {
    width: calc(100% - 24px);
    margin: 0 auto 24px;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  body .footer_linkArea {
    width: calc(100% - 60px);
    max-width: 884px;
    margin: 0 auto 36px;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 491px) {
  body .footer_linkArea_list {
    display: flex;
  }
}
@media (max-width: 767px) {
  body .footer_linkArea_list {
    order: 2;
  }
}
body .footer_linkArea_list_block {
  letter-spacing: 0.05em;
  transition: opacity 0.3s var(--easeOutQuint);
}
@media (max-width: 490px) {
  body .footer_linkArea_list_block {
    padding: 0.25em;
    display: block;
    text-align: center;
  }
}
@media (min-width: 491px) {
  body .footer_linkArea_list_block {
    padding: 0 1em;
    border-right: 1px solid #000;
  }
}
@media (max-width: 767px) {
  body .footer_linkArea_list_block {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  body .footer_linkArea_list_block {
    font-size: 0.8125rem;
  }
}
body .footer_linkArea_list_block:last-of-type {
  border-right: none;
}
body .footer_linkArea_list_block:hover {
  opacity: 0.7;
}
body .footer_linkArea_logo {
  width: 201px;
  transition: opacity 0.3s var(--easeOutQuint);
}
@media (max-width: 767px) {
  body .footer_linkArea_logo {
    margin: 0 auto 18px;
    order: 1;
  }
}
@media (min-width: 768px) {
  body .footer_linkArea_logo {
    margin-left: 36px;
    position: relative;
    bottom: 4px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  body .footer_linkArea_logo {
    margin-left: 0;
  }
}
body .footer_linkArea_logo:hover {
  opacity: 0.7;
}
body .footer_copyright {
  font-size: 10px;
  font-family: var(--font-family-num);
  line-height: 1;
}
@media (max-width: 767px) {
  body .footer_copyright {
    width: calc(100% - 24px);
    margin: 0 auto 24px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  body .footer_copyright {
    width: calc(100% - 60px);
    max-width: 884px;
    margin: 0 auto 42px;
    text-align: right;
  }
}
body .footer_bottomBorder {
  background: url(../img/main_bg.png) center center repeat;
}
@media (max-width: 767px) {
  body .footer_bottomBorder {
    height: 12px;
    background-size: 9.5px;
  }
}
@media (min-width: 768px) {
  body .footer_bottomBorder {
    height: 20px;
  }
}/*# sourceMappingURL=style.css.map */