@charset "UTF-8";
/*--------------------------------------------------------------
# reset
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #454545;
  background-color: #fff;
  position: relative;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):fuocus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

input,
textarea,
button,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

main {
  overflow: hidden;
  width: 100%;
  position: relative;
}

a:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
/* header
--------------------------------------------------------------*/
.header {
  border-top: 18px solid #dcdcdc;
  width: 100%;
  min-width: 1400px;
  margin: 0 auto;
  height: 116px;
}
.header-inner {
  margin: 0 auto;
  width: 100%;
  height: 98px;
  max-width: 1547px;
  display: flex;
  justify-content: space-between;
}
.header .logo-box {
  padding: 12px 0 0;
  width: 300px;
  height: 82px;
}
.header .logo-box:hover {
  opacity: 0.7;
}
.header .logo-box .logo {
  width: 100%;
  height: auto;
}
.header .nav-global {
  height: 86px;
  padding: 13px 0 0;
}
.header .nav-global .global-menu-box {
  display: flex;
  margin: 0;
}
.header .nav-global .global-menu-item {
  border-left: 1px dotted #999;
}
.header .nav-global .global-menu-link {
  display: flex;
  padding: 21px 14px 0 11px;
  text-decoration: none;
  font-size: 0.875rem;
  height: 73px;
  color: #444;
}
.header .nav-global .global-menu-link:hover {
  opacity: 0.7;
}
.header .nav-global .global-menu-link .ico-service,
.header .nav-global .global-menu-link .ico-company,
.header .nav-global .global-menu-link .ico-office,
.header .nav-global .global-menu-link .ico-recruit,
.header .nav-global .global-menu-link .ico-helpful,
.header .nav-global .global-menu-link .ico-contact,
.header .nav-global .global-menu-link .ico-member {
  width: 36px;
  height: 39px;
  margin: 0 10px 0 0;
  display: block;
}
.header .nav-global .global-menu-link .ico-service {
  background: url(../img/common/ico_service.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .nav-global .global-menu-link .ico-company {
  background: url(../img/common/ico_company.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .nav-global .global-menu-link .ico-office {
  background: url(../img/common/ico_office.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .nav-global .global-menu-link .ico-recruit {
  background: url(../img/common/ico_recruit.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .nav-global .global-menu-link .ico-helpful {
  background: url(../img/common/ico_helpful.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .nav-global .global-menu-link .ico-contact {
  background: url(../img/common/ico_contact.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .nav-global .global-menu-link .ico-member {
  background: url(../img/common/ico_member.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .nav-global .global-menu-link .global-menu-text {
  width: auto;
}
.header .nav-global .global-menu-link .global-menu-text .service,
.header .nav-global .global-menu-link .global-menu-text .company,
.header .nav-global .global-menu-link .global-menu-text .office,
.header .nav-global .global-menu-link .global-menu-text .recruit,
.header .nav-global .global-menu-link .global-menu-text .helpful,
.header .nav-global .global-menu-link .global-menu-text .contact,
.header .nav-global .global-menu-link .global-menu-text .member {
  display: block;
}
.header .nav-global .global-menu-link .global-menu-text .service {
  color: #4ea6b4;
}
.header .nav-global .global-menu-link .global-menu-text .company {
  color: #7cb01e;
}
.header .nav-global .global-menu-link .global-menu-text .office {
  color: #e6ad15;
}
.header .nav-global .global-menu-link .global-menu-text .recruit {
  color: #f29fa0;
}
.header .nav-global .global-menu-link .global-menu-text .helpful {
  color: #00a0e9;
}
.header .nav-global .global-menu-link .global-menu-text .contact {
  color: #5a92bd;
}
.header .nav-global .global-menu-link .global-menu-text .member {
  color: #afaeaf;
}

main {
  padding: 0 0 384px;
  min-width: 1400px;
  margin: 0 auto;
}

/* footer
--------------------------------------------------------------*/
.btn-to-top {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(623px, 0);
}
.btn-to-top a {
  display: block;
  width: 46px;
  height: 46px;
  background: url(../img/common/to_top.png) 0 0 no-repeat;
  background-size: contain;
}

.footer {
  width: 100%;
  margin: 0 auto;
  min-width: 1400px;
  height: 384px;
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .footer-contents {
  padding: 54px 0 0;
  display: flex;
  margin: 0 auto;
  width: 1404px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .company-info .logo-box {
  padding: 5px 0 37px;
}
.footer .company-info .logo-box .logo {
  width: 264px;
  height: 61px;
  display: block;
}
.footer .company-info .logo-box .logo:hover {
  opacity: 0.7;
}
.footer .company-info .logo-box .logo img {
  width: 100%;
  height: auto;
}
.footer .company-info .address {
  padding: 0 0 0 87px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
.footer .bottom-menu {
  width: 976px;
}
.footer .bottom-menu-list {
  margin: 0 0 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 162px;
}
.footer .bottom-menu-item {
  padding: 10px 0 0 45px;
}
.footer .bottom-menu-in-item {
  font-size: 0.75rem;
  line-height: 1.75;
  padding: 0 0 0 17px;
  position: relative;
}
.footer .bottom-menu-in-item::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 27%;
  left: 4px;
  transform: rotate(45deg);
  transform-origin: top right;
}
.footer .bottom-menu-in-link {
  color: #444;
  text-decoration: none;
}
.footer .bottom-menu-in-link:hover {
  opacity: 0.7;
}
.footer .bottom-menu .service {
  width: 198px;
  height: 126px;
  background: url(../img/common/ico_service.png) 0 0 no-repeat;
  background-size: 34px 34px;
}
.footer .bottom-menu .service .bottom-menu-in-item::before {
  border-color: #5fb2bf;
}
.footer .bottom-menu .company {
  width: 198px;
  height: 126px;
  background: url(../img/common/ico_company.png) 0 0 no-repeat;
  background-size: 34px 34px;
}
.footer .bottom-menu .company .bottom-menu-in-item::before {
  border-color: #8cbe31;
}
.footer .bottom-menu .office {
  width: 198px;
  height: 58px;
  background: url(../img/common/ico_office.png) 0 0 no-repeat;
  background-size: 34px 34px;
}
.footer .bottom-menu .office .bottom-menu-in-item::before {
  border-color: #e6ad15;
}
.footer .bottom-menu .helpful {
  width: 198px;
  height: 68px;
  background: url(../img/common/ico_helpful.png) 0 0 no-repeat;
  background-size: 34px 34px;
}
.footer .bottom-menu .helpful .bottom-menu-in-item::before {
  border-color: #00a0e9;
}
.footer .bottom-menu .recruit {
  width: 198px;
  height: 58px;
  background: url(../img/common/ico_recruit.png) 0 0 no-repeat;
  background-size: 34px 34px;
}
.footer .bottom-menu .recruit .bottom-menu-in-item::before {
  border-color: #f29fa0;
}
.footer .bottom-menu .member {
  width: 198px;
  height: 45px;
  background: url(../img/common/ico_member.png) 0 0 no-repeat;
  background-size: 34px 34px;
}
.footer .bottom-menu .member .bottom-menu-in-item::before {
  border-color: #b2b2b2;
}
.footer .bottom-menu .contact {
  width: 184px;
  height: 91px;
  background: url(../img/common/ico_contact.png) 0 0 no-repeat;
  background-size: 34px 34px;
}
.footer .bottom-menu .contact .bottom-menu-in-item::before {
  border-color: #5a92bd;
}
.footer .bottom-service-menu {
  width: 100%;
  padding: 0 0 0 4px;
  display: flex;
  margin: 0 0 85px;
}
.footer .bottom-service-menu .store {
  border: 2px solid #d69d07;
  background: #e6ad15;
}
.footer .bottom-service-menu .job {
  border: 2px solid #92b84b;
  background: #a0cb51;
}
.footer .bottom-service-menu .work {
  border: 2px solid #59b4c3;
  background: #78c8d5;
}
.footer .bottom-service-menu-item {
  width: 270px;
  height: 60px;
  margin: 0 18px 0 0;
}
.footer .bottom-service-menu-item:hover {
  opacity: 0.7;
}
.footer .bottom-service-menu-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.footer .bottom-service-menu-link::before {
  position: absolute;
  content: "▲";
  top: 50%;
  left: 4px;
  font-size: 10px;
  color: #fff;
  transform: rotate(90deg) translate(-50%, 0);
}
.footer .bottom-service-menu-link .bold-large {
  font-size: 1.1875rem;
  font-weight: 700;
}
.footer .bottom-service-menu-link .bold {
  font-weight: 700;
}
.footer .bottom-service-menu-text {
  color: #fff;
  text-decoration: none;
  line-height: 1.35;
  letter-spacing: -0.095em;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
}
.footer .copy-right {
  width: 100%;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/
/* top
--------------------------------------------------------------*/
.top {
  width: 100%;
}
.top .kv-box {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto 100px;
}
.top .kv-box .kv-figure {
  width: 100%;
}
.top .kv-box .kv-image {
  width: 100%;
  height: auto;
}
.top .service-box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 127px;
}
.top .service-box .ttl-service {
  width: 100%;
  height: 66px;
  margin: 0 0 18px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.top .service-box .ico-service {
  margin: 0 16px 0 0;
  display: block;
  width: 64px;
  height: 66px;
  background: url(../img/top/ttl_service.png) 0 0 no-repeat;
  background-size: cover;
}
.top .service-box .ttl-text {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
.top .service-box .lead-text {
  width: 100%;
  height: 70px;
  font-size: 1.25rem;
  line-height: 28px;
  text-align: center;
}
.top .service-box .red-border-box {
  margin: 0 auto 35px;
  width: 800px;
  height: 70px;
  border: 2px dotted #a40000;
  font-size: 1.5rem;
  line-height: 64px;
  text-align: center;
}
.top .service-box .red-border-box .text-red {
  color: #a40000;
}
.top .service-box .red-border-box .text-red-large {
  color: #a40000;
  font-size: 40px;
  text-decoration: underline;
}
.top .service-box .in-service-box {
  width: 100%;
  margin: 0 auto 25px;
  display: flex;
  justify-content: space-between;
}
.top .service-box .in-service-box a {
  text-decoration: none;
  color: #454545;
}
.top .service-box .in-service-list {
  width: 454px;
  height: 321px;
}
.top .service-box .in-service-store {
  padding: 86px 0 0;
  width: 454px;
  height: 254px;
  background: #e5b127;
  position: relative;
}
.top .service-box .in-service-job {
  padding: 86px 0 0;
  width: 454px;
  height: 254px;
  background: #a0cb51;
  position: relative;
}
.top .service-box .in-service-work {
  padding: 86px 0 0;
  width: 454px;
  height: 254px;
  background: #78c8d5;
  position: relative;
}
.top .service-box .bold {
  font-weight: 700;
}
.top .service-box .bold-large {
  font-size: 1.875rem;
  font-weight: 700;
}
.top .service-box .in-service-ttl {
  width: 100%;
  top: 43px;
  transform: translate(0, -50%);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.0666666667;
  color: #fff;
  position: absolute;
}
.top .service-box .in-service-image {
  display: block;
  margin: 0 auto;
}
.top .in-service-description {
  padding: 12px 0 0 13px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: -0.05em;
}
.top .in-service-button {
  margin: 0 auto 127px;
  width: 202px;
  height: 54px;
  border: 2px solid #5fb2bf;
  line-height: 50px;
}
.top .in-service-button:hover {
  opacity: 0.7;
}
.top .in-service-button .btn-service {
  width: 100%;
  height: 100%;
  padding: 0 0 0 52px;
  display: block;
  color: #454545;
  text-decoration: none;
  position: relative;
}
.top .in-service-button .btn-service::before {
  position: absolute;
  content: "→";
  top: 50%;
  left: 29px;
  transform: translate(0, -50%);
  color: #5fb2bf;
}
.top .about-box {
  width: 100%;
  margin: 0 0 110px;
}
.top .about-box .ttl-about {
  width: 100%;
  height: 66px;
  margin: 0 0 18px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.top .about-box .ico-about {
  margin: 0 16px 0 0;
  display: block;
  width: 64px;
  height: 66px;
  background: url(../img/top/ttl_about.png) 0 0 no-repeat;
  background-size: cover;
}
.top .about-box .ttl-text {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
.top .about-box .in-about-box {
  width: 100%;
  background: url(../img/top/bg_about.png) 0 0 repeat;
  padding: 53px 0 60px;
}
.top .about-box .in-about-ttl {
  width: 680px;
  font-size: 1.75rem;
  text-align: center;
  padding: 0 0 12px;
  border-bottom: 1px solid #999;
  margin: 0 auto 36px;
  letter-spacing: -0.035em;
}
.top .about-box .in-about-txt {
  line-height: 3.3571428571;
  font-size: 0.875rem;
  text-align: center;
  margin: 0 0 26px;
}
.top .in-about-button {
  margin: 0 auto 57px;
  width: 202px;
  height: 54px;
  border: 2px solid #a0cb51;
  line-height: 50px;
}
.top .in-about-button:hover {
  opacity: 0.7;
}
.top .in-about-button .btn-about {
  width: 100%;
  height: 100%;
  padding: 0 0 0 52px;
  display: block;
  color: #454545;
  text-decoration: none;
  position: relative;
}
.top .in-about-button .btn-about::before {
  position: absolute;
  content: "→";
  top: 50%;
  left: 29px;
  transform: translate(0, -50%);
  color: #679f00;
}
.top .swiper-container {
  width: 100%;
  height: 253px;
}
.top .swiper-wrapper {
  width: 100%;
  height: 227px;
}
.top .swiper-slide {
  width: 332px;
  height: 227px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.top .swiper-image {
  width: 110%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top .swiper-button-prev,
.top .swiper-button-next {
  width: 70px;
  height: 70px;
}
.top .swiper-button-prev::after,
.top .swiper-button-next::after {
  display: none;
}
.top .swiper-button-prev:hover,
.top .swiper-button-next:hover {
  opacity: 0.7;
}
.top .swiper-button-prev {
  background: url(../img/top/btn_prev.png) 0 0 no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-695px, -50%);
}
.top .swiper-button-next {
  background: url(../img/top/btn_next.png) 0 0 no-repeat;
  background-size: cover;
  top: 50%;
  right: 50%;
  transform: translate(695px, -50%);
}
.top .swiper-pagination-bullets {
  bottom: 0 !important;
}
.top .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #e5e5e5;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.top .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #45575e;
}
.top .news-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1112px;
}
.top .news-box .ttl-news {
  width: 100%;
  height: 66px;
  margin: 0 0 45px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.top .news-box .ico-news {
  margin: 0 16px 0 0;
  display: block;
  width: 64px;
  height: 66px;
  background: url(../img/top/ttl_news.png) 0 0 no-repeat;
  background-size: cover;
}
.top .news-box .ttl-news {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
.top .news-box .news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top .news-box .news-list .news-item {
  width: 21.22%;
  max-width: 236px;
  border: 1px solid #e6ad15;
  margin: 0 0 70px;
  position: relative;
}
.top .news-box .news-list .news-item .news-date {
  display: block;
  width: 100%;
  height: 33px;
  background: #e6ad15;
  font-size: 0.875rem;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.top .news-box .news-list .news-item .news-thumbs {
  width: 100%;
  padding: 6px;
}
.top .news-box .news-list .news-item .news-thumbs a {
  display: block;
  width: 100%;
}
.top .news-box .news-list .news-item .news-thumbs a img {
  width: 100%;
  height: auto;
}
.top .news-box .news-list .news-item .news-title {
  margin: 4px 18px 64px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}
.top .news-box .news-list .news-item .news-link {
  width: 114px;
  height: 26px;
  display: block;
  background: #e6ad15;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  line-height: 26px;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.top .news-box .in-news-button {
  margin: 0 auto 57px;
  width: 202px;
  height: 54px;
  border: 2px solid #e6ad15;
  line-height: 50px;
}
.top .news-box .in-news-button:hover {
  opacity: 0.7;
}
.top .news-box .in-news-button .btn-news {
  width: 100%;
  height: 100%;
  padding: 0 0 0 52px;
  display: block;
  color: #454545;
  text-decoration: none;
  position: relative;
}
.top .news-box .in-news-button .btn-news::before {
  position: absolute;
  content: "→";
  top: 50%;
  left: 29px;
  transform: translate(0, -50%);
  color: #e6ad15;
}

/* offering
--------------------------------------------------------------*/
.offering .kv-box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.offering .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0;
  height: 46px;
}
.offering .kv-box .breadcrumb-box ul {
  display: flex;
}
.offering .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 46px;
  position: relative;
}
.offering .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.offering .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.offering .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.offering .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.offering .kv-box .kv-image-box {
  width: 100%;
}
.offering .kv-box .kv-image-box img {
  width: 100%;
}
.offering .kv-box .link-btn-box {
  width: 278px;
  height: 187px;
  top: 103px;
  right: 0;
  position: absolute;
}
.offering .kv-box .link-btn-box li {
  margin: 0 0 27px;
}
.offering .menu-box {
  width: 100%;
  margin: 0 0 120px;
  padding: 31px 0 0;
  height: 169px;
  background: url(../img/offering/pc_menu_bg.png) repeat;
}
.offering .menu-box .menu-btn-box {
  width: 1368px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.offering .section1-box {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}
.offering .section1-box h2 {
  width: 100%;
  height: 65px;
  text-align: center;
  margin: 0 0 50px;
}
.offering .section1-box .p1-1 {
  width: 100%;
  padding: 0 0 0 126px;
  display: flex;
  justify-content: space-between;
}
.offering .section1-box .p1-1 .left-box {
  width: 604px;
  margin: 0 0 50px;
}
.offering .section1-box .p1-1 .left-box h3 {
  height: 41px;
  margin: 0 0 23px;
  padding: 0 20px 0 12px;
  line-height: 41px;
  position: relative;
  display: inline-block;
  background: #e5b127;
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
  color: #fff;
}
.offering .section1-box .p1-1 .left-box h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 265px;
  height: 41px;
  background: #e5e5e5;
  z-index: -1;
  right: -5px;
  top: 5px;
  transform: skewY(2deg);
}
.offering .section1-box .p1-1 .left-box p {
  width: 580px;
  margin: 0 0 30px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: -0.075rem;
}
.offering .section1-box .p1-2 {
  width: 100%;
  padding: 0 0 0 126px;
  display: flex;
  justify-content: space-between;
}
.offering .section1-box .p1-2 .left-box {
  width: 604px;
  margin: 0 0 150px;
}
.offering .section1-box .p1-2 .left-box h3 {
  height: 41px;
  margin: 0 0 23px;
  padding: 0 20px 0 12px;
  line-height: 41px;
  position: relative;
  display: inline-block;
  background: #e5b127;
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
  color: #fff;
}
.offering .section1-box .p1-2 .left-box h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 265px;
  height: 41px;
  background: #e5e5e5;
  z-index: -1;
  right: -5px;
  top: 5px;
  transform: skewY(2deg);
}
.offering .section1-box .p1-2 .left-box p {
  width: 580px;
  margin: 0 0 30px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: -0.075rem;
}
.offering .section2-box {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}
.offering .section2-box h2 {
  width: 100%;
  height: 65px;
  text-align: center;
  margin: 0 0 50px;
}
.offering .section2-box .p2-1 {
  width: 100%;
  padding: 0 0 0 126px;
  display: flex;
  justify-content: space-between;
}
.offering .section2-box .p2-1 .left-box {
  width: 604px;
  margin: 0 0 50px;
}
.offering .section2-box .p2-1 .left-box h3 {
  height: 41px;
  margin: 0 0 23px;
  padding: 0 20px 0 12px;
  line-height: 41px;
  position: relative;
  display: inline-block;
  background: #e5b127;
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
  color: #fff;
}
.offering .section2-box .p2-1 .left-box h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 265px;
  height: 41px;
  background: #e5e5e5;
  z-index: -1;
  right: -5px;
  top: 5px;
  transform: skewY(2deg);
}
.offering .section2-box .p2-1 .left-box p {
  width: 580px;
  margin: 0 0 30px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: -0.075rem;
}
.offering .section2-box .p2-1 .left-box p span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a7801a;
}
.offering .section2-box .p2-2 {
  width: 100%;
  padding: 0 0 0 126px;
  display: flex;
  justify-content: space-between;
}
.offering .section2-box .p2-2 .left-box {
  width: 665px;
  margin: 0 0 10px;
}
.offering .section2-box .p2-2 .left-box h3 {
  height: 41px;
  margin: 0 0 23px;
  padding: 0 20px 0 12px;
  line-height: 41px;
  position: relative;
  display: inline-block;
  background: #e5b127;
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
  color: #fff;
}
.offering .section2-box .p2-2 .left-box h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 225px;
  height: 41px;
  background: #e5e5e5;
  z-index: -1;
  right: -5px;
  top: 5px;
  transform: skewY(2deg);
}
.offering .section2-box .p2-2 .left-box h3 span {
  color: #e5004f;
}
.offering .section2-box .p2-2 .left-box ol li {
  line-height: 40px;
  font-size: 1.625rem;
  counter-increment: num;
  margin: 0 0 17px;
  letter-spacing: -0.075em;
}
.offering .section2-box .p2-2 .left-box ol li::before {
  margin: 0 10px 0 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: counter(num);
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  background: #e5004f;
}
.offering .section2-box .plus-box {
  width: 757px;
  height: 73px;
  border: 3px solid #a40000;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 67px;
  color: #c00;
  font-size: 2.25rem;
  font-weight: 500;
}
.offering .section2-box .more {
  width: 206px;
  height: 63px;
  margin: 0 auto;
  border-radius: 30px;
  background: #a40000;
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  line-height: 63px;
}
.offering .section2-box .more-box {
  width: 1120px;
  height: 560px;
  margin: 0 auto 50px;
  position: relative;
}
.offering .section2-box .more-box .more-top {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  font-size: 2.125rem;
  list-style: 54px;
}
.offering .section2-box .more-box .more-top span {
  font-size: 2.5rem;
  color: #e10000;
  display: inline-block;
  border-bottom: 2px solid #e10000;
}
.offering .section2-box .more-box .more-top em {
  font-size: 3.25rem;
  color: #e10000;
  font-style: normal;
}
.offering .section2-box .more-box dl {
  position: absolute;
  top: 250px;
  left: 155px;
  width: 632px;
  height: 310px;
  background: url(../img/offering/pc_bg_fukidashi.png) 0 0 no-repeat;
  padding: 60px 0 0 37px;
}
.offering .section2-box .more-box dl dt {
  font-size: 2.25rem;
  line-height: 2.2777777778;
  font-weight: 400;
  width: 540px;
  border-bottom: 1px solid #000;
}
.offering .section2-box .more-box dl dd {
  width: 540px;
  padding: 10px 0 0;
}
.offering .section2-box .more-box dl dd ul li {
  font-size: 26px;
  line-height: 1.9615384615;
}
.offering .section2-box .more-box dl dd ul li::before {
  content: "・";
}
.offering .section2-box .more-box img {
  display: block;
  position: absolute;
  width: 429px;
  height: 560px;
  top: 0;
  right: 0;
}
.offering .section2-box .p2-3 {
  width: 100%;
  padding: 0 100px 0 126px;
  display: flex;
  justify-content: space-between;
  height: 452px;
}
.offering .section2-box .p2-3 .left-box {
  margin: 0 0 10px;
}
.offering .section2-box .p2-3 .left-box h3 {
  height: 41px;
  margin: 0 0 30px;
  padding: 0 20px 0 12px;
  line-height: 41px;
  position: relative;
  display: inline-block;
  background: #e5b127;
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
  color: #fff;
}
.offering .section2-box .p2-3 .left-box h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 265px;
  height: 41px;
  background: #e5e5e5;
  z-index: -1;
  right: -5px;
  top: 5px;
  transform: skewY(2deg);
}
.offering .section2-box .p2-3 .left-box dl dt {
  font-size: 24px;
  line-height: 45px;
  margin: 0 0 10px;
}
.offering .section2-box .p2-3 .left-box dl dt::before {
  content: "●";
}
.offering .section2-box .p2-3 .left-box dl dd {
  padding: 0 0 0 34px;
}
.offering .section2-box .p2-3 .left-box dl dd ul li {
  font-size: 1.25rem;
  line-height: 2.25;
}
.offering .section2-box .p2-3 .left-box dl dd ul li::before {
  content: "・";
}
.offering .section2-box .p2-3 .right-box {
  padding: 71px 0 0;
}
.offering .section2-box .p2-3 .right-box dl dt {
  font-size: 24px;
  line-height: 45px;
  margin: 0 0 10px;
}
.offering .section2-box .p2-3 .right-box dl dt::before {
  content: "●";
}
.offering .section2-box .p2-3 .right-box dl dd {
  padding: 0 0 0 34px;
}
.offering .section2-box .p2-3 .right-box dl dd ul li {
  font-size: 1.25rem;
  line-height: 2.25;
}
.offering .section2-box .p2-3 .right-box dl dd ul li::before {
  content: "・";
}
.offering .section3-box {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}
.offering .section3-box h2 {
  width: 100%;
  height: 65px;
  text-align: center;
  margin: 0 0 50px;
}
.offering .section3-box .p3-1 {
  width: 100%;
  padding: 0 0 97px;
}
.offering .section3-box .p3-1 p {
  padding: 0 0 50px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.25;
}
.offering .section3-box .p3-1 ol {
  width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.offering .section3-box .p3-1 ol li {
  width: 240px;
  height: 253px;
  position: relative;
}
.offering .section3-box .p3-1 ol li:nth-child(1) {
  background: url(../img/offering/pc_list_item01.png) 0 0 no-repeat;
}
.offering .section3-box .p3-1 ol li:nth-child(2) {
  background: url(../img/offering/pc_list_item02.png) 0 0 no-repeat;
}
.offering .section3-box .p3-1 ol li:nth-child(3) {
  background: url(../img/offering/pc_list_item03.png) 0 0 no-repeat;
}
.offering .section3-box .p3-1 ol li p {
  position: absolute;
  padding: 20px 0 0;
  width: 100%;
  text-align: center;
  font-size: 1.8125rem;
  line-height: 1.5517241379;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: -0.075rem;
  font-weight: 500;
}
.offering .section3-box .p3-1 ol li p span {
  color: #a50505;
}
.offering .section3-box .p3-2 {
  width: 1120px;
  padding: 0;
  margin: 0 auto;
}
.offering .section3-box .p3-2 h3 {
  height: 41px;
  margin: 0 0 35px;
  padding: 0 20px 0 12px;
  line-height: 41px;
  position: relative;
  display: inline-block;
  background: #e5b127;
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
  color: #fff;
}
.offering .section3-box .p3-2 h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 265px;
  height: 41px;
  background: #e5e5e5;
  z-index: -1;
  right: -5px;
  top: 5px;
  transform: skewY(2deg);
}
.offering .section3-box .p3-2 p {
  margin: 0 0 57px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: -0.075rem;
}
.offering .section3-box .p3-2 .entry-box {
  width: 620px;
  height: 132px;
  border: 3px solid #a40000;
  margin: 0 auto 170px;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.5;
  padding: 12px 0;
  color: #cc0000;
}
.offering .section3-box .p3-2 .entry-box a {
  color: #cc0000;
}
.offering .section4-box {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}
.offering .section4-box h2 {
  width: 100%;
  height: 65px;
  text-align: center;
  margin: 0 0 50px;
}
.offering .section4-box .p4-1 {
  width: 100%;
  padding: 0 0 97px;
}
.offering .section4-box .p4-1 p {
  padding: 0 0 50px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.25;
}
.offering .section4-box .p4-1 ol {
  width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.offering .section4-box .p4-1 ol li {
  width: 240px;
  height: 253px;
  position: relative;
}
.offering .section4-box .p4-1 ol li:nth-child(1) {
  background: url(../img/offering/pc_list_item01.png) 0 0 no-repeat;
}
.offering .section4-box .p4-1 ol li:nth-child(2) {
  background: url(../img/offering/pc_list_item02.png) 0 0 no-repeat;
}
.offering .section4-box .p4-1 ol li:nth-child(3) {
  background: url(../img/offering/pc_list_item03.png) 0 0 no-repeat;
}
.offering .section4-box .p4-1 ol li p {
  position: absolute;
  padding: 20px 0 0;
  width: 100%;
  text-align: center;
  font-size: 1.8125rem;
  line-height: 1.5517241379;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: -0.075rem;
  font-weight: 500;
}
.offering .section4-box .p4-1 ol li p span {
  color: #a50505;
}
.offering .section4-box .p4-2 {
  width: 1120px;
  margin: 0 auto;
  padding: 0 74px 0 0;
  display: flex;
  justify-content: space-between;
}
.offering .section4-box .p4-2 .left-box {
  width: 604px;
  margin: 0 0 150px;
}
.offering .section4-box .p4-2 .left-box h3 {
  height: 41px;
  margin: 0 0 23px;
  padding: 0 20px 0 12px;
  line-height: 41px;
  position: relative;
  display: inline-block;
  background: #e5b127;
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
  color: #fff;
}
.offering .section4-box .p4-2 .left-box h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 135px;
  height: 41px;
  background: #e5e5e5;
  z-index: -1;
  right: -5px;
  top: 3px;
  transform: skewY(2deg);
}
.offering .section4-box .p4-2 .left-box ol {
  padding: 0 0 0 40px;
}
.offering .section4-box .p4-2 .left-box ol li {
  font-size: 1.25rem;
  line-height: 2.4;
}
.offering .section5-box {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}
.offering .section5-box h2 {
  width: 100%;
  height: 65px;
  text-align: center;
  margin: 0 0 50px;
}
.offering .section5-box .p5-1 {
  width: 1120px;
  margin: 0 auto;
  padding: 0;
}
.offering .section5-box .p5-1 h3 {
  height: 41px;
  margin: 0 0 35px;
  padding: 0 20px 0 12px;
  line-height: 41px;
  position: relative;
  display: inline-block;
  background: #e5b127;
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
  color: #fff;
}
.offering .section5-box .p5-1 h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 265px;
  height: 41px;
  background: #e5e5e5;
  z-index: -1;
  right: -5px;
  top: 5px;
  transform: skewY(2deg);
}
.offering .section5-box .p5-1 figure {
  padding: 0 0 50px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.25;
}
.offering .section5-box .p5-2 {
  width: 1120px;
  margin: 0 auto;
  padding: 0 74px 0 0;
}
.offering .section5-box .p5-2 h3 {
  height: 41px;
  margin: 0 0 23px;
  padding: 0 20px 0 12px;
  line-height: 41px;
  position: relative;
  display: inline-block;
  background: #e5b127;
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
  color: #fff;
}
.offering .section5-box .p5-2 h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 135px;
  height: 41px;
  background: #e5e5e5;
  z-index: -1;
  right: -5px;
  top: 3px;
  transform: skewY(2deg);
}
.offering .section5-box .p5-2 table {
  margin: 0 0 65px 50px;
  width: 1013px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.offering .section5-box .p5-2 table tr {
  border-bottom: 1px solid #000;
}
.offering .section5-box .p5-2 table tr th {
  padding: 0 0 0 16px;
  background: #eee;
  font-size: 1.25rem;
  font-weight: normal;
  width: 675px;
}
.offering .section5-box .p5-2 table tr th span {
  font-size: 1rem;
}
.offering .section5-box .p5-2 table tr td {
  padding: 0 65px 0 0;
  border-right: 1px solid #000;
  text-align: right;
}
.offering .section5-box .p5-2 table tr:nth-child(1) th,
.offering .section5-box .p5-2 table tr:nth-child(1) td {
  height: 58px;
}
.offering .section5-box .p5-2 table tr:nth-child(2) {
  border-bottom: 1px dashed #000;
}
.offering .section5-box .p5-2 table tr:nth-child(2) th,
.offering .section5-box .p5-2 table tr:nth-child(2) td {
  height: 99px;
}
.offering .section5-box .p5-2 table tr:nth-child(3) th,
.offering .section5-box .p5-2 table tr:nth-child(3) td {
  height: 70px;
}
.offering .section5-box .in-p5-2 {
  width: 500px;
  margin: 0 auto 190px;
  text-align: center;
  font-size: 22px;
}
.offering .section5-box .in-p5-2 a {
  margin: 0 auto 21px;
  width: 304px;
  height: 82px;
  display: block;
  border: 2px solid #e5b127;
  line-height: 78px;
  padding: 0 0 0 78px;
  font-size: 27px;
  text-decoration: none;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #454545;
  position: relative;
}
.offering .section5-box .in-p5-2 a::before {
  display: block;
  position: absolute;
  content: "→";
  width: 1em;
  height: 1em;
  top: 0;
  left: 40px;
  color: #e5b127;
}
.offering .section5-box .in-q_a {
  width: 500px;
  margin: 0 auto 190px;
  font-size: 22px;
  text-align: left;
}
.offering .section5-box .in-q_a a {
  margin: 0 auto 21px;
  width: 304px;
  height: 82px;
  display: block;
  border: 2px solid #5a92bd;
  line-height: 78px;
  padding: 0 0 0 86px;
  font-size: 27px;
  text-decoration: none;
  color: #454545;
  position: relative;
}
.offering .section5-box .in-q_a a::before {
  display: block;
  position: absolute;
  content: "→";
  width: 1em;
  height: 1em;
  top: 0;
  left: 50px;
  color: #5a92bd;
}
.offering .section6-box {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}
.offering .section6-box h2 {
  width: 100%;
  height: 65px;
  text-align: center;
  margin: 0 0 50px;
}
.offering .section6-box .offring-senior-box {
  width: 1120px;
  margin: 0 auto 57px;
  padding: 0;
  border: 1px solid #e5b127;
  display: flex;
  justify-content: space-between;
}
.offering .section6-box .offring-senior-box .left-box {
  width: 732px;
}
.offering .section6-box .offring-senior-box .left-box h3 {
  height: 123px;
  padding: 20px 0 20px 43px;
  font-size: 1.75rem;
  line-height: 1.4642857143;
  font-weight: normal;
  letter-spacing: -0.035em;
  background: url(../img/offering/pc_border.png) 0 100% no-repeat;
}
.offering .section6-box .offring-senior-box .left-box p {
  padding: 16px 0 29px 43px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: -0.055em;
}
.offering .section6-box .offring-senior-box .right-box {
  padding: 23px 23px 0 0;
  width: 288px;
}
.offering .section6-box .offring-senior-box .right-box img {
  width: 100%;
  height: auto;
}
.offering .section6-box .offring-senior-box .right-box figcaption {
  font-size: 1.5rem;
  line-height: 2.2083333333;
  text-align: center;
}
.offering .section6-box .in-p6-2 {
  width: 500px;
  margin: 0 auto 190px;
  font-size: 22px;
}
.offering .section6-box .in-p6-2 a {
  margin: 0 auto 21px;
  width: 304px;
  height: 82px;
  display: block;
  border: 2px solid #e5b127;
  line-height: 78px;
  padding: 0 0 0 112px;
  font-size: 27px;
  text-decoration: none;
  color: #454545;
  position: relative;
}
.offering .section6-box .in-p6-2 a::before {
  display: block;
  position: absolute;
  content: "→";
  width: 1em;
  height: 1em;
  top: 0;
  left: 76px;
  color: #e5b127;
}
.offering .q_a-box {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}
.offering .q_a-box h2 {
  width: 100%;
  height: 132px;
  text-align: center;
  margin: 0 auto;
}
.offering .q_a-box p {
  width: 1120px;
  margin: 0 auto 15px;
  height: 103px;
  line-height: 103px;
  text-align: center;
}
.offering .q_a-box .q_a {
  border: 9px solid #eee;
  border-bottom: none;
  width: 1120px;
  margin: 0 auto 50px;
}
.offering .q_a-box .q_a dl {
  margin: 0;
  padding: 0 9px 0 28px;
  border-bottom: 9px solid #eee;
}
.offering .q_a-box .q_a dl dt {
  padding: 0 0 0 140px;
  position: relative;
  background: url(../img/offering/pc_img_q.png) 0 50% no-repeat;
  border-bottom: 1px dashed #3c3c3c;
}
.offering .q_a-box .q_a dl dt p {
  width: 925px;
  height: auto;
  margin: 0;
  text-align: left;
  padding: 35px 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4545454545;
}
.offering .q_a-box .q_a dl dd {
  padding: 0 0 0 140px;
  position: relative;
  background: url(../img/offering/pc_img_a.png) 0 50% no-repeat;
}
.offering .q_a-box .q_a dl dd p {
  width: 925px;
  height: auto;
  margin: 0;
  padding: 37px 0;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4545454545;
}
.offering .q_a-box .in-q_a {
  width: 500px;
  margin: 0 auto 380px;
  font-size: 22px;
  text-align: left;
}
.offering .q_a-box .in-q_a a {
  margin: 0 auto 21px;
  width: 304px;
  height: 82px;
  display: block;
  border: 2px solid #5a92bd;
  line-height: 78px;
  padding: 0 0 0 86px;
  font-size: 27px;
  text-decoration: none;
  color: #454545;
  position: relative;
}
.offering .q_a-box .in-q_a a::before {
  display: block;
  position: absolute;
  content: "→";
  width: 1em;
  height: 1em;
  top: 0;
  left: 50px;
  color: #5a92bd;
}

/* job-request
--------------------------------------------------------------*/
.job-request .kv-box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.job-request .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0;
  height: 46px;
}
.job-request .kv-box .breadcrumb-box ul {
  display: flex;
}
.job-request .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 46px;
  position: relative;
}
.job-request .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.job-request .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.job-request .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.job-request .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.job-request .kv-box .kv-image-box {
  width: 100%;
}
.job-request .kv-box .kv-image-box img {
  width: 100%;
}
.job-request .kv-box .link-btn-box {
  width: 278px;
  height: 187px;
  top: 103px;
  right: 0;
  position: absolute;
}
.job-request .kv-box .link-btn-box li {
  margin: 0 0 27px;
}
.job-request .menu-box {
  width: 100%;
  margin: 0 0 120px;
  padding: 31px 0 0;
  height: 169px;
  background: url(../img/offering/pc_menu_bg.png) repeat;
}
.job-request .menu-box .menu-btn-box {
  width: 774px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.job-request .section1-box {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}
.job-request .section1-box h2 {
  width: 100%;
  height: 65px;
  text-align: center;
  margin: 0 0 50px;
}
.job-request .section1-box .in-section1-box {
  width: 1200px;
  margin: 0 auto;
  background: url(../img/job-request/pc_img_sec1.png) 100% 0 no-repeat;
}
.job-request .section1-box .in-section1-box .section1-comment {
  margin: 0 0 32px;
  font-size: 1rem;
  line-height: 1.875;
}
.job-request .section1-box .in-section1-box .section1-list {
  margin: 0 0 19px;
}
.job-request .section1-box .in-section1-box .section1-list .sevtion1-listitem {
  font-size: 1.25rem;
  line-height: 2.3;
  padding: 0 0 0 36px;
  position: relative;
}
.job-request .section1-box .in-section1-box .section1-list .sevtion1-listitem::before {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #a3c855;
  border-radius: 100%;
}
.job-request .section1-box .in-section1-box .section1-notice {
  font-size: 1.625rem;
  color: #e5004f;
  margin: 0 0 101px;
}
.job-request .section1-box .promise3 {
  width: 1200px;
  margin: 0 auto;
}
.job-request .section1-box .promise3 .promise3-h3 {
  height: 41px;
  margin: 0 0 23px;
  padding: 0 20px 0 12px;
  line-height: 41px;
  position: relative;
  display: inline-block;
  background: #a3c855;
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
  color: #fff;
}
.job-request .section1-box .promise3 .promise3-h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 265px;
  height: 41px;
  background: #e5e5e5;
  z-index: -1;
  right: -5px;
  top: 5px;
  transform: skewY(2deg);
}
.job-request .section1-box .promise3 .promise3-h3 .promise3-span {
  color: #e5004f;
}
.job-request .section1-box .promise3 .promise3-list {
  width: 100%;
  counter-reset: number 0;
  margin: 0 0 7px;
  background: url(../img/job-request/pc_img_sec2.png) 100% 0 no-repeat;
}
.job-request .section1-box .promise3 .promise3-list .promise3-listitem {
  padding: 0 0 0 53px;
  position: relative;
}
.job-request .section1-box .promise3 .promise3-list .promise3-listitem::before {
  display: block;
  counter-increment: number 1;
  content: counter(number) "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #e5004f;
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 40px;
  top: 0;
  left: 0;
}
.job-request .section1-box .promise3 .promise3-list .promise3-listitem .promise3-dl {
  width: 838px;
  margin: 0 0 27px;
}
.job-request .section1-box .promise3 .promise3-list .promise3-listitem .promise3-dl .promise3-dt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1.625rem;
  margin: 0 0 13px;
}
.job-request .section1-box .promise3 .promise3-list .promise3-listitem .promise3-dl .promise3-dd {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 27px;
}
.job-request .section1-box .counseling-box {
  margin: 0 0 114px;
  width: 100%;
}
.job-request .section1-box .counseling-box .counseling-btn {
  margin: 0 auto 35px;
  display: block;
  width: 414px;
  height: 68px;
  border: 3px solid #ea0000;
  line-height: 62px;
  font-size: 1.875rem;
  text-align: center;
  text-decoration: none;
  color: #ea0000;
}
.job-request .section1-box .counseling-box .counseling-btn .underline {
  text-decoration: underline;
}
.job-request .section1-box .counseling-box .counseling-comment {
  text-align: center;
  font-size: 1.25rem;
}
.job-request .section3-box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 152px;
}
.job-request .section3-box h2 {
  width: 100%;
  height: 65px;
  text-align: center;
  margin: 0 0 50px;
}
.job-request .section3-box .section3-comment {
  width: 1200px;
  font-size: 1rem;
  line-height: 1.875;
  margin: 0 auto 26px;
}
.job-request .section3-box .section3-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.job-request .section3-box .section3-list .section3-listitem {
  width: 350px;
  border: 1px solid #b0b0b0;
}
.job-request .section3-box .section3-list .section3-listitem .section3-dl {
  width: 100%;
}
.job-request .section3-box .section3-list .section3-listitem .section3-dl .section3-dt {
  width: 100%;
  height: 63px;
  background: #a3c855;
  font-size: 1.625rem;
  color: #fff;
  text-align: center;
  line-height: 63px;
}
.job-request .section3-box .section3-list .section3-listitem .section3-dl .section3-dd-image {
  width: 100%;
}
.job-request .section3-box .section3-list .section3-listitem .section3-dl .section3-dd-image img {
  width: 100%;
  height: auto;
}
.job-request .section3-box .section3-list .section3-listitem .section3-dl .section3-dd-list {
  width: 100%;
  padding: 15px 0 0 25px;
  font-size: 1.125rem;
  line-height: 1.875;
}
.job-request .section4-box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 152px;
}
.job-request .section4-box h2 {
  width: 100%;
  height: 65px;
  text-align: center;
  margin: 0 0 50px;
}
.job-request .section4-box .in-section4-box {
  margin: 0 auto 50px;
  width: 1080px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job-request .section4-box .voice-box {
  width: 520px;
  min-height: 382px;
  padding: 0 0 52px;
  position: relative;
  margin: 0 0 30px;
}
.job-request .section4-box .voice-box:nth-child(odd)::after {
  position: absolute;
  bottom: 0;
  left: 50px;
  display: block;
  width: 60px;
  height: 52px;
  content: "";
  background: url(../img/job-request/pc_bloon_left.png) 0 0 no-repeat;
}
.job-request .section4-box .voice-box:nth-child(even) {
  margin: 30px 0 0;
}
.job-request .section4-box .voice-box:nth-child(even)::after {
  position: absolute;
  bottom: 0;
  right: 50px;
  display: block;
  width: 60px;
  height: 52px;
  content: "";
  background: url(../img/job-request/pc_bloon_right.png) 0 0 no-repeat;
}
.job-request .section4-box .voice-box .in-voice-box {
  width: 520px;
  min-height: 330px;
  height: 100%;
  padding: 22px;
  border-radius: 14px;
  background: #a4d247;
}
.job-request .section4-box .voice-box .in-voice-box .voice-dl {
  background: #fff;
  width: 100%;
  min-height: 296px;
  height: 100%;
  margin: 0;
}
.job-request .section4-box .voice-box .in-voice-box .voice-dl .voice-dt {
  padding: 23px 10px 0;
  height: 57px;
  margin: 0 20px 17px;
  font-size: 1.25rem;
  color: #6a9e01;
  border-bottom: 1px solid #a4d247;
}
.job-request .section4-box .voice-box .in-voice-box .voice-dl .voice-dd {
  margin: 0 20px;
}
.job-request .section4-box .voice-box .in-voice-box .voice-dl .voice-dd .voice-name {
  font-size: 0.875rem;
  margin: 0 0 24px;
}
.job-request .section4-box .voice-box .in-voice-box .voice-dl .voice-dd .voice-comment {
  font-size: 0.875rem;
  line-height: 1.9285714286;
  margin: 0 0 33px;
}

/* tool
--------------------------------------------------------------*/
.tool .kv-box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.tool .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0;
  height: 46px;
}
.tool .kv-box .breadcrumb-box ul {
  display: flex;
}
.tool .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 46px;
  position: relative;
}
.tool .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.tool .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.tool .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.tool .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.tool .kv-box .kv-image-box {
  width: 100%;
}
.tool .kv-box .kv-image-box img {
  width: 100%;
}
.tool .kv-box .link-btn-box {
  width: 278px;
  height: 187px;
  top: 103px;
  right: 0;
  position: absolute;
}
.tool .kv-box .link-btn-box li {
  margin: 0 0 27px;
}
.tool .menu-box {
  width: 100%;
  margin: 0 0 120px;
  padding: 31px 0 0;
  height: 169px;
  background: url(../img/offering/pc_menu_bg.png) repeat;
}
.tool .menu-box .menu-btn-box {
  width: 1368px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tool .tool-box {
  width: 844px;
  margin: 0 auto;
}
.tool .tool-box h1 {
  width: 100%;
  height: 65px;
  margin: 0 0 47px;
}
.tool .tool-box .tool-text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  text-align: center;
  margin: 0 0 8px;
}
.tool .tool-box .in-tool-box {
  margin: 0 0 260px;
  width: 844px;
  height: 511px;
  background: #fff8e5;
  position: relative;
}
.tool .tool-box .in-tool-box .display {
  margin: 0;
  padding: 57px 0 0;
  width: 726px;
  position: absolute;
  top: 0;
  left: 59px;
}
.tool .tool-box .in-tool-box .inner-box {
  margin: 0 0 25px;
  padding: 13px 18px 0;
  width: 100%;
  height: 265px;
  background: #fff;
  position: relative;
}
.tool .tool-box .in-tool-box .inner-box h2 {
  width: 100%;
  height: 50px;
  margin: 0;
}
.tool .tool-box .in-tool-box .inner-box p {
  position: absolute;
  top: calc((100% + 68px) / 2);
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  text-align: center;
}
.tool .tool-box .in-tool-box ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 85px;
}
.tool .tool-box .in-tool-box ul li {
  width: 337px;
  height: 85px;
}
.tool .tool-box .in-tool-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* service
--------------------------------------------------------------*/
.service .kv-box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto 23px;
}
.service .kv-box .kv-image-box .kv-image {
  width: 100%;
  height: auto;
}
.service .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0 0 0 85px;
  height: 55px;
}
.service .kv-box .breadcrumb-box ul {
  display: flex;
}
.service .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 55px;
  position: relative;
}
.service .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.service .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.service .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.service .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.service .kv-box .ttl-box {
  width: 252px;
  height: 86px;
  margin: 0 auto 111px;
  border-bottom: 6px solid #eee;
  display: flex;
}
.service .kv-box .ttl-box .ico-service {
  background: url(../img/service/service_ttl.png) 0 0 no-repeat;
  background-size: contain;
  width: 89px;
  height: 80px;
}
.service .kv-box .ttl-box .h1-service {
  padding: 30px 0 0 8px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: relative;
}
.service .kv-box .ttl-box .h1-service .h1-service-slug {
  font-size: 1.25rem;
  font-weight: 400;
  color: #5aafbd;
  display: block;
  position: absolute;
  top: 10px;
  left: 45px;
  letter-spacing: -0.035rem;
}
.service-box {
  width: 1400px;
  margin: 0 auto;
}
.service-h2-ttl {
  width: 794px;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 auto 45px;
}
.service-h2-ttl br {
  display: none;
}
.service-comment-box {
  width: 648px;
  text-align: center;
  font-size: 1rem;
  line-height: 2.25;
  margin: 0 auto 50px;
}
.service-contents-box {
  width: 794px;
  height: 794px;
  margin: 0 auto 160px;
}
.service-contents-ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.service-contents-ul::after {
  position: absolute;
  width: 196px;
  height: 196px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url(../img/service/pc_service_logo.png) 0 0 no-repeat;
}
.service-contents-li {
  width: 406px;
  height: 406px;
  display: block;
}
.service-contents-li:nth-child(1) {
  margin: 0 -9px -9px 0;
}
.service-contents-li:nth-child(2) {
  margin: 0 0 -9px -9px;
}
.service-contents-li:nth-child(3) {
  margin: -9px -9px 0 0;
}
.service-contents-li:nth-child(4) {
  margin: -9px 0 0 -9px;
}
.service-contents-dl {
  padding: 65px 0 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.service .circle-blue {
  background: rgba(120, 200, 213, 0.5);
}
.service .circle-green {
  background: rgba(140, 190, 49, 0.5);
}
.service .circle-yellow {
  background: rgba(229, 177, 39, 0.5);
}
.service .circle-red {
  background: rgba(242, 159, 160, 0.5);
}
.service-contents-dt {
  margin: 0 auto 25px;
  width: 280px;
  font-size: 1.375rem;
  line-height: 1.5909090909;
  text-align: center;
}
.service .text-blue {
  color: #008ca5;
}
.service .text-green {
  color: #4e7900;
}
.service .text-yellow {
  color: #a87a00;
}
.service .text-red {
  color: #ef6363;
}
.service-contents-dd {
  margin: 0 auto;
  width: 280px;
  font-size: 0.875rem;
  line-height: 1.9285714286;
}
.service .in-service-box {
  width: 100%;
  margin: 0 auto 202px;
  display: flex;
  justify-content: space-between;
}
.service .in-service-box a {
  text-decoration: none;
  color: #454545;
}
.service .in-service-list {
  width: 454px;
  height: 321px;
}
.service .in-service-store {
  padding: 86px 0 0;
  width: 454px;
  height: 254px;
  background: #e5b127;
  position: relative;
}
.service .in-service-job {
  padding: 86px 0 0;
  width: 454px;
  height: 254px;
  background: #a0cb51;
  position: relative;
}
.service .in-service-work {
  padding: 86px 0 0;
  width: 454px;
  height: 254px;
  background: #78c8d5;
  position: relative;
}
.service .bold {
  font-weight: 700;
}
.service .bold-large {
  font-size: 1.875rem;
  font-weight: 700;
}
.service .in-service-ttl {
  width: 100%;
  top: 43px;
  transform: translate(0, -50%);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.0666666667;
  color: #fff;
  position: absolute;
}
.service .in-service-image {
  display: block;
  margin: 0 auto;
}
.service .in-service-description {
  padding: 12px 0 0 13px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: -0.05em;
}
.service .in-service-button {
  margin: 0 auto 127px;
  width: 202px;
  height: 54px;
  border: 2px solid #5fb2bf;
  line-height: 50px;
}
.service .in-service-button:hover {
  opacity: 0.7;
}
.service .in-service-button .btn-service {
  width: 100%;
  height: 100%;
  padding: 0 0 0 52px;
  display: block;
  color: #454545;
  text-decoration: none;
  position: relative;
}
.service .in-service-button .btn-service::before {
  position: absolute;
  content: "→";
  top: 50%;
  left: 29px;
  transform: translate(0, -50%);
  color: #5fb2bf;
}

/* company
--------------------------------------------------------------*/
.company .kv-box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto 23px;
}
.company .kv-box .kv-image-box .kv-image {
  width: 100%;
  height: auto;
}
.company .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0 0 0 85px;
  height: 55px;
}
.company .kv-box .breadcrumb-box ul {
  display: flex;
}
.company .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 55px;
  position: relative;
}
.company .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.company .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.company .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.company .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.company .kv-box .ttl-box {
  width: 252px;
  height: 86px;
  margin: 0 auto 111px;
  border-bottom: 6px solid #eee;
  display: flex;
}
.company .kv-box .ttl-box .ico-company {
  background: url(../img/company/company_ttl.png) 0 0 no-repeat;
  background-size: contain;
  width: 89px;
  height: 80px;
}
.company .kv-box .ttl-box .h1-company {
  padding: 30px 0 0 8px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: relative;
}
.company .kv-box .ttl-box .h1-company .h1-company-slug {
  font-size: 1.25rem;
  font-weight: 400;
  color: #8cbe31;
  display: block;
  position: absolute;
  top: 10px;
  left: 45px;
  letter-spacing: -0.035rem;
}
.company .greeting-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1550px;
}
.company .greeting-box .greeting-h2-ttl {
  margin: 0 1259px 49px 74px;
  width: 217px;
  height: 66px;
  padding: 22px 27px 0 0;
  position: relative;
  line-height: 44px;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.company .greeting-box .greeting-h2-ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  background: #eee;
  top: 0;
  right: 0;
  z-index: -2;
}
.company .greeting-box .greeting-h2-ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 190px;
  height: 44px;
  background: #8cbe31;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.company .greeting-box .in-greeting-box {
  margin: 0 auto;
  padding: 0 74px;
  width: 100%;
  max-width: 1264px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company .greeting-box .in-greeting-box .text-box {
  width: 73.8392857143%;
  max-width: 827px;
}
.company .greeting-box .in-greeting-box .greeting-h3-ttl {
  margin: 0 0 49px;
}
.company .greeting-box .in-greeting-box .greeting-comment-box {
  font-size: 1rem;
  line-height: 2.5;
}
.company .greeting-box .in-greeting-box .representative-box {
  width: 20.9821428571%;
  max-width: 235px;
}
.company .greeting-box .in-greeting-box .representative-box .representative-image {
  width: 100%;
  height: auto;
}
.company .greeting-box .in-greeting-box .representative-name {
  margin: 36px 0 0;
  width: 73.8392857143%;
  max-width: 827px;
  height: 163px;
  max-width: 1121px;
  text-align: right;
}
.company .overview-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1550px;
}
.company .overview-box .overview-h2-ttl {
  margin: 0 1259px 49px 74px;
  width: 217px;
  height: 66px;
  padding: 22px 27px 0 0;
  position: relative;
  line-height: 44px;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.company .overview-box .overview-h2-ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  background: #eee;
  top: 0;
  right: 0;
  z-index: -2;
}
.company .overview-box .overview-h2-ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 190px;
  height: 44px;
  background: #8cbe31;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.company .overview-box .overview-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  position: relative;
}
.company .overview-box .overview-list::before {
  display: block;
  position: absolute;
  content: "";
  width: 23.5714285714%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #c9c9c9;
}
.company .overview-box .overview-list::after {
  display: block;
  position: absolute;
  content: "";
  width: 99.1071428571%;
  height: 1px;
  bottom: 1px;
  right: 0;
  background: #dcdcdc;
}
.company .overview-box .overview-list .overview-list-ttl {
  margin: 42px 0 0 54px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8571428571;
  letter-spacing: -0.035em;
  width: 33.9285714286%;
  padding: 0 0 20px;
}
.company .overview-box .overview-list .overview-list-contents {
  width: 66.0714285714%;
  margin: 42px 0 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8571428571;
  letter-spacing: -0.035em;
  padding: 0 0 20px;
}
.company .overview-box .overview-list .overview-list-contents .btn-map {
  width: 147px;
  height: 29px;
  display: inline-block;
  background: #8cbe31;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 33px;
  line-height: 29px;
  position: relative;
}
.company .overview-box .overview-list .overview-list-contents .btn-map::before {
  width: 33px;
  height: 29px;
  display: block;
  content: "→";
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.company .overview-box .overview-list .overview-list-contents .contents-list {
  list-style: decimal;
  margin: 0 0 0 1em;
}
.company .overview-box .overview-list .overview-list-contents .contents-list .contents-item {
  line-height: 2.5;
}
.company .overview-box .overview-list .overview-list-contents .franchise-list .franchise-item {
  font-weight: 700;
}
.company .overview-box .overview-list .overview-list-contents .franchise-list .franchise-item::after {
  display: inline-block;
  width: 100%;
  height: 1em;
  overflow: hidden;
  content: "ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー";
  font-weight: 400;
  color: #454545;
}
.company .overview-box .overview-list .overview-list-contents .franchise-list .franchise-item.no-border::after {
  display: none;
}
.company .overview-box .overview-list .overview-list-contents .franchise-list .in-franchise-item {
  padding: 0 0 0 1em;
}
.company .overview-box .overview-list .overview-list-contents .franchise-list .in-franchise-dd {
  padding: 0 0 0 2em;
  font-weight: 400;
}
.company .overview-box .overview-list .overview-list-contents .indent2 {
  padding: 0 0 0 2em !important;
}
.company .map-box {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 210px;
}
.company .map-box .map-h2-ttl {
  height: 40px;
  padding: 0 0 0 28px;
  margin: 0 0 10px;
  position: relative;
  font-size: 1.4285714286rem;
  font-weight: normal;
  line-height: 40px;
}
.company .map-box .map-h2-ttl::before {
  position: absolute;
  width: 14px;
  height: 40px;
  display: block;
  content: "";
  top: 0;
  left: 0;
  background: #8cbe31;
}
.company .map-box .in-map-box {
  width: 100%;
  height: 475px;
}
.company .map-box .map-link-box {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: right;
}
.company .map-box .map-link-box a {
  color: #454545;
  text-decoration: none;
}

/* office
--------------------------------------------------------------*/
.office .kv-box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto 23px;
}
.office .kv-box .kv-image-box .kv-image {
  width: 100%;
  height: auto;
}
.office .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0 0 0 85px;
  height: 55px;
}
.office .kv-box .breadcrumb-box ul {
  display: flex;
}
.office .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 55px;
  position: relative;
}
.office .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.office .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.office .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.office .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.office .kv-box .ttl-box {
  width: 252px;
  height: 86px;
  margin: 0 auto 111px;
  padding: 0 0 0 14px;
  border-bottom: 6px solid #eee;
  display: flex;
}
.office .kv-box .ttl-box .ico-office {
  background: url(../img/office/office_ttl.png) 0 0 no-repeat;
  background-size: contain;
  width: 71px;
  height: 71px;
  display: block;
}
.office .kv-box .ttl-box .h1-office {
  padding: 30px 0 0 18px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: relative;
}
.office .kv-box .ttl-box .h1-office .h1-office-slug {
  font-size: 1.25rem;
  font-weight: 400;
  color: #e6ad15;
  display: block;
  position: absolute;
  top: 10px;
  left: 86px;
  letter-spacing: -0.035rem;
}
.office .search-box {
  margin: 0 auto 65px;
  width: 1120px;
  border: 2px solid #e6ad15;
  display: flex;
}
.office .search-box .map-box {
  width: 860px;
  height: 769px;
  background: url(../img/office/pc_office_map.png) 0 0 no-repeat;
  position: relative;
}
.office .search-box .map-box .area01,
.office .search-box .map-box .area02,
.office .search-box .map-box .area03,
.office .search-box .map-box .area04,
.office .search-box .map-box .area05,
.office .search-box .map-box .area06,
.office .search-box .map-box .area07 {
  font-size: 1rem;
  text-align: center;
  width: 103px;
  position: absolute;
}
.office .search-box .map-box .area01 {
  top: 145px;
  left: 451px;
}
.office .search-box .map-box .area02 {
  top: 416px;
  left: 705px;
}
.office .search-box .map-box .area03 {
  top: 300px;
  left: 374px;
}
.office .search-box .map-box .area04 {
  top: 599px;
  left: 521px;
}
.office .search-box .map-box .area05 {
  top: 652px;
  left: 375px;
}
.office .search-box .map-box .area06 {
  top: 349px;
  left: 195px;
}
.office .search-box .map-box .area07 {
  top: 498px;
  left: 21px;
}
.office .search-box .list-box {
  width: 255px;
  background: #fff1ca;
  padding: 27px 15px 21px 18px;
}
.office .search-box .list-box h2 {
  margin: 0 59px 26px 75px;
  width: 92px;
  height: 40px;
}
.office .search-box .list-box ul {
  margin: 0 0 35px 5px;
  border-bottom: 2px solid #e6ad15;
}
.office .search-box .list-box ul li {
  width: 221px;
  height: 60px;
  border: 1px solid #e6ad15;
  background: #fff;
  position: relative;
  margin: 0 0 19px;
}
.office .search-box .list-box ul li::before {
  position: absolute;
  display: block;
  content: "→";
  color: #e5b127;
  line-height: 58px;
  font-size: 1rem;
  left: 21px;
  top: 50%;
  transform: translate(0, -50%);
}
.office .search-box .list-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 58px;
  padding: 0 0 0 44px;
  color: #454545;
  text-decoration: none;
}
.office .search-box .list-box p {
  width: 221px;
  height: 60px;
  border: 1px solid #e6ad15;
  background: #fff;
  position: relative;
  margin: 0 0 0 5px;
  line-height: 58px;
  padding: 0 0 0 44px;
}
.office .search-box .list-box p a {
  text-decoration: none;
  color: #454545;
  width: 100%;
  height: 100%;
  display: block;
}
.office .search-box .list-box p::before {
  position: absolute;
  display: block;
  content: "→";
  color: #e5b127;
  line-height: 58px;
  font-size: 1rem;
  left: 21px;
  top: 50%;
  transform: translate(0, -50%);
}
.office .results-box {
  width: 100%;
}
.office .results-box h2 {
  width: 100%;
  height: 61px;
  background: #e6ad15;
  color: #fff;
  text-align: center;
  line-height: 61px;
  color: #fff;
  font-size: 1.75rem;
  margin: 0 0 104px;
}
.office .results-box .count-box {
  width: 1118px;
  height: 34px;
  line-height: 34px;
  font-size: 0.875rem;
  margin: 0 auto;
  text-align: right;
}
.office .results-box .office-list-box {
  width: 1118px;
  margin: 0 auto 75px;
}
.office .results-box .office-list-box .office-list-item {
  width: 100%;
  margin: 0 0 30px;
  background: #fff6df;
  padding: 31px 39px 40px 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.office .results-box .office-list-box .office-list-item .office-image {
  width: 236px;
  display: block;
}
.office .results-box .office-list-box .office-list-item .office-info-box {
  width: 786px;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-number {
  padding: 0 6px 6px;
  margin: 0 0 13px;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 18px;
  border-bottom: 2px solid #e6ad15;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-top .office-name {
  margin: 0;
  width: 355px;
  background: #fff;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-top .office-name-dt {
  width: 100%;
  height: 29px;
  padding: 0 0 0 15px;
  background: #e6ad15;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 29px;
  color: #fff;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-top .office-name-dd {
  width: 100%;
  height: calc(100% - 29px);
  padding: 0 0 0 15px;
  font-size: 1.125rem;
  line-height: 55px;
  display: flex;
  align-items: center;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-top .office-service {
  margin: 0;
  width: 218px;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-top .office-service-dt {
  width: 100%;
  height: 29px;
  padding: 0 0 0 15px;
  background: #e6ad15;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 29px;
  color: #fff;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-top .office-service-dd {
  width: 100%;
  min-height: 55px;
  padding: 5px 0 5px 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-top .office-service-dd .business-type-item {
  font-size: 1.125rem;
  line-height: 25px;
  display: block;
  margin: auto 0;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-top .office-date {
  margin: 0;
  width: 203px;
  background: #fff;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-top .office-date-dt {
  width: 100%;
  height: 29px;
  padding: 0 0 0 15px;
  background: #e6ad15;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 29px;
  color: #fff;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-top .office-date-dd {
  width: 100%;
  height: calc(100% - 29px);
  padding: 0 0 0 15px;
  font-size: 1.125rem;
  line-height: 55px;
  display: flex;
  align-items: center;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-bottom {
  width: 100%;
  margin: 0 0 23px;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-bottom .office-info-dt {
  width: 100%;
  height: 29px;
  padding: 0 0 0 15px;
  background: #e6ad15;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 29px;
  color: #fff;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-info-bottom .office-info-dd {
  width: 100%;
  min-height: 48px;
  margin: 0 0 3px;
  padding: 12px 0 12px 15px;
  font-size: 1.125rem;
  line-height: 24px;
  display: flex;
  align-items: center;
  background: #fff;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-button-box {
  width: 100%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-button-box .pdf-button {
  width: 190px;
  height: 60px;
  margin: 0 0 8px 0;
  background: #fff;
  border: 2px solid #e6ad15;
  font-size: 1rem;
  line-height: 18px;
  padding: 10px 0 10px 32px;
  color: #454545;
  text-decoration: none;
  position: relative;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-button-box .pdf-button::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "▲";
  font-size: 14px;
  color: #e6ad15;
  transform: rotate(90deg) translate(-50%, 0);
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-button-box .pdf-button::after {
  position: absolute;
  top: 13px;
  right: 6px;
  display: block;
  content: "";
  width: 26px;
  height: 32px;
  background: url(../img/office/pc_ico_pdf.png) 0 0 no-repeat;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-button-box .pdf-button:not(:nth-child(4n)) {
  margin: 0 8px 8px 0;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-button-box .contact-button {
  width: 190px;
  height: 60px;
  background: #e6ad15;
  font-size: 1rem;
  line-height: 60px;
  padding: 0 0 0 32px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.office .results-box .office-list-box .office-list-item .office-info-box .office-button-box .contact-button::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "▲";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #fff;
  transform: rotate(90deg) translate(-50%, 0);
}
.office .results-box .no-results-box {
  width: 1118px;
  height: 300px;
  margin: 0 auto 200px;
  background: #fff6df;
  padding: 70px 0;
}
.office .results-box .no-results-box p {
  font-size: 1.125rem;
  text-align: center;
  margin: 0 0 50px;
}
.office .results-box .no-results-box p a {
  margin: 0 auto 21px;
  width: 304px;
  height: 82px;
  display: block;
  border: 2px solid #e5b127;
  line-height: 78px;
  padding: 0 0 0 78px;
  font-size: 1.375rem;
  text-decoration: none;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #454545;
  position: relative;
  background: #fff;
}
.office .results-box .no-results-box p a::before {
  display: block;
  position: absolute;
  content: "→";
  width: 1em;
  height: 1em;
  top: 0;
  left: 40px;
  color: #e5b127;
}
.office .results-box .pager-box {
  margin: 0 auto 290px;
  display: flex;
  justify-content: center;
}
.office .results-box .pager-box a {
  text-decoration: none;
}
.office .results-box .pager-box .prev,
.office .results-box .pager-box .next,
.office .results-box .pager-box .pager {
  margin: 0 8px;
  height: 36px;
  line-height: 36px;
}
.office .results-box .pager-box .prev,
.office .results-box .pager-box .next {
  font-size: 0.875rem;
  color: #ad8007;
}
.office .results-box .pager-box .pager {
  width: 36px;
  border-radius: 100%;
  border: 1px solid #e6ad15;
  color: #b38406;
  font-size: 1.125rem;
  text-align: center;
  display: block;
}
.office .results-box .pager-box .current {
  background: #e6ad15;
  color: #fff;
}

/* recruit
--------------------------------------------------------------*/
.recruit .kv-box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto 23px;
}
.recruit .kv-box .kv-image-box .kv-image {
  width: 100%;
  height: auto;
}
.recruit .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0 0 0 85px;
  height: 55px;
}
.recruit .kv-box .breadcrumb-box ul {
  display: flex;
}
.recruit .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 55px;
  position: relative;
}
.recruit .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.recruit .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.recruit .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.recruit .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.recruit .kv-box .ttl-box {
  width: 235px;
  height: 95px;
  margin: 0 auto 53px;
  border-bottom: 6px solid #eee;
  display: flex;
}
.recruit .kv-box .ttl-box .ico-recruit {
  background: url(../img/recruit/recruit_ttl.png) 0 0 no-repeat;
  background-size: contain;
  width: 62px;
  height: 79px;
  margin: 0 0 5px 15px;
}
.recruit .kv-box .ttl-box .h1-recruit {
  padding: 30px 0 0 15px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: relative;
}
.recruit .kv-box .ttl-box .h1-recruit .h1-recruit-slug {
  font-size: 1.25rem;
  font-weight: 400;
  color: #f29fa0;
  display: block;
  position: absolute;
  top: 10px;
  left: 75px;
  letter-spacing: -0.035rem;
}
.recruit .recruit-box {
  width: 1120px;
  margin: 0 auto;
}
.recruit .recruit-box .recruit-top-box {
  width: 100%;
  display: flex;
}
.recruit .recruit-box .recruit-h2-ttl {
  margin: 0 0 39px 0;
  width: 180px;
  height: 66px;
  padding: 22px 27px 0 0;
  position: relative;
  line-height: 44px;
  font-size: 1.625rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.035em;
  color: #fff;
}
.recruit .recruit-box .recruit-h2-ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  background: #eee;
  top: 0;
  right: 0;
  z-index: -2;
}
.recruit .recruit-box .recruit-h2-ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 153px;
  height: 44px;
  background: #f29fa0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.recruit .recruit-box .recruit-copy-text {
  width: 789px;
  margin: 16px 0 21px;
  text-align: center;
  font-size: 1.25rem;
  color: #f0797b;
  line-height: 1.8;
}
.recruit .recruit-box .recruit-text {
  margin: 0 0 43px 180px;
  width: 789px;
  line-height: 1.7142857143;
  font-size: 0.875rem;
  text-align: center;
}
.recruit .recruit-box .in-recruit-box {
  margin: 0 auto 119px;
  width: 940px;
  border: 10px solid #f5d3d4;
  padding: 33px 54px 50px;
}
.recruit .recruit-box .in-recruit-box dl {
  margin: 0 0 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.recruit .recruit-box .in-recruit-box dl dt {
  width: 227px;
  min-height: 84px;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  font-weight: normal;
  padding: 36px 0 0;
  color: #f0797b;
  line-height: 1;
}
.recruit .recruit-box .in-recruit-box dl dd {
  padding: 27px 0 20px 0;
  width: 584px;
  min-height: 84px;
  border-bottom: 1px solid #ccc;
  color: #383838;
  font-size: 0.875rem;
  line-height: 2;
}
.recruit .recruit-box .in-recruit-box dl dd a {
  color: #ff343a;
}
.recruit .recruit-box .in-recruit-box .entry-box {
  width: 240px;
  height: 54px;
  margin: 0 auto;
}
.recruit .recruit-box .in-recruit-box .entry-box a {
  width: 100%;
  height: 100%;
  display: block;
  background: #f29fa0;
  line-height: 54px;
  padding: 0 0 0 59px;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.recruit .recruit-box .in-recruit-box .entry-box a::before {
  display: block;
  position: absolute;
  content: "→";
  font-size: 1.125rem;
  left: 33px;
}

/* contact
--------------------------------------------------------------*/
.contact .kv-box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto 23px;
}
.contact .kv-box .kv-image-box .kv-image {
  width: 100%;
  height: auto;
}
.contact .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0 0 0 85px;
  height: 55px;
}
.contact .kv-box .breadcrumb-box ul {
  display: flex;
}
.contact .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 55px;
  position: relative;
}
.contact .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.contact .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.contact .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.contact .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.contact .kv-box .ttl-box {
  width: 265px;
  height: 86px;
  margin: 0 auto 111px;
  border-bottom: 6px solid #eee;
  display: flex;
}
.contact .kv-box .ttl-box .ico-contact {
  background: url(../img/contact/contact_ttl.png) 0 0 no-repeat;
  background-size: contain;
  width: 49px;
  height: 71px;
  display: block;
}
.contact .kv-box .ttl-box .h1-contact {
  padding: 30px 0 0 8px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: relative;
}
.contact .kv-box .ttl-box .h1-contact .h1-contact-slug {
  font-size: 1.25rem;
  font-weight: 400;
  color: #5a92bd;
  display: block;
  position: absolute;
  top: 10px;
  left: 114px;
  letter-spacing: -0.035rem;
}
.contact .tel-box {
  width: 1400px;
  margin: 0 auto 100px;
}
.contact .tel-box .contact-h2-ttl {
  margin: 0 125px 39px 0;
  width: 307px;
  height: 66px;
  padding: 22px 27px 0 0;
  position: relative;
  line-height: 44px;
  font-size: 1.625rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.035em;
  color: #fff;
}
.contact .tel-box .contact-h2-ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  background: #eee;
  top: 0;
  right: 0;
  z-index: -2;
}
.contact .tel-box .contact-h2-ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 288px;
  height: 44px;
  background: #5a92bd;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.contact .tel-box .in-tel-box {
  margin: 0 140px;
  display: flex;
  justify-content: space-between;
}
.contact .tel-box .in-tel-box .tel-number-list {
  width: 490px;
}
.contact .tel-box .in-tel-box .tel-number-notice {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 68px;
  height: 68px;
}
.contact .tel-box .in-tel-box .tel-number {
  position: relative;
  height: 66px;
  line-height: 66px;
  font-size: 60px;
  font-weight: 700;
  padding: 0 0 0 93px;
  letter-spacing: -0.035em;
}
.contact .tel-box .in-tel-box .tel-ico {
  width: 93px;
  height: 66px;
  background: url(../img/contact/ico_tel.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.contact .tel-box .in-tel-box .tel-notice-box {
  padding: 21px 0 0 17px;
  width: 560px;
  height: 164px;
  border: 2px dashed #bfbfbf;
}
.contact .tel-box .in-tel-box .tel-reception-time {
  font-size: 1.5rem;
  line-height: 40px;
  margin: 0 0 4px;
  letter-spacing: -0.035em;
}
.contact .tel-box .in-tel-box .tel-reception-time-notice {
  font-size: 1.25rem;
  line-height: 40px;
  letter-spacing: -0.035em;
}
.contact .tel-box .in-tel-box .annotation {
  font-size: 0.875rem;
}
.contact .form-box {
  width: 1400px;
  margin: 0 auto 250px;
}
.contact .form-box .contact-h2-ttl {
  margin: 0 1259px 58px 0;
  width: 342px;
  height: 66px;
  padding: 22px 27px 0 0;
  position: relative;
  line-height: 44px;
  font-size: 1.625rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.035em;
  color: #fff;
}
.contact .form-box .contact-h2-ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  background: #eee;
  top: 0;
  right: 0;
  z-index: -2;
}
.contact .form-box .contact-h2-ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 321px;
  height: 44px;
  background: #5a92bd;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.contact .form-box .in-form-box {
  width: 1120px;
  margin: 0 auto;
  background: #f3f3f3;
  padding: 12px 0 84px;
}
.contact .form-box .contact-type-box,
.contact .form-box .contact-contents-box,
.contact .form-box .contact-franchise-box {
  padding: 20px 35px 20px 15px;
  position: relative;
}
.contact .form-box .contact-type-box::after,
.contact .form-box .contact-contents-box::after,
.contact .form-box .contact-franchise-box::after {
  display: block;
  content: "";
  width: 1060px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 30px;
  background: #bfbfbf;
}
.contact .form-box .form-list {
  display: flex;
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
.contact .form-box .form-list .form-item {
  width: 300px;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 1.125rem;
  line-height: 34px;
  height: 34px;
  letter-spacing: -0.035em;
}
.contact .form-box .form-list .form-item::before {
  display: block;
  content: "";
  width: 5px;
  height: 34px;
  background: #5a92bd;
  top: 0;
  left: 0;
  position: absolute;
}
.contact .form-box .form-list .form-item .ico-required {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 64px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 0.875rem;
  background: #5a92bd;
  font-weight: 400;
  font-style: normal;
}
.contact .form-box .form-content {
  width: 760px;
}
.contact .form-box .form-content .wrap-select {
  width: 100%;
  height: 42px;
  position: relative;
  display: block;
}
.contact .form-box .form-content .wrap-select::after {
  position: absolute;
  display: block;
  content: "▼";
  width: 43px;
  height: 42px;
  font-size: 1rem;
  line-height: 42px;
  color: #000;
  top: 0;
  right: 0;
  pointer-events: none;
}
.contact .form-box .form-content .contact-type {
  width: 100%;
  padding: 0 0 0 16px;
  height: 100%;
  outline: none;
  border: none;
}
.contact .form-box .form-content .contact-type:foucus {
  outline: none;
}
.contact .form-box .form-content .contact-name,
.contact .form-box .form-content .contact-kana,
.contact .form-box .form-content .contact-tel,
.contact .form-box .form-content .contact-mail {
  display: block;
  width: 416px;
  padding: 0 0 0 16px;
  height: 42px;
  border: none;
  line-height: 42px;
  outline: none;
}
.contact .form-box .form-content .contact-name:foucus,
.contact .form-box .form-content .contact-kana:foucus,
.contact .form-box .form-content .contact-tel:foucus,
.contact .form-box .form-content .contact-mail:foucus {
  outline: none;
}
.contact .form-box .form-content .contact-zip {
  padding: 0 0 0 16px;
  width: 84px;
  height: 42px;
  border: none;
  outline: none;
}
.contact .form-box .form-content .contact-zip:foucus {
  outline: none;
}
.contact .form-box .form-content .contact-address {
  width: 100%;
  padding: 0 16px;
  height: 78px;
  line-height: 39px;
  outline: none;
  border: none;
}
.contact .form-box .form-content .contact-address:foucus {
  outline: none;
}
.contact .form-box .form-content .contact-contents {
  width: 100%;
  padding: 0 16px;
  height: 195px;
  line-height: 39px;
  outline: none;
  border: none;
}
.contact .form-box .form-content .contact-contents:foucus {
  outline: none;
}
.contact .form-box .form-content .opening-place,
.contact .form-box .form-content .employment {
  display: block;
  width: 416px;
  padding: 0 0 0 16px;
  height: 42px;
  border: none;
  line-height: 42px;
  outline: none;
}
.contact .form-box .form-content .opening-place:foucus,
.contact .form-box .form-content .employment:foucus {
  outline: none;
}
.contact .form-box .form-content .opening-place::-moz-placeholder, .contact .form-box .form-content .employment::-moz-placeholder {
  color: #858585;
}
.contact .form-box .form-content .opening-place::placeholder,
.contact .form-box .form-content .employment::placeholder {
  color: #858585;
}
.contact .form-box .form-content .reason {
  width: 100%;
  padding: 0 16px;
  height: 78px;
  line-height: 39px;
  outline: none;
  border: none;
}
.contact .form-box .form-content .reason:foucus {
  outline: none;
}
.contact .form-box .form-content .job-text {
  font-size: 0.75rem;
}
.contact .form-box .form-notice {
  text-align: center;
  font-size: 1.25rem;
  margin: 0 0 10px;
  letter-spacing: -0.035em;
}
.contact .form-box .form-notice .notice-text {
  color: #a50000;
  font-weight: 700;
}
.contact .form-box .contact-agreement-box {
  padding: 20px 35px 20px 35px;
}
.contact .form-box .contact-agreement-box .agreement-box {
  margin: 0 0 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact .form-box .contact-agreement-box .agreement-box .mwform-checkbox-field {
  order: 1;
}
.contact .form-box .contact-agreement-box .agreement-box .error {
  order: 3;
  width: 100%;
  text-align: center;
}
.contact .form-box .contact-agreement-box .agreement-box .privacy-policy-link {
  order: 2;
}
.contact .form-box .contact-agreement-box .agreement-box .agreement {
  display: none;
}
.contact .form-box .contact-agreement-box .mwform-checkbox-field-text {
  font-size: 1rem;
  padding: 0 0 0 39px;
  height: 24px;
  line-height: 24px;
  position: relative;
}
.contact .form-box .contact-agreement-box .mwform-checkbox-field-text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  background: #fff;
  border: 1px solid #535353;
}
.contact .form-box .contact-agreement-box .mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 8px;
  transform: rotate(-50deg);
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  top: 6px;
  left: 5px;
  opacity: 0;
}
.contact .form-box .contact-agreement-box .privacy-policy-link {
  font-size: 0.875rem;
  margin: 0 0 0 32px;
  display: inline-block;
  color: #db0000;
}
.contact .form-box .contact-agreement-box .agreement:checked + .mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 8px;
  transform: rotate(-50deg);
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  top: 6px;
  left: 5px;
  opacity: 1;
}
.contact .form-box .contact-agreement-box .submit {
  margin: 0 auto;
  width: 320px;
  height: 55px;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: -0.035em;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #5a92bd url(../img/contact/ico_agreement.png) 98px center no-repeat;
}
.contact .form-box .mw_wp_form_confirm .wrap-select {
  line-height: 42px;
}
.contact .form-box .mw_wp_form_confirm .wrap-select::after {
  display: none;
}
.contact .form-box .mw_wp_form_confirm .form-content {
  line-height: 34px;
}
.contact .form-box .mw_wp_form_confirm .form-content .job-text {
  display: none;
}
.contact .form-box .mw_wp_form_confirm .agreement-box {
  display: none;
}
.contact .form-box .mw_wp_form_complete {
  width: 100%;
  padding: 100px 50px;
}
.contact .form-box .mw_wp_form_complete .form-end-box {
  width: 100%;
  font-size: 1.5rem;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
.contact .error {
  font-size: 1rem;
}

/* job-recruit
--------------------------------------------------------------*/
.job-recruit .kv-box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
}
.job-recruit .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0;
  height: 46px;
}
.job-recruit .kv-box .breadcrumb-box ul {
  display: flex;
}
.job-recruit .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 46px;
  position: relative;
}
.job-recruit .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.job-recruit .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.job-recruit .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.job-recruit .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.job-recruit .kv-box .kv-image-box {
  width: 100%;
}
.job-recruit .kv-box .kv-image-box img {
  width: 100%;
}
.job-recruit .form-box {
  width: 1400px;
  margin: 0 auto 250px;
}
.job-recruit .form-box .job-recruit-h2-ttl {
  margin: 0 1259px 58px 0;
  width: 342px;
  height: 66px;
  padding: 22px 27px 0 0;
  position: relative;
  line-height: 44px;
  font-size: 1.625rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.035em;
  color: #fff;
}
.job-recruit .form-box .job-recruit-h2-ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  background: #eee;
  top: 0;
  right: 0;
  z-index: -2;
}
.job-recruit .form-box .job-recruit-h2-ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 321px;
  height: 44px;
  background: #78c8d5;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.job-recruit .form-box .job-recruit-notice {
  width: 1120px;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 68px;
  height: 68px;
}
.job-recruit .form-box .in-form-box {
  width: 1120px;
  margin: 0 auto;
  background: #f3f3f3;
  padding: 12px 0 84px;
}
.job-recruit .form-box .job-recruit-type-box,
.job-recruit .form-box .job-recruit-contents-box,
.job-recruit .form-box .job-recruit-franchise-box {
  padding: 20px 35px 20px 15px;
  position: relative;
}
.job-recruit .form-box .job-recruit-type-box::after,
.job-recruit .form-box .job-recruit-contents-box::after,
.job-recruit .form-box .job-recruit-franchise-box::after {
  display: block;
  content: "";
  width: 1060px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 30px;
  background: #bfbfbf;
}
.job-recruit .form-box .form-list {
  display: flex;
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
.job-recruit .form-box .form-list .form-item {
  width: 300px;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 1.125rem;
  line-height: 34px;
  height: 34px;
  letter-spacing: -0.035em;
}
.job-recruit .form-box .form-list .form-item::before {
  display: block;
  content: "";
  width: 5px;
  height: 34px;
  background: #78c8d5;
  top: 0;
  left: 0;
  position: absolute;
}
.job-recruit .form-box .form-list .form-item .ico-required {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 64px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 0.875rem;
  background: #78c8d5;
  font-weight: 400;
  font-style: normal;
}
.job-recruit .form-box .form-job-recruit {
  width: 760px;
}
.job-recruit .form-box .form-job-recruit .wrap-select {
  width: 100%;
  height: 42px;
  position: relative;
  display: block;
}
.job-recruit .form-box .form-job-recruit .wrap-select::after {
  position: absolute;
  display: block;
  content: "▼";
  width: 43px;
  height: 42px;
  font-size: 1rem;
  line-height: 42px;
  color: #000;
  top: 0;
  right: 0;
  pointer-events: none;
}
.job-recruit .form-box .form-job-recruit .job-recruit-type {
  width: 100%;
  padding: 0 0 0 16px;
  height: 100%;
  outline: none;
  border: none;
}
.job-recruit .form-box .form-job-recruit .job-recruit-type:foucus {
  outline: none;
}
.job-recruit .form-box .form-job-recruit .job-recruit-name,
.job-recruit .form-box .form-job-recruit .job-recruit-kana,
.job-recruit .form-box .form-job-recruit .job-recruit-working-place,
.job-recruit .form-box .form-job-recruit .job-recruit-tel,
.job-recruit .form-box .form-job-recruit .job-recruit-mail {
  display: block;
  width: 416px;
  padding: 0 0 0 16px;
  height: 42px;
  border: none;
  line-height: 42px;
  outline: none;
}
.job-recruit .form-box .form-job-recruit .job-recruit-name:foucus,
.job-recruit .form-box .form-job-recruit .job-recruit-kana:foucus,
.job-recruit .form-box .form-job-recruit .job-recruit-working-place:foucus,
.job-recruit .form-box .form-job-recruit .job-recruit-tel:foucus,
.job-recruit .form-box .form-job-recruit .job-recruit-mail:foucus {
  outline: none;
}
.job-recruit .form-box .form-job-recruit .job-recruit-comment {
  width: 100%;
  padding: 0 16px;
  height: 195px;
  line-height: 39px;
  outline: none;
  border: none;
}
.job-recruit .form-box .form-job-recruit .job-recruit-comment:foucus {
  outline: none;
}
.job-recruit .form-box .form-job-recruit .employment {
  display: block;
  width: 416px;
  padding: 0 0 0 16px;
  height: 42px;
  border: none;
  line-height: 42px;
  outline: none;
}
.job-recruit .form-box .form-job-recruit .employment:foucus {
  outline: none;
}
.job-recruit .form-box .form-job-recruit .employment::-moz-placeholder {
  color: #858585;
}
.job-recruit .form-box .form-job-recruit .employment::placeholder {
  color: #858585;
}
.job-recruit .form-box .form-job-recruit .reason {
  width: 100%;
  padding: 0 16px;
  height: 78px;
  line-height: 39px;
  outline: none;
  border: none;
}
.job-recruit .form-box .form-job-recruit .reason:foucus {
  outline: none;
}
.job-recruit .form-box .form-job-recruit .job-text {
  font-size: 0.75rem;
}
.job-recruit .form-box .form-notice {
  text-align: center;
  font-size: 1.25rem;
  margin: 0 0 10px;
  letter-spacing: -0.035em;
}
.job-recruit .form-box .form-notice .notice-text {
  color: #a50000;
  font-weight: 700;
}
.job-recruit .form-box .job-recruit-agreement-box {
  padding: 20px 35px 20px 35px;
}
.job-recruit .form-box .job-recruit-agreement-box .agreement-box {
  margin: 0 0 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.job-recruit .form-box .job-recruit-agreement-box .agreement-box .mwform-checkbox-field {
  order: 1;
}
.job-recruit .form-box .job-recruit-agreement-box .agreement-box .error {
  order: 3;
  width: 100%;
  text-align: center;
}
.job-recruit .form-box .job-recruit-agreement-box .agreement-box .privacy-policy-link {
  order: 2;
}
.job-recruit .form-box .job-recruit-agreement-box .agreement-box .agreement {
  display: none;
}
.job-recruit .form-box .job-recruit-agreement-box .mwform-checkbox-field-text {
  font-size: 1rem;
  padding: 0 0 0 39px;
  height: 24px;
  line-height: 24px;
  position: relative;
}
.job-recruit .form-box .job-recruit-agreement-box .mwform-checkbox-field-text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  background: #fff;
  border: 1px solid #535353;
}
.job-recruit .form-box .job-recruit-agreement-box .mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 8px;
  transform: rotate(-50deg);
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  top: 6px;
  left: 5px;
  opacity: 0;
}
.job-recruit .form-box .job-recruit-agreement-box .privacy-policy-link {
  font-size: 0.875rem;
  margin: 0 0 0 32px;
  display: inline-block;
  color: #db0000;
}
.job-recruit .form-box .job-recruit-agreement-box .agreement:checked + .mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 8px;
  transform: rotate(-50deg);
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  top: 6px;
  left: 5px;
  opacity: 1;
}
.job-recruit .form-box .job-recruit-agreement-box .submit {
  margin: 0 auto;
  width: 320px;
  height: 55px;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: -0.035em;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #78c8d5 url(../img/job-recruit/ico_agreement.png) 98px center no-repeat;
}
.job-recruit .form-box .mw_wp_form_confirm .wrap-select {
  line-height: 42px;
}
.job-recruit .form-box .mw_wp_form_confirm .wrap-select::after {
  display: none;
}
.job-recruit .form-box .mw_wp_form_confirm .form-content {
  line-height: 34px;
}
.job-recruit .form-box .mw_wp_form_confirm .form-content .job-text {
  display: none;
}
.job-recruit .form-box .mw_wp_form_confirm .agreement-box {
  display: none;
}
.job-recruit .form-box .mw_wp_form_complete {
  width: 100%;
  padding: 100px 50px;
}
.job-recruit .form-box .mw_wp_form_complete .form-end-box {
  width: 100%;
  font-size: 1.5rem;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
.job-recruit .error {
  font-size: 1rem;
}

/* disclaimer
--------------------------------------------------------------*/
.disclaimer .kv-box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto 23px;
}
.disclaimer .kv-box .kv-image-box .kv-image {
  width: 100%;
  height: auto;
}
.disclaimer .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0 0 0 85px;
  height: 55px;
}
.disclaimer .kv-box .breadcrumb-box ul {
  display: flex;
}
.disclaimer .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 55px;
  position: relative;
}
.disclaimer .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.disclaimer .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.disclaimer .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.disclaimer .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.disclaimer .kv-box .ttl-box {
  width: 188px;
  height: 86px;
  margin: 0 auto 111px;
  border-bottom: 6px solid #eee;
  display: flex;
}
.disclaimer .kv-box .ttl-box .ico-disclaimer {
  background: url(../img/contact/contact_ttl.png) 0 0 no-repeat;
  background-size: contain;
  width: 49px;
  height: 71px;
}
.disclaimer .kv-box .ttl-box .h1-disclaimer {
  padding: 30px 0 0 8px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: relative;
}
.disclaimer .kv-box .ttl-box .h1-disclaimer .h1-disclaimer-slug {
  font-size: 1.25rem;
  font-weight: 400;
  color: #5a92bd;
  display: block;
  position: absolute;
  top: 10px;
  left: 35px;
  letter-spacing: -0.035rem;
}
.disclaimer .disclaimer-box {
  width: 1120px;
  margin: 0 auto 225px;
}
.disclaimer .disclaimer-box .discription-box {
  width: 1120px;
  height: 58px;
  font-size: 0.875rem;
}
.disclaimer .disclaimer-box .in-disclaimer-box .disclaimer-h2-ttl {
  margin: 0 0 25px;
  padding: 0 0 0 21px;
  font-size: 1.25rem;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.disclaimer .disclaimer-box .in-disclaimer-box .disclaimer-h2-ttl::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 40px;
  background: #5a92bd;
}
.disclaimer .disclaimer-box .in-disclaimer-box .disclaimer-text {
  margin: 0 0 32px;
  padding: 0 0 0 21px;
  font-size: 0.875rem;
  line-height: 2.0714285714;
}

