@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap";

.popup_floating {
  -webkit-transition: .1s;
  transition: .1s;
  position: fixed;
  bottom: 60px;
  left: 2800px;
  max-width: 250px;
  z-index: 99
}

.popup_floating.is-display-in-toppage {
  bottom: 120px
}

@-webkit-keyframes banner_float_fadein {
  from {
    opacity: .4;
    bottom: -300px
  }

  to {
    opacity: 1;
    bottom: 60px
  }
}

@keyframes banner_float_fadein {
  from {
    opacity: .4;
    bottom: -300px
  }

  to {
    opacity: 1;
    bottom: 60px
  }
}

.popup_floating_fadein {
  -webkit-transition: bottom .1s ease, display .2s ease;
  transition: bottom .1s ease, display .2s ease;
  position: fixed;
  max-width: 250px;
  height: auto;
  z-index: 150;
  display: none
}

.popup_floating_fadein:hover {
  bottom: 65px !important
}

.popup_floating_fadein.loaded {
  display: block;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: banner_float_fadein;
  animation-name: banner_float_fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.popup_floating_fadein.right {
  right: 15px
}

.popup_floating_fadein.left {
  left: 15px
}

.popup_floating-jobtype {
  font-size: 18px;
  font-weight: 800;
  height: 100%;
  position: fixed;
  top: 160px;
  right: 36px;
  max-width: 1920px;
  z-index: 99;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl
}

.popup_floating:hover {
  bottom: 65px !important
}

.popup_floating.is-display-in-toppage:hover {
  bottom: 125px !important
}

.popup_floating img {
  -webkit-box-shadow: 0 0 16px 1px #d8d8d8;
  box-shadow: 0 0 16px 1px #d8d8d8;
  display: block;
  cursor: pointer
}

.floating-close {
  position: absolute;
  top: -15px;
  right: -10px;
  border: 2px solid var(--main-blue);
  border-radius: 50%;
  font-size: 15px;
  color: var(--main-blue);
  background-color: #fff;
  font-weight: 700;
  padding: 0 3px;
  cursor: pointer
}

.floating-close:hover {
  color: #fff;
  background-color: var(--main-blue)
}

.popup_floating_diagnosis .floating-close {
  top: -8px;
  right: -8px;
  color: #fff;
  background-color: #9fa7af;
  border-color: #9fa7af
}

.popup_floating_diagnosis .floating-close:hover {
  color: #9fa7af;
  background-color: #fff;
  border-color: #fff
}

.popup_floating_diagnosis .floating-box {
  background-color: #e6edf4;
  border-radius: 6px;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, .1294117647);
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, .1294117647);
  padding: 20px 10px
}

.popup_floating_diagnosis .floating-heading {
  color: #014c96;
  font-size: 13px;
  font-weight: 600;
  text-align: center
}

.popup_floating_diagnosis .floating-image-link {
  margin-top: 7px;
  display: inline-block
}

.popup_floating_diagnosis .floating-col+.floating-col {
  margin-top: 20px
}

.site_links {
  padding: 58px 0 32px;
  background: var(--main-blue)
}

@media(max-width: 767px) {
  .site_links {
    padding: 0
  }
}

.site_links a {
  color: #fff;
  font-size: 1.1rem
}

@media(max-width: 767px) {
  .site_links a {
    font-size: 1.2rem
  }
}

.site_links dt {
  font-weight: 700;
  margin: 0 0 10px
}

@media(max-width: 767px) {
  .site_links dt {
    margin: 0;
    border-top: 1px solid #b3c9df
  }
}

.site_links dt a {
  font-size: 1.2rem;
  display: block
}

@media(max-width: 767px) {
  .site_links dt a {
    padding: 15px 20px;
    width: 100%;
    position: relative;
    text-decoration: none
  }
}

@media(max-width: 767px) {
  .site_links dt a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("/img/footer-toggle-icon-plus.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px
  }
}

@media(max-width: 767px) {
  .site_links dt.is-active a::after {
    background-image: url("/img/footer-toggle-icon-minus.svg")
  }
}

.site_links dd {
  margin: 0 0 10px
}

@media(max-width: 767px) {
  .site_links dd {
    margin: 0;
    display: block
  }
}

@media(max-width: 767px) {
  .site_links dd a {
    padding: 15px 15px 15px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    line-height: 2;
    color: #1a5ea1;
    font-weight: 700;
    background-color: #ccdbea;
    text-decoration: none;
    position: relative
  }
}

