@charset "UTF-8";
.slide_ttl {
  position: relative;
}
.slide_btn {
  display: block;
  position: absolute;
  inset: 0;
}
.slide_btn::before, .slide_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #4184d1;
}
@media (max-width: 899px) {
  .slide_btn::before, .slide_btn::after {
    width: 15px;
  }
}
.slide_btn::after {
  transition: 0.3s;
  transform: rotate(-90deg);
}
.slide_btn.open::after {
  transform: rotate(0);
}
.slide_contents {
  display: none;
}

/*==========================================
  Common
==========================================*/
/* ＝＝＝＝＝＝ フェードインアニメーション ＝＝＝＝＝＝ */
.load-fade, .scroll-up {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show, .scroll-up.is-show {
  opacity: 1;
  visibility: visible;
}

.scroll-up {
  transform: translateY(50px);
}

.scroll-up.is-show {
  transform: translateY(0px);
}
figure {
    margin: 0;
}
/* ＝＝＝＝＝＝ スマホ専用非表示 ＝＝＝＝＝＝ */
.sp {
  display: none !important;
}

/* ＝＝＝＝＝＝ ページネーション ＝＝＝＝＝＝ */
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #9e67a9;
  border-color: #9e67a9;
  font-weight: bold;
}

/* ＝＝＝＝＝＝ フレックスレイアウト ＝＝＝＝＝＝ */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* ＝＝＝＝＝＝ メインエリア ＝＝＝＝＝＝ */
main {
  display: block;
  overflow: hidden;
}

/* ＝＝＝＝＝＝ コンテナ ＝＝＝＝＝＝ */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 1100px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ＝＝＝＝＝＝ ヘッダー関連 ＝＝＝＝＝＝ */
#blog .header_inner {
  display: block;
}

#blog header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#blog #nav_wrap {
  padding-bottom: 30px;
}

#Top header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#Top header h1, #blog header h1 {
  padding: 65px 0 0 65px;
}
#Top header h1 strong, #Top header h1 span , #blog header h1 strong{
  display: block;
  line-height: 1.2;
}
#Top header h1 strong, #blog header h1 strong {
  color: #fff;
  font-size: 60px;
  letter-spacing: 0.1em;
}
#Top header h1 span, #blog header h1 span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff000;
  margin-top: 10px;
}
/*#Result header {
  background: url(../images/top/main_bg.jpg) no-repeat center bottom / cover;
  padding-bottom: 30px;
  padding-top: 30px !important;
  padding-left: 65px;
}*/

/* ＝＝＝＝＝＝ アンカーリンクの調整 ＝＝＝＝＝＝ */
.anc {
  display: block;
  margin-top: -102px;
  padding-top: 102px;
}

.hidden {
  display: none;
}

/* ＝＝＝＝＝＝ 電話リンクの無効化 ＝＝＝＝＝＝ */
a[href^="tel:"] {
  pointer-events: none;
}

/* ＝＝＝＝＝＝ フッター ＝＝＝＝＝＝ */
footer {
  background-color: #004697;
  padding: 43px 40px 43px;
  box-sizing: border-box;
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 10px 40px;
}
footer ul li {
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.1em;
  list-style: none !important;
}
footer ul a {
  color: #fff;
}
footer ul a:visited {
  color: #fff;
}
footer ul a:hover {
  opacity: 0.7;
   color: #fff;
}

