@charset "UTF-8";

/*
html5doctor.comResetStylesheet
v1.6.1
LastUpdated:2010-09-17
Author:RichardClark-http://richclarkdesign.com
Twitter:@rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abb,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
vr,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

navul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*changecolourstosuityourneeds*/
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/*changecolourstosuityourneeds*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1pxdotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*changebordercolourtosuityourneeds*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1pxsolid #cccccc;
  margin: 1em0;
  padding: 0;
}

li {
  list-style: none;
}

input,
select {
  vertical-align: middle;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
select {
  outline: none;
  border: none;
  font-family: "ヒラギノ角ゴProW3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳＰゴシック", "MSPGothic";
  font-size: 14px;
  color: #000000;
}

body {
  font-family: "Yu Gothic", YuGothic, sans-serif, "ヒラギノ角ゴProW3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳＰゴシック", "MSPGothic";
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.74;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000000;
}

.fontStyleOswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.fontStyleOswald .color {
  color: #bc251a;
}

@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }
}

body {
  position: relative;
  right: 0;
  overflow-x: hidden;
  background: url(/img/bg_main.png) 0 0 repeat;
  background-size: 50px auto;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

body.open {
  position: fixed;
  z-index: 0;
}

/* header */
.header {
  overflow: hidden;
  background: #333333;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  padding: 0;
  position: fixed;
    z-index: 9999;
}

.header .logo {
  float: left;
}

.header .logo img {
  width: 95px;
  height: auto;
}

.header .icoSearch {
  float: right;
  background: url(/img/ico_search.png) 0 0 no-repeat;
  background-size: 27px auto;
  width: 27px;
  height: 27px;
  margin: 14px 0 0;
}

.header .layer {
  position: fixed;
  top: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.header .menuButton {
  float: right;
  position: relative;
  width: 60px;
  height: 55px;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 101;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.header .menuButton span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 19px;
  width: 100%;
  width: 23px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
}

.header .menuButton span:nth-of-type(1) {
  top: 14px;
}

.header .menuButton span:nth-of-type(2) {
  top: 20px;
}

.header .menuButton span:nth-of-type(3) {
  top: 27px;
}

.header .menuButton:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 18px;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: url(/img/txt_menu.png) center 0 no-repeat;
  background-size: 23px auto;
}

.header .menuButton.active {
  z-index: 1002;
}

.header .menuButton.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: -4px;
}

.header .menuButton.active span:nth-of-type(2) {
  opacity: 0;
}

.header .menuButton.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  top: 36px;
}

.header .menuNav {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -312px;
  width: 312px;
  height: 100%;
  background: #3d3d3d;
  overflow-y: scroll;
}

.header .menuNav .headMenuList dt {
  position: relative;
  border-bottom: 1px solid #5d5d5d;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 13px;
}

.header .menuNav .headMenuList dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  top: 50%;
  right: 22px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #ffffff;
  margin: -10px 0 0;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #3d3d3d;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.header .menuNav .headMenuList dt.open:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  top: 50%;
  right: 22px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #ffffff;
  margin: -1px 0 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #3d3d3d;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.header .menuNav .headMenuList dt a {
  color: #ffffff;
  text-decoration: none;
}

.header .menuNav .headMenuList dd {
  display: none;
}

.header .menuNav .headMenuList dd ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 13px 20px;
  font-size: 13px;
  background: #4b4b4b;
  border-bottom: 1px solid #5d5d5d;
  text-decoration: none;
}

.header .menuNav .headMenuList dd ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  top: 50%;
  right: 22px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #ffffff;
  margin: -10px 0 0;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #4b4b4b;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .headMenuList dd ul li.nolink {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 13px 20px;
  font-size: 13px;
  background: #4b4b4b;
  border-bottom: 1px solid #5d5d5d;
  text-decoration: none;
}

.header .menuNav .headMenuList dd p {
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
  text-decoration: underline;
  color: #FFF;
  background: #4b4b4b;
}

.header .menuNav .headMenuList dd ol {
  padding: 15px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #4b4b4b;
}

.header .menuNav .headMenuList dd ol li {
  width: 46%;
  margin: 0 1% 1%;
}

.header .menuNav .headMenuList dd ol li a {
  display: block;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  background: #FFF url(/img/icon_blank_k.png) no-repeat right top;
  color: #000;
  font-size: 12px;
  border-radius: 3px;
}

.header .menuNav .headMenuList>a {
  position: relative;
  display: block;
  border-bottom: 1px solid #5d5d5d;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 13px;
}

.header .menuNav .headMenuList>a:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  top: 50%;
  right: 22px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #ffffff;
  margin: -10px 0 0;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #3d3d3d;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .menuNav .headMenuList>a[target="_blank"]:after {
  background: url(/img/ico_blank.png) 0 center no-repeat;
  background-size: 13px auto;
  padding-left: 2px;
  border: none;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* footer */
.footer {
  background: #333333;
}

.footer .contactList {
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer .contactList li {
  display: table;
  width: 50%;
  height: 120px;
  float: left;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
}

.footer .contactList li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 120px;
  position: relative;
  box-sizing: border-box;
  padding: 24px 0 0;
}

.footer .contactList li a:before,
.footer .contactList li a:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.footer .contactList li a:after {
  background: url(/img/ico_listarrowR.png) 0 0 no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  bottom: 8px;
  left: 50%;
  margin: 0 0 0 -7px;
}

.footer .contactList li:nth-child(1) a {
  background: url(/img/bg_contactList1.png) center 0 no-repeat;
  background-size: cover;
}

.footer .contactList li:nth-child(1) a:before {
  background: url(/img/ico_service.png) 0 0 no-repeat;
  background-size: 35px auto;
  width: 35px;
  height: 29px;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -17px;
}

.footer .contactList li:nth-child(2) a {
  background: url(/img/bg_contactList2.png) center 0 no-repeat;
  background-size: cover;
}