@media(max-width: 767px) {
  .site_links dd a::before {
    content: "";
    display: inline-block;
    width: 4.6px;
    height: 7.5px;
    background-image: url("/img/footer-nav-icon-blue.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center
  }
}

@media(max-width: 767px) {
  .site_links dd .footer_link_box a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("/img/footer-window-icon-blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px
  }
}

.site_links dd.is-copied {
  display: none
}

@media(max-width: 767px) {
  .site_links dd.is-copied {
    display: block
  }
}

@media(max-width: 767px) {
  .site_links dd.is-copied a {
    padding: 15px 15px 15px 20px
  }
}

@media(max-width: 767px) {
  .site_links dd+dd {
    border-top: 1px solid #b3c9df
  }
}

.site_links .common_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 767px) {
  .site_links .common_inner {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

.site_links .common_inner dl:not(:last-child) {
  margin-right: 30px
}

@media(max-width: 767px) {
  .site_links .common_inner dl:not(:last-child) {
    margin-right: 0
  }
}

@media(max-width: 767px) {
  .site_links .common_inner dl:last-child {
    margin: 0
  }
}

.site_links .common_inner.second {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 48px
}

@media(max-width: 767px) {
  .site_links .common_inner.second {
    margin-top: 0
  }
}

.site_links .common_inner.second dl:not(:last-child) {
  margin-right: 48px
}

@media(max-width: 767px) {
  .site_links .common_inner.second dl:not(:last-child) {
    margin-right: 0
  }
}

.site_links .is-sp {
  display: none !important
}

@media(max-width: 767px) {
  .site_links .is-sp {
    display: block !important
  }
}

.site_links .is-pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

@media(max-width: 767px) {
  .site_links .is-pc {
    display: none !important
  }
}

.site_links_definition_term {
  display: block;
  font-weight: 700;
  margin-right: 30px
}

@media(max-width: 767px) {
  .site_links_definition_term {
    margin: 0;
    padding: 15px 20px;
    text-decoration: none
  }
}

.about-area {
  padding: 0 0 30px 0;
  color: #fff;
  background: var(--main-font-color)
}

@media(max-width: 767px) {
  .about-area {
    padding: 0 0 23px
  }
}

.about-area a {
  color: #1c95fd
}

.about-area__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 767px) {
  .about-area__inner {
    display: block;
    position: relative;
    width: 100%;
    padding: 6.6666666667vw 0
  }
}

.about-area__col:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 38px
}

@media(max-width: 767px) {
  .about-area__col:nth-child(1) {
    margin-top: 0;
    display: block
  }
}

.about-area__col:nth-child(2) {
  margin-top: 30px
}

@media(max-width: 767px) {
  .about-area__col:nth-child(2) {
    margin-top: 0;
    position: absolute;
    top: 5.3333333333vw;
    right: 4.6666666667vw
  }
}

.about-area__logo {
  width: 125px;
  height: auto;
  display: inline-block;
  margin-right: 30px
}

@media(max-width: 767px) {
  .about-area__logo {
    width: 32.8vw;
    display: block;
    margin: 0 auto 0 4.6666666667vw
  }
}

.about-area__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

@media(max-width: 767px) {
  .about-area__nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.1333333333vw 3.7333333333vw;
    margin-top: 5.8666666667vw
  }
}

.about-area__nav-item a {
  color: #1c95fd;
  font-size: 10px;
  font-weight: 700;
  line-height: 1
}

@media(max-width: 767px) {
  .about-area__nav-item a {
    font-size: 2.6666666667vw;
    font-weight: 500
  }
}

.about-area__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px
}

@media(max-width: 767px) {
  .about-area__icon-list {
    gap: 2.1333333333vw
  }
}

.about-area__icon-list span img,
.about-area__icon-list a img {
  width: 54px;
  height: auto;
  display: block
}

@media(max-width: 767px) {

  .about-area__icon-list span img,
  .about-area__icon-list a img {
    width: 12vw
  }
}

.about-area__copyright {
  width: 100%;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  margin: 4px auto 0
}

@media(max-width: 767px) {
  .about-area__copyright {
    display: block;
    text-align: center;
    font-size: 2.4vw;
    background-color: unset;
    margin-top: 0
  }
}

.about-area__privacymark {
  width: 54px;
  height: 54px
}

@media(max-width: 767px) {
  .about-area__privacymark {
    width: 16vw;
    height: 16vw
  }
}

:root {
  --main-font-color: #333;
  --main-blue: #014C96;
  --main-light-blue: #0062C3;
  --main-orange: #EB690C;
  --main-light-orange: #f6e5d6;
  --main-red: #ff0809;
  --main-gray: #6E6E6E;
  --main-light-gray: #d7d9dc;
  --main-super-light-gray: #EBECED
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

html {
  font-size: 62.5%
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--main-font-color);
  margin: 0
}

body.fixed {
  overflow-y: hidden
}

a {
  text-decoration: none;
  color: #333
}

a:hover {
  text-decoration: underline
}

ul {
  padding: 0
}

ul li {
  list-style: none
}

input[type=file] {
  width: 100%;
  height: 40px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

header {
  width: 100%;
  background: #fff;
  z-index: 50;
  -webkit-box-shadow: 20px -12px 20px 1px;
  box-shadow: 20px -12px 20px 1px;
  position: sticky;
  top: 0
}

article {
  position: relative
}

.common_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px
}

.fade-in {
  opacity: 0
}

.fade-in.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 3s .5s;
  transition: opacity 3s .5s
}