/* ＝＝＝＝＝＝ 検索フォーム ＝＝＝＝＝＝ */
.search_sec {
  background-color: #4dc2dc;
}
.search_sec .container {
  max-width: 980px;
}
.search_sec h2 {
  background-color: #004697;
  position: relative;
  padding: 25px 20px 25px 220px;
  color: #fff;
  margin: -35px -60px 30px -60px;
}
.search_sec h2 strong, .search_sec h2 span {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.search_sec h2 strong {
  font-size: 36px;
  font-weight: 700;
}
.search_sec h2 span {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  font-family: "YuMincho", "Yu Mincho", serif;
}
.search_sec h2 img {
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: 153px;
}
.search_sec .body {
  background-color: #fff;
  padding: 35px 60px 30px;
  box-sizing: border-box;
}
.search_sec .body .logo_carousel_wrap {
  margin: 0 -40px 15px;
}
.search_sec .body .logo_carousel .slick-track {
  display: flex;
  align-items: center;
}
.search_sec .body .logo_carousel li {
  margin-right: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.search_sec .body .logo_carousel li img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
.search_sec .body form .form_list {
  counter-reset: num 0;
}
.search_sec .body form .form_list > li {
  counter-increment: num 1;
}
.search_sec .body form .form_list > li + li {
  margin-top: 35px;
}
.search_sec .body form .form_list > li h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 20px 10px 90px;
  margin-inline: -20px;
  border-bottom: 3px solid #004697;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.2;
}
.search_sec .body form .form_list > li h3::before {
  content: "Q" counter(num);
  display: grid;
  place-content: center;
  position: absolute;
  width: 75px;
  height: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  left: -5px;
  bottom: -2px;
  border-radius: 5px 5px 0 5px;
  background-color: #004697;
}
.search_sec .body form .form_list .radio_list {
  gap: 20px 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.search_sec .body form .form_list .radio_list li, .selected {
  position: relative;
  height: 80px;
  background-color: #f5f5f5;
  z-index: 1;
  box-sizing: border-box;
  font-size: min(1.8vw, 20px);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 3px;
  overflow: hidden;
}
.search_sec .body form .form_list .radio_list li::before, .search_sec .body form .form_list .radio_list li::after, .seleted::before, .seleted::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  border-radius: 3px;
  z-index: -1;
}
.search_sec .body form .form_list .radio_list li::before {
  height: 100%;
  background-color: #d1d1d1;
}
.search_sec .body form .form_list .radio_list li::after {
  height: calc(100% - 5px);
  background-color: #f5f5f5;
}
.search_sec .body form .form_list .radio_list li:has(input:checked)::before, .search_sec .body form .form_list .radio_list li:has(input[type=text]:valid)::before {
  background-color: #fc4c70;
}
.js-area-input.selected {
  border-top: 6px solid #fc4c70 !important;
  background-color: #ffd4dd !important;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.search_sec .body form .form_list .radio_list li:has(input:checked)::after, .search_sec .body form .form_list .radio_list li:has(input[type=text]:valid)::after {
  background-color: #ffd4dd;
  top: auto;
  bottom: 0;
}
.search_sec .seleceted::after  {
  background-color: #ffd4dd;
  top: auto;
  bottom: 0;
}
.search_sec .body form .form_list .radio_list li:has(input.selected)::after {
  background-color: #ffd4dd;
  top: auto;
  bottom: 0;
}
.search_sec .body form .form_list .radio_list li:has(input.selected)::before {
  background-color: #fc4c70;
}
.search_sec .body form .form_list .radio_list li label, .search_sec .body form .form_list .radio_list li input[type=text] {
  display: grid;
  place-content: center;
  height: 100%;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media (max-width: 899px) {
  .search_sec .body form .form_list .radio_list li {
    height: 60px;
    font-size: 14px;
  }
  .search_sec .body form .form_list .radio_list li::after {
    height: calc(100% - 3px);
  }
}
.search_sec .body form .form_list .radio_list li input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.search_sec .body form .form_list .radio_list li label {
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
}
.search_sec .body form .form_list .area_btn {
  position: relative;
  height: 80px;
  background-color: #f5f5f5;
  z-index: 1;
  box-sizing: border-box;
  font-size: min(1.8vw, 20px);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 3px;
  overflow: hidden;
  width: calc((100% - 60px) / 3);
  pointer-events: none;
}
.search_sec .body form .form_list .area_btn::before, .search_sec .body form .form_list .area_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  border-radius: 3px;
  z-index: -1;
}
.search_sec .body form .form_list .area_btn::before {
  height: 100%;
  background-color: #d1d1d1;
}
.search_sec .body form .form_list .area_btn::after {
  height: calc(100% - 5px);
  background-color: #f5f5f5;
}
.search_sec .body form .form_list .area_btn:has(input:checked)::before, .search_sec .body form .form_list .area_btn:has(input[type=text]:valid)::before {
  background-color: #fc4c70;
}
.search_sec .body form .form_list .area_btn:has(input:checked)::after, .search_sec .body form .form_list .area_btn:has(input[type=text]:valid)::after {
  background-color: #ffd4dd;
  top: auto;
  bottom: 0;
}
.search_sec .body form .form_list .area_btn label, .search_sec .body form .form_list .area_btn input[type=text] {
  display: grid;
  place-content: center;
  height: 100%;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media (max-width: 899px) {
  .search_sec .body form .form_list .area_btn {
    height: 60px;
    font-size: 14px;
  }
  .search_sec .body form .form_list .area_btn::after {
    height: calc(100% - 3px);
  }
}
.search_sec .body form .form_list .area_btn input {
  border: none;
  background-color: transparent;
  font-weight: 700;
}
.search_sec .body form .form_list .area_list {
  margin-top: 30px;
  border-top: 1px solid #d2d2d2;
}
.search_sec .body form .form_list .area_list dl {
  border-bottom: 1px solid #d2d2d2;
}
.search_sec .body form .form_list .area_list dl dt {
  font-size: 20px;
  display: flex;
  align-items: center;
  height: 60px;
}
.search_sec .body form .form_list .area_list dl dt button::before, .search_sec .body form .form_list .area_list dl dt button::after {
  background-color: #fc4c70;
}
.search_sec .body form .form_list .prefecture_list {
  margin-bottom: 10px;
  border-top: 1px dashed #d2d2d2;
  padding-top: 5px;
}
.search_sec .body form .form_list .prefecture_list button {
  display: flex;
  height: 40px;
  font-size: 18px;
  align-items: center;
}
.search_sec .body form .submit_wrap {
  margin-top: 30px;
  display: block;
  display: grid;
  place-content: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-inline: auto;
  z-index: 1;
  background-color: #bc2738;
  max-width: 600px;
  height: 65px;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  max-width: 250px;
  height: 70px;
  font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 899px) {
  .search_sec .body form .submit_wrap {
    font-size: 16px;
  }
}
/* クリック時（押したとき） */
.search_sec .body form .submit_wrap::before, .search_sec .body form .submit_wrap::after {
  content: "";
  display: block;
  position: absolute;
}
.search_sec .body form .submit_wrap::before {
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.search_sec .body form .submit_wrap::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
.search_sec .body form .submit_wrap::before {
  height: calc(100% - 6px);
  background-color: #fc5779;
  border-radius: 3px;
}
.search_sec .body form .submit_wrap::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  right: 30px;
}
@media (max-width: 899px) {
  .search_sec .body form .submit_wrap {
    height: 50px;
    font-size: 15px;
  }
  .search_sec .body form .submit_wrap::before {
    height: calc(100% - 3px);
  }
  .search_sec .body form .submit_wrap::after {
    border-width: 0 2px 2px 0;
    width: 5px;
    height: 5px;
    right: 10px;
  }
}
.search_sec .body form .submit_wrap:hover {
  opacity: 0.7;
}
.search_sec .body form .submit_wrap::before {
  height: calc(100% - 5px);
}
.search_sec .body form .submit_wrap::after {
  width: 27px;
  height: 27px;
  border: none;
  background: url(../images/common/icon_search.svg) no-repeat 0/contain;
  right: 30px;
  transform: none;
}
.search_sec .body form .submit_wrap input[type=submit] {
  display: grid;
  place-content: center;
  width: 250px;
  height: 70px;
  border: none;
  background-color: transparent;
  color: #fff;
  padding-bottom: 10px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
/* pagination
==================================*/
.pagination {
  margin: 40px auto;
  text-align: center;
  font-size: 16px;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  text-decoration: none;
  color: #004391;
  border: 1px solid #004391;
  border-radius: 4px;
  transition: all 0.3s;
}

.pagination a:hover , .pagination a:active {
  background-color: #004391;
   color: #fff;
}

.pagination .current {
  background: #004391;
  color: #fff;
  font-weight: bold;
  border: 1px solid #004391;
}
/* loader
==================================*/
#loader {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-inner {
  border: 8px solid #eee;
  border-top: 8px solid #004391;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.slide_ttl {
  position: relative;
}
.slide_btn {
  display: block;
  position: absolute;
  inset: 0;
}
.slide_btn::before, .slide_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #4184d1;
}
@media (max-width: 899px) {
  .slide_btn::before, .slide_btn::after {
    width: 15px;
  }
}
.slide_btn::after {
  transition: 0.3s;
  transform: rotate(-90deg);
}
.slide_btn.open::after {
  transform: rotate(0);
}
.slide_contents {
  display: none;
}

/* ＝＝＝＝＝＝ Component Styles ＝＝＝＝＝＝ */
html {
  font-size: 62.5%; /* 1rem = 10px */
}
html.no_move {
  overflow: hidden;
}
html * {
  margin: 0;
}

body {
  color: #000;
  background-color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

/* 画像のスタイル */
img {
  max-width: 100%;
  height: auto;
  display: block; /* 画像の下の余白をなくす */
}

/* 入力フォームのスタイル */
input,
textarea,
select {
  font-style: normal;
  font-family: "Noto Sans JP", "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 400;
}

/* 見出しタグ */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: 0.03em;
}

/* 太字・強調 */
b, strong {
  font-weight: bold;
}

/* クリア */
.clear {
  clear: both;
}

/* 小さい文字 */
small {
  font-size: 1.4rem; /* 14px */
}

/* リンクスタイル */
a {
  color: #000000; /* 変数未定義の場合エラーを防ぐ */
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}
a:active {
  color: #000000;
}
a.tel, a.link {
  pointer-events: none;
  cursor: default;
}

/* フォーカス時のスタイル */
*:focus {
  outline: none;
}

.yellow_belt {
  background: linear-gradient(transparent 60%, #fff600 60%);
}

.mv_sec {
  height: 420px;
  background: url(../images/top/main_bg.jpg) no-repeat center bottom/cover;
}
#blog .mv_sec {
  margin-top: -195px;
  width: 100vw;
}
.mv_sec .container {
  max-width: 1280px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
.mv_sec figure {
  width: 467px;
  margin: 0 !important;
}
.lead_sec {
  margin-top: -115px;
  position: relative;
}

/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
/*#Top main .mv_sec {
  height: 420px;
  background: url(../images/top/main_bg.jpg) no-repeat center bottom/cover;
}
#Top main .mv_sec .container {
  max-width: 1280px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
#Top main .mv_sec figure {
  width: 467px;
}*/
#Top main .lead_sec {
  margin-top: -115px;
  position: relative;
}
#Top main .lead_sec .link_list {
  background-color: #004697;
  padding: 20px;
  box-sizing: border-box;
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  z-index: 100;
  position: relative;
}
#Top main .lead_sec .link_list li {
  background-color: #ffeff2;
  padding: 15px 10px;
  box-sizing: border-box;
}
#Top main .lead_sec .link_list li .ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
#Top main .lead_sec .link_list li figure {
  margin-top: 14px;
}
#Top main .lead_sec .link_list li figure img {
  width: 100%;
}
#Top main .lead_sec .link_list li .desc {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 15px;
  min-height: 80px;
}
#Top main .lead_sec .link_list li .btn_wrap {
  margin-top: 20px;
}
#Top main .lead_sec .link_list li .btn_wrap a {
  display: block;
  display: grid;
  place-content: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-inline: auto;
  z-index: 1;
  background-color: #bc2738;
  max-width: 600px;
  height: 65px;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 45px;
  font-size: 12px;
}
@media (max-width: 899px) {
  #Top main .lead_sec .link_list li .btn_wrap a {
    font-size: 16px;
  }
}
#Top main .lead_sec .link_list li .btn_wrap a::before, #Top main .lead_sec .link_list li .btn_wrap a::after {
  content: "";
  display: block;
  position: absolute;
}
#Top main .lead_sec .link_list li .btn_wrap a::before {
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#Top main .lead_sec .link_list li .btn_wrap a::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
#Top main .lead_sec .link_list li .btn_wrap a::before {
  height: calc(100% - 6px);
  background-color: #fc5779;
  border-radius: 3px;
}
#Top main .lead_sec .link_list li .btn_wrap a::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  right: 30px;
}
@media (max-width: 899px) {
  #Top main .lead_sec .link_list li .btn_wrap a {
    height: 50px;
    font-size: 15px;
  }
  #Top main .lead_sec .link_list li .btn_wrap a::before {
    height: calc(100% - 3px);
  }
  #Top main .lead_sec .link_list li .btn_wrap a::after {
    border-width: 0 2px 2px 0;
    width: 5px;
    height: 5px;
    right: 10px;
  }
}
#Top main .lead_sec .link_list li .btn_wrap a::before {
  height: calc(100% - 2px);
}
#Top main .lead_sec .link_list li .btn_wrap a::after {
  width: 4px;
  height: 4px;
  right: 8px;
}
#Top main .lead_sec .body {
  margin: 40px -15px 0;
  padding: 25px 15px 46px;
  border-top: 3px dotted #000;
  max-width: 810px;
}
#Top main .lead_sec .body h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
#Top main .lead_sec .body ul {
  margin-top: 30px;
}
#Top main .lead_sec .body ul li {
  display: grid;
  grid-template-columns: 1em 1fr;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#Top main .lead_sec .body ul li::before {
  content: "・";
}
#Top main .lead_sec .body ul li + li {
  margin-top: 10px;
}
#Top main .lead_sec .body p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#Top main .search_sec {
  padding-block: 50px;
}
#Top main .sites_sec {
  margin-top: 70px;
}
#Top main .sites_sec .outer {
  background-color: #004697;
  border-top: 13px solid #002755;
  max-width: 900px;
  padding: 30px 40px 40px;
  box-sizing: border-box;
  margin-inline: auto;
  border-radius: 5px 5px 0 0;
}
#Top main .sites_sec h2 {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
#Top main .sites_sec ul {
  position: relative;
  margin-top: 30px;
}
#Top main .sites_sec ul::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 145px;
  background: url(../images/top/sites_icon.png) no-repeat 0/contain;
  right: 10px;
  bottom: 100%;
}
#Top main .sites_sec ul li {
  background-color: #fff;
  padding-bottom: 20px;
}
#Top main .sites_sec ul li + li {
  margin-top: 40px;
}
#Top main .sites_sec ul li h3 {
  position: relative;
  padding: 25px 25px 25px 75px;
  border-bottom: 3px dotted #fc5779;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#Top main .sites_sec ul li h3::before {
  content: "";
  display: block;
  width: 46px;
  height: 40px;
  background-color: #00234c;
  position: absolute;
  left: 0;
  top: 25px;
}
#Top main .sites_sec ul li .card {
  padding: 40px 25px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 280px 1fr;
  column-gap: 35px;
}
#Top main .sites_sec ul li .card .body h4 {
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#Top main .sites_sec ul li .card .body ol {
  counter-reset: num 0;
  margin-top: 20px;
}
#Top main .sites_sec ul li .card .body ol li {
  position: relative;
  counter-increment: num 1;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-left: 35px;
  padding-bottom: 0;
}
#Top main .sites_sec ul li .card .body ol li + li {
  margin-top: 5px;
}
#Top main .sites_sec ul li .card .body ol li::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
}
#Top main .sites_sec ul li .card .body ol li strong {
  color: #fc5779;
}
#Top main .sites_sec ul li dl {
  margin-top: 70px;
}
#Top main .sites_sec ul li dl dt {
  line-height: 1.2;
  padding-inline: 50px;
  max-inline-size: max-content;
  margin-inline: auto;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  padding-inline: 50px;
}
#Top main .sites_sec ul li dl dt::before, #Top main .sites_sec ul li dl dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
}
#Top main .sites_sec ul li dl dt::before {
  left: 0;
  transform: rotate(60deg);
}
#Top main .sites_sec ul li dl dt::after {
  right: 0;
  transform: rotate(-60deg);
}
#Top main .sites_sec ul li dl dd {
  margin-top: 20px;
}
#Top main .sites_sec ul li dl dd a {
  display: block;
  display: grid;
  place-content: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-inline: auto;
  z-index: 1;
  background-color: #bc2738;
  max-width: 600px;
  height: 65px;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
}
@media (max-width: 899px) {
  #Top main .sites_sec ul li dl dd a {
    font-size: 16px;
  }
}
#Top main .sites_sec ul li dl dd a::before, #Top main .sites_sec ul li dl dd a::after {
  content: "";
  display: block;
  position: absolute;
}
#Top main .sites_sec ul li dl dd a::before {
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#Top main .sites_sec ul li dl dd a::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
#Top main .sites_sec ul li dl dd a::before {
  height: calc(100% - 6px);
  background-color: #fc5779;
  border-radius: 3px;
}
#Top main .sites_sec ul li dl dd a::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  right: 30px;
}
@media (max-width: 899px) {
  #Top main .sites_sec ul li dl dd a {
    height: 50px;
    font-size: 15px;
  }
  #Top main .sites_sec ul li dl dd a::before {
    height: calc(100% - 3px);
  }
  #Top main .sites_sec ul li dl dd a::after {
    border-width: 0 2px 2px 0;
    width: 5px;
    height: 5px;
    right: 10px;
  }
}
#Top main .poor_sec {
  background-color: #eceff3;
  padding-block: 40px 60px;
  position: relative;
  margin-top: 140px;
}
#Top main .poor_sec::before {
  content: "";
  display: block;
  position: absolute;
  width: 124px;
  height: 44px;
  background-color: #eceff3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  margin: auto;
}
#Top main .poor_sec h2 {
  position: relative;
  text-align: center;
  font-size: min(3.5vw, 38px);
  letter-spacing: 0.03em;
}
#Top main .poor_sec h2 strong {
  font-size: 50px;
  color: #004391;
  border-bottom: 5px double #004391;
}
#Top main .poor_sec h2 span {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}
#Top main .poor_sec h2 span::after {
  background: radial-gradient(circle farthest-side, #004391, #004391 24%, transparent 24%, transparent);
  background-size: 28px;
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 90%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#Top main .poor_sec ul {
  max-width: 1000px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
#Top main .recommend_sec {
  margin-top: 96px;
}
#Top main .recommend_sec img {
  width: 100%;
}
#Top main .recommend_sec h2 {
  text-align: center;
  position: relative;
  font-size: min(3.8vw, 40px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
#Top main .recommend_sec h2 strong {
  font-size: min(4.2vw, 50px);
}
#Top main .recommend_sec h2::before, #Top main .recommend_sec h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 130px;
  background: url(../images/top/recommend_ttl_parts.jpg) no-repeat 0/contain;
  bottom: 0;
}
#Top main .recommend_sec h2::before {
  transform: scaleX(-1);
  left: 10px;
}
#Top main .recommend_sec h2::after {
  right: 10px;
}
#Top main .recommend_sec h3 {
  color: #fff;
  font-size: min(3.6vw, 43px);
  background-color: #004697;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  height: 130px;
  margin: 35px auto 0;
  max-width: 1100px;
  box-sizing: border-box;
}
#Top main .recommend_sec h3 strong {
  color: #ffe400;
}
#Top main .recommend_sec .body {
  background-color: #eaf4ff;
  padding: 50px 35px 20px;
  box-sizing: border-box;
  max-width: 1100px;
  margin-inline: auto;
}
#Top main .recommend_sec ul li + li {
  margin-top: 37px;
}
#Top main .recommend_sec ul li.more {
  position: relative;
}
#Top main .recommend_sec ul li.more::before {
  content: "さらに";
  position: absolute;
  left: 0;
  top: -30px;
  margin: auto;
  font-size: 36px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 1;
}
#Top main .recommend_sec .note {
  display: grid;
  grid-template-columns: 38% 1fr;
  column-gap: 2%;
  align-items: center;
  margin: 20px -35px 0 -5px;
}
#Top main .recommend_sec .note p {
  color: #004697;
  font-size: min(3vw, 36px);
}
#Top main .recommend_sec .extra {
  margin-top: 85px;
}
#Top main .recommend_sec .extra h4 {
  text-align: center;
}
#Top main .recommend_sec .extra h4 strong, #Top main .recommend_sec .extra h4 span {
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#Top main .recommend_sec .extra h4 strong {
  font-size: min(4.2vw, 48px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
}
#Top main .recommend_sec .extra h4 span {
  display: block;
  margin-top: 13px;
  font-size: 30px;
  font-weight: 400;
}
#Top main .recommend_sec .extra .btn_wrap {
  margin-top: 60px;
}
#Top main .recommend_sec .extra .btn_wrap a {
  display: block;
  display: grid;
  place-content: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-inline: auto;
  z-index: 1;
  max-width: 720px;
  height: 140px;
  border-radius: 5px;
  background-color: #ff677e;
}
@media (max-width: 899px) {
  #Top main .recommend_sec .extra .btn_wrap a {
    font-size: 16px;
  }
}
#Top main .recommend_sec .extra .btn_wrap a::before, #Top main .recommend_sec .extra .btn_wrap a::after {
  content: "";
  display: block;
  position: absolute;
}
#Top main .recommend_sec .extra .btn_wrap a::before {
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#Top main .recommend_sec .extra .btn_wrap a::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
#Top main .recommend_sec .extra .btn_wrap a::before {
  height: calc(100% - 10px);
  border-radius: 5px;
  background-color: #ff7f93;
}
#Top main .recommend_sec .extra .btn_wrap a::after {
  width: 16px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 50px;
}
@media (max-width: 899px) {
  #Top main .recommend_sec .extra .btn_wrap a {
    height: 60px;
  }
  #Top main .recommend_sec .extra .btn_wrap a::before {
    height: calc(100% - 5px);
  }
  #Top main .recommend_sec .extra .btn_wrap a::after {
    width: 8px;
    height: 10px;
    right: 20px;
  }
}
#Top main .difference_sec {
  margin-top: 100px;
}
#Top main .difference_sec h2 {
  text-align: center;
  font-size: min(3.8vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#Top main .difference_sec ul {
  background-color: #eaf4ff;
  padding: 45px 35px 60px;
  margin-top: 50px;
}
#Top main .difference_sec ul li {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  max-width: 1130px;
  margin-inline: auto;
}
#Top main .difference_sec ul li + li {
  margin-top: 30px;
}
#Top main .difference_sec ul li h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
#Top main .difference_sec ul li figure {
  max-width: 840px;
}
#Top main .comparison_sec {
  background-color: #eceff3;
  padding-block: 40px 50px;
  margin-top: 5px;
  position: relative;
}
#Top main .comparison_sec::before {
  content: "";
  display: block;
  position: absolute;
  width: 124px;
  height: 44px;
  background-color: #eceff3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  margin: auto;
}
#Top main .comparison_sec .container {
  padding-inline: 30px;
  max-width: 1210px;
}
#Top main .comparison_sec h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#Top main .comparison_sec ul {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
#Top main .comparison_sec ul li {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#Top main .comparison_sec figure {
  margin-top: 10px;
}
#Top main .feature_sec {
  margin-top: 55px;
}
#Top main .feature_sec h2 {
  text-align: center;
  font-size: min(3vw, 36px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#Top main .feature_sec ol {
  counter-reset: num 0;
  padding-block: 30px 40px;
  background-color: #4dc2dc;
  margin-top: 45px;
  margin-bottom: -1px;
}
#Top main .feature_sec ol li {
  background-color: #fff;
  padding: 60px 35px 40px;
  box-sizing: border-box;
  position: relative;
  counter-increment: num 1;
  border-radius: 30px;
  max-width: 800px;
  margin-inline: auto;
}
#Top main .feature_sec ol li + li {
  margin-top: 85px;
}
#Top main .feature_sec ol li::before, #Top main .feature_sec ol li::after {
  display: grid;
  place-content: center;
  width: 160px;
  height: 58px;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  z-index: 1;
}
#Top main .feature_sec ol li::before {
  content: "";
  background-color: #0071bd;
  border-radius: 5px;
  transform: skew(-14deg);
}
#Top main .feature_sec ol li::after {
  content: "0" counter(num);
  color: #fff;
  font-size: 40px;
  padding-bottom: 5px;
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: 700;
}
#Top main .feature_sec ol li h3 {
  color: #0023b9;
  text-align: center;
  line-height: 1.3;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
}
#Top main .feature_sec ol li p {
  margin: 30px auto 0;
  max-inline-size: max-content;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#Top main .feature_sec ol li figure {
  margin-top: 45px;
}
#Top main .feature_sec .btn_wrap {
  margin-top: 70px;
}
#Top main .feature_sec .triangle {
  position: relative;
  width: 100%;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 108px solid #4dc2dc;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#Top main .feature_sec .btn_wrap .caption {
  font-size: min(3.8vw, 45px);
  line-height: 1;
  text-align: center;
  margin-bottom: 49px;
}
#Top main .feature_sec .btn_wrap a {
  display: block;
  display: grid;
  place-content: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-inline: auto;
  z-index: 1;
  max-width: 720px;
  height: 140px;
  border-radius: 5px;
  background-color: #ff677e;
}
@media (max-width: 899px) {
  #Top main .feature_sec .btn_wrap a {
    font-size: 16px;
  }
}
#Top main .feature_sec .btn_wrap a::before, #Top main .feature_sec .btn_wrap a::after {
  content: "";
  display: block;
  position: absolute;
}
#Top main .feature_sec .btn_wrap a::before {
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#Top main .feature_sec .btn_wrap a::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
#Top main .feature_sec .btn_wrap a::before {
  height: calc(100% - 10px);
  border-radius: 5px;
  background-color: #ff7f93;
}
#Top main .feature_sec .btn_wrap a::after {
  width: 16px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 50px;
}
@media (max-width: 899px) {
  #Top main .feature_sec .btn_wrap a {
    height: 60px;
  }
  #Top main .feature_sec .btn_wrap a::before {
    height: calc(100% - 5px);
  }
  #Top main .feature_sec .btn_wrap a::after {
    width: 8px;
    height: 10px;
    right: 20px;
  }
}
#Top main .benefit_sec {
  background-color: #e3f3ff;
  padding-block: 45px 70px;
  margin-top: 110px;
}
#Top main .benefit_sec .container {
  max-width: 1140px;
}
#Top main .benefit_sec h2 {
  background-color: #003399;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
  height: 190px;
  position: relative;
  color: #fff;
  font-size: min(3.8vw, 45px);
  letter-spacing: 0.1em;
  font-family: "M PLUS Rounded 1c";
  font-weight: 500;
}
#Top main .benefit_sec h2 strong {
  color: #f0ff00;
  font-size: min(4.5vw, 60px);
  font-weight: 500;
}
#Top main .benefit_sec h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  background-color: #003399;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  top: 99%;
  margin: auto;
}
#Top main .benefit_sec ul {
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 30px;
  max-width: 980px;
}
/*追加セクション*/

