@font-face {
  font-family: "Noto Sans JP";
  src: url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2 supports variations"), url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 400 500 600 700;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow-x: hidden;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  background-color: #F4F4F4;
  color: #000000;
  font-family: "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 180%;
}
@media screen and (min-width: 801px) {
  body {
    line-height: 200%;
  }
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-self: center;
}
section.fw-section {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
}

picture {
  max-width: 100%;
  height: auto;
}
picture.p100 {
  width: 100%;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

h1, .h1-like, h2, .h2-like {
  font-family: "din-2014", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 140%;
}

h1,
.h1-like {
  font-size: clamp(5rem, 15vw, 21.3rem);
}

h2,
.h2-like {
  font-size: clamp(4rem, 10vw, 13rem);
}

h3,
.h3-like {
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  font-weight: 700;
  line-height: 160%;
}

h4,
.h4-like {
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  font-weight: 700;
}

ul {
  list-style-type: none;
}

.p-small {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.a-btn:link,
.a-btn:visited,
.a-btn:active,
.a-btn {
  display: block;
  width: fit-content;
  max-width: 100%;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 1em 4.7em 1em 1.55em;
  background: url(../img/common/btn-arrow.svg) center right 1.25em no-repeat;
  background-size: 2.5em;
  color: #000000;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}
.a-btn:link:hover,
.a-btn:visited:hover,
.a-btn:active:hover,
.a-btn:hover {
  opacity: 0.7;
}

.standard-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #EF8348;
  background-color: #ffffff;
  color: #EF8348;
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 1em;
}
.standard-btn:hover {
  opacity: 0.7;
}

.width1200 {
  width: 1200px;
  max-width: 96%;
  margin: auto;
}

.width1200-855 {
  width: 1200px;
  max-width: 85.5%;
  margin: auto;
}

.width1200-846 {
  width: 1200px;
  max-width: 84.6%;
  margin: auto;
}

.width1000 {
  width: 1000px;
  max-width: 96%;
  margin: auto;
}

.width1000-855 {
  width: 1000px;
  max-width: 85.5%;
  margin: auto;
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fx-col-to-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 801px) {
  .fx-col-to-row {
    flex-direction: row;
  }
}

.block-break {
  display: inline-block;
}

.mtem-1 {
  margin-top: 1em;
}

.mtem-2 {
  margin-top: 2em;
}

.mbem-1 {
  margin-bottom: 1em;
}

.mbem-2 {
  margin-bottom: 2em;
}

.mlem-1 {
  margin-left: 1em;
}

.mlem-2 {
  margin-left: 2em;
}

.mrem-1 {
  margin-right: 1em;
}

.mrem-2 {
  margin-right: 2em;
}

.pem-1 {
  padding: 1em;
}

.pem-2 {
  padding: 2em;
}

.ptem-1 {
  padding-top: 1em;
}

.ptem-2 {
  padding-top: 2em;
}

.pbem-1 {
  padding-bottom: 1em;
}

.pbem-2 {
  padding-bottom: 2em;
}

.plem-1 {
  padding-left: 1em;
}

.plem-2 {
  padding-left: 2em;
}

.prem-1 {
  padding-right: 1em;
}

.prem-2 {
  padding-right: 2em;
}

.pvert-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pvert-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.phor-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.phor-2 {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 800px) {
  .no-sp {
    display: none;
  }

  .min-800 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }

  .block-break-pc {
    display: inline-block;
  }

  .max-800 {
    display: none;
  }
}
.f-romaji-reg {
  font-family: "din-2014", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
}

.f-romaji-demi {
  font-family: "din-2014", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-weight: demi;
}

.f-romaji-b {
  font-family: "din-2014", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
}

.lh-100 {
  line-height: 100%;
}

.lh-140 {
  line-height: 140%;
}

.lh-160 {
  line-height: 160%;
}

.text-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.f-24 {
  font-size: clamp(18px, 2vw, 24px);
}

.f-20 {
  font-size: clamp(16px, 1.4vw, 20px);
}

.f-18 {
  font-size: clamp(15px, 1.2vw, 18px);
}

.f-100 {
  font-size: clamp(32px, 7vw, 100px);
}

.grecaptcha-badge {
  visibility: hidden;
}

section.page-landing {
  width: 100%;
  max-width: 100%;
  height: calc(100vh - clamp(100px, 15vw, 190px));
  height: calc(100lvh - clamp(100px, 15vw, 190px));
  position: relative;
  display: grid;
  grid-template-columns: 1fr clamp(100px, 84.6%, 1200px) 1fr;
  grid-template-rows: 1fr clamp(60px, 10vh, 100px) 69%;
}
section.page-landing h1 {
  position: relative;
  grid-column: 2/4;
  grid-row: 1/2;
  width: fit-content;
  height: fit-content;
  margin: auto auto 0.5em 0;
  z-index: 2;
  color: #ffffff;
  font-family: "din-2014", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-size: clamp(30px, 11vw, 213px);
  font-weight: demi;
  letter-spacing: 0;
  line-height: 70%;
}
section.page-landing h3 {
  height: fit-content;
  position: relative;
  grid-column: 2/3;
  grid-row: 2/3;
  z-index: 3;
  padding-bottom: 0.75em;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 100%;
}
section.page-landing h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.25em;
  height: 0.25em;
  background-color: #EF8348;
}
section.page-landing .landing-banner {
  position: relative;
  grid-column: 1/4;
  grid-row: 3/4;
  z-index: 1;
}
section.page-landing .landing-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 801px) {
  section.page-landing h1 {
    grid-column: 1/4;
    grid-row: 2/4;
    margin: 0 auto auto 0;
    padding: 0 0.4em;
  }
  section.page-landing h3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.outline-title {
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
}
@media screen and (min-width: 801px) {
  .outline-title {
    -webkit-text-stroke: 2px #000000;
  }
}

.h2-title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.h2-title-group h2 {
  font-family: "din-2014", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 100%;
  margin-bottom: clamp(10px, 2vw, 24px);
}
.h2-title-group h3 {
  display: flex;
  align-items: center;
  font-size: clamp(20px, 2.5vw, 40px);
  font-weight: bold;
  letter-spacing: 0.08em;
}
.h2-title-group h3:before, .h2-title-group h3::after {
  content: "";
  height: 1.1em;
  width: 3px;
  display: block;
  margin: 0 0.8em;
  background-color: #000000;
}
.h2-title-group h3:before {
  transform: rotate(150deg);
}
.h2-title-group h3::after {
  transform: rotate(-150deg);
}

a.green-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 1em 3.25em 1em 3.25em;
  box-sizing: border-box;
  width: 17.5em;
  background-color: #61CB65;
  border-radius: 2em;
  color: #ffffff;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 200%;
  text-align: center;
}
a.green-btn .arrow {
  position: absolute;
  right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 50%;
  height: 2em;
  width: 2em;
}
a.green-btn .arrow::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000000;
  width: 23%;
  height: 30%;
}