.hover_opacity {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.hover_opacity:hover {
  opacity: .5 !important;
  text-decoration: none
}

@media(max-width: 767px) {
  .hover_opacity {
    -webkit-transition: none;
    transition: none
  }

  .hover_opacity:hover {
    opacity: 1 !important
  }
}

.blue_link {
  color: var(--main-blue)
}

.btn_consideration,
.btn_history {
  padding: 9px 36px;
  border: 2px solid var(--main-blue);
  border-radius: 40px;
  color: var(--main-blue)
}

.btn_history {
  color: #fff;
  background: var(--main-blue)
}

.btn_entry {
  position: relative;
  display: inline-block;
  padding: 17px 92px 19px 92px;
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 3px;
  background: var(--main-orange);
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.btn_business {
  position: relative;
  display: inline-block;
  padding: 15px 80px 17px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 3px;
  background: var(--main-blu);
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.btn_business:hover {
  opacity: .9;
  text-decoration: none
}

.btn_entry:hover {
  opacity: .7;
  text-decoration: none
}

.btn_entry strong {
  display: block;
  position: absolute;
  left: 21px;
  top: 8px;
  width: 45px;
  height: 45px;
  padding-top: 12px;
  padding-left: 4px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh
}

.modal_showed {
  z-index: 100
}

.modal_bg,
.sp_modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .3);
  z-index: -1
}

#menu_modal {
  color: #fff;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none
}

#menu_modal::-webkit-scrollbar {
  display: none
}

#menu_modal a {
  color: #fff
}

#menu_modal .modal_content {
  left: initial;
  right: 0;
  top: 0;
  width: 400px;
  max-width: 100%;
  text-align: center;
  background: var(--main-blue);
  -webkit-transform: none;
  transform: none
}

#menu_modal ul {
  margin-bottom: 22px;
  border-top: 1px solid hsla(0, 0%, 100%, .3);
  text-align: left
}

#menu_modal dt a,
#menu_modal li {
  margin-right: 0;
  display: block;
  border-bottom: 1px solid hsla(0, 0%, 100%, .3);
  font-size: 1.6rem
}

#menu_modal dt a,
#menu_modal li>a {
  position: relative;
  display: block;
  padding: 13px 50px 16px 37px
}

#menu_modal li>a:before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-133deg) skewX(5deg);
  transform: rotate(-133deg) skewX(5deg)
}

#menu_modal ul ul {
  position: relative;
  margin: 0
}

#menu_modal #has_service_links,
nav .has_accordion {
  position: relative
}

#menu_modal #has_service_links:before,
nav .has_accordion:before {
  content: "";
  position: absolute;
  right: 33px;
  top: 14px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 30px;
  background: #fff
}

#menu_modal #has_service_links .accordion_toggele::after,
#menu_modal #has_service_links .accordion_toggele:before,
nav #menu_modal .accordion_toggele:after,
nav #menu_modal .accordion_toggele:before {
  content: "";
  position: absolute;
  right: 41px;
  top: 18px;
  display: block;
  width: 2px;
  height: 10px;
  margin-top: 0;
  border-left: none;
  border-bottom: none;
  background: var(--main-blue);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

#menu_modal #has_service_links .accordion_toggele::after,
nav #menu_modal .accordion_toggele:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

#menu_modal #has_service_links .opened::before,
nav #menu_modal .opened:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

#menu_modal ul ul li {
  margin: 0;
  padding: 10px 0 10px 64px
}

#menu_modal ul ul li:last-child {
  border-bottom: none
}

#menu_modal ul ul li a {
  position: relative;
  display: block;
  padding: 2px 0;
  font-size: 1.4rem
}

#menu_modal ul ul li a:before {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -1px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-133deg) skewX(5deg);
  transform: rotate(-133deg) skewX(5deg)
}

#menu_modal .btn_entry {
  display: inline-block;
  padding: 20px 30px 24px 30px;
  text-align: center;
  font-size: 1.8rem
}

#menu_modal .btn_entry strong {
  width: 52px;
  height: 52px;
  line-height: 48px;
  font-size: 1.6rem
}

#service_links,
.has_accordion ul {
  display: none
}

#nav_gray_area {
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 25px;
  background: #eaeaea
}

#nav_gray_area .btn_entry {
  width: 100%
}

.nav_gray_entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-light-gray)
}

#nav_gray_area form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border: 1px solid var(--main-light-gray);
  border-radius: 5px
}

#nav_gray_area form input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50px;
  line-height: 50px;
  padding: 0 5px 0 16px;
  border: none;
  border-radius: 5px 0 0 5px;
  font-size: 1.4rem
}

#nav_gray_area form input::-webkit-input-placeholder {
  color: var(--main-light-gray)
}

#nav_gray_area form input::-moz-placeholder {
  color: var(--main-light-gray)
}

#nav_gray_area form input:-ms-input-placeholder {
  color: var(--main-light-gray)
}

#nav_gray_area form input::-ms-input-placeholder {
  color: var(--main-light-gray)
}

#nav_gray_area form input::placeholder {
  color: var(--main-light-gray)
}

#nav_gray_area form button {
  cursor: pointer;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  border: none;
  border-radius: 0 5px 5px 0;
  background: var(--main-blue)
}

#nav_gray_area .search_item {
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px
}

#nav_gray_area .search_item li {
  max-width: 90px;
  width: 90px;
  height: 90px;
  border: 1px solid var(--main-light-gray);
  background-size: 26px;
  background-position: center top 10px
}

#nav_gray_area .search_item li a {
  height: 100%;
  padding: 40px 0 0;
  text-align: center;
  color: var(--main-blue);
  font-size: 1.4rem
}

#nav_gray_area .search_item li:after {
  display: none
}

nav #menu_modal .modal_content>ul {
  margin-bottom: 0;
  border-top: 1px solid hsla(0, 0%, 100%, .3)
}

.breadcrumb {
  margin: 10px auto;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 1.2rem
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  padding-right: 20px
}

