@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  color: #262626;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

p::selection {
  background: #167ac6;
  color: #fff;
}

/*----------------------------------
	FONT FAMILY
------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

p {
  margin: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

figure {
  margin: 0;
  padding: 0;
}

/*----------------------------------
	LINK
------------------------------------*/
a,
a:visited {
  color: #262626;
  text-decoration: none;
}

a:hover {
  color: #262626;
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/*----------------------------------
	btn
------------------------------------*/
a.btn, a.btn2 {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background: #6F9A80;
  border-radius: 32px;
  text-decoration: none;
}
a.btn:last-child, a.btn2:last-child {
  margin-left: 16px;
}
a.btn:hover, a.btn2:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
a.btn::before, a.btn2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
a.btn::after, a.btn2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 12px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
  border-left: 5px solid #6F9A80;
}

a.btn2 {
  background-color: #c85c84;
  border: 5px solid rgba(255, 255, 255, 0.8);
}
a.btn2::after {
  border-left: 5px solid #9a6f85;
}

a.btn.back::before, a.back.btn2::before {
  right: auto;
  left: 11px;
}
a.btn.back::after, a.back.btn2::after {
  right: auto;
  left: 16px;
  border-left: none;
  border-right: 5px solid #6F9A80;
}

@media all and (-ms-high-contrast: none) {
  a.btn, a.btn2 {
    padding-top: 5px;
  }
}
/*----------------------------------
	共通
------------------------------------*/
.pc_none {
  display: none;
}

.w100p {
  width: 100%;
}

.pt60 {
  padding-top: 60px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt60 {
  margin-top: 60px !important;
}

/*----------------------------------
	ヘッダー
------------------------------------*/
header {
  position: relative;
  z-index: 1;
}
header .main_visual {
  height: 384px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom center;
  position: fixed;
  width: 100%;
  z-index: 0;
}
header .main_visual.bg01 {
  background-image: url("../img/top/main_back.png");
  z-index: -1;
}
header .main_visual.bg01::before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 384px;
  background-image: url("../img/top/main_img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
header .main_visual .main_visual_title {
  position: absolute;
  top: 260px;
  right: 80px;
}
header .main_visual .main_visual_title h1 {
  font-size: 3.0rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  padding: 0 40px;
  background-color: #71AFB1;
}
header .main_visual .main_visual_title h1:nth-child(1) {
  margin-right: 80px;
}
header .main_visual .main_visual_title h1:nth-child(2) {
  margin-left: 80px;
  margin-top: 10px;
}

@media all and (-ms-high-contrast: none) {
  header .main_visual .main_visual_title h1 {
    padding-top: 8px;
  }
}
/*----------------------------------
	main
------------------------------------*/
main {
  padding-top: 384px;
}
main article {
  width: calc(100% - 330px);
  padding: 0 0 0 330px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 15px;
}

/*----------------------------------
	お知らせ
------------------------------------*/
.top_news_bx {
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.05);
  padding: 16px 24px 24px;
  margin-bottom: 46px;
}
.top_news_bx .top_news_title {
  width: auto;
  margin-bottom: 14px;
}
.top_news_bx .top_news_title h2 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.top_news_bx .top_news_title h3 {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.2em;
  color: #68A46C;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
}
.top_news_bx .top_news ul {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  width: 90%;
}
.top_news_bx .top_news ul li {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px dashed #D1D1D1;
}
.top_news_bx .top_news ul li time {
  color: #303030;
  margin-right: 24px;
}
.top_news_bx .top_news ul li a h4 {
  font-weight: bold;
}
.top_news_bx .top_news .news_link {
  text-align: center;
}

/*----------------------------------
	業務案内
------------------------------------*/
.top_business_bx {
  padding: 16px 24px;
  margin-bottom: 39px;
}
.top_business_bx .top_business_title {
  width: auto;
  margin-bottom: 14px;
}
.top_business_bx .top_business_title h2 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.top_business_bx .top_business_title h3 {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.2em;
  color: #68A46C;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.top_business_bx .top_business {
  display: flex;
}
.top_business_bx .top_business > div {
  background: #FFFFFF;
}
.top_business_bx .top_business > div img {
  width: 480px;
}
.top_business_bx .top_business > div .about_contet {
  padding: 16px 16px 40px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.05);
}
.top_business_bx .top_business > div .about_contet .business_title {
  margin-bottom: 25px;
}
.top_business_bx .top_business > div .about_contet .business_title span {
  font-size: 1.9rem;
  line-height: 1.9rem;
  letter-spacing: 0.2em;
  color: #68A46C;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.top_business_bx .top_business > div .about_contet .business_title h3 {
  padding: 0;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-top: 2px;
}
.top_business_bx .top_business > div .about_contet .business_message {
  width: 420px;
  font-weight: bold;
  margin-bottom: 37px;
}
.top_business_bx .top_business > div .about_contet > a {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 0 0 14px;
  margin-right: 18px;
}
.top_business_bx .top_business > div .about_contet > a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #303030;
}
.top_business_bx .top_business > div .about_contet > a:last-child {
  margin-right: 0;
}
.top_business_bx .top_business > div:nth-child(2) {
  margin-left: 22px;
}

