@charset "UTF-8";
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
/* Theme Name: res */
/* 外部ファイル／フォントの読み込み　
============================================================================ */
/* SCSS メディアクエリ */
/* フォントサイズをremに変換するmixin */
/* フレックスボックス */
/* 横幅の計算 */
.main_page {
  height: 25vh;
  background-color: #282D9B;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main_page .pagettl {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 0.5em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page .pagettl {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .main_page .pagettl {
    font-size: 2rem;
  }
}
.main_page .pagettl::before {
  content: "";
  width: 1.5em;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_page .pagettl span {
  display: block;
  font-size: 1.2rem;
  color: #FFF100;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page .pagettl span {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .main_page .pagettl span {
    font-size: 1rem;
  }
}

.breadcrumbs {
  background-color: #282D9B;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  padding: 1.2rem 0;
}
.breadcrumbs .inner {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .breadcrumbs .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  .breadcrumbs .inner {
    padding: 0 5%;
  }
}
.breadcrumbs .inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumbs .inner ul li {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs .inner ul li {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs .inner ul li {
    font-size: 1.1rem;
  }
}
.breadcrumbs .inner ul li.any a {
  color: #fff;
}
main.bg_page {
  background-color: #282D9B;
  color: #282D9B;
}
@media (max-width: 767px) {
  main.bg_page {
    padding: 0 0 40px;
  }
}
main.bg_page .section_cmn {
  background-color: #fff;
  border-radius: 1.8rem;
  margin-inline: auto;
  padding: 5rem 0;
  width: 95vw;
}
@media (min-width: 1200px) {
  main.bg_page .section_cmn {
    max-width: 1300px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn {
    border-radius: 4.9rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn {
    padding: 3.5rem 0;
    border-radius: 2.9rem;
  }
}
main.bg_page .section_cmn.t_narrow {
  padding-top: 5.6rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn.t_narrow {
    padding-top: 9.9rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn.t_narrow {
    padding-top: 4.1rem;
  }
}
main.bg_page .section_cmn.b_wide {
  padding-bottom: 12rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn.b_wide {
    padding-bottom: 21rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn.b_wide {
    padding-bottom: 5.8rem;
  }
}
main.bg_page .section_cmn .inner {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  main.bg_page .section_cmn .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner {
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  main.bg_page .section_cmn .inner.w960 {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  main.bg_page .section_cmn .inner.w1130 {
    max-width: 1170px;
  }
}
main.bg_page .section_cmn .inner .search_first .topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .search_first .topline {
    margin-bottom: 9.8rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .search_first .topline {
    margin-bottom: 2rem;
  }
}
main.bg_page .section_cmn .inner .search_first .btnwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 2.7777777778%;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .search_first .btnwrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8rem 2.7777777778%;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .search_first .btnwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.bg_page .section_cmn .inner .search_first .colwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.7777777778%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .search_first .colwrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6rem 2.7777777778%;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .search_first .colwrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.3rem 2.7777777778%;
  }
}
main.bg_page .section_cmn .inner .search_first .colwrap .col .txt_cmn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .search_first .colwrap .col .txt_cmn {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .search_first .colwrap .col .txt_cmn {
    font-size: 1.4rem;
  }
}
main.bg_page .section_cmn .inner .search_first .colwrap .col h3 {
  padding-left: 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.8em;
}
main.bg_page .section_cmn .inner .search_first .colwrap .col ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .search_first .colwrap .col ul li:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}
main.bg_page .section_cmn .inner .search_first .colwrap .col ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #282D9B;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.5em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .search_first .colwrap .col ul li a {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .search_first .colwrap .col ul li a {
    font-size: 1.4rem;
  }
}
main.bg_page .section_cmn .inner .search_first .colwrap .col ul li a::after {
  content: "\f105";
  font-size: 1rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .search_first .colwrap .col ul li a::after {
    font-size: 1.8rem;
  }
}
main.bg_page .section_cmn .inner .search_first .search_container {
  width: 472px;
  height: 58px;
  border: 1px solid currentColor;
  border-radius: 10px;
  padding: 3px 10px;
  position: relative;
  overflow: hidden;
}
main.bg_page .section_cmn .inner .search_first .search_container input[type=text] {
  font-size: 1.6rem;
  width: calc(100% - 57px);
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .search_first .search_container input[type=text] {
    font-size: 2.8rem;
  }
}
main.bg_page .section_cmn .inner .search_first .search_container input[type=text]:focus {
  outline: 0;
}
main.bg_page .section_cmn .inner .search_first .search_container input[type=submit] {
  height: 100%;
  aspect-ratio: 1/1;
  background: #282D9B;
  cursor: pointer;
  font-size: 2.9rem;
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.btn_search {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.btn_search a, .btn_search button {
  width: 330px;
  height: 58px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .btn_search a, .btn_search button {
    width: 84vw;
    height: 50px;
  }
}
.btn_search a p, .btn_search button p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn_search a p, .btn_search button p {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .btn_search a p, .btn_search button p {
    font-size: 1.4rem;
  }
}
.btn_search a p i, .btn_search button p i {
  margin-right: 1em;
}
.btn_search a > i, .btn_search button > i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn_search a > i, .btn_search button > i {
    font-size: 10px;
  }
}
.btn_search.center {
  margin-inline: auto;
}
.btn_search.bg_w a, .btn_search.bg_w button {
  border: 1px solid currentColor;
  background-color: #fff;
  color: #282D9B;
}
.btn_search.bg_w a:hover, .btn_search.bg_w button:hover {
  background-color: #282D9B;
  color: #fff;
  transition: 0.3s ease;
}