.breadcrumb li:not(:last-child):after,
.breadcrumb li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 5px;
  right: 2px;
  width: 9px;
  height: 1px;
  background: var(--main-font-color);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}

.breadcrumb li:not(:last-child):after {
  top: 9px;
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg)
}

.breadcrumb li a {
  color: var(--main-font-color)
}

#main_area .main_inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 655px
}

#main_area .main_area_1 {
  height: 655px
}

.main_area_1 {
  position: relative
}

.main_area_right_bottom {
  position: absolute;
  right: 18px;
  bottom: 18px;
  line-height: 1.3;
  margin: 0;
  font-size: 1.2rem
}

.main_only_img div {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover
}

.main_area_2 .main_inner {
  padding: 30px
}

.main_area_2 .main_area_strong {
  margin-bottom: 50px
}

.main_area_2 .main_area_strong img {
  margin-right: 30px
}

.main_area_2 h1 {
  width: 400px;
  margin: 0 0 30px 25px;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 1px
}

.main_area_2 h1 img {
  display: inline-block;
  margin-top: 30px
}

#menu_modal .btn_entry,
.main_area_2 .btn_entry,
.support .btn_entry {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25)
}

.main_area_2 {
  background: url(img/main.jpg) no-repeat right top -50px
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.slick-slide {
  float: initial;
  height: initial
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  line-height: 0;
  margin-top: -19px;
  border: none;
  border-radius: 50px;
  font-size: 0;
  background: var(--main-blue);
  outline: 0
}

.slick-arrow:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 14px;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(47deg) skewX(5deg);
  transform: rotate(47deg) skewX(5deg)
}

.slick-prev {
  left: -15px
}

.slick-next {
  right: -15px
}

.slick-next:before {
  left: 13px;
  -webkit-transform: rotate(-133deg) skewX(5deg);
  transform: rotate(-133deg) skewX(5deg)
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 15px
}

.slick-dots li:not(:last-child) {
  margin-right: 10px
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 0;
  padding: 0;
  border-radius: 3px;
  border: none;
  font-size: 0;
  background: #acacac
}

.slick-dots .slick-active button {
  background: #ff4800
}

#nav_gray_area .search_item li:last-of-type em {
  letter-spacing: -2px
}

.has_secrch_modal .modal_content {
  padding: 0;
  border-radius: 10px;
  font-size: 1.4rem
}

.has_secrch_modal .modal h3 {
  position: relative;
  margin: 0;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 2rem;
  background: #e8eaec
}

.has_secrch_modal .modal h3 em {
  position: relative;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700
}

.has_secrch_modal .modal h3 em:before {
  content: "";
  position: absolute;
  left: -43px;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background: url(img/icon_pc.png) no-repeat;
  background-size: contain
}

.has_secrch_modal #nav_search_income h3 em:before {
  background-image: url(img/icon_card.png)
}

.has_secrch_modal #nav_search_tag h3 em:before {
  background-image: url(img/icon_tag.png)
}

.has_secrch_modal .modal h3 em:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px -9rem 0 0;
  border-right: 1px solid var(--main-font-color);
  border-bottom: 1px solid var(--main-font-color);
  -webkit-transform: skewX(-5deg) rotate(223deg);
  transform: skewX(-5deg) rotate(223deg)
}

.has_secrch_modal .modal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 40px 40px
}

.has_secrch_modal .modal li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 67px;
  margin-right: 0;
  text-align: left;
  border-bottom: 1px solid #e8eaec
}

.has_secrch_modal .modal li a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 8px 36px 10px 15px;
  border-bottom: #e8eaec;
  color: var(--main-font-color);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.has_secrch_modal .modal li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 2px solid var(--main-blue);
  border-bottom: 2px solid var(--main-blue);
  -webkit-transform: skewX(-5deg) rotate(-47deg);
  transform: skewX(-5deg) rotate(-47deg)
}

.al_right {
  line-height: 1.8;
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 38px
}

.al_center {
  text-align: center
}

.gray_allow {
  position: relative;
  padding-left: 14px;
  color: var(--main-font-color)
}

.gray_allow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 7px solid var(--main-font-color)
}

.gray_allow_right:after {
  position: relative;
  left: 8px;
  top: -2px;
  display: inline-block
}

.box {
  padding-bottom: 70px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(56, 65, 79, .05);
  box-shadow: 0 0 5px rgba(56, 65, 79, .05)
}

.box_inner h3 {
  display: inline-block;
  margin: 60px 0 35px;
  padding: 0 0 4px 40px;
  font-size: 2.9rem
}

.box_inner .line_h {
  display: block;
  margin: 0 0 35px;
  padding: 14px 0 15px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 2.6rem;
  background: var(--main-blue)
}

.br_sp,
.pc_hidden {
  display: none
}

#return_top {
  position: fixed;
  left: 0;
  bottom: 10px;
  width: 100%;
  display: none;
  opacity: 0;
  z-index: 100
}

#return_top .return_top_inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-right: 30px;
  text-align: right
}

#return_top a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: var(--main-font-color)
}

#return_top a:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: -2px -5px 0 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skewX(-5deg) rotate(223deg);
  transform: skewX(-5deg) rotate(223deg)
}

.pager {
  margin-bottom: 70px;
  text-align: center;
  font-size: 1.4rem
}