.footer .contactList li:nth-child(2) a:before {
  background: url(/img/ico_relations.png) 0 0 no-repeat;
  background-size: 35px auto;
  width: 35px;
  height: 30px;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -17px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer .footMenu {
  margin: 0;
  padding: 0 0 80px;
  background: #ffffff;
  border-top: 1px solid #dddddd;
}

.footer .footMenu .footMenuList {
  font-size: 13px;
  color: #333333;
}

.footer .footMenu .footMenuList dt,
.footer .footMenu .footMenuList dd {
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.footer .footMenu .footMenuList dt {
  margin: 0;
  padding: 21px 20px;
}

.footer .footMenu .footMenuList dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  top: 50%;
  right: 22px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #ffffff;
  margin: -10px 0 0;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.footer .footMenu .footMenuList dt.open:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  top: 50%;
  right: 22px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #ffffff;
  margin: -1px 0 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer .footMenu .footMenuList dt a {
  color: #333333;
  text-decoration: underline;
}

.footer .footMenu .footMenuList dd {
  display: none;
  background: #f9f9f9;
}

.footer .footMenu .footMenuList dd ul {
  overflow: hidden;
  margin: 0 0 -1px;
}

.footer .footMenu .footMenuList dd ul li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
}

.footer .footMenu .footMenuList dd ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  color: #333333;
  padding: 0 20px;
  box-sizing: border-box;
}

.footer .footMenu .footMenuList dd ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  top: 50%;
  right: 22px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #ffffff;
  width: 7px;
  height: 6px;
  margin: -1px 0 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer .footMenu .footMenuList dd ul li:nth-child(2n) {
  border-right: none;
}