#Top main section.benefit02_sec {

}
#Top main section.benefit02_sec h2 {
  font-size: 48px;
  padding: clamp(30px, 5vw, 55px) clamp(40px, 6vw, 70px);
  background-color: #004697;
  color: white;
  box-sizing: border-box;
  margin-top: 148px;
  margin-bottom: 50px;
  text-align: center;
}
#Top main section.benefit02_sec .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#Top main section.benefit02_sec .left_box01 {

}

#Top main section.benefit02_sec .left_box01 h3 {
  font-size: 20px;
  background-color: #004898;
  margin-bottom: 30px;
  color: white;
  padding: 18px;
  box-sizing: border-box;
  display: inline-block;
}

#Top main section.benefit02_sec .left_box01 .caption {
  font-size: 1.8rem;
  margin-bottom: 50px;
}

#Top main section.benefit02_sec dl {
  margin-bottom: 20px;
  display: flex;
  gap: 30px;
}

#Top main section.benefit02_sec dt {
  font-weight: bold;
  margin-bottom: 5px;
  background-color: #009fa8;
  padding: 4px 8px;
  display: inline-block;
  font-size: 1.8rem;
  color: white;
  font-weight: 600;
}

#Top main section.benefit02_sec dd {
  padding-left: 10px;
  font-size: 1.8rem;;
}