.st-table {
  width: 92%;
  max-width: 1080px;
  margin-bottom: clamp(160px, 20vw, 270px);
}
.st-table .table-row {
  width: 100%;
  display: flex;
  padding: clamp(16px, 3vw, 40px) 0;
  border-bottom: 1px solid #000000;
  align-items: center;
}
.st-table .table-row .label {
  font-family: "din-2014", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  width: 33%;
  height: fit-content;
  box-sizing: border-box;
  padding: 0 0.5em;
  border-right: 3px solid #C6C6C6;
  font-size: clamp(14px, 2vw, 26px);
  line-height: 160%;
  vertical-align: middle;
  text-align: center;
}
.st-table .table-row .content {
  box-sizing: border-box;
  padding: 0 1em 0 2em;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 210%;
}
@media screen and (min-width: 801px) {
  .st-table .table-row .label {
    width: 18.9%;
  }
}

.post-nav {
  box-sizing: border-box;
  width: 100%;
  margin: clamp(40px, 8vw, 80px) auto;
  text-align: center;
}
.post-nav .navigation,
.post-nav .nav-links {
  width: 100%;
  max-width: 100%;
}
.post-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.post-nav .page-numbers {
  display: block;
  margin: 0 0.5em;
}
.post-nav .page-numbers.prev, .post-nav .page-numbers.next {
  width: 1em;
  height: 1em;
}
.post-nav .page-numbers.prev svg, .post-nav .page-numbers.next svg {
  width: 100%;
  stroke: #000000;
  fill: #000000;
}
.post-nav .page-numbers.current {
  font-size: 1.2em;
  color: #707070;
  pointer-events: none;
}