/* privacy
--------------------------------------------------------------*/
.privacy .kv-box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto 23px;
}
.privacy .kv-box .kv-image-box .kv-image {
  width: 100%;
  height: auto;
}
.privacy .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0 0 0 85px;
  height: 55px;
}
.privacy .kv-box .breadcrumb-box ul {
  display: flex;
}
.privacy .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 55px;
  position: relative;
}
.privacy .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.privacy .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.privacy .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.privacy .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.privacy .kv-box .ttl-box {
  width: 360px;
  height: 86px;
  margin: 0 auto 111px;
  border-bottom: 6px solid #eee;
  display: flex;
}
.privacy .kv-box .ttl-box .ico-privacy {
  background: url(../img/contact/contact_ttl.png) 0 0 no-repeat;
  background-size: contain;
  width: 49px;
  height: 71px;
}
.privacy .kv-box .ttl-box .h1-privacy {
  padding: 30px 0 0 8px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: relative;
}
.privacy .kv-box .ttl-box .h1-privacy .h1-privacy-slug {
  font-size: 1.25rem;
  font-weight: 400;
  color: #5a92bd;
  display: block;
  position: absolute;
  top: 10px;
  left: 183px;
  letter-spacing: -0.035rem;
}
.privacy .privacy-box {
  width: 1120px;
  margin: 0 auto 225px;
}
.privacy .privacy-box .discription-box {
  width: 1120px;
  height: 58px;
  font-size: 0.875rem;
}
.privacy .privacy-box .in-privacy-box .privacy-h2-ttl {
  margin: 0 0 25px;
  padding: 0 0 0 21px;
  font-size: 1.25rem;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.privacy .privacy-box .in-privacy-box .privacy-h2-ttl::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 40px;
  background: #5a92bd;
}
.privacy .privacy-box .in-privacy-box .privacy-text {
  margin: 0 0 32px;
  padding: 0 0 0 21px;
  font-size: 0.875rem;
  line-height: 2.0714285714;
}
.privacy .privacy-box .in-privacy-box .privacy-text span {
  font-weight: 700;
}

