@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Oswald&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: inherit;
}
a:hover {
  opacity: 0.8;
  color: inherit;
  text-decoration: none;
}

.container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container_wide_left {
  margin-left: calc(50% - 50vw);
}

.container_wide_right {
  margin-right: calc(50% - 50vw);
}

.oswald {
  font-family: "Oswald", serif;
}

@media (max-width: 1199px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 1199px) {
  .tab {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab {
    display: none;
  }
}

.spta {
  display: none;
}
@media (max-width: 1199px) {
  .spta {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.flex {
  display: flex;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.tac {
  text-align: center;
}

.color_white {
  color: #fff;
}

.color_main {
  color: #005BAC;
}

.color_green {
  color: #096A5F;
}

.color_lightgray {
  color: #b3b3b3;
}

.bg_white85 {
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  padding: 2px 4px;
}

.bg_main {
  background: #005BAC;
}

.bt_theme {
  border-top: 1px solid #005BAC;
}

.f_bold {
  font-weight: bold;
}

.ls05 {
  letter-spacing: 0.05em;
}

.lh1 {
  line-height: 1;
}

.fz50 {
  font-size: 50px;
}
@media (max-width: 1199px) {
  .fz50 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .fz50 {
    font-size: 30px;
  }
}

.fz35 {
  font-size: 35px;
}
@media (max-width: 1199px) {
  .fz35 {
    font-size: 24px;
  }
}

.fz30 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .fz30 {
    font-size: 22px;
  }
}

.fz26 {
  font-size: 26px;
}
@media (max-width: 1199px) {
  .fz26 {
    font-size: 20px;
  }
}

.fz25 {
  font-size: 25px;
}
@media (max-width: 1199px) {
  .fz25 {
    font-size: 20px;
  }
}

.fz22 {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .fz22 {
    font-size: 18px;
  }
}

.fz20 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .fz20 {
    font-size: 18px;
  }
}

.fz18 {
  font-size: 18px;
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.fz12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .fzsp22 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .fzsp18 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .fzsp16 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .fzsp14 {
    font-size: 14px;
  }
}

.bb_main2 {
  border-bottom: 2px solid #005BAC;
}

.bb_main8 {
  border-bottom: 8px solid #005BAC;
  padding-bottom: 10px;
  width: 360px;
}
@media (max-width: 767px) {
  .bb_main8 {
    border-bottom: 4px solid #005BAC;
    width: 260px;
  }
}

.border_main2_cmn {
  border: 2px solid #005BAC;
  padding: 22px 30px;
}
.border_main2_cmn p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .border_main2_cmn {
    padding: 1rem;
    border: 1px solid #005BAC;
  }
}

.bg_main_ttl {
  background: #005BAC;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.bg_main_ttl_left {
  background: #005BAC;
  padding: 30px;
  text-align: left;
  color: #fff;
  font-weight: 500;
}
.bg_main_ttl_left span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .bg_main_ttl_left {
    padding: 30px 1rem;
  }
}

.t_indent_4em {
  text-indent: -4.8em;
  padding-left: 4.8em;
  display: block;
}

.t_indent75em {
  text-indent: -0.75em;
  padding-left: 0.75em;
  display: block;
}

.w_fit {
  width: fit-content;
}

.tdno {
  text-decoration: none;
}