.pager_info {
  margin-bottom: 23px
}

.pager_info .all_num,
.pager_info .current_range {
  display: inline-block
}

.pager_info .all_num {
  margin-right: 13px
}

.pager_info .all_num b {
  font-size: 2rem;
  font-weight: 700
}

.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pager li {
  -ms-flex-preferred-size: 38px;
  flex-basis: 38px;
  border: 1px solid var(--main-blue)
}

.pager li:not(:last-child) {
  margin-right: 10px
}

.pager li a {
  display: block;
  height: 100%;
  padding: 11px;
  color: var(--main-blue);
  background: #fff
}

.pager .pager_current a {
  color: #fff;
  background-color: var(--main-blue)
}

.pager .pager_next,
.pager .pager_prev {
  border: none
}

.pager .pager_next a,
.pager .pager_prev a,
.pager ul span {
  position: relative;
  font-size: 0;
  line-height: 0
}

.pager .pager_next a:before,
.pager .pager_prev a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-left: 1px solid var(--main-blue);
  border-bottom: 1px solid var(--main-blue);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.pager .pager_next a:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

@media(max-width: 767px) {
  .common_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px
  }

  .br_sp,
  .pc_hidden {
    display: inline;
    display: initial
  }

  .sp_hidden {
    display: none
  }

  .breadcrumb {
    padding-top: 15px;
    padding-bottom: 5px
  }

  #nav_search_income .modal_content {
    height: 270px
  }

  #nav_search_tag .modal_content {
    height: 445px
  }

  #nav_gray_area .search_item li {
    border: 1px solid #d7d7d7;
    background-position: center top 9px;
    -webkit-box-shadow: 0 1px 1.5px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 1.5px rgba(0, 0, 0, .25)
  }

  #nav_gray_area .search_item li a {
    padding: 38px 0 0;
    font-size: 1.3rem
  }

  #nav_gray_area .search_item li a em {
    font-size: 1.85rem
  }

  #menu_modal .modal_content {
    overflow: auto;
    max-height: 100vh;
    padding: 60px 23px 48px
  }

  .modal_content .close_icon {
    top: 26px
  }

  #menu_modal .btn_entry {
    padding: 18px 21px 22px;
    font-size: 1.7rem
  }

  #menu_modal .btn_entry strong {
    font-size: 1.5rem
  }

  #nav_gray_area {
    padding: 23px
  }

  #nav_gray_area .search_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  #nav_gray_area .search_item li {
    max-width: 84px;
    height: 84px
  }

  #nav_gray_area form input {
    width: 80%
  }

  #main_area .main_area_1 {
    height: 235px
  }

  .main_area_2 {
    background-size: contain;
    background-position: right -40% top
  }

  .main_area_2 .main_inner {
    padding: 10px
  }

  .main_area_2 .main_area_strong {
    margin-bottom: 0
  }

  .main_area_2 .main_area_strong img {
    max-width: 50vw;
    height: auto
  }

  .main_area_2 h1 {
    width: 195px;
    margin: 0;
    font-size: 1.1rem;
    letter-spacing: 0
  }

  .main_area_2 h1 img {
    width: 160px;
    height: auto;
    margin-top: 5px
  }

  #main_area .main_inner {
    height: 235px
  }

  #main_area .main_area_2 .main_inner {
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 22%, rgba(255, 255, 255, 0) 100%)
  }

  .main_area_2 .btn_entry {
    padding: 11px 30px 12px 48px;
    font-size: 1.2rem
  }

  .main_area_2 .btn_entry strong {
    left: 9px;
    top: 4px;
    width: 29px;
    height: 29px;
    line-height: 23px;
    padding: 0;
    font-size: 1rem;
    letter-spacing: 0
  }

  .btn_entry {
    padding: 15px 30px 18px;
    font-size: 1.5rem
  }

  .btn_entry strong {
    left: 19px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 12px;
    font-size: 1.2rem
  }

  .btn_business {
    padding: 15px 45px 18px 60px;
    font-size: 1.5rem
  }

  .slick-arrow {
    z-index: 3;
    width: 22px;
    height: 22px
  }

  .slick-arrow:before {
    left: 9px;
    top: 7px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff
  }

  .slick-prev {
    left: 39px
  }

  .slick-next {
    right: 39px
  }

  .slick-next:before {
    left: 6px
  }

  .slick-dots {
    bottom: 10px
  }

  .slick-dots li:not(:last-child) {
    margin-right: 5px
  }

  .slick-dots li button {
    width: 5px;
    height: 5px;
    border-radius: 2px
  }

  .search_item li:after {
    width: 7px;
    height: 7px
  }

  .sp_al_center {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1rem
  }

  .box {
    margin: 0 10px;
    padding-bottom: 40px
  }

  .company h3,
  .feature h3 {
    font-size: 1.7rem;
    background-size: 11px
  }

  .feature h3 {
    margin: 38px 0 17px
  }

  .company h3 {
    margin: 38px 0 0
  }

  .box_inner h3 {
    padding: 0 0 0 22px
  }

  .card_link {
    padding: 0 10px
  }

  #search .card_link li {
    border-radius: 3px;
    margin-bottom: 12px;
    width: 48%
  }

  #search .card_link li:nth-child(2n) {
    margin-right: 0
  }

  #search .card_link li img {
    max-width: 100%;
    height: 90px;
    border-radius: 3px 3px 0 0
  }

  .card_link dl {
    padding: 13px 10px
  }

  .card_link dt {
    margin-bottom: 10px;
    font-size: 1.1rem
  }

  .card_link dd {
    font-size: 1rem
  }

  .company ul {
    padding: 0 10px
  }

  .company li {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%
  }

  .company img {
    max-width: 100%;
    height: auto
  }

  #search .company li {
    margin: 0 auto 1vw;
    padding: 15px 5px
  }

  .support {
    padding: 25px 0 55px
  }

  .support h2 {
    line-height: 2;
    margin-bottom: 20px;
    padding: 22px 0 0;
    font-size: 1.7rem;
    background-position: center top;
    background-size: 18px
  }

  .support h2 img {
    width: 81px;
    height: auto
  }

  .box_inner .line_h {
    margin: 0 0 20px;
    padding: 9px 0 10px;
    font-size: 1.4rem
  }

  .support .box {
    margin-bottom: 30px;
    padding-bottom: 20px
  }

  .support p {
    font-size: 1.2rem
  }

  .support_b {
    padding: 25px 0 55px
  }

  .support_b h2 {
    line-height: 2;
    margin-bottom: 20px;
    padding: 22px 0 0;
    font-size: 1.7rem;
    background-position: center top;
    background-size: 18px
  }

  .support_b h2 img {
    width: 81px;
    height: auto
  }

  .support_b .box {
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin: 0 10px
  }

  .support_b p {
    text-align: left;
    font-size: 1.2rem
  }

  .gray_allow:after {
    top: 5px
  }

  .box_inner {
    margin-bottom: 20px
  }

  .box_b {
    margin: 0 0
  }

  .card_link_has_bottom li {
    padding-bottom: 15px
  }

  .card_link_has_bottom .card_bottom {
    display: block;
    padding: 0 10px;
    text-align: center;
    font-size: 1rem
  }

  .card_link_has_bottom .card_bottom time {
    display: block;
    margin-bottom: 10px;
    text-align: left
  }

  .card_link_has_bottom .card_bottom span {
    display: inline-block;
    padding: 5px 15px 7px;
    font-size: 1rem
  }

  #menu_modal .search_item li>a:before {
    display: none
  }

  .has_secrch_modal .modal_content {
    border-radius: 5px
  }

  .has_secrch_modal .modal h3 {
    color: var(--main-font-color);
    font-size: 1.3rem
  }

  .has_secrch_modal .modal h3 em {
    font-size: 1.6rem
  }

  .has_secrch_modal .modal h3 em:before {
    left: -35px;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background-size: 25px
  }

  .has_secrch_modal .modal h3 em:after {
    display: none
  }

  .has_secrch_modal .modal ul {
    padding: 0 17px 25px
  }

  .has_secrch_modal .modal li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: initial;
    margin: 0 auto
  }

  .has_secrch_modal .modal li a {
    padding: 11px 36px 14px 15px;
    font-size: 1.2rem
  }

  #return_top a {
    width: 40px;
    height: 40px
  }

  #return_top a:before {
    width: 7px;
    height: 7px;
    margin: -2px -3px 0 0
  }

  #return_top .return_top_inner {
    padding-right: 10px
  }

  .pager {
    margin: 45px 0
  }

  .main_area_right_bottom {
    right: -20px;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }
}