/* coming
--------------------------------------------------------------*/
.coming .kv-box {
  margin: 0 auto 33px;
  width: 1120px;
  height: 562px;
}
.coming .kv-box .kv-image {
  width: 100%;
  height: auto;
}
.coming .top-bottun-box {
  margin: 0 auto 150px;
  width: 202px;
  height: 54px;
  border: 2px solid #5fb2bf;
  line-height: 50px;
}
.coming .top-bottun-box:hover {
  opacity: 0.7;
}
.coming .top-bottun-box .btn-top-page {
  width: 100%;
  height: 100%;
  padding: 0 0 0 52px;
  display: block;
  color: #454545;
  text-decoration: none;
  position: relative;
}
.coming .top-bottun-box .btn-top-page::before {
  position: absolute;
  content: "→";
  top: 50%;
  left: 29px;
  transform: translate(0, -50%);
  color: #5fb2bf;
}

/* login
--------------------------------------------------------------*/
.login .kv-box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto 23px;
}
.login .kv-box .kv-image-box .kv-image {
  width: 100%;
  height: auto;
}
.login .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0 0 0 85px;
  height: 55px;
}
.login .kv-box .breadcrumb-box ul {
  display: flex;
}
.login .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 55px;
  position: relative;
}
.login .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.login .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.login .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.login .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.login .kv-box .ttl-box {
  width: 513px;
  height: 86px;
  margin: 0 auto 75px;
  padding: 0 0 0 14px;
  border-bottom: 6px solid #eee;
  display: flex;
}
.login .kv-box .ttl-box .ico-login {
  background: url(../img/member/login_ttl.png) 0 0 no-repeat;
  background-size: contain;
  width: 71px;
  height: 71px;
  display: block;
}
.login .kv-box .ttl-box .h1-login {
  padding: 25px 0 0 18px;
  font-size: 2.5rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: relative;
}
.login .kv-box .ttl-box .h1-login .h1-login-slug {
  font-size: 1.25rem;
  font-weight: 400;
  color: #b2b2b2;
  display: block;
  position: absolute;
  top: 5px;
  left: 246px;
  letter-spacing: -0.035rem;
}
.login .login-box {
  margin: 0 auto 20px;
  width: 824px;
  height: 336px;
  background: url(../img/member/bg_form.png) 0 0 repeat;
  padding: 50px 0 0;
}
.login .login-box .login-text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 45px;
}
.login .login-box .form-box {
  margin: 0 auto;
  text-align: center;
}
.login .login-box .form-box label {
  font-size: 1.125rem;
  margin: 0 1em 0 0;
  line-height: 2.4444444444;
}
.login .login-box .form-box input[type=password] {
  width: 383px;
  height: 44px;
  border: 2px solid #eaeaea;
  padding: 0 1em;
  font-size: 1rem;
}
.login .login-box .form-box button {
  width: 202px;
  height: 54px;
  border: 2px solid #5fb2bf;
  background: #fff;
  font-size: 1.125rem;
  padding: 0 0 0 27px;
  margin: 41px auto 0;
  position: relative;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.login .login-box .form-box button:hover {
  opacity: 0.7;
}
.login .login-box .form-box button::before {
  display: block;
  content: "→";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 35px;
  transform: translate(0, -50%);
  font-size: 1.125rem;
  line-height: 1.125;
  color: #5fb2bf;
}
.login .notice-box {
  margin: 0 0 180px;
  text-align: center;
  font-size: 0.75rem;
  height: 53px;
  line-height: 4.4166666667;
}
.login .notice-box a {
  color: #c00;
}

/* member
--------------------------------------------------------------*/
.member {
  position: relative;
}
.member .kv-box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto 23px;
}
.member .kv-box .kv-image-box .kv-image {
  width: 100%;
  height: auto;
}
.member .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0 0 0 85px;
  height: 55px;
}
.member .kv-box .breadcrumb-box ul {
  display: flex;
}
.member .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 55px;
  position: relative;
}
.member .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.member .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.member .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.member .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.member .kv-box .ttl-box {
  width: 513px;
  height: 86px;
  margin: 0 auto 75px;
  padding: 0 0 0 14px;
  border-bottom: 6px solid #eee;
  display: flex;
}
.member .kv-box .ttl-box .ico-member {
  background: url(../img/member/login_ttl.png) 0 0 no-repeat;
  background-size: contain;
  width: 71px;
  height: 71px;
  display: block;
}
.member .kv-box .ttl-box .h1-member {
  padding: 25px 0 0 18px;
  font-size: 2.5rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: relative;
}
.member .kv-box .ttl-box .h1-member .h1-member-slug {
  font-size: 1.25rem;
  font-weight: 400;
  color: #b2b2b2;
  display: block;
  position: absolute;
  top: 5px;
  left: 246px;
  letter-spacing: -0.035rem;
}
.member .tab-box {
  margin: 0 auto 152px;
  max-width: 1120px;
  width: 100%;
}
.member .tab-nav {
  width: 100%;
  height: 72px;
  position: relative;
  z-index: 3;
}
.member .tab-nav .tab-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.member .tab-nav .tab-list .tab-item {
  width: 18.75%;
  height: 55px;
  text-align: center;
  font-size: 1rem;
  line-height: 53px;
}
.member .tab-nav .tab-list .tab-item a {
  display: block;
  border-radius: 10px 10px 0 0;
  border: 1px solid #bcbcbc;
  background: linear-gradient(to bottom, #f0f0f0, #fff);
  color: #454545;
  text-decoration: none;
}
.member .tab-nav .tab-list .at {
  height: 72px;
  line-height: 71px;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  background: linear-gradient(to bottom, #ffe7a8, #fff4d8);
}
.member .tab-contents-box {
  border-top: 1px solid #bcbcbc;
  z-index: 1;
  margin: -1px 0 0;
  padding: 84px 0 85px 10px;
}
.member .tab-contents-box .tab-content-list {
  margin: 0;
}
.member .tab-contents-box .tab-content-list .tab-contents-item {
  margin: 0 0 62px;
  height: 24px;
  line-height: 24px;
}
.member .tab-contents-box .tab-content-list .tab-contents-item .ico {
  width: 64px;
  height: 24px;
  margin: 0 18px 0 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 24px;
}
.member .tab-contents-box .tab-content-list .tab-contents-item .notification {
  background: #5aafbd;
}
.member .tab-contents-box .tab-content-list .tab-contents-item .changing-content {
  background: #8cbe31;
}
.member .tab-contents-box .tab-content-list .tab-contents-item .convenience-info {
  background: #e6ad15;
}
.member .tab-contents-box .tab-content-list .tab-contents-item .format-download {
  background: #f29fa0;
}
.member .tab-contents-box .tab-content-list .tab-contents-item .date {
  font-size: 1.125rem;
  margin: 0 47px 0 0;
}
.member .tab-contents-box .tab-content-list .tab-contents-item a {
  font-size: 0.875rem;
  color: #454545;
  line-height: 24px;
}
.member .pager-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.member .pager-box a {
  text-decoration: none;
}
.member .pager-box .prev,
.member .pager-box .next,
.member .pager-box .pager {
  margin: 0 8px;
  height: 36px;
  line-height: 36px;
}
.member .pager-box .prev,
.member .pager-box .next {
  font-size: 0.875rem;
  color: #ad8007;
}
.member .pager-box .pager {
  width: 36px;
  border-radius: 100%;
  border: 1px solid #e6ad15;
  color: #b38406;
  font-size: 1.125rem;
  text-align: center;
  display: block;
}
.member .pager-box .current {
  background: #e6ad15;
  color: #fff;
}
.member .btn-dl {
  position: fixed;
  top: 427px;
  right: 0;
  width: 64px;
  height: 230px;
  border-top: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(to right, #ffe7a8, #fff4d8);
  z-index: 3;
}
.member .btn-dl a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: center;
  line-height: 63px;
  text-decoration: none;
  color: #454545;
}
.member .news-box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.member .news-box .news-date-box {
  width: 100%;
  height: 37px;
  background: #e6ad15;
  display: flex;
  padding: 7px 10px 6px 32px;
  justify-content: space-between;
}
.member .news-box .news-date-box .date {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 1.25rem;
  color: #fff;
}
.member .news-box .news-date-box .icon {
  width: 64px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 0.875rem;
  color: #fff;
}
.member .news-box .news-date-box .notification {
  background: #5aafbd;
}
.member .news-box .news-date-box .changing-content {
  background: #8cbe31;
}
.member .news-box .news-date-box .convenience-info {
  background: #e6ad15;
}
.member .news-box .news-date-box .format-download {
  background: #f29fa0;
}
.member .news-box h1 {
  width: 100%;
  height: 85px;
  padding: 0 37px 6px;
  margin: 0 0 36px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 79px;
  position: relative;
}
.member .news-box h1::before {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #e6ad15;
  bottom: 6px;
  left: 0;
  position: absolute;
}
.member .news-box h1::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #e6ad15;
  bottom: 0;
  left: 0;
  position: absolute;
}
.member .news-box .content {
  width: 100%;
  padding: 0 30px 80px;
}
.member .news-box .content p {
  line-height: 2rem;
  margin: 0 0 30px;
}
.member .member-top-box {
  width: 303px;
  height: 54px;
  margin: 0 auto 170px;
}
.member .member-top-box a {
  display: block;
  border: 2px solid #e6ad15;
  line-height: 50px;
  padding: 0 0 0 50px;
  color: #454545;
  text-decoration: none;
  position: relative;
}
.member .member-top-box a::before {
  color: #e6ad15;
  content: "→";
  top: 0;
  left: 25px;
  transform: translate(-50%, 0);
  display: block;
  position: absolute;
}
.member .download-link {
  text-align: right;
}
.member .download-link a {
  color: #454545;
}

/* news
--------------------------------------------------------------*/
.news .kv-box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto 23px;
}
.news .kv-box .kv-image-box .kv-image {
  width: 100%;
  height: auto;
}
.news .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0 0 0 85px;
  height: 55px;
}
.news .kv-box .breadcrumb-box ul {
  display: flex;
}
.news .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 55px;
  position: relative;
}
.news .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.news .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.news .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.news .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.news .kv-box .ttl-box {
  width: 265px;
  height: 86px;
  margin: 0 auto 111px;
  padding: 0 0 0 14px;
  border-bottom: 6px solid #eee;
  display: flex;
}
.news .kv-box .ttl-box .ico-news {
  background: url(../img/news/news_ttl.png) 0 0 no-repeat;
  background-size: contain;
  width: 86px;
  height: 59px;
  display: block;
}
.news .kv-box .ttl-box .h1-news {
  padding: 30px 0 0 18px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: relative;
}
.news .kv-box .ttl-box .h1-news .h1-news-slug {
  font-size: 1.25rem;
  font-weight: 400;
  color: #e6ad15;
  display: block;
  position: absolute;
  top: 10px;
  left: 83px;
  letter-spacing: -0.035rem;
}
.news .news-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1112px;
}
.news .news-box .news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news .news-box .news-list .news-item {
  width: 21.22%;
  max-width: 236px;
  border: 1px solid #e6ad15;
  margin: 0 0 70px;
  position: relative;
}
.news .news-box .news-list .news-item .news-date {
  display: block;
  width: 100%;
  height: 33px;
  background: #e6ad15;
  font-size: 0.875rem;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.news .news-box .news-list .news-item .news-thumbs {
  width: 100%;
  padding: 6px;
}
.news .news-box .news-list .news-item .news-thumbs a {
  display: block;
  width: 100%;
}
.news .news-box .news-list .news-item .news-thumbs a img {
  width: 100%;
  height: auto;
}
.news .news-box .news-list .news-item .news-title {
  margin: 4px 18px 64px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}
.news .news-box .news-list .news-item .news-link {
  width: 114px;
  height: 26px;
  display: block;
  background: #e6ad15;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  line-height: 26px;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.news .pager-box {
  margin: 0 auto 290px;
  display: flex;
  justify-content: center;
}
.news .pager-box a {
  text-decoration: none;
}
.news .pager-box .prev,
.news .pager-box .next,
.news .pager-box .pager {
  margin: 0 8px;
  height: 36px;
  line-height: 36px;
}
.news .pager-box .prev,
.news .pager-box .next {
  font-size: 0.875rem;
  color: #ad8007;
}
.news .pager-box .pager {
  width: 36px;
  border-radius: 100%;
  border: 1px solid #e6ad15;
  color: #b38406;
  font-size: 1.125rem;
  text-align: center;
  display: block;
}
.news .pager-box .current {
  background: #e6ad15;
  color: #fff;
}
.news .news-detail-box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.news .news-detail-box .news-date-box {
  width: 100%;
  height: 37px;
  background: #e6ad15;
  display: flex;
  padding: 7px 10px 6px 32px;
  justify-content: space-between;
}
.news .news-detail-box .news-date-box .date {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 1.25rem;
  color: #fff;
}
.news .news-detail-box .news-date-box .icon {
  width: 64px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 0.875rem;
  color: #fff;
}
.news .news-detail-box .news-date-box .notification {
  background: #5aafbd;
}
.news .news-detail-box .news-date-box .changing-content {
  background: #8cbe31;
}
.news .news-detail-box .news-date-box .convenience-info {
  background: #e6ad15;
}
.news .news-detail-box .news-date-box .format-download {
  background: #f29fa0;
}
.news .news-detail-box h1 {
  width: 100%;
  height: 85px;
  padding: 0 37px 6px;
  margin: 0 0 36px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 79px;
  position: relative;
}
.news .news-detail-box h1::before {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #e6ad15;
  bottom: 6px;
  left: 0;
  position: absolute;
}
.news .news-detail-box h1::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #e6ad15;
  bottom: 0;
  left: 0;
  position: absolute;
}
.news .news-detail-box .content {
  width: 100%;
  padding: 0 30px 80px;
}
.news .news-detail-box .content p {
  line-height: 2rem;
  margin: 0 0 30px;
}
.news .news-top-box {
  width: 202px;
  height: 54px;
  margin: 0 auto 170px;
}
.news .news-top-box a {
  display: block;
  border: 2px solid #e6ad15;
  line-height: 50px;
  padding: 0 0 0 50px;
  color: #454545;
  text-decoration: none;
  position: relative;
}
.news .news-top-box a::before {
  color: #e6ad15;
  content: "→";
  top: 0;
  left: 25px;
  transform: translate(-50%, 0);
  display: block;
  position: absolute;
}