.tdunderline {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .header_scrolled .site-header {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .header_scrolled .site-header .global-nav {
    margin: 0;
  }
}

.header {
  box-shadow: none;
}
.header .header_wrap {
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0;
}
.header .header_logo {
  width: 290px;
  margin-right: 1em;
}
@media (max-width: 1199px) {
  .header .header_logo {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .header .header_logo {
    width: 190px;
  }
}
.header .header_nav {
  width: 570px;
  max-width: 100%;
  justify-content: stretch;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .header .header_nav {
    width: 480px;
  }
}
.header .header_nav > .menu-item {
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  border-left: 1px solid #A9A9A9;
}
.header .header_nav > .menu-item:last-child {
  border-right: 1px solid #A9A9A9;
}
.header .header_nav > .menu-item > a {
  display: block;
  padding: 2px;
}
.header .header_nav > .menu-item > a .global-nav-name {
  font-size: 16px;
}

.device-mobile .global-nav-list > li {
  padding: 0;
}

.global-nav {
  margin-left: 0;
}

.global-nav-list > li > ul.sub-menu {
  background: #fff;
}
.global-nav-list > li > ul.sub-menu a {
  color: #333;
  font-size: 14px;
  border: 1px solid #DCDCDC;
}
.global-nav-list > li > ul.sub-menu a:hover {
  background: #00A0E8;
}

.device-mobile .global-nav-list .acc-btn {
  top: 2px;
}

.vk-mobile-nav-menu-btn {
  overflow: visible;
  top: 8px;
}
.vk-mobile-nav-menu-btn::after {
  content: "MENU";
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 10px;
  text-indent: 0;
}

.vk-mobile-nav.vk-mobile-nav-open {
  padding-top: 70px;
}

/* ---------------------------------
 ヘッダーロゴ横に検索窓
---------------------------------*/
/* デザインが崩れるので991.98px以下でform非表示 */
@media (max-width: 991.98px) {
  .site-header-container form {
    display: none !important;
  }
}
.site-header-container .search-form {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 1em 0 auto;
}

/*虫眼鏡マーク*/
.site-header-container .search-form:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 10px;
}

/*フィールド*/
.site-header-container .search-field {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

/*submitボタン非表示*/
.site-header-container .search-submit {
  display: none;
}

/*テキストフィールド*/
.site-header-container form .search-field {
  z-index: 200;
  opacity: 0;
  width: 40px;
  transition: all 0.5s ease-in;
  padding: 0 10px;
  cursor: pointer;
}

/*フォーカス時にテキストフィールド表示*/
.site-header-container form .search-field:focus {
  opacity: 1;
  width: 155px;
  transition: all 0.5s ease-in;
  border-width: 1px;
  border-radius: var(--vk-size-radius);
}

.ttl_cmn_wrap .ttl_cmn {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .ttl_cmn_wrap .ttl_cmn {
    font-size: 24px;
  }
}
.ttl_cmn_wrap .ttl_cmn_en {
  font-size: 18px;
  display: block;
}
@media (max-width: 767px) {
  .ttl_cmn_wrap .ttl_cmn_en {
    font-size: 14px;
  }
}

.btn_cmn_blue a {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 365px;
  max-width: 100%;
  padding: 10px 20px;
  color: #fff;
  background: #00A0E8;
  border: 1px solid #00A0E8;
}
.btn_cmn_blue a:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 1px;
  right: 12px;
  top: 50%;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.btn_cmn_blue a:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 12px;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
  transition: all 0.3s ease 0s;
}
.btn_cmn_blue a:hover {
  background: #fff;
  color: #00A0E8;
}
.btn_cmn_blue a:hover:before, .btn_cmn_blue a:hover:after {
  background: #00A0E8;
  right: 6px;
}

.btn_cmn_white a {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 365px;
  max-width: 100%;
  padding: 10px 20px;
  color: #00A0E8;
  background: #fff;
  border: 1px solid #00A0E8;
}
.btn_cmn_white a:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 1px;
  right: 12px;
  top: 50%;
  background: #00A0E8;
  transition: all 0.3s ease 0s;
}
.btn_cmn_white a:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 12px;
  width: 12px;
  height: 1px;
  background: #00A0E8;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
  transition: all 0.3s ease 0s;
}
.btn_cmn_white a:hover {
  background: #00A0E8;
  color: #fff;
}
.btn_cmn_white a:hover:before, .btn_cmn_white a:hover:after {
  background: #fff;
  right: 6px;
}

.btn_cmn_white_nolink {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 365px;
  max-width: 100%;
  padding: 10px 20px;
  color: #00A0E8;
  background: #fff;
  border: 1px solid #00A0E8;
  transition: all 0.3s ease 0s;
}
.btn_cmn_white_nolink:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 1px;
  right: 12px;
  top: 50%;
  background: #00A0E8;
  transition: all 0.3s ease 0s;
}
.btn_cmn_white_nolink:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 12px;
  width: 12px;
  height: 1px;
  background: #00A0E8;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
  transition: all 0.3s ease 0s;
}
.btn_cmn_white_nolink:hover {
  background: #00A0E8;
  color: #fff;
}
.btn_cmn_white_nolink:hover:before, .btn_cmn_white_nolink:hover:after {
  background: #fff;
  right: 6px;
}

.btn_cmn_white_nolink_item .btn_cmn_white_nolink_item_img {
  overflow: hidden;
  border-radius: 30px 0 0 0;
}
.btn_cmn_white_nolink_item .btn_cmn_white_nolink_item_img img {
  transition: all 0.5s ease 0s;
}
.btn_cmn_white_nolink_item:hover .btn_cmn_white_nolink_item_img img {
  transform: scale(1.15);
}
.btn_cmn_white_nolink_item:hover .btn_cmn_white_nolink {
  background: #00A0E8;
  color: #fff;
}
.btn_cmn_white_nolink_item:hover .btn_cmn_white_nolink:before, .btn_cmn_white_nolink_item:hover .btn_cmn_white_nolink:after {
  background: #fff;
  right: 6px;
}

