@charset "UTF-8";
/* --------------
reset
-------------- */
input[type="submit"],
label {
  cursor: pointer;
}

/* --------------
base
-------------- */
.ifsp {
  display: none;
}

html,
body {
  min-width: 768px;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  min-width: 768px;
}
.contents {
  padding: 2em 0;
  margin-bottom: 2.5em;
}

.inner h2 {
  font-size: 1.6em;
  padding-bottom: 1em;
  text-align: center;
}

.inner h3 {
  font-size: 1.4em;
  padding: 0.5em 1em;
}

.inner h4 {
  font-size: 1.1em;
  padding: 0.5em 0;
  text-align: center;
}

/* -------------------------grid */
.pc-grid--1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.pc-grid--1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1em;
}
.pc-grid--2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1em;
}

.pc-grid--5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1em;
}

.pc-flex--2 {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 2em;
}

/* --------------
Top
-------------- */
/* ------ hamburger menu */
.hamburger {
  display: none;
}
/* --------------header */
.logo-font {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 12px !important;
  gap: 16px;
}

.links ul {
  display: flex;
  justify-content: flex-end;
  gap: 3px;
}
.links li:not(:nth-child(3)) {
  margin-right: 4rem;
}

.links_dtl::after {
  content: "";
  background-image: url(../img/logo_links.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  margin-left: 8px;
}

.langLinks {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* gap: 2rem; */
  text-align: center;
  margin-left: 2rem;
}
.langLinks li {
  border-right: 1px solid #b0b0b0;
  margin-right: 0.5em;
  padding-right: 0.5em;
  word-break: keep-all;
}

.nav__wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 50px; */
}
.nav__wrap li {
  border-right: 1px solid #ffffff61;
  width: 22%;
}
.nav__wrap li a.active,
.nav__wrap li a:hover {
  background-color: #fff;
}

.login__btn {
  display: flex;
  justify-content: flex-end;
}
.login__btn a {
  background-color: #0c0707;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 6px;
}
.kv__wrap p {
  padding: 2rem 0;
  border-radius: 16px;
  font-size: 2em;
}
.img_mv {
  padding: 2em;
}

/* -----------search__wrap */
.search__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 3em;
  align-items: stretch;
}

/* ------------------------------top own-support */
.own-support__wrap::before {
  top: -16em;
  bottom: 0;
  right: 5em;
  width: 13%;
}

.own-support__wrap::after {
  top: 0;
  bottom: -20em;
  left: 2em;
  width: 17%;
}

/* -------------------------top-column */
.top-column__list--img {
  border-radius: 24px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}


/* ---------------------top-voice */
.top-voice__list img {
  object-fit: cover;
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

/* ---------wakanavi */
.wakanavi__wrap {
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.wakanavi__wrap img {
  width: 175px;
}


/* -------------footer */
.footer__top {
  margin-top: 80px;
}
/* slick */
.slick-dotted.slick-slider {
  margin-bottom: 4em !important;
}
.slick-dots {
  bottom: -2.5em !important;
}

/* ----------site__wrap */
.site__wrap ul {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}

/* -------------------------sns */
.button--sns a {
  padding: 1em 2em;
}