@media(min-width: 767px)and (max-width: 1280px) {
  .pager {
    margin-bottom: 45px
  }
}

@media(min-width: 767px)and (max-width: 1280px) {
  .slick-prev {
    left: -42px
  }

  .slick-next {
    right: -42px
  }
}

.l-bread-wrap {
  padding: 20px 0;
  margin: 0 auto;
  max-width: 980px
}

@media(max-width: 1000px) {
  .l-bread-wrap {
    padding: 10px 20px
  }
}

@media(max-width: 767px) {
  .l-bread-wrap {
    overflow: auto;
    white-space: nowrap
  }
}

.l-bread {
  display: block;
  max-width: 980px
}

.l-bread .l-bread__item {
  color: var(--main-font-color);
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 5px 0 15px;
  position: relative;
  line-height: 20px
}

.l-bread .l-bread__item a {
  color: var(--main-font-color);
  font-size: 1.2rem
}

.l-bread .l-bread__item:not(:first-child):after {
  background: url(/img/icon/icon_bread_arrow.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  height: 11px;
  position: absolute;
  left: 4px;
  top: 5px;
  width: 8px
}

.l-bread .l-bread__item:first-child {
  padding-left: 0
}

.l-bread .l-bread__item:not(:last-child) {
  color: #4d82b5
}

.l-bread .l-bread__item:not(:last-child) a {
  color: #4d82b5
}

.l-bread .l-bread__item:last-child {
  overflow: visible
}

.recommended-post {
  margin-top: 60px;
  padding: 50px 0 60px;
  background: #eff2f4
}

@media(max-width: 767px) {
  .recommended-post {
    margin-top: 0;
    padding: 40px 0
  }
}

.recommended-post h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--color-base)
}

@media(max-width: 767px) {
  .recommended-post h2 {
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center
  }
}

.recommended-post .recommended-post__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(max-width: 767px) {
  .recommended-post .recommended-post__inner {
    max-width: none
  }
}