.bloglist-area {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.bloglist-area .post-row {
  flex-direction: column;
  width: 100%;
  font-size: clamp(15px, 1.2vw, 18px);
  padding: 2.4em 0;
  border-bottom: 2px solid #000000;
}
.bloglist-area .post-row .blog-date {
  font-family: "din-2014", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 26px);
}
@media screen and (min-width: 801px) {
  .bloglist-area .post-row {
    align-items: center;
    flex-direction: row;
  }
  .bloglist-area .post-row .blog-title,
.bloglist-area .post-row .blog-date {
    padding: 0 2em;
  }
  .bloglist-area .post-row .blog-date {
    line-height: 100%;
  }
  .bloglist-area .post-row .blog-title {
    border-left: 3px solid #C6C6C6;
  }
}

.blogcard-area {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(20px, 5vw, 50px) clamp(20px, 5vw, 100px) clamp(40px, 10vw, 100px) clamp(20px, 5vw, 100px);
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.featured-blogcard {
  flex-wrap: wrap;
  margin-top: clamp(50px, 10vw, 100px);
  justify-content: space-evenly;
}
.featured-blogcard h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.featured-blogcard .post-card {
  width: 30%;
  min-width: 140px;
  margin: 10px clamp(2px, 1vw, 10px);
}
.featured-blogcard .post-card .post-categories,
.featured-blogcard .post-card .card-excerpt {
  display: none;
}
@media screen and (max-width: 600px) {
  .featured-blogcard .post-card {
    width: 280px;
    max-width: 90%;
  }
}

.post-card {
  position: relative;
  width: clamp(240px, 30%, 320px);
  margin: 2em 1em;
  padding-bottom: 4em;
  background-color: #ffffff;
}
.post-card img {
  width: 100%;
  align-self: center;
  margin: 0 auto;
}
.post-card .post-categories,
.post-card .card-headline,
.post-card .card-excerpt {
  width: 92%;
  margin: 0 auto;
  align-self: center;
}
.post-card .post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px auto;
  padding-top: 10px;
}
.post-card .post-categories li {
  background-color: #EF8348;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.7em;
  list-style-type: none;
  line-height: 100%;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
}
.post-card .card-headline {
  margin: 30px auto 10px auto;
}
.post-card .card-excerpt {
  overflow-x: hidden;
  margin-bottom: 20px;
}
.post-card .continue-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.post-card .continue-link:hover {
  color: #EF8348;
}

.category-filter {
  justify-content: space-evenly;
  margin: clamp(40px, 8vw, 80px) auto;
}
.category-filter a {
  padding: 0.5em 1em;
  background-color: #EF8348;
  color: #ffffff;
  border-radius: 1.5em;
}
.category-filter a.active-btn {
  background-color: #707070;
  pointer-events: none;
}