#Top main section.benefit02_sec .tit_bar {
  font-size: clamp(24px, 3vw, 36px);
  color: #004898;
  margin-top: 26px;
  margin-bottom: 20px;
  border-left: 12px solid #004898;
  padding: 20px;
}

#Top main section.benefit02_sec .right_img_box {
}

#Top main section.benefit02_sec .right_img_box img {
  width: 120%;
  height: auto;
  transform: translateX(-50px);
}

#Top main section.benefit02_sec .salary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 40px;
  margin-top: 0px;
}

#Top main section.benefit02_sec .salary .gray_box {
  background-color: #f1f1f1;
  padding: 27px 30px;
  text-align: center;
  margin-bottom: 20px;
}

#Top main section.benefit02_sec .salary .gray_box .heading {
   font-size: 1.8rem;
}

#Top main section.benefit02_sec .salary .gray_box .price {
  font-size: clamp(40px, 5vw, 65px);
  color: #ff0000;
  font-weight: bold;
}

#Top main section.benefit02_sec .salary .gray_box .price span {
  font-size: clamp(30px, 4vw, 40px);
  margin-left: 5px;
}

#Top main section.benefit02_sec .salary .gray_box .addition {
  margin-top: 10px;
  font-size: 1.6rem;
}

#Top main section.cta_bannner_sec {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 10vw;
}
@media (min-width: 1600px) {
  #Top main section.cta_bannner_sec {
    margin-top: 3vw;
  }
}
#Top main section.cta_bannner_sec .cta_banner_img {
   width: 100%;
  height: calc(557px + 4vw);
  position: absolute;
  top: 0;
  object-fit: cover;
  z-index: -1;
  left: 0;

}