.recommended-post .recommended-post__item {
  max-width: 335px;
  width: 100%;
  padding: 0 12.5px
}

@media(max-width: 1000px) {
  .recommended-post .recommended-post__item {
    max-width: none !important;
    width: auto
  }
}

@media(max-width: 767px) {
  .recommended-post .recommended-post__item {
    width: auto
  }
}

.recommended-post .recommended-post__item .body {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(73, 73, 73, .15);
  box-shadow: 0 0 10px 0 rgba(73, 73, 73, .15);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0
}

.recommended-post .recommended-post__item .body .title {
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  min-height: 69px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.recommended-post .recommended-post__item .body .date {
  font-size: 12px
}

.recommended-post .recommended-post__item .body .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  height: 64px;
  overflow: hidden
}

.recommended-post .recommended-post__item .body .tags li {
  padding: 5px 10px;
  font-size: 12px;
  color: #014c96;
  background: #e6edf4;
  border-radius: 70px;
  height: 27px
}

.recommended-post .recommended-post__item .img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-box-shadow: 0 0 10px 0 rgba(73, 73, 73, .15);
  box-shadow: 0 0 10px 0 rgba(73, 73, 73, .15);
  -o-object-fit: cover;
  object-fit: cover;
  height: 174px;
  width: 100%
}

.recommended-post .recommended-post__item a {
  -webkit-transition: all .5s;
  transition: all .5s
}

.recommended-post .recommended-post__item a:hover {
  opacity: .7;
  text-decoration: none
}

@media(max-width: 767px) {
  .recommended-post .recommended-post__item a:hover {
    opacity: 1
  }
}

.recommended-post .recommended-post__more {
  margin-top: 5px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  font-size: 14px;
  padding-right: 16px;
  text-decoration: none !important
}

@media(max-width: 1000px) {
  .recommended-post .recommended-post__more {
    margin-right: 16px
  }
}

@media(max-width: 767px) {
  .recommended-post .recommended-post__more {
    margin: 25px auto 0
  }
}

.recommended-post .recommended-post__more:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 2px solid var(--main-light-blue);
  border-right: 2px solid var(--main-light-blue);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg)
}

.recommended-post .recommended-post__list {
  margin-bottom: 40px
}

.recommended-post .recommended-post__list .slick-arrow {
  top: auto;
  bottom: -8px;
  width: 27px;
  height: 27px;
  border-radius: 9999px;
  background: var(--main-light-blue)
}

@media(max-width: 767px) {
  .recommended-post .recommended-post__list .slick-arrow {
    bottom: -19px;
    width: 46px;
    height: 46px
  }
}

.recommended-post .recommended-post__list .slick-arrow:before {
  top: 9px;
  width: 8px;
  height: 8px
}

@media(max-width: 767px) {
  .recommended-post .recommended-post__list .slick-arrow:before {
    top: 17px;
    width: 12px;
    height: 12px;
    border-left-width: 2px;
    border-bottom-width: 2px
  }
}

.recommended-post .recommended-post__list .slick-prev {
  left: 33%
}

@media(max-width: 1000px) {
  .recommended-post .recommended-post__list .slick-prev {
    left: 31%
  }
}

@media(max-width: 767px) {
  .recommended-post .recommended-post__list .slick-prev {
    left: 25px
  }
}

.recommended-post .recommended-post__list .slick-prev:before {
  left: 11px
}

@media(max-width: 767px) {
  .recommended-post .recommended-post__list .slick-prev:before {
    left: 19px
  }
}

.recommended-post .recommended-post__list .slick-next {
  right: 33%
}

@media(max-width: 1000px) {
  .recommended-post .recommended-post__list .slick-next {
    right: 31%
  }
}

@media(max-width: 767px) {
  .recommended-post .recommended-post__list .slick-next {
    right: 25px
  }
}

.recommended-post .recommended-post__list .slick-next:before {
  left: 9px
}

@media(max-width: 767px) {
  .recommended-post .recommended-post__list .slick-next:before {
    left: 15px
  }
}

.recommended-post .recommended-post__list .slick-dots {
  margin-top: 40px
}

.recommended-post .recommended-post__list .slick-dots li button {
  border-radius: 9999px
}

.recommended-post .recommended-post__list .slick-dots .slick-active button {
  background: var(--main-light-blue)
}

