@charset "UTF-8";
/* --------------
 reset
-------------- */
/* input,select,textarea {max-width:95% !important;} */
h1,
h2,
h3,
h4 {
  font-size: 100%;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}

/*iframe {max-width:100% ; border:0;}*/
/* --------------
base
-------------- */
html {
  -webkit-text-size-adjust: none;
}

.ifpc {
  display: none;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 1.4rem;
}

@media only screen and (orientation: landscape) {
  /*横向きの際に適用*/
  body {
    background-size: 100% auto;
  }
}
/* footer {
  padding: 2em 0;
} */

.inner {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 1%;
}
.inner h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 14px;
}
.inner h3 {
  font-size: 1.8rem;
  margin-bottom: 14px;
  padding: 1rem;
}
.inner h4 {
  font-size: 1.8rem;
  padding: 1rem;
}
.contents {
  padding: min(10vw, 80px) min(5vw, 16px);
}

/* -------------------------grid */
.sp-grid--1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.sp-grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.sp-grid--1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1em;
}

.sp-flex--2 {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.sp-reverse {
  display: flex;
  flex-direction: column-reverse;
}

/* --------------
Top
-------------- */
th,
td {
  /* display: block; */
  /* width: 100% !important; */
  min-width: 6em;
  max-width: 12em;
}

/* --------------header */
.header {
  position: relative;
}

.kv__wrap p {
  padding: 1rem 0;
  border-radius: 8px;
  font-size: 1.8rem;
}
.img_mv {
  padding-bottom: 2em;
}

.logo__wrap {
  display: flex;
  gap: 1em;
}
.img-logo {
  width: 120px;
  object-fit: contain;
}

.links_dtl::after {
  content: "";
  background-image: url(../img/logo_links.svg);
  width: 16px;
  height: 16px;
  background-color: #fff;
  bottom: 0;
  margin-left: 8px;
}

.nav__wrap {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: ease 0.4s;
  z-index: 100;
}

.nav-items__item a {
  text-align: center;
  /* margin-bottom: 24px; */
  border-bottom: 1px solid #ffffff61;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

.langLinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.langLinks li {
  border: 1px solid #fff !important;
  border-radius: 30px;
}

/* ------ hamburger menu */
.header__hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 48px;
  aspect-ratio: 1;
  border: none;
  cursor: pointer;
  z-index: 9999;
}
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #222;
  position: relative;
  display: block;
  transition: 0.4s ease;
}
.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}
/* ------ hamburger menu active */
.nav__wrap.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

/* -----------search__wrap */
.search__dtl {
  margin: 4rem 0;
  text-align: center;
}
.search__green {
  margin-bottom: 0;
}

/* ------------------------------top own-support */
.own-support__wrap::before {
  top: -28em;
  bottom: 0;
  right: 1em;
  width: 14%;
}

.own-support__wrap::after {
  top: 0;
  bottom: -28em;
  left: 0;
  width: 15%;
}

/* -------------------------top-column */
.top-column__list--img {
  border-radius: 24px;
  height: 136px;
  width: 100%;
  object-fit: cover;
}

/* ---------------------top-voice */
.top-voice__list img {
  object-fit: cover;
  width: 144px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

/* ---------wakanavi */
.wakanavi__wrap {
  text-align: center;
  font-size: 1.6rem;
  padding: 2rem 0;
}
.wakanavi__wrap img {
  width: 200px;
  display: flex;
  margin: 0 auto;
}

/* ---------organization */
.organization__table {
  overflow-x: scroll;
}

.organization__table table {
  width: 720px;
}
/* ------------------------------top-topics */
.top-topics__wrap {
  padding: 2em 1em;
}

.top-topics__list-time {
  display: block;
}
/* ------------------------------topics */
.topics__list-time {
  display: block;
}

/* ---------------------top type-worries */
.type-worries__list {
  row-gap: 1em;
}

/* -------------------------sns */
.button--sns a {
  padding: 1em;
}

/* ----------------------upto_button */
.upto_button {
  width: 80px;
  height: 80px;
}
.upto_button a {
  line-height: 30px;
}

.upto_button a::before {
  width: 40px;
  height: 40px;
}