#Top main section.cta_bannner_sec .container {
  position: relative;
  position: relative;
  height: 557px;
}

#Top main section.cta_bannner_sec img {
  width: 100%;
  height: auto;
}

#Top main section.cta_bannner_sec .banner-text {
  position: absolute;
  top: 38%;
  left: 10%;
  text-align: left;
  z-index: 3;
  color: #000000;
}

#Top main section.cta_bannner_sec .banner-text h2 {
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}

#Top main section.cta_bannner_sec .banner-text .btn-red {
  background-color: #e60012;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  width: 300px;
  height: 73px;
  box-sizing: border-box;
  padding-left: 40px;
  display: flex;
  align-items: center;
  margin-left: 80px;
}
#Top main section.cta_bannner_sec .banner-text .arrow {
  position: relative;
}

#Top main section.cta_bannner_sec .banner-text .arrow::before,
#Top main section.cta_bannner_sec .banner-text .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  width: 19px;
  height: 4px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 2px) 50%;
}

#Top main section.cta_bannner_sec .banner-text .arrow::before {
  transform: rotate(45deg);
}

#Top main section.cta_bannner_sec .banner-text .arrow::after {
  transform: rotate(-45deg);
}

#Top main .faq_sec {
  margin-block: 116px 82px;
}
#Top main .faq_sec h2 {
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
  position: relative;
  color: #004697;
  font-size: min(5.5vw, 53px);
  font-weight: 700;
}
#Top main .faq_sec h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #4184d1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#Top main .faq_sec ul {
  margin: 55px auto 0;
  border-top: 1px solid #84b0e1;
  max-width: 1000px;
}
#Top main .faq_sec ul li {
  border-bottom: 1px solid #84b0e1;
}
#Top main .faq_sec ul li h3, #Top main .faq_sec ul li p {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
#Top main .faq_sec ul li h3::before, #Top main .faq_sec ul li p::before {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  font-size: 32px;
  font-weight: 700;
}
#Top main .faq_sec ul li h3 {
  position: relative;
  padding: 40px 60px 40px 100px;
}
#Top main .faq_sec ul li h3::before {
  content: "Q";
  background-color: #004697;
  left: 0;
  top: 28px;
}
#Top main .faq_sec ul li h3 button::before, #Top main .faq_sec ul li h3 button::after {
  width: 40px;
  height: 6px;
}
#Top main .faq_sec ul li p {
  padding: 20px 20px 100px 110px;
  position: relative;
}
#Top main .faq_sec ul li p::before {
  content: "A";
  background-color: #a6b9cf;
  left: 35px;
  top: 10px;
}
#Top main .faq_sec .btn_wrap {
  margin-top: 70px;
}
#Top main .faq_sec .btn_wrap a {
  display: block;
  display: grid;
  place-content: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-inline: auto;
  z-index: 1;
  max-width: 720px;
  height: 140px;
  border-radius: 5px;
  background-color: #ff677e;
}
@media (max-width: 899px) {
  #Top main .faq_sec .btn_wrap a {
    font-size: 16px;
  }
}
#Top main .faq_sec .btn_wrap a::before, #Top main .faq_sec .btn_wrap a::after {
  content: "";
  display: block;
  position: absolute;
}
#Top main .faq_sec .btn_wrap a::before {
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#Top main .faq_sec .btn_wrap a::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
#Top main .faq_sec .btn_wrap a::before {
  height: calc(100% - 10px);
  border-radius: 5px;
  background-color: #ff7f93;
}
#Top main .faq_sec .btn_wrap a::after {
  width: 16px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 50px;
}
@media (max-width: 899px) {
  #Top main .faq_sec .btn_wrap a {
    height: 60px;
  }
  #Top main .faq_sec .btn_wrap a::before {
    height: calc(100% - 5px);
  }
  #Top main .faq_sec .btn_wrap a::after {
    width: 8px;
    height: 10px;
    right: 20px;
  }
}
#Top main .popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#Top main .popup-modal.hidden {
  display: none;
}
#Top main .popup-modal .popup-content {
  border-radius: 8px;
  /*max-width: 600px;*/
  max-width: 550px;
  width: 90%;
  position: relative;
  text-align: center;
  max-height: 90vh;
  overflow: auto;
}
#Top main .popup-modal .popup-content .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
#Top main .popup-modal .popup-content .popup-header img {
  max-width: 100%;
  height: auto;
}
#Top main .popup-modal .popup-content .popup-header .popup-text {
  font-size: 18px;
  margin: 10px 0;
}
#Top main .popup-modal .popup-content .popup-buttons {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  background-color: #fff8f8;
  padding: 20px;
}
#Top main .popup-modal .popup-content .popup-buttons > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
#Top main .popup-modal .popup-content .popup-buttons .popup-btn {
  flex: 1;
  padding: 20px 20px;
  background-color: #007bff;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 43px;
}
#Top main .popup-modal .popup-content .popup-buttons .popup-btn:hover {
  opacity: 0.7;
}
#Top main .popup-modal .popup-content .popup-buttons .popup-btn.btn-blue {
  background-color: #0cc0df;
}
#Top main .popup-modal .popup-content .popup-buttons .popup-btn.btn-red {
  background-color: #eb6462;
}