.recommended-post .slick-custom-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width: 768px) {
  .recommended-post .slick-custom-nav .slick-dots {
    position: absolute;
    bottom: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav .slick-dots {
    position: relative;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    bottom: 0;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%
  }
}

@media screen and (min-width: 768px) {

  .recommended-post .slick-custom-nav .slick-dots li,
  .recommended-post .slick-custom-nav .slick-dots li button,
  .recommended-post .slick-custom-nav .slick-dots li button::before {
    width: 12px;
    height: 12px
  }
}

@media screen and (min-width: 768px) {
  .recommended-post .slick-custom-nav .slick-dots li {
    margin: 0 7px
  }
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav .slick-dots li {
    display: inline-block;
    margin: 0 5px
  }
}

@media screen and (min-width: 768px) {
  .recommended-post .slick-custom-nav .slick-dots li.slick-active button {
    background-color: #014c96;
    width: 12px;
    height: 12px
  }
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav .slick-dots li.slick-active button {
    background: #014c96;
    color: #fff;
    padding: 12px 15px 12px 5px;
    border: 1px solid #007bff;
    border-radius: 50%
  }
}

@media screen and (min-width: 768px) {
  .recommended-post .slick-custom-nav .slick-dots li button {
    background-color: #a5a5a5;
    opacity: .8;
    border-radius: 100%
  }
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav .slick-dots li button {
    border: none;
    font-size: 16px;
    background: rgba(0, 0, 0, 0);
    color: #000;
    padding: 12px 15px 12px 5px;
    text-indent: 0
  }
}

@media screen and (min-width: 768px) {
  .recommended-post .slick-custom-nav .slick-dots li button::before {
    content: none
  }
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav .slick-dots li button::before {
    content: ""
  }
}

@media screen and (min-width: 768px) {
  .recommended-post .slick-custom-nav .slick-prev {
    position: absolute;
    top: 100%;
    left: 40%;
    -webkit-transform: translateY(31%);
    transform: translateY(31%)
  }
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav .slick-prev {
    left: unset
  }
}

@media screen and (min-width: 768px) {
  .recommended-post .slick-custom-nav .slick-prev::before {
    border-left: 2px solid #014c96;
    border-bottom: 2px solid #014c96;
    content: "";
    position: absolute;
    left: 19px;
    top: 17px;
    display: block;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(47deg) skewX(5deg);
    transform: rotate(47deg) skewX(5deg)
  }
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav .slick-prev::before {
    border-left: 2px solid #014c96;
    border-bottom: 2px solid #014c96;
    content: "";
    position: absolute;
    left: 18px;
    top: 19px;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(47deg) skewX(5deg);
    transform: rotate(47deg) skewX(5deg)
  }
}

@media screen and (min-width: 768px) {
  .recommended-post .slick-custom-nav .slick-next {
    position: absolute;
    top: 100%;
    right: 81%;
    margin-right: -41%;
    -webkit-transform: translateY(31%);
    transform: translateY(31%)
  }
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav .slick-next {
    right: unset;
    -webkit-transform: translateX(12px);
    transform: translateX(12px)
  }
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav .slick-next::before {
    border-left: 2px solid #0062c3;
    border-bottom: 2px solid #0062c3;
    content: "";
    position: absolute;
    left: 17px;
    top: 19px;
    display: block;
    width: 8px;
    height: 8px
  }
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav .slick-arrow {
    cursor: pointer;
    position: relative;
    top: 50%;
    width: 46px;
    height: 46px;
    line-height: 0;
    border: none;
    border-radius: 50px;
    font-size: 0px;
    background: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    z-index: 5
  }
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav .slick-active {
    width: 46px;
    height: 46px;
    line-height: 0;
    margin-top: -8px;
    font-size: 14px;
    outline: 0;
    background: #0062c3;
    color: #fff;
    border: none;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2)
  }
}

.recommended-post .slick-custom-nav button {
  width: 34px;
  height: 34px;
  line-height: 0;
  margin-top: -8px;
  font-size: 0;
  background: none;
  color: #333;
  border: none;
  font-weight: 700
}

@media(max-width: 767px) {
  .recommended-post .slick-custom-nav button {
    font-size: 16px;
    padding: 0
  }
}

.popup-cta-btn {
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%
}

.popup-cta-btn:hover {
  opacity: .7;
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.popup-cta-btn .popup {
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 15px;
  background: #fff;
  padding: 5px 30px;
  border-radius: 50px;
  color: #ef7200;
  border: 2px solid #ef7200;
  font-size: 14px;
  font-weight: 700;
  z-index: 1
}

@media(max-width: 767px) {
  .popup-cta-btn .popup {
    top: 10px;
    padding: 5px 20px;
    font-size: 13px;
    margin-bottom: 0
  }
}

.popup-cta-btn .popup:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid #ef7200;
  border-bottom: 2px solid #ef7200;
  background: #fff
}

.popup-cta-btn .text {
  background: var(--grd-orange, linear-gradient(90deg, #fea725 0%, #eb690c 100%));
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 30px;
  position: relative;
  text-align: center;
  top: -23px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%
}

@media(max-width: 767px) {
  .popup-cta-btn .text {
    top: 0
  }
}

.popup-cta-btn .text:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  right: 20px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 46%
}

@media(max-width: 767px) {
  .popup-cta-btn .text:before {
    display: none
  }
}

.banner_golden-kamuy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 525px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 767px) {
  .banner_golden-kamuy {
    height: 82.1333333333vw
  }
}

.banner_golden-kamuy .banner_golden-kamuy_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px
}

@media(max-width: 767px) {
  .banner_golden-kamuy .banner_golden-kamuy_inner {
    margin: 0;
    padding: 0 3.3333333333vw
  }
}

.banner_golden-kamuy .banner_golden-kamuy_inner .banner_golden-kamuy_img {
  width: 980px;
  height: auto;
  aspect-ratio: 196/65
}

@media(min-width: 767px)and (max-width: 1280px) {
  .banner_golden-kamuy .banner_golden-kamuy_inner .banner_golden-kamuy_img {
    width: 100%
  }
}

@media(max-width: 767px) {
  .banner_golden-kamuy .banner_golden-kamuy_inner .banner_golden-kamuy_img {
    width: 100%;
    aspect-ratio: 35/23
  }
}