/* download
--------------------------------------------------------------*/
.download {
  position: relative;
}
.download .kv-box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto 23px;
}
.download .kv-box .kv-image-box .kv-image {
  width: 100%;
  height: auto;
}
.download .kv-box .breadcrumb-box {
  width: 100%;
  padding: 0 0 0 85px;
  height: 55px;
}
.download .kv-box .breadcrumb-box ul {
  display: flex;
}
.download .kv-box .breadcrumb-box ul li {
  padding: 0 24px 0 0;
  font-size: 0.875rem;
  line-height: 55px;
  position: relative;
}
.download .kv-box .breadcrumb-box ul li a {
  color: #454545;
  text-decoration: none;
}
.download .kv-box .breadcrumb-box ul li::after {
  position: absolute;
  display: block;
  content: ">";
  width: 24px;
  height: 55px;
  top: 0;
  right: 0;
  text-align: center;
}
.download .kv-box .breadcrumb-box ul li:last-child {
  padding: 0;
}
.download .kv-box .breadcrumb-box ul li:last-child::after {
  display: none;
}
.download .kv-box .ttl-box {
  width: 470px;
  height: 86px;
  margin: 0 auto 75px;
  padding: 0 0 0 14px;
  border-bottom: 6px solid #eee;
  display: flex;
}
.download .kv-box .ttl-box .ico-download {
  background: url(../img/member/login_ttl.png) 0 0 no-repeat;
  background-size: contain;
  width: 71px;
  height: 71px;
  display: block;
}
.download .kv-box .ttl-box .h1-download {
  padding: 25px 0 0 18px;
  font-size: 2.5rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: relative;
}
.download .kv-box .ttl-box .h1-download .h1-download-slug {
  font-size: 1.25rem;
  font-weight: 400;
  color: #b2b2b2;
  display: block;
  position: absolute;
  top: 5px;
  left: 200px;
  letter-spacing: -0.035rem;
}
.download .download-box {
  width: 1034px;
  margin: 0 auto 190px;
}
.download .download-box .download-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.download .download-box .download-list .download-item {
  width: 45.6479690522%;
  border: 1px solid #bdbdbd;
  position: relative;
  height: 280px;
  margin: 0 0 44px;
}
.download .download-box .download-list .download-item .download-name {
  margin: 10px 17px 0;
  height: 45px;
  line-height: 45px;
  border-left: 9px solid #b2b2b2;
  padding: 0 0 0 6px;
  font-size: 1.25rem;
  font-weight: normal;
}
.download .download-box .download-list .download-item .download-date {
  margin: 0 0 15px 19px;
  height: 38px;
  line-height: 38px;
  display: block;
}
.download .download-box .download-list .download-item .in-download-list {
  margin: 0 0 0 76px;
  width: 315px;
  display: flex;
  justify-content: space-between;
}
.download .download-box .download-list .download-item .in-download-list .in-download-item {
  width: 89px;
}
.download .download-box .download-list .download-item .in-download-list .in-download-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.download .download-box .download-list .download-item .in-download-list .in-download-item img {
  width: 100%;
}
.download .download-box .download-list .download-item .new {
  display: block;
  position: absolute;
  top: 5px;
  right: 8px;
  background: #d40000;
  width: 50px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

/* notfound
--------------------------------------------------------------*/
.notfound .kv-box {
  margin: 0 auto 33px;
  width: 1120px;
  height: 562px;
}
.notfound .kv-box .kv-image {
  width: 100%;
  height: auto;
}
.notfound .top-bottun-box {
  margin: 0 auto 150px;
  width: 202px;
  height: 54px;
  border: 2px solid #5fb2bf;
  line-height: 50px;
}
.notfound .top-bottun-box:hover {
  opacity: 0.7;
}
.notfound .top-bottun-box .btn-top-page {
  width: 100%;
  height: 100%;
  padding: 0 0 0 52px;
  display: block;
  color: #454545;
  text-decoration: none;
  position: relative;
}
.notfound .top-bottun-box .btn-top-page::before {
  position: absolute;
  content: "→";
  top: 50%;
  left: 29px;
  transform: translate(0, -50%);
  color: #5fb2bf;
}/*# sourceMappingURL=pc.css.map */