/* ＝＝＝＝＝＝Blog＝＝＝＝＝＝　*/
.wp-block-image img {
  padding-bottom: 20px;
}

.wp-block-image .alignright::after,
.wp-block-image .alignleft::after {
  content: "";
  display: block;
  clear: both;
}

.wp-block-image {
  overflow: hidden;
  zoom: 1;
}

/*前頁カテゴリー*/
#news {
  padding: 3px 8px;
  width: 70px;
  background: #4184d1;
  color: white;
}

.date {
  font-size: 12px;
  padding-bottom: 5px;
}

.cate {
  margin-bottom: 5px;
  font-size: 13px;
}

.cate a {
  padding: 3px 8px;
  width: 70px;
  background: #4184d1;
  color: white;
}

.excerpt {
  padding-top: 10px;
}
.excerpt a {
  color: rgb(121, 121, 121);
  font-size: 11px;
  padding: 5px 21px 5px 12px;
  border-radius: 3px;
  position: relative;
}
.excerpt a > img {
  width: 40px;
  position: absolute;
  right: -30px;
  top: 7px;
  height: 10px;
}
#blog main.mt_adjust {
  /*シングルページ*/
  margin-top: 420px;
}
#blog.lp .sub-header {
  padding-right: 20px;
  padding-left: 20px;
}
#blog.lp > .header02 { display: none; }
#blog.lp header {
  position: static;
}
#blog.lp main {
  margin-top: 0;
}
#blog.lp .container {
  max-width: 100%;
  padding: 0;
}
#blog.lp article {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.8;
}
#blog a:not([href]):not([tabindex]) {
  color: #ffffff;
  text-decoration: none;
}
#blog main .sub-header h2 {
  font-size: 35px;
  padding: 22px 0;
  border-bottom: 2px solid #2c579b;
  color: #2c579b;
  margin-bottom: 30px;
}
#blog main .wrapper {
  position: relative;
  padding-bottom: 50px;
  /*フォント　デザイン*/
  /*margin: 0 0 130px;*/
  /*pager*/
}
#blog main .wrapper .breadcrumbs {
  width: 100%;
  margin: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-bottom: 45px;
  font-size: 12px;
  color: #949494;
}
@media (max-width: 1080px) {
  #blog main .wrapper .breadcrumbs {
    box-sizing: border-box;
  }
}
#blog main .wrapper .breadcrumbs span {
  font-size: 12px;
  line-height: 1.3;
}
#blog main .wrapper .fontBig01 {
  font-size: 25px;
}
#blog main .wrapper .fontBig02 {
  font-size: 20px;
}
#blog main .wrapper .fontBold {
  font-weight: 600;
}
#blog main .wrapper .underL {
  border-bottom: 2px solid #7f7f7f;
  padding-top: 20px;
}
#blog main .wrapper .padBottom {
  padding-bottom: 15px;
}
#blog main .wrapper .padtop10 {
  padding-top: 10px;
}
#blog main .wrapper .padtop20 {
  padding-top: 20px;
}
#blog main .wrapper .squareLine {
  border: 1px solid #7f7f7f;
  padding: 20px;
}
#blog main .wrapper .list01 {
  padding-bottom: 10px;
}
#blog main .wrapper .list01 > li {
  position: relative;
  padding-left: 20px;
}
#blog main .wrapper .list01 > li::after {
  content: "■";
  color: #7f7f7f;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#blog main .wrapper .marB20 {
  margin-bottom: 20px;
}
#blog main .wrapper .test {
  font-size: large;
}
#blog main .wrapper .container02 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper ul.blog_con {
  margin: 0 -20px auto;
  padding-left: 0;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