.btn_cmn_white_s a {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 14px;
  color: #00A0E8;
  background: #fff;
  border: 1px solid #00A0E8;
}
.btn_cmn_white_s a:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  right: 8px;
  top: 50%;
  background: #00A0E8;
  transition: all 0.3s ease 0s;
}
.btn_cmn_white_s a:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 8px;
  width: 12px;
  height: 1px;
  background: #00A0E8;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
  transition: all 0.3s ease 0s;
}
.btn_cmn_white_s a:hover {
  background: #00A0E8;
  color: #fff;
}
.btn_cmn_white_s a:hover:before, .btn_cmn_white_s a:hover:after {
  background: #fff;
  right: 4px;
}

.btn_cmn_page_blue a {
  color: #fff;
  background: #005BAC;
  border-radius: 45px;
  padding: 23px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 26px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .btn_cmn_page_blue a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .btn_cmn_page_blue a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn_cmn_page_blue a {
    width: 100%;
  }
}
.btn_cmn_page_blue a .btn_cmn_page_blue_img {
  width: 32px;
}
@media (max-width: 1199px) {
  .btn_cmn_page_blue a .btn_cmn_page_blue_img {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .btn_cmn_page_blue a .btn_cmn_page_blue_img {
    width: 9%;
  }
}
.btn_cmn_page_blue .btn_cmn_page_blue_text {
  margin-left: 10px;
}

.ttl_page_cmn_wrap {
  border-top: 1px solid #005BAC;
  border-bottom: 1px solid #005BAC;
  padding: 18px 10px;
  align-items: center;
  margin-bottom: 0;
  height: 80px;
}
@media (max-width: 1199px) {
  .ttl_page_cmn_wrap {
    padding: 18px 0;
  }
}
@media (max-width: 767px) {
  .ttl_page_cmn_wrap {
    padding: 10px 0;
    height: auto;
    min-height: 80px;
  }
}
@media (max-width: 1199px) {
  .ttl_page_cmn_wrap .ttl_page_cmn_img {
    width: 11%;
  }
}
.ttl_page_cmn_wrap .ttl_page_cmn {
  margin-left: 16px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .ttl_page_cmn_wrap .ttl_page_cmn {
    margin-left: 10px;
  }
}

.online {
  padding: 60px 0;
  background: #F5F5F5;
}
.online .online_wrap {
  margin-top: 40px;
  flex-wrap: wrap;
}
.online .online_l {
  width: 48.5%;
}
@media (max-width: 767px) {
  .online .online_l {
    width: 100%;
  }
}
.online .online_r {
  width: 48.5%;
}
@media (max-width: 767px) {
  .online .online_r {
    width: 100%;
    margin-top: 30px;
  }
}
.online .online_item_wrap {
  flex-wrap: wrap;
  margin: 30px auto 0;
  width: 82%;
}
@media (max-width: 1199px) {
  .online .online_item_wrap {
    width: 100%;
  }
}
.online .online_ttl {
  color: #fff;
  background: #8F8F8F;
  font-size: 18px;
  text-align: center;
  padding: 2px 0;
  margin: 0;
}
.online .online_item {
  margin-bottom: 30px;
  width: 46%;
}
@media (max-width: 767px) {
  .online .online_item {
    width: 48%;
  }
}
.online .online_item_ttl {
  margin: 2px 0 0;
  letter-spacing: 0;
  line-height: 1.4;
}
.online .online_bottom {
  border-top: 1px solid #A9A9A9;
  padding-top: 10px;
  font-size: 12px;
}
.online .online_r_text {
  margin: 10px 0 0;
}
.online .online_item_blank {
  width: 12px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .online .online_box1 .online_item {
    margin-bottom: 20px;
  }
}
.online .online_box3 .online_item_wrap,
.online .online_box4 .online_item_wrap {
  margin-top: 10px;
}
.online .online_box4 .online_item a + a {
  margin-top: 10px;
  display: block;
}

.insurance_c {
  padding: 100px 0 80px;
}
.insurance_c .insurance_c_wrap {
  margin: 30px auto 0;
  width: 940px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .insurance_c .insurance_c_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .insurance_c .insurance_c_wrap {
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .insurance_c .insurance_c_item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .insurance_c .insurance_c_item {
    padding: 0;
    margin-bottom: 10px;
  }
}
.insurance_c .insurance_c_item1 {
  width: 16%;
}
@media (max-width: 1199px) {
  .insurance_c .insurance_c_item1 {
    width: 27%;
  }
}
@media (max-width: 767px) {
  .insurance_c .insurance_c_item1 {
    width: 38%;
  }
}
.insurance_c .insurance_c_item2 {
  width: 24%;
}
@media (max-width: 1199px) {
  .insurance_c .insurance_c_item2 {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .insurance_c .insurance_c_item2 {
    width: 60%;
  }
}
.insurance_c .insurance_c_item3 {
  width: 20%;
}
@media (max-width: 1199px) {
  .insurance_c .insurance_c_item3 {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .insurance_c .insurance_c_item3 {
    width: 46%;
  }
}
.insurance_c .insurance_c_item4 {
  width: 14%;
}
@media (max-width: 1199px) {
  .insurance_c .insurance_c_item4 {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .insurance_c .insurance_c_item4 {
    width: 25%;
  }
}
.insurance_c .insurance_c_item5 {
  width: 12.5%;
}
@media (max-width: 1199px) {
  .insurance_c .insurance_c_item5 {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .insurance_c .insurance_c_item5 {
    width: 22%;
  }
}

.footer_before {
  padding: 30px 0;
  border-top: 1px solid #005BAC;
}
.footer_before .footer_before_nav {
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer_before .footer_before_nav {
    justify-content: flex-start;
  }
}
.footer_before .footer_before_nav_item:last-child {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .footer_before .footer_before_nav_item:last-child {
    margin-left: 0;
  }
}
.footer_before .footer_before_nav_item a {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer_before .footer_before_nav_item a {
    align-items: flex-start;
  }
}
.footer_before .footer_before_nav_item a img {
  margin-right: 10px;
  width: 16px;
}
@media (max-width: 767px) {
  .footer_before .footer_before_nav_item a img {
    margin-top: 6px;
  }
}

.footer {
  padding: 0;
  background: #005BAC;
}
.footer p, .footer a {
  color: #fff;
}
.footer .footer_top {
  padding: 30px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
}
.footer .footer_top .footer_top_text {
  font-size: 14px;
}
.footer .footer_wrap {
  margin-top: 2rem;
  flex-wrap: wrap;
}
.footer .footer_info {
  width: 26%;
}
@media (max-width: 767px) {
  .footer .footer_info {
    width: 100%;
  }
}
.footer .footer_nav_wrap {
  width: 61%;
  padding-top: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .footer_nav_wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.footer .footer_nav {
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .footer_nav {
    width: 49%;
    margin-bottom: 20px;
  }
}
.footer .footer_address {
  margin-top: 20px;
}
.footer .footer_address_item {
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.footer .footer_nav_item_ttl {
  font-weight: bold;
  margin-bottom: 6px;
}
.footer .footer_nav_item_ttl p {
  margin: 0;
}
.footer .menu-item {
  margin: 0;
}
.footer .menu-item a {
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer .menu-item a {
    padding: 0;
  }
}
.footer .footer_bottom {
  margin: 20px 0 0;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 40px;
}
.footer .footer_bottom li {
  padding: 0 10px;
}
.footer .footer_bottom li:not(:first-child) {
  border-left: 1px solid #fff;
}
.footer .footer_bottom li:first-child {
  padding-left: 0;
}
.footer .footer_bottom li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .footer .footer_bottom li {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .footer .footer_bottom li a {
    font-size: 12px;
  }
}
.footer .copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .footer .copyright {
    padding: 10px 0 50px;
    font-size: 12px;
  }
}

.page_top_btn {
  bottom: 50px;
  background: #005BAC;
  background-image: var(--ver_page_top_button_url);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.fixed_nav {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 10;
}
@media (max-width: 767px) {
  .fixed_nav {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fixed_nav .fixed_nav_wrap {
    display: flex;
  }
}
.fixed_nav .fixed_nav_item {
  border-radius: 10px 0 0 10px;
  color: #fff;
  padding: 1rem 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .fixed_nav .fixed_nav_item {
    height: 40px;
    padding: 13px 8px;
    width: 50%;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
  }
}
.fixed_nav .fixed_nav_item_contact {
  background: #75ba00;
}
.fixed_nav .fixed_nav_item_recruit {
  margin-top: 10px;
  background: #d57e00;
}
@media (max-width: 767px) {
  .fixed_nav .fixed_nav_item_recruit {
    margin-top: 0;
  }
}
.fixed_nav .fixed_nav_item_img {
  width: 19px;
}
@media (max-width: 767px) {
  .fixed_nav .fixed_nav_item_img {
    width: 14px;
  }
}
.fixed_nav .fixed_nav_item_text {
  line-height: 1;
  margin-top: 6px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .fixed_nav .fixed_nav_item_text {
    font-size: 14px;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    margin: 0 0 0 6px;
  }
}

.search .post-list .card-img-top img,
.archive .post-list .card-img-top img {
  height: 170px;
  object-fit: cover;
}

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}
.fadein.active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.fadein2 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
  transition-delay: 0.4s;
}
.fadein2.active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.fadein3 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
  transition-delay: 0.8s;
}
.fadein3.active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}