/*----------------------------------
	会社案内
------------------------------------*/
.top_about_bx {
  padding: 16px 0 16px 24px;
  margin-bottom: 36px;
}
.top_about_bx .top_about {
  display: flex;
}
.top_about_bx .top_about .about_bx {
  margin-right: 46px;
}
.top_about_bx .top_about .about_bx .top_about_title {
  width: auto;
  margin-bottom: 24px;
}
.top_about_bx .top_about .about_bx .top_about_title h2 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.top_about_bx .top_about .about_bx .top_about_title h3 {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.2em;
  color: #68A46C;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.top_about_bx .top_about .about_bx .top_about_title + h3 {
  padding: 0;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
}
.top_about_bx .top_about .about_bx .about_message {
  width: 360px;
  margin-top: 34px;
  margin-bottom: 24px;
}
.top_about_bx .top_about .about_bx .about_link {
  text-align: center;
}
.top_about_bx .about_img {
  position: relative;
  min-width: 585px;
  width: 100%;
}
.top_about_bx .about_img:after {
  content: '';
  width: 100%;
  height: 94%;
  display: block;
  background: #F3F3F3;
  z-index: -1;
  position: absolute;
  top: 40px;
  left: -16px;
  padding-right: 16px;
}
.top_about_bx .about_img img {
  min-width: 585px;
  width: calc(100% - 30px);
  height: 357px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

/*----------------------------------
	団体自動車保険更新
------------------------------------*/
.top_group_bx {
  padding: 24px 0 36px 26px;
  position: relative;
}
.top_group_bx:after {
  content: '';
  width: 90%;
  height: 100%;
  display: block;
  background: #F3F3F3;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.top_group_bx .top_group {
  display: flex;
}
.top_group_bx .top_group .group_bx h2 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.top_group_bx .top_group .group_bx .group_message {
  margin: 28px 40px 35px 0;
}
.top_group_bx .top_group .group_bx .group_link {
  display: flex;
  justify-content: space-between;
}
.top_group_bx .top_group .group_bx .group_link .banner {
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  margin-right: 16px;
  transition: all 0.2s;
}
.top_group_bx .top_group .group_bx .group_link .banner img {
  width: 240px;
}
.top_group_bx .top_group .group_bx .group_link .banner > p {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 14px;
}
.top_group_bx .top_group .group_bx .group_link .banner > p::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #303030;
}
.top_group_bx .top_group .group_bx .group_link .banner:hover {
  opacity: 0.7;
}
.top_group_bx .top_group .group_bx + img {
  min-width: 295px;
  width: 100%;
  height: 247px;
  margin-top: 24px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
.top_group_bx .top_group .group_bx + img.aflac_img {
  min-width: 203px;
  width: 100%;
  height: 150px;
}

/*----------------------------------
	採用情報
------------------------------------*/
.top_recruit_bx {
  margin-bottom: 80px;
}
.top_recruit_bx .top_recruit {
  display: flex;
}
.top_recruit_bx .top_recruit .recruit_bx {
  background: #F3F3F3;
  padding: 16px 16px 16px 24px;
  margin-top: 24px;
  width: 44%;
}
.top_recruit_bx .top_recruit .recruit_bx .top_recruit_title {
  width: auto;
  margin-bottom: 24px;
}
.top_recruit_bx .top_recruit .recruit_bx .top_recruit_title h2 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.top_recruit_bx .top_recruit .recruit_bx .top_recruit_title h3 {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.2em;
  color: #68A46C;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.top_recruit_bx .top_recruit .recruit_bx .top_recruit_title + h3 {
  padding: 0;
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.top_recruit_bx .top_recruit .recruit_bx .recruit_message {
  margin-bottom: 40px;
}
.top_recruit_bx .top_recruit .recruit_bx .recruit_link {
  text-align: center;
}
.top_recruit_bx .top_recruit img {
  min-width: 604px;
  width: 56%;
  height: 384px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

/*----------------------------------
	フッターナビ
------------------------------------*/
.footer_nav {
  background: #F3F3F3;
  display: block;
  padding: 20px 0;
}
.footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer_nav ul li {
  display: block;
  position: relative;
  padding: 2px 0 2px 40px;
  text-decoration: none;
  transition: all 0.2s;
}
.footer_nav ul li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 20px;
  box-sizing: border-box;
  width: 1px;
  height: 14px;
  border-left: 1px solid #303030;
}
.footer_nav ul li:first-child::before {
  content: none;
}

/*----------------------------------
	サイドメニュー
------------------------------------*/
.side_menu_scroll_bx {
  width: 240px;
  padding-left: 6px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 84px;
  z-index: 3;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.side_menu_scroll_bx::-webkit-scrollbar {
  display: none;
}

.side_menu {
  width: 240px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.05);
}
.side_menu .site_logo_link {
  text-align: center;
  padding: 10px 0 0;
  margin: 0 0 20px;
}
.side_menu .site_logo_link img {
  width: 170px;
}
.side_menu .side_menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.side_menu .side_menu_list > li .current, .side_menu .side_menu_list > li .current2 {
  background-color: #3183B8;
  transition-duration: 0.3s;
}
.side_menu .side_menu_list > li .current a, .side_menu .side_menu_list > li .current2 a {
  color: #fff;
}
.side_menu .side_menu_list > li .current a::after, .side_menu .side_menu_list > li .current2 a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 34%;
  right: 4px;
  background-image: url("../img/arrow_wh.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.side_menu .side_menu_list > li .current a::before, .side_menu .side_menu_list > li .current2 a::before {
  border-left: none !important;
}
.side_menu .side_menu_list > li .current2 {
  background-color: #31B89C;
}
.side_menu .side_menu_list > li .current2 a::before {
  border-left: none !important;
}
.side_menu .side_menu_list > li p {
  background: #CCCCCC;
  margin-left: -6px;
  margin-right: 16px;
  padding: 2px 20px;
}
.side_menu .side_menu_list > li p a {
  color: #fff;
}
.side_menu .side_menu_list > li > ul {
  list-style: none;
  margin: 0;
  padding: 6px 16px 14px;
}
.side_menu .side_menu_list > li > ul li {
  border-bottom: 1px dashed #CCCCCC;
  margin: 0 0 6px;
}
.side_menu .side_menu_list > li > ul li a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  padding: 3px 0 3px 8px;
  text-decoration: none;
  transition: all 0.2s;
}
.side_menu .side_menu_list > li > ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  box-sizing: border-box;
  width: 3px;
  height: 18px;
  border-left: 3px solid #303030;
}
.side_menu .side_menu_list > li > ul li a:hover {
  opacity: 0.7;
}
.side_menu .side_menu_list > li:nth-child(1) p {
  background: #5181A1;
  font-weight: bold;
}
.side_menu .side_menu_list > li:nth-child(1) > ul li a::before {
  border-left: 3px solid #5181A1;
}
.side_menu .side_menu_list > li:nth-child(2) p {
  background: #68A46C;
  font-weight: bold;
}
.side_menu .side_menu_list > li:nth-child(2) > ul li a::before {
  border-left: 3px solid #68A46C;
}
.side_menu .side_menu_img {
  padding: 0 39px 18px;
}
.side_menu .side_menu_img div {
  display: flex;
  align-items: baseline;
}
.side_menu .side_menu_img div img:nth-child(1) {
  width: 78px;
  margin-bottom: 16px;
}
.side_menu .side_menu_img div img:nth-child(2) {
  width: 78px;
  margin-bottom: 16px;
}
.side_menu .side_menu_img a {
  transition: all 0.2s;
}
.side_menu .side_menu_img a img {
  width: 44px;
}
.side_menu .side_menu_img a:hover {
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none) {
  .side_menu .side_menu_list > li:nth-child(1) p {
    padding-top: 5px;
  }
  .side_menu .side_menu_list > li:nth-child(2) p {
    padding-top: 5px;
  }
  .side_menu .side_menu_list > li ul li {
    padding-top: 5px;
  }
  .side_menu .side_menu_list > li ul li a::before {
    position: absolute;
    top: -5px;
  }
}
/*----------------------------------
	フッター
------------------------------------*/
footer {
  text-align: center;
  padding: 32px 0 36px;
}
footer small {
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .sp_pt0 {
    padding-top: 0 !important;
  }

  .sp_mb0 {
    margin-bottom: 0 !important;
  }

  a.btn, a.btn2 {
    max-width: 240px;
    width: 100%;
  }
  a.btn:last-child, a.btn2:last-child {
    margin-top: 16px;
  }

  .sp_none {
    display: none !important;
  }

  .pc_none {
    display: block;
    width: 100%;
  }

  body {
    min-width: 100%;
  }

  header {
    margin-top: 101px;
  }
  header .main_visual.bg01 {
    height: 260px;
  }
  header .main_visual.bg01::before {
    height: 260px;
    background-image: url("../img/top/main_img_sp.png");
  }
  header .main_visual .main_visual_title {
    text-align: center;
    top: 91px;
    right: 0;
    left: 0;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
  }
  header .main_visual .main_visual_title h1:nth-child(1), header .main_visual .main_visual_title h1:nth-child(2) {
    margin: 6px;
    padding: 0px 10px;
    font-size: 2.4rem;
    line-height: 1.4;
  }

  main {
    padding-top: 260px;
  }
  main article {
    width: 100%;
    padding: 0;
  }

  .top_news_bx {
    padding: 18px 18px 25px;
    margin-bottom: 0;
  }
  .top_news_bx .top_news ul {
    width: 100%;
  }

  .top_business_bx {
    padding: 0;
    margin-bottom: 140px;
  }
  .top_business_bx .top_business_title {
    padding: 25px 18px 18px;
  }
  .top_business_bx .top_business {
    display: block;
  }
  .top_business_bx .top_business > div {
    margin-bottom: 48px;
  }
  .top_business_bx .top_business > div .about_contet {
    padding: 16px 16px 28px;
  }
  .top_business_bx .top_business > div .about_contet .business_message {
    width: 100%;
  }
  .top_business_bx .top_business > div .about_contet > a {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .top_business_bx .top_business > div img {
    width: 100%;
  }
  .top_business_bx .top_business > div:nth-child(2) {
    margin-left: 0;
    margin-bottom: 0;
  }

  .top_about_bx {
    padding: 0;
    margin-bottom: 31px;
  }
  .top_about_bx .top_about {
    display: flex;
    flex-wrap: wrap;
  }
  .top_about_bx .top_about .about_bx {
    padding: 18px;
    margin-right: 0;
    order: 2;
  }
  .top_about_bx .top_about .about_bx .top_about_title {
    margin-bottom: 12px;
  }
  .top_about_bx .top_about .about_bx .top_about_title + h3 {
    font-size: 1.8rem;
  }
  .top_about_bx .top_about .about_bx .about_message {
    width: 100%;
    margin-top: 10px;
  }
  .top_about_bx .about_img {
    min-width: 100%;
    margin-bottom: 26px;
    order: 1;
  }
  .top_about_bx .about_img img {
    min-width: auto;
    width: calc(100% - 20px);
    height: 100%;
  }
  .top_about_bx .about_img:after {
    content: '';
    width: 90%;
    height: 100%;
    /* display: block; */
    /* background: #F3F3F3; */
    /* z-index: -1; */
    /* position: absolute; */
    top: 20px;
    right: 0;
    left: auto;
    /* padding-right: 20px; */
  }

  .top_group_bx {
    padding: 36px 16px;
  }
  .top_group_bx .top_group {
    display: block;
  }
  .top_group_bx .top_group .group_bx h2 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
  }
  .top_group_bx .top_group .group_bx .group_link {
    display: flex;
    width: 100%;
    padding: 20px 0 7px;
    justify-content: center;
  }
  .top_group_bx .top_group .group_bx .group_link .banner {
    max-width: 240px;
    display: block;
  }
  .top_group_bx .top_group .group_bx .group_link .banner img {
    max-width: 240px;
    width: 100%;
    display: block;
    margin: auto;
  }
  .top_group_bx .top_group .group_bx .group_link .banner > p {
    display: inline-block;
  }
  .top_group_bx .top_group .group_bx .group_message {
    width: 100%;
    margin: 28px 40px 0 0;
  }
  .top_group_bx:after {
    width: 100%;
  }

  .top_recruit_bx .top_recruit {
    display: block;
  }
  .top_recruit_bx .top_recruit img {
    min-width: 100%;
    height: 100%;
  }
  .top_recruit_bx .top_recruit .recruit_bx {
    background: #FFF;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 18px;
    margin-top: 0;
  }
  .top_recruit_bx .top_recruit .recruit_bx .top_recruit_title {
    padding-top: 0;
  }
  .top_recruit_bx .top_recruit .recruit_bx .recruit_message {
    margin-bottom: 10px;
  }

  .sp_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 101px;
    background-color: #FFF;
    z-index: 2;
  }
  .sp_side_menu .site_logo_link {
    cursor: pointer;
    position: fixed;
    top: 21px;
    left: 20px;
    z-index: 1;
  }
  .sp_side_menu .site_logo_link img {
    width: 110px;
  }
  .sp_side_menu .burger-nav {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    padding-top: 80px;
  }
  .sp_side_menu .burger-nav.open {
    display: block;
  }
  .sp_side_menu .burger-nav .site_logo_link img {
    width: 170px;
  }
  .sp_side_menu .burger-nav .side_menu_list {
    list-style: none;
    margin: 0 20px;
    padding: 0;
    height: calc(100% - 110px);
    overflow: auto;
  }
  .sp_side_menu .burger-nav .side_menu_list > li {
    margin-bottom: 16px;
  }
  .sp_side_menu .burger-nav .side_menu_list > li:nth-child(1) p {
    background: #5181A1;
  }
  .sp_side_menu .burger-nav .side_menu_list > li:nth-child(1) a {
    color: #fff;
    text-decoration: none;
  }
  .sp_side_menu .burger-nav .side_menu_list > li:nth-child(1) a:hover {
    background: #5181A1;
  }
  .sp_side_menu .burger-nav .side_menu_list > li:nth-child(2) p {
    background: #68A46C;
  }
  .sp_side_menu .burger-nav .side_menu_list > li:nth-child(2) a {
    color: #fff;
    text-decoration: none;
  }
  .sp_side_menu .burger-nav .side_menu_list > li:nth-child(2) a:hover {
    background: #68A46C;
  }
  .sp_side_menu .burger-nav .side_menu_list > li p {
    padding: 8px;
  }
  .sp_side_menu .burger-nav .side_menu_list > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sp_side_menu .burger-nav .side_menu_list > li > ul li a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 6px 0 6px 14px;
    text-decoration: none;
    transition: all 0.2s;
  }
  .sp_side_menu .burger-icon {
    display: block;
    width: 25px;
    height: 18px;
    cursor: pointer;
    position: fixed;
    top: 41px;
    right: 20px;
    z-index: 1;
  }
  .sp_side_menu .burger-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #548939;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .sp_side_menu .burger-icon span:nth-of-type(1) {
    top: 0;
  }
  .sp_side_menu .burger-icon span:nth-of-type(2) {
    top: 8px;
  }
  .sp_side_menu .burger-icon span:nth-of-type(3) {
    bottom: 0;
  }
  .sp_side_menu .burger-icon.is-burger-nav-open {
    z-index: 11;
  }
  .sp_side_menu .burger-icon.is-burger-nav-open span {
    background-color: #FFF;
  }
  .sp_side_menu .burger-icon.is-burger-nav-open span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .sp_side_menu .burger-icon.is-burger-nav-open span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_side_menu .burger-icon.is-burger-nav-open span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }

  .sp_side_menu_img {
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .sp_side_menu_img p {
    margin: 0 10px;
  }
  .sp_side_menu_img p img {
    width: 53px;
  }
  .sp_side_menu_img a {
    transition: all 0.2s;
    margin: 0 10px;
  }
  .sp_side_menu_img a img {
    width: 78px;
  }
  .sp_side_menu_img a:last-child img {
    width: 44px;
  }
  .sp_side_menu_img a:hover {
    opacity: 0.7;
  }

  .footer_nav {
    margin: 0 0 40px;
  }
  .footer_nav ul {
    display: block;
    padding: 0 18px;
  }
  .footer_nav ul li {
    margin: 10px 0;
    padding: 0;
  }
  .footer_nav ul li::before {
    content: none;
  }

  footer {
    width: 100%;
    padding: 16px 0 36px;
  }
}
@media screen and (max-width: 480px) {
  .top_group_bx .top_group .group_bx .group_link {
    display: block;
    width: 100%;
    padding: 20px 0 7px;
  }
  .top_group_bx .top_group .group_bx .group_link .banner {
    width: 100%;
    display: block;
    margin: 0 auto 16px;
  }
  .top_group_bx .top_group .group_bx .group_link .banner + :last-child {
    margin: 0 auto;
  }
  .top_group_bx .top_group .group_bx .group_link .banner img {
    width: 100%;
    display: block;
    margin: auto;
  }

  a.btn:last-child, a.btn2:last-child {
    margin-left: 0;
  }
}