#blog main .wrapper ul.blog_con > li {
  width: 33.333%;
  list-style: none;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(223, 223, 223);
  padding: 0 22px 65px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
  transition: 0.3s;
  padding-bottom: 25px;
  position: relative;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .blog_thumb:hover {
  opacity: 0.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper {
  padding: 20px 20px;
  color: #5e5e5e;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > .category > .post-categories > li > a {
  color: #5e5e5e;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 13px;
  display: inline-block;
  width: 70px;
  margin-top: 15px;
  position: relative;
  border: 2px solid #484848;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > a > h4.title_blog {
  padding-top: 13px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.7;
  color: #7f7f7f;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a {
  background-color: #4184d1;
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  margin-bottom: 25px;
  width: 125px;
  height: 30px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  line-height: 30px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a:hover {
  opacity: 0.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper ul.blog_con > li .blog_thumb {
  display: block;
  position: relative;
  padding-top: 53.25%;
  overflow: hidden;
}
#blog main .wrapper ul.blog_con > li .blog_thumb > img {
  /*max-width: 306px;*/
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper .page-numbers.current, #blog main .wrapper .page-numbers, #blog main .wrapper .pagination .prev, #blog main .wrapper .next.page-numbers {
  box-sizing: border-box;
  display: block;
  color: #A4A4A4;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  min-width: 40px;
  transition: all 0.2s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 38px;
}
#blog main .wrapper .page-numbers {
  margin: 0 6px;
}
#blog main .wrapper .prev.page-numbers, #blog main .wrapper .next.page-numbers {
  margin: 0 13px;
}
#blog main .wrapper .page-numbers:hover, #blog main .wrapper .pagination .prev:hover, #blog main .wrapper .next.page-numbers:hover {
  color: #FFF;
  background: #6E6E6E;
  /*border: 1px solid #6E6E6E;*/
}
#blog main .wrapper .page-numbers.current {
  margin: 0 0.28em;
}
#blog main .wrapper .pnavi {
  display: flex;
  justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
#blog main .wrapper .page-numbers.current {
  background: #6E6E6E;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 0 0.28em;
}
#blog main .wrapper .cate_wrap .list_ttl {
  font-weight: 600;
  border-left: 2px solid #7f7f7f;
  padding-left: 20px;
  margin-bottom: 7px;
  margin-top: 30px;
  color: #7f7f7f;
}
#blog main .wrapper .cate_wrap > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#blog main .wrapper .cate_wrap > ul > li:first-child {
  padding-left: 20px;
}
#blog main .wrapper .cate_wrap > ul > li > a {
  padding: 5px 10px;
  border: 1px solid #7f7f7f;
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  color: #7f7f7f;
}
#blog main .wrapper .cate_wrap > ul > li > a:hover {
  opacity: 0.7;
}
#blog main.single-page .wrapper {
  min-height: 300px;
  padding-bottom: 100px;
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
}
#blog main article {
  padding-right: 30px;
  padding-left: 30px;
}
#blog main .text {
  font-size: 16px;
   line-height: 1.8;
}
#blog main .text p {
  margin-bottom: 1.5em; /* 段落余白：約22px */
}

#blog main .text h2 {
  font-size: 24px;
}

#blog main .text h3 {
  font-size: 20px;
  margin: 25px 0 10px;
}
#blog li {
    list-style: unset;
}
#blog main .text ul,
#blog main .text ol {
  margin: 1em 0 1.5em 1.5em;
  padding-left: 0;
}

#blog main .text li {
  margin-bottom: 0.5em;
}

#blog main .text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}

#blog main .text blockquote {
  border-left: 4px solid #ccc;
  padding-left: 15px;
  color: #666;
  margin: 20px 0;
  background: #f9f9f9;
}

#blog main .text table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

#blog main .text th,
#blog main .text td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}

#blog main .text a {
  color: #3498db;
  text-decoration: underline;
}

#blog main.single-page .wrapper .cont .entryinfo {
  padding-bottom: 33px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#blog main.single-page .wrapper .cont .entryinfo .categories {
  width: 100px;
}
#blog main.single-page .wrapper .cont .entryinfo .categories .cate {
  padding-bottom: 0px;
  line-height: 1.5;
}
#blog main.single-page .wrapper .cont .entryinfo .categories .post-categories > li > a {
  color: #7f7f7f;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 13px;
  display: inline-block;
  width: 70px;
  position: relative;
  border: 2px solid #7f7f7f;
}
#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
}
#blog main.single-page .wrapper p {
  line-height: 1.7;
  padding-bottom: 15px;
}
#blog main.single-page .wrapper .nav-links {
  clear: both;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
#blog main.single-page .wrapper .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#blog main.single-page .wrapper .nav-previous {
  float: left;
}
#blog main.single-page .wrapper .nav-next {
  float: right;
}
#blog main.single-page .wrapper .nav-previous, #blog main.single-page .wrapper .nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
#blog main.single-page .wrapper .nav-previous > a, #blog main.single-page .wrapper .nav-next > a {
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.01em;
}

/*＝＝＝＝＝＝form＝＝＝＝＝＝*/
/* フォーム全体の幅制御 */
.form-row , .form-row-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

/* ラベル部分 */
.form-row label, .form-row-wrap label {
  width: 200px;  /* ラベル幅（ここはお好みで調整） */
  font-weight: bold;
  display: inline-block;
  padding-bottom: 20px;
  color: #004d75;
  border-bottom: 5px solid #2c579b;
  letter-spacing: 0.1rem;
  text-align: center;
  position: relative;
  padding-right: 13px;
  margin-bottom: -6px;
}

.wpcf7-form-control-wrap {
    padding-bottom: 20px;
    border-bottom: 1px dashed #bfcee2;
    padding-left: 35px;
    height: 60px;
    box-sizing: border-box;
}

.wpcf7-select {
  padding: 10px;
  border: 1px solid #b4b4b4;
}
.form-inner {
  border: 1px solid #bfcee2;
  padding-top: 20px;
}
.lp .form-inner {
  font-size: 16px;
  line-height: 1.8;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
  border-radius: 3px;
  padding: 8px;
  border: 1px solid #b4b4b4;
}
/* 生年月日の3つのセレクトボックス並び */
.form-row-wrap .form-row {
  display: flex;
  gap: 10px;
}
.wpcf7-form-control-wrap {
    height: auto !important;
}
.privacy-box h3 {
  font-size: 26px !important;
  color: #2c579b;
  padding-top: 60px;
  padding-bottom: 30px;
 text-align: center;
}
.privacy-box h4 {
  padding-top: 10px;
}
.lp .privacy-box {
  font-size: 16px;
    line-height: 1.8;
}

.form-row textarea {
  width: 100%;
  height: 70px; 
  font-size: 16px;
  padding: 8px;
  box-sizing: border-box;
  overflow: auto;
  resize: vertical; 
}
/* スクロールボックス */
.privacy-scroll {
  max-height: 200px; /* スクロールエリアの高さ */
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #bfcee2;
  color: #515151;
}
.form-row.select_gender {
  max-width: 750px;  /* 全体幅 */
  margin-bottom: 20px;
}
.form-row:last-child {
  margin-bottom: 0;
}
/* 外側はそのままでOK */
.form-row.select_gender .wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/* 各リストアイテム内を横並びに */
.form-row.select_gender .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.form-row.select_gender input[type="radio"] {
  transform: scale(2);
  margin-right: 15px;
}

/* 必須マークの赤い四角 */
.required-box {
  background-color: red;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 30%;
  transform: translateY(-50%);
}

/* ボタンデザイン */
.submit-btn, .wpcf7-submit {
  background-color: #2c579b;
  color: #fff;
  padding: 15px 40px;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  width: 380px;
  height: 55px;
  box-sizing: border-box;
  margin: 50px auto auto;
  display: flex;
  justify-content: center;
}
.back_button {
  background-color: #ccd7e9;
  color: #343434;
  padding: 15px 40px;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  width: 380px;
  height: 55px;
  box-sizing: border-box;
  display: flex;
  margin: auto;
}
.submit-btn:hover, .wpcf7-submit:hover {
  background-color: #0056b3;
}
#confirm-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #effbff;
  padding: 50px 20px 70px;
}
.thanks_area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #effbff;
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
}