.hamburger {
  cursor: pointer;
  display: none;
  position: relative;
  width: 30px;
  height: 25px;
  margin-top: 2em;
  z-index: 302;
  transform: rotate(0deg);
  transform-origin: bottom;
  transition: 0.5s ease-in-out;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: calc(50% - 2px);
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: calc(100% - 4px);
  transform-origin: left center;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active-ham {
  position: fixed;
  top: 2em;
  right: 2.8vw;
  margin-top: 0;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 8px;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}
@media screen and (min-width: 1601px) {
  .hamburger {
    margin-top: 3.5em;
  }
  .hamburger.active-ham {
    top: 3.5em;
  }
}

header {
  height: clamp(100px, 15vw, 190px);
  width: 100%;
  background-color: unset;
  box-sizing: border-box;
  align-items: start;
  justify-content: space-between;
  padding: 0 2.8vw 0 5.6vw;
  background-color: #ffffff;
}
header .header-container {
  width: clamp(180px, 22vw, 375px);
  height: fit-content;
  margin-top: 1.6em;
}
header .header-container img {
  width: 100%;
}
header .nav-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .nav-container .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .nav-container ul {
  list-style: none;
  text-transform: uppercase;
}
header .nav-container ul li {
  line-height: 140%;
  margin: 2em 1em;
}
header .nav-container ul li a {
  font-family: "source-han-sans-cjk-ja", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
header .nav-container .hamburger {
  display: block;
}
header .nav-container .nav-menu {
  display: none;
}
header .nav-container.open-menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  animation: slidein 0.2s ease-in-out;
  background-color: #F4E6C2;
  color: #000000;
  border-left: 1px solid #EF8348;
}
header .nav-container.open-menu .nav-menu {
  box-sizing: border-box;
  display: flex;
  padding: 20vh 10% 5vh 10%;
  height: 100%;
  z-index: 101;
  flex-direction: column;
  align-items: flex-start;
}
header .nav-container.open-menu .nav-menu li {
  margin: 2vh 0;
}
header .nav-container.open-menu .nav-menu li a {
  font-size: 24px;
  line-height: 160%;
}
header .nav-container.open-menu .nav-menu li.contact-btn, header .nav-container.open-menu .nav-menu li.bookmark-btn {
  display: block;
  margin: 1vh auto;
  padding: 0.5em 1em;
  width: 100%;
  max-width: 300px;
  line-height: 100%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 1em;
  white-space: nowrap;
}
header .nav-container.open-menu .nav-menu li.contact-btn br, header .nav-container.open-menu .nav-menu li.bookmark-btn br {
  display: none;
}
header .nav-container.open-menu .nav-menu li.contact-btn {
  margin-top: auto;
  background-color: #ffffff;
  border: 1px solid #707070;
}
header .nav-container.open-menu .nav-menu li.bookmark-btn {
  margin-bottom: 5vh;
  color: #ffffff;
  background-color: #61CB65;
  border: 1px solid #61CB65;
}
@media screen and (min-width: 801px) {
  header .nav-container {
    align-items: unset;
  }
  header .nav-container .hamburger {
    display: none;
  }
  header .nav-container .nav-menu {
    display: flex;
  }
  header .nav-container .nav-menu li.bookmark-btn {
    margin: 0 0 0 1.5em;
  }
  header .nav-container .nav-menu li.bookmark-btn a {
    display: block;
    padding: 3em 1em;
    background-color: #EF8348;
    color: #ffffff;
    text-align: center;
    border-bottom-left-radius: 5.5em;
    border-bottom-right-radius: 5.5em;
  }
  header .nav-container.open-menu {
    max-width: clamp(300px, 50vw, 400px);
  }
}
@media screen and (min-width: 1601px) {
  header .nav-container ul li {
    margin: 3.5em 1.6em;
  }
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
footer {
  width: 100%;
  padding: clamp(100px, 20vw, 250px) 0 60px 0;
  background-color: #F4E6C2;
}
footer ul li {
  font-size: 15px;
  font-weight: bold;
}
footer ul li a {
  color: #000000;
}
footer .footer-wrapper {
  justify-content: space-between;
  margin: 0 auto;
  width: 85.6%;
  max-width: 1200px;
}
footer .footer-access,
footer .footer-menu {
  width: 100%;
  max-width: 400px;
}
footer .footer-access {
  margin-bottom: 40px;
  text-align: center;
}
footer .footer-access li {
  line-height: 170%;
}
footer .footer-access .tel-no {
  font-family: "din-2014", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: 0.06em;
  line-height: 100%;
  margin-top: 0.8em;
}
footer .footer-menu {
  display: flex;
  flex-direction: column;
}
footer .footer-menu li {
  line-height: 100%;
  margin: 0 0 1.5em 0;
  text-align: center;
}
footer .footer-menu li.contact-btn, footer .footer-menu li.bookmark-btn {
  display: block;
  margin: 0 auto 1.3em;
  padding: 1em;
  width: 100%;
  max-width: 300px;
  line-height: 100%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3.3em;
  white-space: nowrap;
  width: 200px;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #707070;
}
footer .footer-menu li.contact-btn br, footer .footer-menu li.bookmark-btn br {
  display: none;
}
footer .footer-menu li.bookmark-btn {
  margin-top: 20px;
}
footer .footer-menu li.contact-btn {
  order: 6;
}
footer .fw-bottom {
  margin-top: clamp(30px, 9vw, 150px);
}
footer .fw-bottom ul li {
  line-height: 100%;
  margin-bottom: 1em;
}
footer .fw-bottom .footer-copy {
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 400;
}
@media screen and (min-width: 801px) {
  footer .fw-top {
    align-items: start;
  }
  footer .footer-access {
    text-align: start;
  }
  footer .footer-access li.h4-like {
    margin-bottom: 1.5em;
  }
  footer ul.footer-menu {
    flex-wrap: wrap;
    max-height: 180px;
    max-width: unset;
    margin-left: auto;
    align-content: end;
  }
  footer ul.footer-menu li {
    width: fit-content;
    margin: 0 6vw 2em 0;
    text-align: start;
  }
  footer ul.footer-menu li:nth-child(4) {
    margin-bottom: 0;
  }
  footer ul.footer-menu li.contact-btn, footer ul.footer-menu li.bookmark-btn {
    display: block;
    margin: 0 0 1.3em;
  }
  footer .fw-bottom .footer-copy {
    text-align: end;
  }
}

/*# sourceMappingURL=main.css.map */
