* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
body.noscroll {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
  letter-spacing: 1.2px;
}
a.initial {
  text-decoration: underline;
  color: initial;
}

li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
p,
span {
  letter-spacing: 1.2px;
  line-height: 1.7;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.img-status {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-word;
  word-wrap: break-word;
}
.inline {
  display: inline-block;
}
.bg-blue {
  background: linear-gradient(160deg, #0ca4a7 0%, #324b57 100%);
}
/*search-open*/
.openbtn-menu {
  position: fixed;
  right: 2rem;
  bottom: 1.5rem;
  height: 80px;
  z-index: 99;
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  background: linear-gradient(160deg, #f7da9c 0%, #bf8d23 100%);
  cursor: pointer;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  z-index: 2;
  position: relative;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 25px;
  height: 3px;
  background: #fff;
  width: 50%;
}

.openbtn span:nth-of-type(1) {
  top: 32px;
  width: 45%;
}

.openbtn span:nth-of-type(2) {
  top: 40px;
  width: 35%;
}

.openbtn span:nth-of-type(3) {
  top: 48px;
  width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/

.openbtn.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 40%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 40%;
}
.floating-menu {
  background: linear-gradient(160deg, #f7da9c 0%, #bf8d23 100%);
  cursor: pointer;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  z-index: 1;
  padding: 0.5rem;
  position: absolute;
  bottom: 0.5rem;
  border-radius: 100px;
  right: 6px;
}
.floating-menu-img {
  background-color: #fff;
  width: 50px;
  border-radius: 100px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-menu span {
  font-size: 1rem;
  width: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  transition: 0.3s ease;
  transform-origin: right;
  font-weight: bold;
  white-space: nowrap; /* 折り返さない */
  overflow: hidden; /* はみ出た部分を隠す */
  text-overflow: clip; /* 見切れるだけ（省略記号なし） */
}
.floating-menu:hover span {
  display: block;
  width: 200px;
}
.floating-menu img {
  width: 60%;
}
/*fv*/
.fv {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.fv-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv-img::before {
  content: "";
  background: linear-gradient(160deg, #0ca4a7 0%, #324b57 100%);
  opacity: 0.9;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fv-textwrap {
  position: absolute;
  left: 10%;
  top: 30%;
  z-index: 3;
}
.fv-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 4rem;
  font-style: italic;
  line-height: 1;
}
.fv-title-en {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #f7da9c;
  font-family: "Allison", cursive;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: capitalize;
  font-size: 15rem;
  font-style: normal;
  opacity: 0.7;
  line-height: 1;
}

/*==================================================
スライダーのためのcss
===================================*/
.fv-slider {
  position: absolute;
  right: -10%;
  bottom: 0;
  z-index: 4;
  width: 120%;
  transform: rotate(-15deg);
}
.fv-slider .slick-slide {
  clip-path: polygon(17% 0, 100% 0, 83% 100%, 0 100%);
  margin: 0 -20px;
}
.fv-slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
  aspect-ratio: 1.8/1;
  object-fit: cover;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

/*main*/
section {
  padding: 4rem 0;
}
.section-titlewrap.vertical {
  writing-mode: vertical-lr;
}
.section-title {
  font-size: 1.75rem;
}
.section-title:before {
  content: attr(data-en);
  display: block;
  text-transform: capitalize;
  font-family: "Allison", cursive;
  font-weight: normal;
  font-size: 8rem;
  line-height: 1;
  color: #256972;
  letter-spacing: 3px;
}
.bg-blue .section-title {
  color: #fff;
}
.bg-blue .section-title:before {
  color: #f7da9c;
}
main {
  width: 100%;
  margin: 0 auto;
}
.main-content {
  width: 100%;
}
/*top-mapserch*/
.top-mapsearch {
  background-color: #fff;
}
.title-bar {
  display: flex;
  align-items: center;
  background-color: #14518e;
  color: #fff;
  padding: 0.35rem;
}
.title-bar h2 {
  font-size: 1.35rem;
  padding-left: 0.5rem;
}
.title-bar.title-wh {
  background-color: #fff;
  color: #14518e;
}

.top-mapsearch-contents {
  background-color: #73d3ff;
  position: relative;
  padding: 1rem 1rem 4rem 1rem;
}
.map-search-text {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: absolute;
  left: 5%;
  top: 10%;
  padding: 0.25rem 1rem;
  font-weight: bold;
  font-size: 1.1rem;
}

.map-search-text img {
  display: block;
  width: 25px;
  margin-right: 0.5rem;
}
.top-mapsearch-img {
  display: block;
  width: 95%;
  margin: 0 auto;
  max-width: 600px;
}

.top-map-ancwrap {
  background-color: #fff;
  position: absolute;
}
.top-map-ancwrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.top-map-ancwrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.3rem;
}
.top-map-ancwrap li {
  padding: 0.15rem 0.25rem;
  font-size: 0.8rem;
}
.top-map-ancwrap a {
  text-decoration: underline;
}

.map-area-title {
  text-align: center;
  padding: 0.25rem 0;
  font-weight: bold;
  font-size: 1rem;
}

.mapsearch-japan-img {
  width: 400px;
}
.mapsearch-japan-img img {
  display: block;
  width: 100%;
}
/*detailedsearch*/
.detailedsearch {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
  width: 90%;
  height: 90vh;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
.serch-closebtn {
  position: absolute;
  right: 2rem;
  top: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.detailedsearch-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #0ca4a7 0%, #324b57 100%);
  z-index: 109;
  display: none;
}
.detailedsearch-contents {
  padding: 2rem;
}
.detailedsearch-input {
  display: flex;
}
.detailedsearch-input + .detailedsearch-input {
  margin-top: 1.5rem;
}
.detailedsearch-input h3 {
  width: 150px;
}
.detailedsearch-input input[type="text"],
.detailedsearch-input select[name="options"] {
  width: 400px;
  padding: 0.5rem;
}
.detailedsearch-input select[name="sub-options"] {
  width: 200px;
  padding: 0.5rem;
  margin-left: 0.5rem;
}
.detailedsearch-inner + .detailedsearch-inner {
  margin-left: 2rem;
}

.keyword-ranking ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  width: 100%;
}
.keyword-ranking li {
  margin: 0.5rem;
  cursor: pointer;
  background-color: #bf8d23;
  color: #fff;
  padding: 0.1rem 0.5rem;
  font-weight: bold;
}
.keyword-ranking {
  margin-top: 3rem;
}
.tag-ranking h3,
.keyword-ranking h3 {
  background-color: #256972;
  width: 100%;
  padding: 0.25rem 0.5rem;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
.tag-ranking {
  margin-top: 1rem;
}
.tag-ranking ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.tag-ranking li {
  margin: 0.5rem;
  cursor: pointer;
  background-color: #bf8d23;
  color: #fff;
  padding: 0.1rem 0.5rem;
  font-weight: bold;
}

.search-formwrap h3 {
  background-color: #256972;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
}
.searchbox {
  display: flex;
  margin-top: 1rem;
}
.sidebar-search-box.search-occ,
.sidebar-search-box.search-salary-type {
  width: 50%;
}
/*top useful*/
.top-useful {
  margin: 3rem auto 4rem;
}
.useful-item-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.useful-item {
  width: calc((100% - 3rem) / 3);
  margin: 0.5rem;
}
.useful-item a {
  width: 100%;
  height: 100%;
}
.useful-item-img {
  width: 100%;
  aspect-ratio: 1.5/1;
  padding: 0.5rem;
}
.useful-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.useful-item-textwrap {
  width: 100%;
  padding: 0.5rem;
}
.useful-item-title {
  font-size: 1rem;
}

/*more*/
.more-btn {
  width: fit-content;
  display: inline-block;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  color: #256972;
  background-color: #fff;
  padding: 0.75rem 2rem;
  border: 1px solid #256972;
  text-align: center;
}

/*news*/

.news {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
}
.top-news-wrap {
  display: flex;
  align-items: flex-start;
}
.news-titlewrap {
  width: 300px;
  position: sticky;
  top: 100px;
}
.news-title {
  font-size: 1.2rem;
  background-color: #1f2f54;
  color: #fff;
  padding: 0.5rem 1rem;
}
.news-contents {
  margin-top: 1rem;
  padding: 1rem;
  color: #fff;
  width: calc(100% - 300px);
}
.news li {
  border-bottom: 1px solid #fff;
}

.news-item a {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-item-img img {
  aspect-ratio: 16/9;
  width: 170px;
}
.news-item-text {
  width: calc(100% - 200px);
}
.news-date {
  font-size: 0.9rem;
}
.news-item h3 {
  font-size: 1rem;
}

.top-news-more.more-btn {
  margin: 4rem 0 0;
}
.sp-news-more {
  display: none;
}
/*footer*/
footer {
  border-top: 1px solid #1f2f54;
  padding: 2rem 0;
  position: relative;
  background-color: #fff;
}
.footer-inner {
  width: 90%;
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-right: 3rem;
}

.footer-logo {
  font-family: "Allison", cursive;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.footer-logo span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 0 1rem;
  transition: 0.3s ease;
}
.footer-logo span::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
  margin-right: 0.25rem;
  transition: 0.3s ease;
}
.footer-logo span::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
  margin-left: 0.25rem;
  transition: 0.3s ease;
}
.return-top-btn {
  background-color: #fff;
  position: absolute;
  top: -38px;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
}
.dli-caret-up {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.7em 0.375em;
  border-bottom-color: currentColor;
  border-top: 0;
  margin-right: 0.5rem;
}
.copyright {
  color: #256972;
}

/*サイドバーの検索利用分*/
h3.search-title {
}
/*検索結果*/
.search-title {
  border-bottom: 2px solid #000;
  padding-bottom: 0.5rem;
  color: #000;
}
.search-result-item {
  margin-top: 2rem;
}
.post {
  margin-top: 1rem;
}
/*リキャプチャ*/
.rec-text {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
  line-height: 1.9;
  color: #fff;
}
.rec-text a {
  text-decoration: underline;
}
.grecaptcha-badge {
  visibility: hidden;
}

/*inner-1000*/
.inner-1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}
.inner-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.sidebar-search-inner {
  display: flex;
  justify-content: space-between;
}
.search-occ .sidebar-search-inner select,
.search-salary-type .sidebar-search-inner select {
  width: 50%;
  margin: 0;
  border: 4px solid #000;
}
.search-occ .sidebar-search-inner select,
.search-salary-type .sidebar-search-inner select:first-of-type {
  border-right: none;
}
.search-field {
  width: 100%;
  padding: 0.75rem;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 4px solid #000;
}
.free-word-inner label {
  width: 100%;
}
.free-word {
  margin-top: 1rem;
}
.search-field::placeholder {
  color: #333;
  font-size: 1rem;
}
/*pickup*/
.top-pickup {
  background-color: #cbe5e9;
}
.pickup-wrap {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}
.pickup-titlewrap {
  width: 100%;
  text-align: center;
}
.pickup-contents {
  width: 100%;
  margin-top: 2rem;
  overflow: hidden;
}
.pickup-lists {
  display: flex;
}
.pickup-item {
  background-color: #fff;

  margin: 1rem;
  padding: 1rem;
  /* height: 100%; */
}
.top-pickup-item {
  min-width: 500px;
}
.pickup-company-name {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.pickup-des-box img {
  display: block;
  width: 15px;
  margin-right: 0.5rem;
}
.pickup-title {
  font-size: 1.1rem;
  height: 40px;
  line-height: 1.4;
  white-space: normal;
}
.pickup-des-box {
  margin-top: 1rem;
}
.pickup-des-box li {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  white-space: normal; /* nowrapを解除 */
  word-break: break-word; /* 長い単語を折り返す */
  overflow-wrap: break-word; /* 英語対応の互換性向け */
}
.pickup-des-box li + li {
  margin-top: 0.5rem;
}
.job-info-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.job-info-tags a {
  margin: 0.5rem 0.25rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #005658;
  color: #005658;
  border-radius: 999rem;
}
.pickup-item-btn {
  padding: 0.75rem 2rem;
  border: 1px solid #256972;
  color: #256972;
  display: block;
  margin: 1rem auto 0; /*top2remから変更*/
  text-align: center;
  width: 90%;
  max-width: 300px;
  font-size: 0.95rem;
  transition: 0.3s;
}
.pickup-item-btn:hover {
  color: #fff;
  background-color: #256972;
}

/*footer追加*/
.footer-logo h1 {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}

.useful-single {
  margin-top: 4rem;
}
.job-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-item-img {
  width: 40%;
}
.job-item-img img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.job-single-img {
  width: 95%;
  aspect-ratio: 16/9;
  max-width: 600px;
  margin: 0 auto;
}
.pickup-deswrap {
  width: 55%;
}
.pickup-des-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← ここで行数指定 */
  overflow: hidden;
  font-size: 0.9rem;
  white-space: normal; /* nowrapを解除 */
  word-break: break-word; /* 長い単語を折り返す */
  overflow-wrap: break-word; /* 英語対応の互換性向け */
}
.print-button {
  background-color: #256972;
  color: #fff;
  width: fit-content;
  margin-top: 2rem;
  display: block;
}
.print-button button {
  color: inherit;
}
/*特集追加*/
.feature-section-wrap {
  display: flex;
  align-items: flex-start;
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}
.feature-titlewrap {
  width: 300px;
  position: sticky;
  top: 100px;
}
.feature-contents {
  width: calc(100% - 300px);
}
.feature-lists {
  display: flex;
  flex-wrap: wrap;
}
.feature-lists li {
  width: calc((100% - 4rem) / 2);
  margin: 1rem;
}
.feature-lists a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.feature-lists h3 {
  background-color: #256972;
  color: #fff;
  padding-left: 1rem;
}
.feature-img {
  aspect-ratio: 2/1;
}
/*求人バナー追加*/
.kyujinbanner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.banner-item img {
  display: block;
  width: 95%;
  margin: 0 auto;
}

/*mapsearch*/
.mapsearch-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}
.mapsearch-titlewrap {
  width: 400px;
}
.mapsearch-contents {
  width: calc(100% - 450px);
}
.mapsearch-japan-img {
  margin-top: 2rem;
}

/*map-accrodion*/

/*アコーディオン全体*/
.map-accordion {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  font-weight: bold;
}

.map-accordion > li {
  margin: 1rem 0;
  border: 3.5px solid #000;
  background-color: #fff;
  color: #000;
}
.map-accordion > li.hokkaido-region {
  border-color: #8886da;
}

.map-accordion > li.tohoku-region {
  border-color: #619feb;
}

.map-accordion > li.kanto-region {
  border-color: #3da943;
}

.map-accordion > li.chubu-region {
  border-color: #99cd34;
}

.map-accordion > li.kinki-region {
  border-color: #f8db74;
}

.map-accordion > li.chugoku-region {
  border-color: #ff9902;
}

.map-accordion > li.shikoku-region {
  border-color: #feacb6;
}

.map-accordion > li.kyushu-region {
  border-color: #ff6460;
}
/*アコーディオンタイトル*/
.map-accordion-title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}

/*アイコンの＋と×*/
.map-accordion-title::before,
.map-accordion-title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
}
.map-accordion-title::before {
  top: 48%;
  right: 1rem;
  transform: rotate(0deg);
}
.map-accordion-title::after {
  top: 48%;
  right: 1rem;
  transform: rotate(90deg);
}
.hokkaido-region .map-accordion-title::before,
.hokkaido-region .map-accordion-title::after {
  display: none;
}

/*アコーディオンで現れるエリア*/

.map-accordion-box {
  display: none; /*はじめは非表示*/
}
.map-accordion-title.close::before {
  transform: rotate(45deg);
}

.map-accordion-title.close::after {
  transform: rotate(-45deg);
}

.map-accordion-prefectures {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}
.map-accordion-prefectures > li {
  margin: 0.5rem;
  background-color: #14518e;
  color: #fff;
  padding: 0 0.5rem;
  cursor: pointer;
}

/*mapsearch-municipality*/
#municipality-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mapsearch-municipality-scroll {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  transform: translateX(calc(100% + 50px));
  transition: 0.3s ease-in-out;
  width: 400px;
}
.mapsearch-municipality-scroll.show {
  transform: translateX(0);
}

.mapsearch-municipality-wrap {
  height: 100vh;
  background-color: #fff;
  padding: 1rem;
}
.municipality-closebtn {
  cursor: pointer;
  position: absolute;
  left: -50px;
  top: 1rem;
  background-color: #14518e;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.5em;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}

.dli-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.municipality-form-item {
  display: none;
}
.municipality-form-item-visible {
  display: block;
}
.municipality-form-lists {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 370px);
  margin-top: 1rem;
}
.municipality-form-lists label {
  width: 50%;
  display: flex;
  align-items: center;
}

.municipality-form-lists label input {
  margin-right: 0.5rem;
}
.prefecture-checkbox {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.prefecture-checkbox input {
  margin-right: 0.5rem;
}
.municipality-form-lists input:checked,
.prefecture-checkbox input:checked {
  background-color: #14518e;
}

.municipality-form-btn {
  margin-top: auto;
  background-color: #14518e;
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  height: 50px;
  display: block;
}
#prefecture-image-container {
  width: 100%;
  aspect-ratio: 25/14;
}
#prefecture-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*アニメーション*/
.trigger {
  opacity: 0; /* 最初は非表示にしておく */
  transition: all 1s; /* 動きを滑らかに */
  transform: translateY(10px);
}
.trigger-ready {
  opacity: 0; /* 最初は非表示にしておく */
  transition: all 1s; /* 動きを滑らかに */
  transition-delay: 1s; /* 動きを滑らかに */
  transform: translateY(10px);
}
.trigger-ready01 {
  transition-delay: 1.3s; /* 動きを滑らかに */
  transform: translate(-50%, 10px);
}
/* フェードイン用のクラス */
.fadein {
  opacity: 1;
  transform: translateY(0);
}
.trigger-ready01.fadein {
  transform: translate(-50%, 0);
}

/*slick用*/
.pickup-lists01,
.pickup-lists02 {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  will-change: transform;
  transition: transform 0s linear;
}

.pickup-contents {
  overflow: hidden;
  position: relative;
  width: 100%;
}

:where(figure) {
  margin-bottom: 0 !important;
}

.pc-none {
  display: none;
}
.sp-menu {
  display: none;
  z-index: 99;
}
.sp-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(160deg, #0ca4a7 0%, #324b57 100%);
  width: 100%;
  height: 100vh;
  color: #fff;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
}
.sp-nav.active {
  transform: translateX(0);
}
.sp-menu .openbtn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
}
.sp-menu-item-img img {
  width: 50px;
  display: block;
}
.sp-menu-item-img {
  margin-right: 1rem;
}
.sp-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 4rem auto 0;
}
.sp-nav ul li {
  width: 49%;
  padding: 1.5rem 0;
  font-size: 1.1rem;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
}
.sp-nav ul li a,
.sp-nav ul li > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.sp-menu-item01 {
  cursor: pointer;
}

.wpcf7 input[type="url"] {
  width: 100%;
}