.footer .footMenu .footMenuList dd ul li.link2 a {
  line-height: 1.3;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer .footMenu .footMenuList>a {
  display: block;
  color: #333333;
  text-decoration: underline;
  padding: 22px 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.footer .footMenu .footMenuList>a:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  top: 50%;
  right: 22px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #ffffff;
  margin: -10px 0 0;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer .footUnder {
  margin: 20px 0 0;
  text-align: center;
}

.footer .footUnder ul {
  display: table;
  width: 206px;
  margin: 20px auto 0;
}

.footer .footUnder ul li {
  display: table-cell;
  text-align: center;
}

.footer .footUnder ul li a {
  font-size: 12px;
}

.footer .footUnder ul li a img {
  width: 40px;
  height: 40px;
  margin: 0 0 2px;
}

.footer .footUnder ul li a p {
  line-height: 1;
}

.footer .copyBlock {
  padding: 20px 0 8px;
  color: #999999;
  font-size: 9px;
  text-align: center;
}

.kvBlock {
  display: table;
  width: 100%;
  height: 125px;
  text-align: center;
  color: #ffffff;
  border-bottom: 9px solid #cc0000;
}

.kvBlock small {
  display: block;
  font-size: 13px;
}

.kvBlock .kvTit {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.kvBlock .kvTit .fontStyleOswald {
  font-size: 10vw;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: bold;
}

.kvBlock.bgContact {
  background: url(/img/kv_contact.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgLogistics {
  background: url(/img/kv_logistics.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgLogistics.logistics {
  background: url(/img/kv_logistics02.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgLogistics.nextlogistics {
  background: url(/img/kv_logistics.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgLogistics.logistics40 {
  background: url(/img/kv_logistics4.0.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgLogistics.aboutraas {
  background: url(/img/kv_aboutraas.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgLogistics.future {
  background: url(/img/kv_future.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgService.aicrosta {
  background: url(/img/kv_aicrosta.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgService.management {
  background: url(/img/kv_management.png) center 0 no-repeat;
  background-size: cover;
  padding: 1.5rem 0;
}

.kvBlock.bgService.promote {
  background: url(/img/kv_promote.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgService.human {
  background: url(/img/kv_human.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgService.raas {
  background: url(/img/kv_raas.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgService.service {
  background: url(/img/kv_service.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgService.business {
  background: url(/img/kv_business.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgService.fund {
  background: url(/img/bg_service_fund.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bgCompany {
  background: url(/img/kv_company.png) center 0 no-repeat;
  background-size: cover;
}

.kvBlock.bg404 {
  height: 0;
  border-bottom: none;
  margin-bottom: 74px;
}

.kvBlock.bgSingle {
  background: #484848;
}

.subHeadTitle {
  text-align: center;
  font-size: 23px;
  line-height: 1.4;
  margin: 28px 0 0;
}

.subHeadTitle:first-letter {
  color: #cc0000;
}

.companyList {
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px 37px;
  width: 100%;
}

.companyList li {
  display: inline-block;
  width: 50%;
  height: 161px;
  float: left;
  text-align: center;
  margin: 0 0 13px;
  box-sizing: border-box;
}

.companyList li a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  line-height: 161px;
  position: relative;
}

.companyList li a:after {
  content: "";
  display: inline-block;
  background: url(/img/ico_listarrowR.png) 0 0 no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin: 0 0 0 -7px;
}

.companyList li:nth-child(2n) {
  padding-left: 6px;
}

.companyList li:nth-child(2n+1) {
  padding-right: 6px;
}

.companyList li:nth-child(1) a {
  background: url(/img/bg_companyList1.jpg) center 0 no-repeat;
  background-size: cover;
}

.companyList li:nth-child(2) a {
  background: url(/img/bg_companyList5.jpg) center 0 no-repeat;
  background-size: cover;
}

.companyList li:nth-child(3) a {
  background: url(/img/bg_companyList2.jpg) center 0 no-repeat;
  background-size: cover;
}

.companyList li:nth-child(4) a {
  background: url(/img/bg_companyList3.jpg) center 0 no-repeat;
  background-size: cover;
}

.companyList li:nth-child(5) a {
  background: url(/img/bg_companyList4.jpg) center 0 no-repeat;
  background-size: cover;
}

.companyList li:nth-child(6) a {
  background: url(/img/bg_companyList6.jpg) center 0 no-repeat;
  background-size: cover;
}

.logisticsList {
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px 33px;
  width: 100%;
}

.logisticsList ul {
  width: 100%;
}

.logisticsList li {
  display: inline-block;
  width: 35%;
  height: auto;
  float: left;
  text-align: center;
  padding: 0 16px 13px 0;
  box-sizing: border-box;
}

.logisticsList li a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 101px;
  line-height: 101px;
  position: relative;
  margin: 0;
}

.logisticsList li a:after {
  content: "";
  display: inline-block;
  background: url(/img/ico_listarrowR.png) 0 0 no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin: 0 0 0 -7px;
}

.logisticsList li:nth-child(1) a {
  background: url(/img/bg_logisticsList1.png) center 0 no-repeat;
  background-size: cover;
}

.logisticsList li:nth-child(2) a {
  background: url(/img/bg_logisticsList2.png) center 0 no-repeat;
  background-size: cover;
}

.logisticsList li:nth-child(3) {
  width: 29%;
  padding-right: 0;
}

.logisticsList li:nth-child(3) a {
  background: url(/img/bg_logisticsList3.png) center 0 no-repeat;
  background-size: cover;
}

.logisticsList li p {
  font-size: 13px;
  text-align: left;
  line-height: 1.9;
}

.valueBlock+.companyList,
.valueBlock+.logisticsList,
.accessBlock+.companyList,
.accessBlock+.logisticsList,
.platformBlock+.companyList,
.platformBlock+.logisticsList {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.04);
}

.missionBlock {
  margin: 17px 20px 66px;
}

.missionBlock p,
.missionBlock ul,
.missionBlock ol {
  font-size: 18px;
  line-height: 1.6;
}

.missionBlock p+p,
.missionBlock p+ul,
.missionBlock p+ol,
.missionBlock ul+p,
.missionBlock ul+ul,
.missionBlock ul+ol,
.missionBlock ol+p,
.missionBlock ol+ul,
.missionBlock ol+ol {
  font-size: 14px;
  line-height: 2;
  margin: 32px 0 0;
}

.missionBlock ol li,
.missionBlock ul li {
  text-indent: -1em;
  margin-left: 1em !important;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 5px;
}

.missionBlock ol p,
.missionBlock ul p {
  font-size: 14px;
  line-height: 2;
  text-indent: 0;
}

.missionBlock p+ol>li,
.missionBlock p ul>li {
  margin-bottom: 32px;
}

.missionBlock .PMarkBlock {
  display: none;
}

.missionBlock .footer {
  background: none;
}

.missionBlock .footer .footUnder,
.missionBlock .footer .copyBlock {
  display: none;
}

.missionBlock .footer .footMenu {
  margin: 32px -20px 0;
  padding: 0;
  border-bottom: none;
}

.missionBlock .footer .footMenu .footMenuList dt {
  color: #333333;
  font-size: 13px;
}

.missionBlock .footer .footMenu .footMenuList dt a {
  color: #333333;
  font-size: 13px;
}

.missionBlock .footer .footMenu .footMenuList dd ul li {
  text-indent: 0;
  margin-left: 0 !important;
}

.missionBlock .footer .footMenu .footMenuList dd ul li a {
  color: #333333;
  font-size: 14px;
}

.missionBlock.privacy p,
.missionBlock.privacy ul,
.missionBlock.privacy ol {
  font-size: 14px;
}

.bottomBlock {
  margin: 80px 20px 80px;
  font-weight: bold;
}

.bottomBlock p {
  background: url(/img/txt_tel.png) center 0 no-repeat;
  background-size: 178px auto;
  padding: 50px 0 0;
  font-size: 12px !important;
  letter-spacing: 0;
}

.bottomBlock a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #333333;
  color: #fff;
  box-sizing: border-box;
  margin: 20px 0 0;
  text-decoration: none;
}

.PMarkBlock {
  text-align: right;
  margin: 0 20px;
}

.footer .footMenu {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto 0;
  padding: 143px 0 0;
  background: none;
  border-top: 1px solid #5c5c5c;
  /*display: flex;*/
  justify-content: center;
  display: none;
}

.footer .footMenu .footMenuList {
  font-size: 12px;
  color: #ffffff;
  height: 200px;
  /*float: left;*/
  margin-left: 90px;
  margin-bottom: 20px;
}

.footer .footMenu .footMenuList:first-child {
  margin-left: 0;
}

.footer .footMenu .footMenuList dt,
.footer .footMenu .footMenuList dd {
  border-bottom: none;
}

.footer .footMenu .footMenuList dt {
  margin: 0 0 21px;
  padding: 0 0;
  font-size: 12px;
  font-weight: bold;
}

.footer .footMenu .footMenuList dt:after {
  display: none;
}

.footer .footMenu .footMenuList dt.open:after {
  display: none;
}

.footer .footMenu .footMenuList dt a {
  color: #ffffff;
  text-decoration: none;
}

.footer .footMenu .footMenuList dd {
  display: block;
  background: none;
}

.footer .footMenu .footMenuList dd ul {
  overflow: hidden;
  margin: 0;
}

.footer .footMenu .footMenuList dd ul li {
  width: 100%;
  float: none;
  border-bottom: none;
  border-right: none;
  margin: 0 0 6px;
}

.footer .footMenu .footMenuList dd ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
}

.footer .footMenu .footMenuList dd ul li a:after {
  display: none;
}

.footer .footMenu .footMenuList dd ul li a[target="_blank"] {
  background: url(/img/ico_blank.png) 0 center no-repeat;
  background-size: 13px auto;
  padding-left: 22px;
}

.footer .footMenu .footMenuList dd ul li:nth-child(2n) {
  border-right: none;
}

.footer .footMenu .footMenuList dd ul li.link2 a {
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.footer .footMenu .footMenuList>a {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 22px 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.footer .footMenu .footMenuList>a:after {
  display: none;
}

/* footer */
.footer {
  position: relative;
  min-height: 20vh;
}

.footer .contactList {
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer .contactList li {
  height: 250px;
}

.footer .contactList li a {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  width: 100%;
  height: 120px;
  padding: 62px 0 0;
}

.footer .contactList li a:after {
  bottom: 21px;
}

.footer .contactList li:nth-child(1) a:before {
  background: url(/img/ico_service.png) 0 0 no-repeat;
  background-size: 70px auto;
  width: 70px;
  height: 60px;
  top: 78px;
  left: 50%;
  margin: 0 0 0 -35px;
}

.footer .contactList li:nth-child(2) a:before {
  background: url(/img/ico_relations.png) 0 0 no-repeat;
  background-size: 70px auto;
  width: 70px;
  height: 60px;
  top: 78px;
  left: 50%;
  margin: 0 0 0 -34px;
}

.footer .footUnder {
  position: absolute;
  /*top: 33px;*/
  top: 0;
  /*left: 50%;*/
  /*left: 1rem;*/
  /*width: 1000px;*/
  width: 100%;
  /*margin: 0 0 0 -500px;*/
  margin: 0;
  /*padding: 0 0 17px;*/
  padding: 1rem;
  text-align: left;
  /*border-bottom: 1px solid #5c5c5c;*/
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.footer .footUnder .logo.pc {
  display: inline-block;
}

.footer .footUnder ul {
  display: inline-block;
  width: auto;
  /*margin: 0 -7px 0 0;*/
  margin: 0;
  /*float: right;*/
  /*text-align:right;*/
}

.footer .footUnder ul li {
  display: inline-block;
  width: 70px;
  text-align: center;
}

.footer .footUnder ul li a {
  font-size: 10px;
}

.footer .footUnder ul li a img {
  width: 40px;
  height: 40px;
  margin: 0;
}

.footer .footUnder ul li a p {
  line-height: 1;
}

.footer .copyBlock {
  /*width: 1000px;*/
  margin: 0 auto;
  padding: 18px 0 23px;
  /*border-top: 1px solid #5c5c5c;*/
  color: #ffffff;
  font-size: 9px;
  text-align: right;
  position: absolute;
  bottom: -20px;
  right: 10px;
}

.kv-wrapper {
  overflow: hidden;
  position: relative;
}

#bread {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto 40px;
  font-size: 16px;
}

#bread span,
#bread a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 0 1px;
  text-decoration: none;
  transition: all .7s;
}

#bread a:hover {
  opacity: .7;
}

/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
@media screen and (min-width: 901px) {
  body {
    background: url(/img/bg_main.png) 0 0 repeat;
    background-size: 140px auto;
  }

  #wrapper {
    width: 100%;
    overflow: hidden;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none !important;
  }

  a:hover {
    opacity: 0.7;
  }

  /* header */
  .header {
    overflow: visible;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 50px;
    background: #ffffff;
  }

  .header .headerInner {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
    background: #333333;
    box-sizing: border-box;

  }

  .header .headerInner>* {
    display: table-cell;
    vertical-align: middle;
  }

  .header .logo {
    overflow: hidden;
    width: 180px;
    height: 50px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    text-align: center;
  }

  .header .logo a img {
    margin-top: -4px;
    width: 100px;
    height: auto;
  }

  .header .layer,
  .header .headMenuList {
    display: none;
  }

  .header .menu {
    width: 90%;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .header .menu>ul {
    letter-spacing: -0.4em;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
  }

  .header .menu>ul>li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0;
    padding: 0 27.5px;
    text-align: center;
    position: relative;
  }

  .header .menu>ul>li:last-child {
    margin-right: 0;
    padding: 0;
  }

  .header .menu>ul>li:nth-child(5) {
    margin-left: 4%;
    margin-right: 2%;
  }

  .header .menu>ul>li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    box-sizing: border-box;
  }

  .header .menu>ul>li a[target="_blank"] {
    background: url(/img/ico_blank.png) 0 center no-repeat;
    background-size: 13px auto;
    padding-left: 22px;
  }

  .footer .footMenu .footMenuList dt a[target="_blank"] {
    background: url(/img/ico_blank.png) 0 center no-repeat;
    background-size: 13px auto;
    padding-left: 22px;
  }

  .header .menu>ul>li a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #cc0000;
  }

  .header .menu>ul>li.act>a:after,
  .header .menu>ul>li.current>a:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #cc0000;
  }

  .header .menu li ul li a {
    font-size: 10px;
    font-weight: bold;
    color: #b2b2b2;
    letter-spacing: 0;
  }

  .header .menu li ul li a:hover:after {
    display: none;
  }

  .header .menu .headSubNav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    width: 190px;
  }

  .header .menu .headSubNav .headSubNavIn {
    margin: 0;
    letter-spacing: -0.4em;
    text-align: left;
    box-sizing: border-box;
  }

  .header .menu .headSubNav ul {
    letter-spacing: normal;
    text-align: left;
    width: 100%;
  }

  .header .menu .headSubNav ul li {
    height: auto;
  }

  .header .menu .headSubNav ul li a {
    height: auto;
    line-height: 1.3;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border: none !important;
  }

  .header .menu .headSubNav ul li.head_linkbtn {
    background: #ffffff;
    padding: 0.5rem 1rem;
    border: 1px solid #cccccc;
    min-width: 100px;
    margin-right: 0.75rem;
  }

  .header .menu .headSubNav ul li.head_linkbtn:hover {
    border-bottom: 3px solid #cc0000;
  }

  .header .menu .headSubNav ul li.head_linkbtn a {
    color: #333333;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .header .menu .headSubNav ul li.nolink {
    color: #333333;
    line-height: 1.3;
    /*background: #ffffff;*/
    background: #cecece;
    padding: 0.675rem 1rem;
    /*border: 1px solid #cccccc;*/
    border: 1px solid #969696;
    min-width: 100px;
    opacity: .7;
  }

  .header .menu .headSubNav ul li a:hover {
    border: none;
    text-decoration: none;
  }

  .header .menu .headSubNav .headSubNavIn.inService {
    clear: both;
    padding-bottom: 25px;
  }

  .header .menu .headSubNav .headSubNavIn.inService p {
    font-size: 15px;
    /*//width:830px;*/
    width: 1000px;
    text-align: center;
    clear: both;
    font-weight: bold;
    padding: 25px 0 15px;
    color: #FFF;
    letter-spacing: 0.1em;
    text-decoration: underline;
  }

  .header .menu .headSubNav ol {
    display: flex;
    vertical-align: top;
    justify-content: space-between;
    letter-spacing: normal;
    /*//width: 830px; */
    width: 1000px;
  }

  .footer .footMenu {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto 0;
    padding: 143px 0 0;
    background: none;
    border-top: 1px solid #5c5c5c;
    display: flex;
    justify-content: center;
  }

  .footer .footMenu .footMenuList {
    font-size: 12px;
    color: #ffffff;
    height: 200px;
    /*float: left;*/
    margin-left: 90px;
    margin-bottom: 20px;
  }

  .footer .footMenu .footMenuList:first-child {
    margin-left: 0;
  }

  .footer .footMenu .footMenuList dt,
  .footer .footMenu .footMenuList dd {
    border-bottom: none;
  }

  .footer .footMenu .footMenuList dt {
    margin: 0 0 21px;
    padding: 0 0;
    font-size: 12px;
    font-weight: bold;
  }

  .footer .footMenu .footMenuList dt:after {
    display: none;
  }

  .footer .footMenu .footMenuList dt.open:after {
    display: none;
  }

  .footer .footMenu .footMenuList dt a {
    color: #ffffff;
    text-decoration: none;
  }

  .footer .footMenu .footMenuList dd {
    display: block;
    background: none;
  }

  .footer .footMenu .footMenuList dd ul {
    overflow: hidden;
    margin: 0;
  }

  .footer .footMenu .footMenuList dd ul li {
    width: 100%;
    float: none;
    border-bottom: none;
    border-right: none;
    margin: 0 0 6px;
    font-size: 10px;
    color: #bdbdbd;
  }

  .footer .footMenu .footMenuList dd ul li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 10px;
    line-height: 1;
    color: #ffffff;
  }

  .footer .footMenu .footMenuList dd ul li a:after {
    display: none;
  }

  .footer .footMenu .footMenuList dd ul li a[target="_blank"] {
    background: url(/img/ico_blank.png) 0 center no-repeat;
    background-size: 13px auto;
    padding-left: 22px;
  }

  .footer .footMenu .footMenuList dd ul li:nth-child(2n) {
    border-right: none;
  }

  .footer .footMenu .footMenuList dd ul li.link2 a {
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer .footMenu .footMenuList>a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 22px 20px;
    border-bottom: 1px solid #dddddd;
    position: relative;
  }

  .footer .footMenu .footMenuList>a:after {
    display: none;
  }

  .footer .copyBlock {
    width: 1000px;
  }

  .footer .footUnder {
    position: absolute;
    top: 33px;
    left: 50%;
    width: 1000px;
    margin: 0 0 0 -500px;
    padding: 0 0 17px;
    text-align: left;
    border-bottom: 1px solid #5c5c5c;
  }

  .footer .footUnder .logo.pc {
    display: inline-block;
  }

  .footer .footUnder ul {
    display: inline-block;
    width: auto;
    margin: 0 -7px 0 0;
    float: right;
  }

  .footer .footUnder ul li {
    display: inline-block;
    width: 70px;
    text-align: center;
  }

  .footer .footUnder ul li a {
    font-size: 10px;
  }

  .footer .footUnder ul li a img {
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .footer .footUnder ul li a p {
    line-height: 1;
  }
}

.header .menu .headSubNav ol li {
  height: 50px;
  width: 155px;
}

.header .menu .headSubNav ol li a {
  height: 50px;
  line-height: 20px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
  display: block;
  padding-left: 0;
  background: #FFF url(/img/icon_blank_k.png) no-repeat right top;
  border: none !important;
  letter-spacing: 0;
}

.header .menu .headSubNav ol li a:hover {
  border: none;
  opacity: 1;
}

.kvBlock {
  height: 170px;
  border-bottom: 14px solid #cc0000;
  margin: 50px 0 0;
}

.kvBlock .kvTit {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.kvBlock .kvTit .fontStyleOswald {
  font-size: 4.2vw;
  line-height: 1;
  letter-spacing: 1px;
}

.kvBlock small {
  font-size: 2vw;
  font-weight: normal;
}

.subHeadTitle {
  font-size: 32px;
  margin: 50px 0 0;
}

.message+.subHeadTitle {
  margin-top: 50px;
}

.companyList {
  width: auto;
  margin: 0 -14px 0 0;
  padding: 0 0 100px;
}

.companyList ul {
  width: 1014px;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}

.companyList li {
  display: table-cell;
  width: auto;
  height: 154px;
  float: none;
  margin: 0;
  padding-right: 14px;
}

.companyList li:nth-child(2n) {
  padding-left: 0;
}

.companyList li:nth-child(2n+1) {
  padding-right: 14px;
}

.companyList li a {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  line-height: 154px;
}

.logisticsList {
  width: auto;
  margin: 0;
  padding: 0 0 97px;
}

.logisticsList ul {
  width: 1000px;
  margin: 0 auto;
}

.logisticsList li {
  width: 320px;
  height: auto;
  margin: 0 20px 0 0;
}

.logisticsList li a {
  font-size: 18px;
  height: 155px;
  line-height: 155px;
  margin: 0 0 15px;
}

.logisticsList li p {
  font-size: 14px;
  line-height: 1.5;
}

.missionBlock {
  margin: 52px auto 144px;
}

.missionBlock p,
.missionBlock ol,
.missionBlock li {
  width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}

.missionBlock p+p,
.missionBlock ol+p,
.missionBlock li+p {
  margin: 20px 0 0;
}

.missionBlock p.mainTxt,
.missionBlock ol.mainTxt,
.missionBlock li.mainTxt {
  font-size: 24px;
  line-height: 1.5
}

.bottomBlock {
  width: 482px;
  margin: 100px auto 160px;
}

.bottomBlock p {
  background: url(/img/txt_tel.png) 0 4px no-repeat;
  background-size: 178px auto;
  padding: 0 0 0 187px;
  font-size: 12px !important;
}

.bottomBlock a {
  width: 100%;
  font-size: 18px;
  height: 90px;
  line-height: 90px;
  margin: 16px 0 0;
}

.PMarkBlock {
  width: 1000px;
  margin: 0 auto;
}

.missionBlock.privacy {
  margin-bottom: 74px;
}

.missionBlock.privacy p {
  font-weight: normal;
}

.missionBlock.privacy p+ol li {
  margin-bottom: 0;
}

.missionBlock.privacy ol li {
  text-indent: 0;
  margin-left: 0 !important;
}

.missionBlock.privacy ol.indent1em li {
  text-indent: -1em;
  margin-left: 1em !important;
}

.missionBlock.privacy ol.indent li {
  text-indent: -2em;
  margin-left: 2em !important;
}

.missionBlock.privacy li {
  font-weight: normal;
}

.missionBlock.privacy li .subHeadTitle {
  font-size: 20px;
  border-bottom: 2px solid #cccccc;
  margin: 32px 0 19px;
  padding: 0 0 10px;
  text-align: left;
  text-indent: 0;
  position: relative;
}

.missionBlock.privacy li .subHeadTitle:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #cc0000;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.missionBlock.privacy li .subHeadTitle:first-letter {
  color: #000000;
}

.foot_ctaarea {
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
  background: #ededed;
  /*margin: 3rem auto;*/
  margin: 3rem auto 0;
}

.foot_ctaarea p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
}

.foot_ctaarea a {
  background: #cc0000;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 2% 3% 2% 12%;
  font-size: 1.25rem;
  text-decoration: none;
  background-image: url(../img/ico_mail_cta.png);
  background-repeat: no-repeat;
  background-size: 9%;
  background-position: 22% 45%;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.header .menu .headSubNav ul li:nth-child(1) a {
  background-color: #707070;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 15px 10px;
  text-align: left;
}

.header .menu .headSubNav ul li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  padding: 15px 10px;
  text-align: left;
  transition: all .7s;
  background-color: rgba(51, 51, 51, 1);
}

.header .menu .headSubNav ul li a:hover {
  background-color: rgb(5, 4, 4);
  color: #fff;
  opacity: 1;
}

/*-------------------------------------------------s-------*/
/*--------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .missionBlock.privacy {
    margin-bottom: 74px;
  }

  .missionBlock.privacy p {
    font-weight: normal;
    width: 1000px;
  }

  .missionBlock.privacy p+ol {
    width: 1000px;
  }

  .missionBlock.privacy p+ol li {
    margin-bottom: 0;
  }

  .missionBlock.privacy ol {
    width: 1000px;
  }

  .missionBlock.privacy li {
    width: 1000px;
    font-weight: normal;
  }

  .missionBlock.privacy li .subHeadTitle {
    font-size: 24px;
    border-bottom: 4px solid #cccccc;
    margin: 0 0 33px;
    padding: 0 0 14px;
    margin-top: 102px;
  }

  .missionBlock.privacy li .subHeadTitle:before {
    width: 100px;
    height: 4px;
    bottom: -4px;
    left: 0;
  }

  .missionBlock.privacy li .subHeadTitle:first-letter {
    color: #000000;
  }

  .missionBlock .footer {
    background: none;
  }

  .missionBlock .footer .footMenu {
    margin: 74px auto 0;
    padding: 37px 0 37px;
    border-bottom: 1px solid #5c5c5c;
  }

  .missionBlock .footer .footMenu .footMenuList {
    margin-left: 60px;
  }

  .missionBlock .footer .footMenu .footMenuList:first-child {
    margin-left: 0;
  }

  .missionBlock .footer .footMenu .footMenuList dt {
    color: #333333;
    font-size: 13px;
  }

  .missionBlock .footer .footMenu .footMenuList dt a {
    color: #333333;
    font-size: 13px;
  }

  .missionBlock .footer .footMenu .footMenuList dd ul li {
    text-indent: 0;
    margin-left: 0 !important;
  }

  .missionBlock .footer .footMenu .footMenuList dd ul li a {
    color: #333333;
    font-size: 13px;
  }

  .missionBlock .footer .footMenu .footMenuList dd ul li a[target="_blank"] {
    background-image: url(/img/ico_blank_2.png);
  }

  .foot_ctaarea {
    /*width: 50%;*/
    /*max-width: 2000px;*/
    /*margin: 0 auto 3rem;*/
    /*padding: 2rem;*/
    /*padding: 2rem 0;*/
    padding: 4rem 0;
    box-sizing: border-box;
  }

  .foot_ctaarea p {
    /*font-size: 1rem;*/
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .foot_ctaarea a {
    padding: 1rem 5.5rem 1rem 7.5rem;
    font-size: 1.25rem;
    /*background-size: 9%;*/
    background-size: 5%;
    background-position: 35% 45%;
    box-sizing: border-box;
    /*width: 65%;*/
    width: 50%;
    /*max-width: 1000px;*/
    max-width: 500px;
    font-weight: bold;
  }
}

/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .header .menu {
    width: auto;
  }

  .header .menu>ul {
    display: table;
  }

  .header .menu .headSubNav ul li:nth-child(1) a {
    font-size: 11px;
  }

  .header .menu .headSubNav ul li a {
    font-size: 11px;
  }

  .header .menu>ul>li {
    padding: 0 22.5px;
  }
}

@media screen and (max-width: 900px) {
  .kvBlock {
    margin: 0;
  }

  .missionBlock p,
  .missionBlock ol,
  .missionBlock li {
    max-width: 94%;
    margin: 0 auto;
  }

  .companyList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .companyList ul li {
    width: 48%;
    margin-bottom: 1rem;
  }

  .companyList ul li:nth-child(2n) {
    padding-right: 0;
  }
}

/* 追加 22.0808 */
.kvBlock {
  position: relative;
  margin-bottom: 30px;
}

.kvBlock .kvTit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.bg-filter {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
}

.foot_ctaarea {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 40px 20px;
}

.foot_ctaarea a {
  background-image: initial;
}

.foot_ctaarea a img {
  width: 22.5px;
  vertical-align: text-top;
  margin-right: 7.5px;
}

.container {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto 80px;
}

.flex-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .copyBlock {
  background: #333333;
  width: 100%;
  right: 0px;
  padding-right: 10px;
}

.header .menu>ul>li.recruit-btn {
  margin-left: 0%;
}

.header .menu {
  padding: 0 0% 0 2%;
}

.btn,
a.btn,
button.btn {
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .menu>ul>li a.btn-flat {
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  color: #000000;
  border-radius: 0;
  background: #ffffff;
}

.header .menu>ul>li a.btn-flat:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: initial;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #CC0000;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.header .menu .headSubNav .headSubNavIn {
  margin: 0 auto;
  text-align: center;
}

.header .menu .headSubNav ul li {
  width: 100%;
  padding: 0px;
  align-items: center;
}

.header .menuNav .contact.headMenuList>a {
  background-color: #fff;
  color: #5d5d5d;
}

.header .menuNav .contact.headMenuList>a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-97.5%);
  transform: translateX(-97.5%);
  background: #CC0000;
}

.header .menuNav .contact.headMenuList>a:after {
  background-color: #fff;
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
}

.header .menuNav .headMenuList dd ul li a {
  padding: 13px 20px 13px 30px;
}

.header .menuNav .headMenuList dd ul li a:before {
  content: "";
  display: inline-block;
  width: 7.5px;
  height: 7.5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: initial;
  position: absolute;
  top: 41%;
  left: 17.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.open .header .menuButton span:nth-of-type(1) {
  top: 17.5px;
  transform: rotate(45deg);
}

.open .header .menuButton span:nth-of-type(2) {
  display: none;
}

.open .header .menuButton span:nth-of-type(3) {
  top: 17.5px;
  transform: rotate(-45deg);
}

@media screen and (max-width:768px) {
  .flex-item {
    display: block;
  }

  .foot_ctaarea {
    margin: 0 auto 40px;
    padding: 25px 15px;
  }

  .foot_ctaarea a {
    padding: 15px 10px;
  }

  .kvBlock .kvTit .fontStyleOswald {
    font-size: 7vw;
  }

  .kvBlock small {
    font-size: 3.75vw;
  }

  .kvBlock .kvTit {
    top: 55%;
  }

  .foot_ctaarea p {
    font-size: 16px;
  }

  .foot_ctaarea a {
    padding: 15px 10px;
    font-size: 16px;
  }

  .foot_ctaarea a img {
    width: 17.5px;
    vertical-align: text-bottom;
    margin-right: 5px;
  }

  #bread {
    margin-bottom: 30px;
  }

  #bread span,
  #bread a,
  #bread {
    font-size: 12px;
  }
}

@media screen and (max-width:500px) {
  .container {
    padding: 0 15px;
    margin: 0 auto 60px;
  }

  .kvBlock .kvTit .fontStyleOswald {
    font-size: 36px;
  }

  .kvBlock small {
    font-size: 20px;
  }
}

.page-title {
  padding: 0 15px;
}

.headMenuText {
  padding: 5px 0;
  text-align: center;
}

.headMenuList.contact {
  margin-bottom: 20px;
}

.headMenuText a {
  color: #fff;
  font-size: 16px;
}

/*# sourceMappingURL=common.css.map */
.aioseo-breadcrumbs {
  margin-bottom: 20px;
}

.aioseo-breadcrumb a {
  color: #333333;
}

@media screen and (max-width:500px) {
  .aioseo-breadcrumbs {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .aioseo-breadcrumb a {
    color: #333333;
  }
}
/*author box*/
.author-section {
	border: 2px solid #c00; /* 枠線の色 */
	padding: 0 18px 18px 18px;
	margin: 100px auto;
	background-color: #FFF;
}

.author-header {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	border-bottom: solid 4px #c00;

}
.author-content {
	display: flex;
  justify-content: center;
  align-items: center;
}

.author-left {
	margin-right: 20px;
	flex: 0 0 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.author-image {
	width: 120px;
	height: 120px;
}

.author-right {
	flex: 1;
}

.author-text {
	font-size: 14px;
	line-height: 1.5;
}

.author-footer {
	font-size: 16px;
	font-weight: bold;
	margin-top: 26px;
	text-align: left;
}

.author-section::before{
	padding: 10px 24px;
	content: "この記事の監修者";
	background-color: #c00;
	color: #fff;
	font-size: 16px;
	z-index: 1;
	top: -26px;
	left: -20px;
	position: relative;
}
.line_heig{
	line-height: 1.5;
	font-size: 14px;
}
.line_heig2{
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 10px;
}

.line_heig3{
  margin-top: 20px;
}
.itir{
	color: cornflowerblue;
}

@media screen and (max-width: 769px) {
	.author-image {
		margin-bottom: 10px;
		width: 140px;
		height: 140px;
	}
	.line_heig{
	line-height: 1.5;
	font-size: 12px;
}
.line_heig2{
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 10px;
}
.author-image {
	width: 100px;
	height: 100px;
}
}
/*/author box*/

/*202405_add-hokndana*/
.ad_p{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 60px;
  margin-top:30px;
}
.ad_p2{
  max-width: 1100px;
  width: 100%;
  font-size:14px!important;
  font-weight: bold!important;
  text-align: left!important;
  position: absolute;
  bottom: 0;
  margin: 0;
}
.ad_p22{
  max-width: 1100px;
  width: 100%;
  font-size:14px!important;
  font-weight: bold!important;
  text-align: left!important;
  position: absolute;
  bottom: 0;
  margin: 0;
  color: #fff!important;
  background: brown;
  padding:8px;
}
.ad_p3{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 60px;
  margin-top:30px;
  font-size: 28px!important;
}
.sub_tit2{
  color: #cf2e2e;
  text-decoration:underline;
  text-decoration-color:#cf2e2e;
  font-size:18px!important;
}
.add_img2024{
  width: 1100px;
  margin: auto;
  display: block;
}
.max-area{
  width: 1100px;
}

.container222 {
  display: flex;
  padding: 20px;
  margin-top: -32px;
}
.phase222 {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin: 0 10px;
  flex: 1;
  position: relative;
  height:34rem;
}
.phase2224 {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin: 0 24px;
  flex: 1;
  position: relative;
  height:34rem;
  background-image: url('http://www.pal-style.for-confirmation.site/wp-content/uploads/2024/04/cons2024.png');
  background-size: cover; /* 画像を要素のサイズに合わせて調整 */
  background-position: center; /* 画像を要素の中央に配置 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
}
.phase2224_2 {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin: 0 24px;
  flex: 1;
  position: relative;
  height:34rem;
  background-image: url('http://www.pal-style.for-confirmation.site/wp-content/uploads/2024/04/cons2024-2.png');
  background-size: cover; /* 画像を要素のサイズに合わせて調整 */
  background-position: center; /* 画像を要素の中央に配置 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
}
.phase2224_3 {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin: 0 24px;
  flex: 1;
  position: relative;
  height:34rem;
  background-image: url('http://www.pal-style.for-confirmation.site/wp-content/uploads/2024/04/cons2024-3.png');
  background-size: cover; /* 画像を要素のサイズに合わせて調整 */
  background-position: center; /* 画像を要素の中央に配置 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
}
.header222 {
  background-color: #ccc;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size:24px!important;
  font-weight: bold!important;
}
.header22 {
  padding: 10px;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size:20px!important;
  font-weight: bold!important;
}
.content222 {
  padding: 20px;
}
.content222 ul {
  padding: 0;
}
.content222 ul li {
  background: #eee;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
}
.txt_re{
  color: #cf2e2e;
}
.mar_but{
  margin-bottom: 20px;
}
.o_sp{
display:none;
}

@media screen and (max-width:768px) {


.container222 {
  display: block;
  padding: 20px;
}
.phase222 {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin: 0 10px;
  flex: 1;
  position: relative;
  height:34rem;
  margin-bottom: 30px;
}
.phase2224{
  background-image: url('http://www.pal-style.for-confirmation.site/wp-content/uploads/2024/04/cons2024.png');
  background-size: cover; /* 画像を要素のサイズに合わせて調整 */
  background-position: center; /* 画像を要素の中央に配置 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  margin-bottom: 32px;
}
.phase2224_2{
  background-image: url('http://www.pal-style.for-confirmation.site/wp-content/uploads/2024/04/cons2024-2.png')!important;
  background-size: cover; /* 画像を要素のサイズに合わせて調整 */
  background-position: center; /* 画像を要素の中央に配置 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  margin-bottom: 32px;
}
.phase2224_3{
  background-image: url('http://www.pal-style.for-confirmation.site/wp-content/uploads/2024/04/cons2024-3.png')!important;
  background-size: cover; /* 画像を要素のサイズに合わせて調整 */
  background-position: center; /* 画像を要素の中央に配置 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  margin-bottom: 32px;
}
.ad_p3{
  width: 100%;
  margin: 0 auto 60px;
  margin-top:-40px;
  font-size: 20px!important;
  font-weight: 600;
}
.o_sp{
display:block;
}
.consulting-item-right-content2{
  margin-bottom: 60px!important;
}
.cmt{
  margin: 10px 0 20px 0;
  text-align: left!important;
}

.sub_tit4{
  text-decoration: none;
  display: inline;
  padding: 6px!important;
  font-size: 15px!important;
}
.sub_tit2.sub_tit4:before {
  display: inline-block;
  content: url('../img/icon/icon.png');
  margin-right: 6px!important;
  vertical-align: middle;
  transform: scale(0.6)!important;
}
}

.sub_tit4{
  text-decoration: none;
  display: inline;
  padding: 8px;
  font-size: 20px;
  text-indent: -1.5rem;
}

.mar_but22{
  margin-top: 10px;
}

.sub_tit2.sub_tit4:before {
  display: inline-block;
  content: url('../img/icon/icon.png');
  margin-right: 8px;
  vertical-align: middle;
  transform: scale(0.7);
}

/*.sub_tit2.sub_tit4:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/icon/icon.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}*/

.sub_tit2.sub_tit4.sub_tit5:before {
  display: inline-block;
  content: url('../img/icon/icon2.png');
  margin-right: 8px;
  vertical-align: middle;
  transform: scale(0.7);
}
.sub_tit2.sub_tit4.sub_tit6:before {
  display: inline-block;
  content: url('../img/icon/icon3.png');
  margin-right: 8px;
  vertical-align: middle;
  transform: scale(0.7);
}
.sub_tit2.sub_tit4.sub_tit7:before {
  display: inline-block;
  content: url('../img/icon/icon4.png');
  margin-right: 8px;
  vertical-align: middle;
  transform: scale(0.7);
}
.sub_tit2.sub_tit4.sub_tit8:before {
  display: inline-block;
  content: url('../img/icon/icon5.png');
  margin-right: 8px;
  vertical-align: middle;
  transform: scale(0.7);
}
.sub_tit2.sub_tit4.sub_tit9:before {
  display: inline-block;
  content: url('../img/icon/icon6.png');
  margin-right: 8px;
  vertical-align: middle;
  transform: scale(0.7);
}
.sub_tit2.sub_tit4.sub_tit10:before {
  display: inline-block;
  content: url('../img/icon/icon7.png');
  margin-right: 8px;
  vertical-align: middle;
  transform: scale(0.7);
}
.sub_tit2.sub_tit4.sub_tit11:before {
  display: inline-block;
  content: url('../img/icon/icon8.png');
  margin-right: 8px;
  vertical-align: middle;
  transform: scale(0.7);
}
.sub_tit2.sub_tit4.sub_tit12:before {
  display: inline-block;
  content: url('../img/icon/icon9.png');
  margin-right: 8px;
  vertical-align: middle;
  transform: scale(0.7);
}
.sub_tit2.sub_tit4.sub_tit13:before {
  display: inline-block;
  content: url('../img/icon/icon10.png');
  margin-right: 8px;
  vertical-align: middle;
  transform: scale(0.7);
}


.boxtx04 {
  padding: 8px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  margin-top: 40px;  /* 上のマージンを40pxに統一 */
  margin-left: 10px; /* 左のマージン */
  margin-right: 10px; /* 右のマージン */
}

.boxtx04:first-child {
  margin-top: 20px; /* 最初の要素のみ上のマージンを20pxに */
}

.boxtx04:last-child {
  margin-bottom: 20px; /* 最後の要素のみ下のマージンを20pxに */
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*/hokndana*/