/* トップに戻るボタン */
.top-btn {
  padding: 10px 20px;
  border: 1px solid #00b5ef;
  border-radius: 5px;
  width: 185px;
  height: 58px;
  box-sizing: border-box;
  color: #004d75;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none !important;
}

/* スマホ用レスポンシブ */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-row label {
    width: 100%;
    margin-bottom: 5px;
  }

  .form-row-wrap .form-row {
    flex-direction: column;
    gap: 10px;
  }
}

/*＝＝＝＝＝＝Result＝＝＝＝＝＝*/
#Result main .mv_sec {
  height: 100%;
  background: #e0eef2;
  padding: 30px 0 0;
  min-height: 280px;
}
#Result main .mv_sec .visible_md {
  display: none;
}
#Result main .mv_sec .container {
  display: flex;
  height: 100%;
  flex-direction: column;
}
#Result main .mv_sec .container .cont_wrap {
  display: flex;
  position: relative;
  height: 100%;
  padding-bottom: 25px;
  width: 100%;
  /*&::after {
    content: "";
    display: block;
    background: url(../images/common/fv_img.png) no-repeat center right;
    background-size: contain;
    width: 346px;
    height: 294px;
    position: absolute;
    right: 5vw;
    bottom: -24px;
  }*/
}
#Result main .mv_sec .container .cont_wrap figure {
  width: 346px;
  height: 294px;
  position: absolute;
  right: 5vw;
  bottom: 12px;
  z-index: 90;
}
@media (max-width: 980px) {
  #Result main .mv_sec .container .cont_wrap figure {
    right: 0;
    width: 318px;
    height: 269px;
  }
}
#Result main .mv_sec .select_box_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  position: relative;
}
#Result main .mv_sec .select_box_wrap .select_box {
  position: relative;
  background-color: white;
  padding: 25px 10px 13px;
  text-align: center;
}
#Result main .mv_sec .select_box_wrap .select_box .text01, #Result main .mv_sec .select_box_wrap .select_box .text02 {
  font-size: 31px;
  font-weight: 600;
}
#Result main .mv_sec .select_box_wrap .select_box .text02 .select_num {
  color: #ff0000;
}
#Result main .mv_sec .select_box_wrap .select_box .select_tag_box > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 20px auto;
}
#Result main .mv_sec .select_box_wrap .select_box .select_tag_box > ul li {
  padding: 5px;
  font-size: 16px;
  border: 1px solid black;
  text-align: center;
  min-width: 90px;
  border-radius: 3px;
}
#Result main .mv_sec .select_box_wrap .descri p {
  padding-top: 20px;
  font-size: 18px;
}
#Result main .mv_sec .select_box_wrap .descri p:nth-of-type(2) {
  padding-left: 8rem;
}
#Result main .search_area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0 45px;
  max-width: 752px;
}
#Result main .search_area a {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 4px;
  background: #7bb4c4 url(../images/common/button_bg.png) no-repeat center;
  cursor: pointer;
  transition: 0.3s;
  color: white;
  border-bottom: 4px solid #508594;
}
#Result main .search_area a:hover {
  border-bottom: none;
  opacity: 1;
}
#Result main .search_area a.active {
  background-color: #007acc;
  color: #fff;
  border-color: #007acc;
}
#Result main .job-list_sec {
  padding-bottom: 30px;
}
#Result main .job-list_sec.advertisement {
  padding-bottom: 0;
}
#Result main .job-list_sec .container {
  max-width: 980px;
}
#Result main .job-list_sec .job-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#Result main .job-list_sec .job-card {
  background-color: #fff;
  border: 1px solid gray;
  overflow: hidden;
}
#Result main .job-list_sec .job-card .job-header {
  padding: 25px 30px 20px;
  background-color: #3bb5d8;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}
#Result main .job-list_sec .job-card .job-body {
  padding: 15px 15px 20px;
}
#Result main .job-list_sec .job-card .job-body .job-tags {
  margin-bottom: 10px;
}
#Result main .job-list_sec .job-card .job-body .job-tags .tag {
  display: inline-block;
  background-color: #fab702;
  color: white;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 4px;
  margin-right: 5px;
  min-width: 96px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
}
#Result main .job-list_sec .job-card .job-body .job-content {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 35px;
  margin-bottom: 15px;
  padding: 10px 10px;
}
#Result main .job-list_sec .job-card .job-body .job-content .job-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
#Result main .job-list_sec .job-card .job-body .job-content .job-info {
  padding: 10px;
}
#Result main .job-list_sec .job-card .job-body .job-content .job-info dl {
  margin-bottom: 8px;
  font-size: 14px;
}
#Result main .job-list_sec .job-card .job-body .job-content .job-info dl dt {
  float: left;
  width: 90px;
  padding: 5px;
  color: white;
  background: #54d300;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-right: 20px;
  margin-bottom: 10px;
  clear: both;
}
#Result main .job-list_sec .job-card .job-body .job-content .job-info dl dd {
  margin-left: 110px;
  padding: 5px 0 5px 11px;
  margin-bottom: 10px;
  line-height: 1.6;
}
#Result main .job-list_sec .job-card .job-body .job-buttons {
  height: 73px;
  box-sizing: border-box;
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  transition: background-color 0.3s, color 0.3s, border-bottom 0.3s;
  margin-top: 30px;
}
#Result main .job-list_sec .job-card .job-body .job-buttons a {
  width: 393px;
  height: 73px;
  box-sizing: border-box;
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Result main .job-list_sec .job-card .job-body .job-buttons a .arrow {
  font-size: 11px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#Result main .job-list_sec .job-card .job-body .job-buttons a.btn-detail {
  background-color: #fc5779;
  color: #fff;
  border-bottom: 3px solid #c2184d;
}
#Result main .job-list_sec .job-card .job-body .job-buttons a.btn-detail:hover {
  border-bottom-width: 0;
  opacity: 1 !important;
}
#Result main .job-list_sec .job-card .job-body .job-buttons a.btn-apply {
  background-color: #fc5779;
  color: #fff;
  border-bottom: 3px solid #c2184d;
}
#Result main .job-list_sec .job-card .job-body .job-buttons a.btn-apply:hover {
  background-color: #fc5779;
  border-bottom-width: 0;
  opacity: 1 !important;
}
#Result main .job-list_sec.advertisement .job-header {
  background-color: #5a00ff;
  padding: 30px;
  font-size: 24px;
  letter-spacing: 0.1rem;
}
#Result main .job-list_sec.advertisement .text_red {
  color: #ff0060;
}
#Result main .job-list_sec.advertisement ul > li > h3 {
  font-size: 20px;
  text-indent: -49px;
  margin-left: 5px;
  font-weight: 400;
}
#Result main .job-list_sec.advertisement ul > li:nth-child(2) {
  padding-top: 20px;
}
#Result main .job-list_sec.advertisement ul .text_box {
  font-size: 17px;
  line-height: 1.8;
  padding-top: 10px;
}
#Result main .job-list_sec.advertisement .job-info {
  padding: 10px;
  margin-left: 30px;
}
#Result main .search_sec {
  padding-top: 30px;
  padding-bottom: 30px;
}