<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700");
@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 200;
  src: local("NotoSansCJKjp-Light.otf"), local("NotoSansJP-Light.otf"), url("../font/noto/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansCJKjp-DemiLight.otf"), local("NotoSansJP-DemiLight.otf"), url("../font/noto/NotoSansJP-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansCJKjp-Regular.otf"), local("NotoSansCJKjp-Regular.otf"), url("../font/noto/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansCJKjp-Medium.otf"), local("NotoSansJP-Medium.otf"), url("../font/noto/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold.otf"), local("NotoSansJP-Bold.otf"), url("../font/noto/NotoSansJP-Bold.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #ffffff;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 300;
  /*  16px  */
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}

html,
body {
  height: 100%;
}

a,
*:focus {
  outline: none;
}

a:hover,
a:hover p,
a:hover img,
a:hover h2 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 0.5s;
}

textarea {
  resize: none;
}

/*  ヘッダー、メニュー  */
header {
  background-color: #000000;
  width: 100%;
  height: 45px;
  position: fixed;
  z-index: 50;
}
header nav {
  height: 45px;
  display: flex;
  align-items: center;
}
header nav .logo {
  margin: auto auto auto 25px;
}
header nav .menu_flex {
  display: flex;
  align-items: center;
  margin: auto;
}
header nav .menu_flex a {
  font-size: 13px;
  font-weight: 300;
  margin-right: 2.5vw;
  margin-left: 2.5vw;
}
header nav .menu_flex a:last-child {
  margin-right: auto;
}
header nav .menu_flex .accmenu {
  position: relative;
  cursor: pointer;
}
header nav .menu_flex .accmenu .acc_brand,
header nav .menu_flex .accmenu .acc_service,
header nav .menu_flex .accmenu .acc_company {
  width: 100%;
  position: absolute;
  top: 31px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
header nav .menu_flex .accmenu .acc_brand a,
header nav .menu_flex .accmenu .acc_service a,
header nav .menu_flex .accmenu .acc_company a {
  width: 100%;
  height: 40px;
  display: block;
  text-align: center;
  margin-left: 0;
  line-height: 300%;
  margin-top: 1px;
  background-color: #000000;
}
header nav .search {
  font-size: 13px;
  margin: auto 25px auto 0;
}
header nav .search img {
  margin-right: 5px;
  margin-bottom: -2px;
}
header nav .head_icon {
  margin-right: 10px;
}

.newslink {
  font-size: 13px;
  display: block;
  padding: 20px;
}

.sp_head {
  display: none;
}

@media screen and (max-width: 1180px) {
  header nav .menu_flex a {
    margin-right: 1.5vw;
    margin-left: 1.5vw;
  }
  header nav .menu_flex a.arrow:after {
    right: 5px;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 930px) {
  header {
    display: none;
  }
  .newslink {
    display: none;
  }
  .sp_head {
    display: block;
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .sp_head .sp_menu_logo {
    width: 27px;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sp_head .search_sp {
    font-size: 13px;
    margin: 20px 25px auto auto;
  }
  .sp_head .search_sp img {
    margin-right: 5px;
    margin-bottom: -2px;
  }
  .sp_head .menu_top {
    display: flex;
    width: 100%;
    height: 55px;
  }
  .sp_head .menu_top .left {
    width: 85px;
  }
  .sp_head .menu_top .right {
    width: 100%;
    background-color: #000000;
  }
  .sp_head .fatnav_inner {
    width: 90%;
    display: block;
    margin: 55px auto 75px;
  }
  .sp_head .fatnav_inner a {
    height: 70px;
    color: #cccccc;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #a6a6a6;
  }
  .sp_head .fatnav_inner a:nth-child(2) {
    display: none;
  }
  .sp_head .fatnav_inner a span:first-child {
    font-size: 28px;
    font-weight: 600;
    line-height: 220%;
    margin: auto 0;
  }
  .sp_head .fatnav_inner a span:nth-child(2) {
    color: #cccccc;
    margin: auto 20px auto 20px;
  }
  .sp_head .fatnav_inner a span:last-child {
    color: #cccccc;
    margin: auto 0;
  }
  .sp_head .fatnav_inner .head_icon_sp {
    border: none;
    display: inline-block;
  }
  .sp_head .fatnav_inner .line_icon {
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 350px) {
  .sp_head .fatnav_inner {
    margin: 20px auto 0;
  }
  .sp_head .fatnav_inner a {
    height: 60px;
  }
  .sp_head .fatnav_inner a span:first-child {
    font-size: 25px;
  }
  .sp_head .fatnav_inner a span:nth-child(2) {
    font-size: 12px;
  }
  .sp_head .fatnav_inner a span:last-child {
    font-size: 12px;
  }
  .sp_head .search_sp {
    font-size: 10px;
    margin: 20px 25px auto auto;
  }
  .sp_head .search_sp img {
    height: 11px;
    margin-right: 5px;
    margin-bottom: -2px;
  }
}
/*  Service Menu  */
.service {
  width: 100%;
  margin-top: 25px;
  padding-top: 130px;
  background-color: #000000;
}
.service .service_text {
  display: block;
  margin: 0 auto;
}
.service .service_text2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 30px;
  text-align: center;
}
.service .service_flex {
  width: 1160px;
  display: flex;
  margin: 90px auto 0;
  padding-bottom: 130px;
}
.service .service_flex .icon {
  height: 80px;
  width: auto;
}
.service .service_flex .service_outsourcing {
  text-align: center;
  border-right: solid 1px #a6a6a6;
  padding: 10px 0;
}
.service .service_flex .service_worker {
  text-align: center;
  border-right: solid 1px #a6a6a6;
  padding: 10px 0;
}
.service .service_flex .service_workplace {
  text-align: center;
  padding: 10px 0;
}
.service .service_flex .service_text3 {
  display: block;
  margin: 25px auto 0;
}
.service .service_flex .service_text4 {
  font-size: 14px;
  margin-top: 10px;
  color: #a6a6a6;
}
.service .service_flex .service_text5 {
  font-size: 12px;
  line-height: 200%;
  margin-top: 35px;
}
.service .service_flex .service_link {
  font-size: 12px;
  width: 132px;
  display: block;
  margin: 50px auto 0;
  padding: 15px 0;
  border: solid 1px #a6a6a6;
  text-align: center;
  position: relative;
}
.service .service_flex .service_link:after {
  font-size: 10px;
  content: "＞";
  position: absolute;
  right: 5px;
}
.service .service_flex .service_link:hover {
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.service .service_flex &gt; * {
  flex: 0 1 33.333%;
}

.service.service02 {
  margin-top: 0;
}

.service.service03 {
  margin-top: 120px;
}

@media screen and (max-width: 1180px) {
  .service .service_flex {
    width: 100%;
  }
  .service .service_flex .service_text5 {
    width: 90%;
    margin: 0 auto;
    margin-top: 35px;
  }
}
@media screen and (max-width: 640px) {
  .service .service_text {
    height: 32px;
  }
  .service .service_flex {
    width: 90%;
    display: block;
  }
  .service .service_flex .service_outsourcing {
    border-right: none;
    border-bottom: solid 1px #a6a6a6;
    padding: 0 0 75px;
  }
  .service .service_flex .service_worker {
    border-right: none;
    border-bottom: solid 1px #a6a6a6;
    padding: 75px 0;
  }
  .service .service_flex .service_workplace {
    padding: 75px 0 0;
  }
  .service .service_flex .icon_sp1 {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  .service .service_flex .icon_sp2 {
    display: block;
    width: 84px;
    height: 106px;
    margin: 0 auto;
  }
  .service .service_flex .icon_sp3 {
    display: block;
    width: 82px;
    height: 102px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .service .service_text {
    width: 90%;
    height: auto;
  }
  .service .service_text2 {
    font-size: 14px;
  }
}
/*  バナー  */
.container {
  width: 100%;
}
.container .wrap_flex {
  width: calc(100% - 50px);
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.container .wrap_flex .banner_career {
  width: 49%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 25px;
}
.container .wrap_flex .banner_career:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: url(../../img_top/banner_career.jpg) center center no-repeat;
  background-size: cover;
}
.container .wrap_flex .banner_career .bc_text2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 160px;
}
.container .wrap_flex .banner_career .bc_text3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.2em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 200px;
}
.container .wrap_flex .banner_career span {
  width: 150px;
  display: block;
  margin: 50px auto 0;
  padding: 15px 0;
  border: solid 1px #ffffff;
  text-align: center;
  position: relative;
}
.container .wrap_flex .banner_career span:after {
  font-size: 10px;
  content: "＞";
  position: absolute;
  right: 5px;
}
.container .wrap_flex .banner_career span:hover {
  color: #000000;
  background-color: #ffffff;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.container .wrap_flex .banner_career span:hover:after {
  color: #000000;
  transition: 0.5s;
}
.container .wrap_flex .banner_apparel {
  width: 49%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 25px;
}
.container .wrap_flex .banner_apparel:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: url(../../img_top/banner_apparel.jpg) center center no-repeat;
  background-size: cover;
}
.container .wrap_flex .banner_apparel .bc_text2 {
  font-size: 16px;
  line-height: 100%;
  padding-top: 160px;
  text-align: center;
}
.container .wrap_flex .banner_apparel .bc_text3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: 35px;
  text-align: center;
}
.container .wrap_flex .banner_message {
  width: 49%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 25px;
}
.container .wrap_flex .banner_message:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: url(../../img_top/banner_message_new.webp) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .container .wrap_flex .banner_message:before {
    background: url(../../img_top/banner_message_new_sp.webp) center center no-repeat;
    background-size: cover;
  }
}
.container .wrap_flex .banner_message2 {
  width: 49%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 25px;
}
.container .wrap_flex .banner_message2:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: url(../../img_top/banner_message_new2.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .container .wrap_flex .banner_message2:before {
    background: url(../../img_top/banner_message_new2_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.container .wrap_flex .banner_company {
  width: 49%;
  position: relative;
  margin-bottom: 25px;
}
.container .wrap_flex .banner_company:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: url(../../img_top/banner_company_new.webp) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .container .wrap_flex .banner_company:before {
    background: url(../../img_top/banner_company_new_sp.webp) center center no-repeat;
    background-size: cover;
  }
}
.container .wrap_flex .banner_recruit {
  width: 49%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 25px;
}
.container .wrap_flex .banner_recruit:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: url(../../img_top/banner_recruit.webp) center center no-repeat;
  background-size: cover;
}
.container .wrap_flex .banner_compliance {
  width: 49%;
  position: relative;
  margin-bottom: 25px;
}
.container .wrap_flex .banner_compliance:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: url(../../img_top/banner_compliance.webp) center center no-repeat;
  background-size: cover;
}
.container .wrap_flex .banner_overthehere {
  width: 100%;
  height: 530px;
  background: url(../../img_top/banner_overthehere.webp) center center no-repeat;
  background-size: cover;
}
.container .wrap_flex .banner_blog {
  width: 100%;
  height: 530px;
  margin-top: 25px;
  background: url(../../img_top/banner_blog.webp) center center no-repeat;
  background-size: cover;
}
.container .wrap_flex .banner_text1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 45px auto 0;
}
.container .wrap_flex .banner_text1.center {
  display: block;
  margin: 190px auto 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .container .wrap_flex .banner_text1.center {
    display: block;
    margin: 0 auto 0;
    padding-top: 30%;
  }
}
.container .wrap_flex .banner_text2 {
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  margin-top: 15px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}
.container .wrap_flex .banner_text2.center {
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  margin-top: 15px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.container .wrap_flex .banner_text3 {
  display: block;
  margin: 230px auto 0;
  filter: drop-shadow(3px 3px 20px #000000);
}
.container .wrap_flex .banner_text4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 25px;
  text-shadow: 3px 3px 20px #000000;
}
.container .wrap_flex .banner_link {
  font-size: 14px;
  width: 235px;
  display: block;
  margin: 50px auto 0;
  padding: 15px 0;
  border: solid 1px #ffffff;
  text-align: center;
  position: relative;
}
.container .wrap_flex .banner_link:after {
  font-size: 10px;
  content: "＞";
  position: absolute;
  right: 5px;
}
.container .wrap_flex .banner_link:hover {
  color: #000000;
  background-color: #ffffff;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.container .wrap_flex .banner_link:hover:after {
  color: #000000;
  transition: 0.5s;
}
.container .wrap_flex .banner_link2 {
  font-size: 14px;
  width: 235px;
  display: block;
  margin: 40px auto 0;
  padding: 15px 0;
  border: solid 1px #ffffff;
  text-align: center;
  position: relative;
}
.container .wrap_flex .banner_link2:after {
  font-size: 10px;
  content: "＞";
  position: absolute;
  right: 5px;
}
.container .wrap_flex .banner_link2:hover {
  color: #000000;
  background-color: #ffffff;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.container .wrap_flex .banner_link2:hover:after {
  color: #000000;
  transition: 0.5s;
}
.container .wrap_flex .black {
  color: #000000;
}
.container .wrap_flex02 {
  width: 100%;
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.container .wrap_flex02 .banner_career02 {
  width: 49%;
  position: relative;
  margin-top: 0;
  margin-right: 2%;
  margin-bottom: 25px;
}
.container .wrap_flex02 .banner_career02:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: url(../../img_top/banner_career.jpg) center center no-repeat;
  background-size: cover;
}
.container .wrap_flex02 .banner_apparel02 {
  width: 49%;
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
}
.container .wrap_flex02 .banner_apparel02:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: url(../../img_top/banner_apparel.jpg) center center no-repeat;
  background-size: cover;
}
.container .wrap_flex02 .banner_wrap {
  position: absolute;
  top: calc(23vw - 100px);
  left: 0;
  right: 0;
}
.container .wrap_flex02 .bc_text2banner {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 0;
}
.container .wrap_flex02 .bc_text3banner {
  font-size: 35px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.2em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 40px;
}
.container .wrap_flex02 .bc_link02 {
  width: 150px;
  display: block;
  border: solid 1px #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 200px auto 0;
  padding: 15px 30px;
}
.container .wrap_flex02 .bc_link02:after {
  font-size: 10px;
  content: "＞";
  position: absolute;
  right: 10px;
}
.container .wrap_flex02 .bc_link02:hover {
  color: #000000;
  background-color: #ffffff;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.container .wrap_flex02 .bc_link02:hover:after {
  color: #000000;
  transition: 0.5s;
}
@media screen and (max-width: 1150px) {
  .container .wrap_flex02 .bc_text3banner {
    font-size: 27px;
  }
}
@media screen and (max-width: 960px) {
  .container .wrap_flex02 .bc_text3banner {
    font-size: 18px;
  }
  .container .wrap_flex02 .bc_link02 {
    margin: 150px auto 0;
  }
}

@media screen and (max-width: 640px) {
  .container .wrap_flex {
    width: 100%;
    margin: 20px auto 0;
    display: block;
  }
  .container .wrap_flex .banner_message {
    width: 100%;
    height: auto;
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
  }
  .container .wrap_flex .banner_message2 {
    width: 100%;
    height: auto;
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
  }
  .container .wrap_flex .banner_company {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .container .wrap_flex .banner_recruit {
    width: 100%;
    height: auto;
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
  }
  .container .wrap_flex .banner_compliance {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .container .wrap_flex .banner_overthehere {
    width: 100%;
    height: 100vmin;
    margin-top: 25px;
    background: url(../../img_top/banner_overthehere.webp) center center no-repeat;
    background-size: cover;
  }
  .container .wrap_flex .banner_blog {
    width: 100%;
    height: 100vmin;
  }
  .container .wrap_flex .banner_text1 {
    display: block;
    margin: 0 auto;
    padding-top: 45px;
  }
  .container .wrap_flex .banner_text2 {
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .container .wrap_flex .banner_text3 {
    width: 90%;
    margin: 0 auto;
    padding-top: 40%;
  }
  .container .wrap_flex .banner_text4 {
    font-size: 20px;
  }
  .container .wrap_flex02 {
    display: block;
  }
  .container .wrap_flex02 .banner_career02 {
    width: 100%;
  }
  .container .wrap_flex02 .banner_apparel02 {
    width: 100%;
  }
  .container .wrap_flex02 .banner_wrap {
    top: 15%;
    left: 0;
    right: 0;
  }
  .container .wrap_flex02 .bc_text2banner {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 0;
  }
  .container .wrap_flex02 .bc_text3banner {
    font-size: 26px;
    padding-top: 50px;
  }
  .container .wrap_flex02 .bc_link02 {
    margin: 220px auto 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 350px) {
  .container .wrap_flex02 .bc_text3banner {
    font-size: 24px;
  }
  .container .wrap_flex02 .bc_link02 {
    margin: 190px auto 0;
  }
}
/*  フッター  */
footer {
  width: 100%;
  padding-top: 120px;
  background-color: #eeeeee;
}
footer p,
footer a {
  display: block;
  text-align: center;
  color: #010101;
}
footer .footerlogo {
  display: block;
  margin: 0 auto;
}
footer .phone {
  font-size: 28px;
  font-weight: 600;
  margin-top: 60px;
}
footer .phone img {
  height: 20px;
  margin-right: 5px;
}
footer .time {
  font-size: 12px;
  margin-top: 20px;
}
footer .contact_link {
  font-size: 14px;
  width: 360px;
  margin: 40px auto 0;
  padding: 15px 0;
  border: solid 1px #010101;
  text-align: center;
  position: relative;
}
footer .contact_link:after {
  font-size: 10px;
  content: "＞";
  position: absolute;
  right: 5px;
}
footer .contact_link:hover {
  color: #ffffff;
  background-color: #000000;
  border: solid 1px #000000;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
footer .footerflex {
  display: flex;
  margin: 115px auto 0;
}
footer .footerflex .privacy {
  font-size: 13px;
  color: #7f7f7f;
  margin: 0 20px 0 auto;
}
footer .footerflex .business {
  font-size: 13px;
  color: #7f7f7f;
  margin: 0 auto 0 0;
}
footer .copyright {
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-top: 15px;
  padding-bottom: 30px;
  color: #7f7f7f;
}

footer.footer02 {
  margin-top: 25px;
}

@media screen and (max-width: 640px) {
  footer .contact_link {
    width: 90%;
    line-height: 200%;
    position: relative;
    margin: 40px auto 0;
    padding: 15px 0;
    border: solid 1px #010101;
  }
  footer .contact_link:after {
    content: "＞";
    position: absolute;
    top: 35%;
    right: 20px;
    margin-left: 0;
  }
  footer .phone {
    font-size: 26px;
    display: flex;
  }
  footer .phone img {
    margin-left: auto;
  }
  footer .phone span {
    color: #000000;
    line-height: 0.7;
    margin-right: auto;
  }
}
@media screen and (max-width: 350px) {
  footer .copyright {
    font-size: 7px;
  }
}
@media screen and (max-width: 350px) {
  footer .contact_link:after {
    top: 35%;
    right: 15px;
  }
}
.btn {
  width: 585px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  display: block;
  color: #000000;
  border: solid 1px #000000;
  margin: 80px auto 0;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
.btn:after {
  font-size: 12px;
  content: "＞";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}

.btn:hover {
  color: #ffffff;
  background-color: #000000;
  border: solid 1px #000000;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 640px) {
  .btn {
    width: 90%;
    position: relative;
  }
  .btn:after {
    content: "＞";
    position: absolute;
    top: 40%;
    right: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .btn {
    font-size: 14px;
  }
  .btn:after {
    right: 15px;
  }
}
.mgt05 {
  margin-top: 5px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt25 {
  margin-top: 25px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt35 {
  margin-top: 35px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt65 {
  margin-top: 65px;
}

.mgt80 {
  margin-top: 80px;
}

.mgt150 {
  margin-top: 150px;
}

.mgb05 {
  margin-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb25 {
  margin-bottom: 25px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb35 {
  margin-bottom: 35px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgl05 {
  margin-left: 5px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl15 {
  margin-left: 15px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl25 {
  margin-left: 25px;
}

.mgl30 {
  margin-left: 30px;
}

.mgl35 {
  margin-left: 35px;
}

.mgl40 {
  margin-left: 40px;
}

.mgl50 {
  margin-left: 50px;
}

.mgr05 {
  margin-right: 5px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr15 {
  margin-right: 15px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr25 {
  margin-right: 25px;
}

.mgr30 {
  margin-right: 30px;
}

.mgr35 {
  margin-right: 35px;
}

.mgr40 {
  margin-right: 40px;
}

.mgr50 {
  margin-right: 50px;
}

.pdt150 {
  padding-top: 150px;
}

.pdb120 {
  padding-bottom: 120px;
}

.block {
  display: block;
}

.sp_block {
  display: none !important;
}

.sp_block_t {
  display: none !important;
}

.sp_block350 {
  display: none !important;
}

.sp_block375 {
  display: none !important;
}

.sp_block640 {
  display: none !important;
}

.sp_flex640 {
  display: none !important;
}

.sp_block930 {
  display: none !important;
}

@media screen and (max-width: 1180px) {
  * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .sp_none {
    display: none !important;
  }
  .sp_block {
    display: block !important;
  }
  .sp_block_t {
    display: table !important;
  }
  a:hover,
  a:hover p,
  a:hover img,
  a:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (max-width: 930px) {
  .sp_block930 {
    display: block !important;
  }
  .sp_none930 {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp_block640 {
    display: block !important;
  }
  .sp_flex640 {
    display: flex !important;
  }
  .sp_none640 {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .sp_block375 {
    display: block !important;
  }
  .sp_none375 {
    display: none !important;
  }
}
@media screen and (max-width: 350px) {
  .sp_block350 {
    display: block !important;
  }
  .sp_none350 {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */</pre></body></html>