@charset "UTF-8";
/*table*/
.tbl {
  width: 100%;
  border-collapse: separate;
}

.tbl th,
.tbl td {
  padding: 0.7rem 2rem;
}

.tbl th {
  text-align: center;
  color: #fff;
  background: #35ad79;
  border-radius: 60px;
  border-top: #fff solid 5px;
  border-bottom: #fff solid 5px;
}

.tbl td {
  border-bottom: #c2e6d7 solid 2px;
}

.tbl td.center {
  text-align: center;
}

.tbl .w60 {
  width: 60%;
}

.tbl_explan {
  margin: 0;
  font-size: 0.85em;
}

.tbl .ttl {
  text-align: center;
  background: #e6e6e6;
}

/*表*/
.dlTbl {
  max-width: 920px;
  margin: 0 auto;
}

.dlTbl div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.dlTbl dt {
  width: 27%;
  border-bottom: 1px solid #bd2c2e;
  font-weight: 600;
}

.dlTbl dd {
  width: 73%;
  border-bottom: 1px solid #999;
}

.dlTbl dt,
.dlTbl dd {
  padding: 2rem 2em;
}

.table-scroll {
  overflow: auto;
  white-space: nowrap;
}

.table-scroll::-webkit-scrollbar {
  height: 5px;
}

.table-scroll::-webkit-scrollbar-track {
  background: #333;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #999;
}

.table-scroll table {
  width: 100%;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
}

.table-scroll th,
.table-scroll td {
  padding: 10px 15px;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}

.table-scroll th {
  background: #ddd;
}

.table-scroll th.th_l {
  width: 26%;
}

/*ドロップダウン*/
.down_btn {
  position: relative;
  cursor: pointer;
}

.down_btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  position: absolute;
  top: 32px;
  right: 30px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #060845;
}

.down_btn.active:after {
  transform: rotate(-45deg);
}

.downBox {
  margin-top: 2rem;
}

.downBox .ttl {
  margin: 0 !important;
  padding-left: 3rem !important;
  font-size: 1.4rem !important;
}

.downInner {
  display: none;
  background: #fff;
}

.downInner .dlTbl dt {
  width: 20%;
  border-bottom: 1px solid #000;
}

.downInner .dlTbl dd {
  width: 80%;
}

.downInner .dlTbl li {
  margin-bottom: 1rem;
  list-style-type: disc;
}

/*title*/
#pageTitle {
  height: 430px;
}

.pageTitle {
  position: absolute;
  top: 50%;
  left: 6%;
  font-size: 3.3rem;
  line-height: 1.2;
  color: #1F3044;
}

#about .pageTitle,
#social .pageTitle {
  top: 35%;
}

.pageTitle span.small {
  font-size: 0.9em;
}

.pageTitle span.jp {
  margin-top: 0.7rem;
  font-size: 0.4em;
}

.pageTitle span.bgTxt {
  padding: 1px 0.5rem 3px 0px;
  background: #f1f1f1;
}

#pageTitle .leftBox {
  width: 30%;
  background: #f1f1f1;
}

#pageTitle .rightBox {
  width: 70%;
  background: url("../img/pageTitle/about.jpg") no-repeat 50% 50%/cover;
}

#business #pageTitle .rightBox {
  background: url("../img/pageTitle/business.jpg") no-repeat 50% 50%/cover;
}

#message #pageTitle .rightBox {
  background: url("../img/pageTitle/message.jpg") no-repeat 50% 50%/cover;
}

#recruit #pageTitle .rightBox {
  background: url("../img/pageTitle/recruit.jpg") no-repeat 50% 50%/cover;
}

#social #pageTitle .rightBox {
  background: url("../img/pageTitle/social.jpg") no-repeat 50% 50%/cover;
}

#pageTitle.news .rightBox {
  background: url("../img/pageTitle/news.jpg") no-repeat 50% 50%/cover;
}

#contact #pageTitle .rightBox {
  background: url("../img/pageTitle/contact.jpg") no-repeat 50% 50%/cover;
}

#sitemap #pageTitle .rightBox {
  background: url("../img/pageTitle/sitemap.jpg") no-repeat 50% 50%/cover;
}

#privacy #pageTitle .rightBox {
  background: url("../img/pageTitle/privacy.jpg") no-repeat 50% 50%/cover;
}

.subTtl {
  margin-bottom: 1em;
  color: #003e7a;
  font-size: 3em;
  letter-spacing: 7px;
}

#pan {
  position: relative;
  z-index: 1;
  padding: 1rem 6%;
  margin: 0;
  background: #f1f1f1;
  font-weight: 500;
  text-align: right;
}

#pan span,
#pan a {
  font-size: 0.85rem;
}

#pan a {
  text-decoration: underline;
}

#pan a:hover {
  color: #d10e24;
}

/*EXIT FACTOR JAPANについて*/
#about #ourhistory .secTtl:after {
  color: #f2f2f2;
  font-size: 10rem;
}

#about #company .secTtl:after {
  content: "COMPANY";
  color: #f2f2f2;
}

#about #history .secTtl:after {
  content: "HISTORY";
}

#about #group .secTtl:after {
  content: "ASSOCIATE";
  color: #f2f2f2;
}

#ourhistory {
  background: url("../img/about/bg_ourhistory.jpg") no-repeat 0 100%/100%;
}

#ourhistory .secTtl {
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.6;
}

#ourhistory .london {
  width: 100%;
  height: 370px;
  background: url("../img/about/london.jpg") no-repeat 50% 50%/cover;
}

#ourhistory .sec2 {
  padding-top: 0;
  margin-top: -3rem;
}

#ourhistory .txtArea {
  width: 50%;
}

#ourhistory figure {
  width: 43%;
}

#ourhistory .txtCon1 .txtArea {
  order: 2;
  padding-top: 6rem;
}

#ourhistory .txtCon2 {
  margin-top: 5rem;
}

#ourhistory .txtCon2 .txtArea {
  padding-top: 1rem;
}

.historyItem {
  line-height: 1.2;
}

.historyItem .head {
  flex-basis: 170px;
  max-width: 170px;
  margin: 0;
  padding: 2rem 1rem;
  color: #777;
  font-size: 3rem;
  font-weight: 900;
  border-bottom: 1px solid #ccc;
}

.historyItem .txtArea {
  -ms-flex-preferred-size: calc(100% - 240px);
  flex-basis: calc(100% - 240px);
  max-width: calc(100% - 240px);
  position: relative;
  padding: 2rem 1rem;
  border-bottom: 1px solid #ccc;
}

.historyItem .historyItemMonth {
  flex-basis: 50px;
  max-width: 50px;
  position: relative;
  font-weight: 600;
}

.historyItem .historyItemTxt {
  -ms-flex-preferred-size: calc(100% - 50px);
  flex-basis: calc(100% - 50px);
  max-width: calc(100% - 50px);
}

.historyItem .historyItemMonth,
.historyItem .historyItemTxt {
  margin: 0.8rem 0;
}

.historyItem .txtArea::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  content: "";
  display: block;
  width: 1px;
  background: #ccc;
}

.historyItem .historyItemMonth::before {
  position: absolute;
  top: 5px;
  left: -56px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #999;
  border-radius: 50%;
}

#about #group .groupTtl {
  margin-top: 5rem;
  padding: 1rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  background: #d10e24;
}

#about #group .groupSubTtl {
  margin-top: 4rem;
  padding-left: 0.7rem;
  font-size: 1.5rem;
  border-left: 8px solid #d10e24;
  line-height: 1.2;
}

#about #group .groupSubTtlTop {
  margin-top: 3rem;
}

.redBox {
  margin-top: 4.5rem;
  padding: 20px;
  border: 1px solid #1F3044;
}

.redBoxInner {
  height: 100%;
  padding: 4rem 6%;
  background: #f7f7f7;
}

.redBox .ttl {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0.8rem 0 0.8rem 5.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.redBox .ttl:before {
  position: absolute;
  top: 0;
  left: 0;
}

.redBoxNodown .ttl {
  margin: 0 !important;
  padding-left: 3rem !important;
  font-size: 1.4rem !important;
}

.redBoxLink {
  padding: 0;
}

.redBoxLink a {
  display: block;
  padding: 20px;
  color: #222;
}

.redBoxLink a:active,
a:hover {
  color: #222;
}

.redBoxLink .ttl:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 32px;
  right: 30px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #060845;
}

/*事業内容*/
#business .secTtl {
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.6;
}

#business #intro .secTtl:after {
  content: "OUR BUSINESS";
  color: #f2f2f2;
  font-size: 9rem;
}

#business #intro .introTxt {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}

#business #intro .redBox {
  width: 47%;
}

#business #intro .redBox .redBoxInner {
  padding: 3rem 6%;
}

#business #intro .redBox .ttl {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}

#business #intro .redBox .txt {
  margin-top: 0;
}

#about .redBox,
#recruit .redBox:not(:first-of-type) {
  margin-top: 2rem;
}

/*#marketing.redBox .ttl:before { content:""; width: 68px; height: 65px; background: url("../img/business/iconMarketing.png") no-repeat 50% 50% /cover; }
#delivery.redBox .ttl:before { content:""; width: 68px; height: 65px; background: url("../img/business/iconDelivery.png") no-repeat 50% 50% /cover; }
*/
.redList li {
  margin: 1rem 0;
}

.redList li:before {
  content: "■ ";
  color: #1F3044;
}

#mission .txtArea {
  position: relative;
  z-index: 1;
  width: 55%;
  padding: 1rem 4rem 0;
  background: #fff;
}

#mission .ttl {
  margin-top: 6rem;
}

#mission .ttl span {
  padding: 3px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background: #1F3044;
}

#mission .ttl:after {
  font-size: 8rem;
  color: #f5f5f5;
  position: absolute;
  top: -7.3rem;
  left: -3.5rem;
  z-index: -1;
}

#mission .ttlMission:after {
  content: "MISSION";
}

#mission .ttlVision:after {
  content: "VISION";
}

#mission .ttlValue:after {
  content: "VALUE";
}

#mission figure {
  position: absolute;
  top: 50px;
  right: 0;
  width: 60%;
}

#sevenArea .sevenArea {
  background: url("../img/recruit/bg_border.png");
  padding: 10px 0px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #sevenArea .sevenArea {
    width: 800px;
    max-width: 100%;
    padding: 30px;
    margin: 0 auto 60px;
  }
}

#sevenArea .sabTtl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #sevenArea .sabTtl {
    margin-bottom: 20px;
  }
}

#sevenArea .sabTtl span {
  font-size: 1.8rem;
  border-bottom: 2px solid #1F3044;
}

#sevenArea .sevenList li {
  background: #fff;
  position: relative;
  margin: 0 3% 2rem;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  #sevenArea .sevenList li {
    padding: 30px;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
#sevenArea .sevenList li figure {
  margin: 0 auto 15px;
  max-width: 140px;
}
@media screen and (min-width: 768px) {
  #sevenArea .sevenList li figure {
    width: 200px;
    max-width: none;
    margin: 0;
  }
}
#sevenArea .sevenList li .sevenList-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #sevenArea .sevenList li .sevenList-text {
    width: calc(100% - 220px);
  }
}
#sevenArea .sevenList li .sevenList-text h2 {
  font-size: clamp(18px, 4.5vw, 26px);
}
#sevenArea .sevenList li .sevenList-text h2 span {
  display: block;
  font-size: clamp(14px, 3vw, 20px);
}

#sevenArea .sevenList li .item {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}

#sevenArea .sevenList li .item span {
  display: block;
  font-size: 0.9rem;
}

#sevenArea .sevenList li figure {
  position: relative;
  z-index: 1;
}

#sevenArea .sevenList li figure img {
  border-radius: 300px;
}

#sevenArea .sevenList li .number {
  position: absolute;
  bottom: 0;
  left: -26px;
  margin: 0;
  font-size: 9rem;
  color: #1F3044;
  font-weight: 900;
  line-height: 1;
  -webkit-text-stroke: 2px #fff;
}
@media screen and (max-width: 767px) {
  #sevenArea .sevenList li .number {
    left: 15px;
    top: 10px;
    bottom: auto;
    font-size: 5rem;
    opacity: 0.1;
  }
}

.bnPamphlet {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.4);
}

.bnPamphlet a[target=_blank]:after {
  content: none;
}

/*代表挨拶*/
#message #word .secTtl {
  padding-top: 3rem;
  font-size: 1.2rem;
  line-height: 1.7;
}

#message #word .secTtl span {
  font-size: 1.6rem;
}

#message #word .secTtl:after {
  content: "MESSAGE";
  color: #f2f2f2;
}

#message #word .txt {
  margin: 2rem 0;
}

figure.ohno {
  position: relative;
  z-index: 2;
  width: 40%;
  max-width: 370px;
  margin: 2rem 0 3rem 3rem;
}

/*採用情報*/
#recruit .pageNav {
  max-width: 950px;
}

#recruit #message:after {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 84%;
  height: 400px;
  background: #f1f1f1;
}

#recruit #message .secTtl {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}

#recruit #message .secTtl:after {
  content: "MESSAGE";
  color: #f2f2f2;
}

#recruit #recruiting .secTtl:after {
  content: "RECRUIT";
  color: #f2f2f2;
}

#recruit #voice .secTtl:after {
  content: "VOICE";
}

#recruit #form .secTtl:after {
  content: "APPLICATION";
  color: #f2f2f2;
  left: 9%;
}

#recruit .messageTxt .txtArea {
  width: 52%;
}

#recruit .messageTxt .txt {
  margin-bottom: 2rem;
}

#recruit .messageTxt figure {
  width: 43%;
}

#recruit #statue .ttl {
  font-size: 1.5rem;
}

#recruit #statue .disc {
  margin: 1rem 0 2rem;
  font-size: 1.1rem;
}

#recruit .movieArea {
  margin-top: 4rem;
}

#recruit .movie {
  width: 48%;
  text-align: center;
}

#recruit .movie iframe {
  width: 100%;
  height: 320px;
}

#recruit .movie p {
  margin: 0;
}

#recruiting figure {
  width: 35%;
  order: 2;
}

#recruiting .txtArea {
  width: 60%;
}

#recruiting .recruitingTtl {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
}

#recruiting .recruitingTtl:not(:first-child) {
  margin-top: 2rem;
}

#recruiting .recruitingTtl:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000;
}

.jobtype {
  margin-top: 4rem;
}

.jobTxt {
  margin-bottom: 2rem;
  font-size: 1rem;
}

#form .inner {
  padding-left: 0;
  padding-right: 0;
}

.voiceArea {
  max-width: 1000px;
  margin: 0 auto 5rem;
}

.voiceArea figure {
  width: 23%;
}

.voiceArea.bubble_l figure {
  order: 2;
}

.voiceArea .bubble {
  position: relative;
  width: 73%;
  padding: 1.2rem 2.5rem 1rem;
  border: 1px solid #222;
  border-radius: 22px;
  background: #fff;
}

.voiceArea.bubble_r .bubble:before {
  position: absolute;
  top: 28px;
  left: -24px;
  content: "";
  width: 24px;
  height: 19px;
  background: url("../img/recruit/bubble_r.png") no-repeat 0 0/cover;
}

.voiceArea.bubble_l .bubble:before {
  position: absolute;
  top: 28px;
  right: -24px;
  content: "";
  width: 24px;
  height: 19px;
  background: url("../img/recruit/bubble_l.png") no-repeat 0 0/cover;
}

.voiceArea .bubble .txt {
  line-height: 1.8;
}

/*新着情報*/
.newsCon {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.newsCon .newsList article {
  width: 30% !important;
}

.newsCon article:not(:nth-child(3n)) {
  margin-right: 5%;
}

.newsCon .post {
  padding: 0;
}

.newsCon .newsList a {
  display: flex;
  flex-direction: column;
}

.newsCon .newsList figure {
  width: 100%;
  height: 180px;
}

.newsCon .newsList figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsCon .newsList .day {
  margin: 1em 0 0;
  font-size: 0.8rem;
}

.newsCon .newsList .subTitle {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
}

/*社会貢献*/
#socialCons {
  padding-top: 90px;
  margin-top: -90px;
}

#socialMessage .secTtl {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}

#socialMessage .secTtl:after {
  content: "MESSAGE";
  color: #f2f2f2;
}

#socialMessage .messageTxt .txtArea {
  width: 52%;
}

#socialMessage .messageTxt .txt {
  margin-bottom: 2rem;
}

#socialMessage .messageTxt figure {
  width: 43%;
}

.socialCons {
  padding-bottom: 6rem;
}

.socialNav {
  margin-bottom: 5rem;
  background: #e0e0e0;
}

.socialNav ul {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 6% 1rem;
}

.socialNav li {
  margin-bottom: 0.5rem;
}

.socialNav li:not(:last-child) {
  margin-right: 0.5rem;
}

.socialNav li a {
  display: inline-block;
  padding: 0.2rem 1rem;
  background: #fff;
  border: solid 1px #222;
  border-radius: 100px;
}

.socialNav li a:hover {
  color: #fff;
  background: #222;
}

.socialList li {
  width: 30%;
  margin-bottom: 4rem;
}

.socialList li:not(:nth-child(3n)) {
  margin-right: 5%;
}

.socialList li figure {
  width: 100%;
  height: 240px;
}

.socialList li figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.socialList li .ttl {
  margin: 1rem 0 0.8rem;
}

.socialCons .cat,
.socialCons .tag {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
}

.socialCons .cat a {
  display: inline-block;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
  color: #d10e24;
  border: solid 1px #d10e24;
  line-height: 1.5;
}

.socialCons .cat a:hover {
  color: #fff;
  background: #d10e24;
}

.socialCons .tag a {
  margin-right: 0.5rem;
}

.socialCons .tag a:before {
  content: "#";
}

.socialCons .day {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: #777;
}

.socialSingle .inner {
  max-width: 1020px;
}

.socialSingle .detail {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}

.socialSingle .detail figure {
  text-align: center;
}

/*.socialSingle .detail figure { height: 420px; }
.socialSingle .detail figure img { display: block; width: 100%; height: 100%; object-fit: cover; }*/
.socialSingle .detail .subTitle {
  margin: 3rem 0 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.socialSingle .detail p {
  font-size: 0.9em;
}

.socialSingle .detail i {
  color: #999;
}

.socialTextArea p {
  margin: 2rem 0;
}

.socialTextArea .wp-block-heading {
  margin: 2rem 0;
  font-size: 1.8rem;
}

.socialTextArea figure {
  margin: 2rem 0;
}

/*社会貢献 見出しcss*/
.headingBubble {
  position: relative;
  padding: 1rem 1.5rem;
  font-size: 1.3rem !important;
  background: #f1f1f1;
}

.headingBubble::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid #f1f1f1;
  width: 0;
  height: 0;
}

.addtoany_share_save_container {
  margin-top: 3rem !important;
  padding-top: 2rem;
  text-align: right;
  border-top: 1px solid #ccc;
}

.addtoany_header {
  font-size: 0.85rem;
}

/*お問い合わせ*/
/*プライバシーポリシー*/
#privacy .narrow {
  max-width: 1100px;
}

#privacy .ttl {
  position: relative;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
  border-bottom: 1px solid #777;
  background: #f1f1f1;
}

#privacy .ttl:not(:first-child) {
  margin-top: 5rem;
}

#policy .txt {
  margin-top: 4rem;
}

/*サイトマップ*/
.sitemapList {
  width: 46%;
}

.sitemapList > li {
  margin-bottom: 2rem;
}

.sitemapList > li > a {
  position: relative;
  display: block;
  padding: 0.6rem 0 0.6rem 3.2rem;
  font-size: 1.1rem;
  background: #f1f1f1;
  border-bottom: 1px solid #222;
}

.sitemapList > li > a:before {
  position: absolute;
  top: 42%;
  left: 2rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #000222;
}

.sitemapList li a:hover {
  color: #fff;
  background: #d10e24;
}

.sitemapList > li > a:hover:before {
  border-color: transparent transparent transparent #fff;
}

.sitemapList .under {
  margin-top: 1rem;
}

.sitemapList .under li {
  padding-left: 2rem;
  margin: 0.5rem 0 0;
}

.sitemapList .under li:before {
  content: "- ";
}

/*404*/
.notfound .txt {
  margin-bottom: 3rem;
}

/* ================================================================
  レスポンシブ
=================================================================== */
/* 600以上(PC・タブレット) */
@media screen and (min-width: 600px) {
  .pageNav {
    position: relative;
    z-index: 2;
    margin: 2.3rem auto;
    padding: 1.2em 0;
    width: 90%;
    max-width: 500px;
    border-radius: 100px;
    background: #000;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .pageNav li a {
    display: block;
    padding: 0 2em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    border-right: 1px solid #ccc;
  }
  .pageNav li a:hover {
    color: #555;
  }
  .pageNav li:first-child a {
    border-left: 1px solid #ccc;
  }
}
/* 1024以上(PC) */
/* ================================================================
  タブレット ※通常1024px
=================================================================== */
@media screen and (max-width: 1324px) {
  #pageTitle {
    height: 300px;
  }
  .pageTitle {
    font-size: 2.5rem;
  }
  #pan {
    padding: 0.5rem 6%;
  }
  .pageNav {
    max-width: 100% !important;
  }
  .pageNav li {
    width: 19%;
  }
  .pageNav li a {
    padding: 0 10%;
  }
  #mission .txtArea {
    width: 100%;
    padding: 0 4rem;
    margin-top: 17rem;
  }
  #mission figure {
    top: 0;
  }
  #message #word .secTtl:after {
    top: -6rem;
  }
  figure.ohno {
    margin-top: 3rem;
  }
  #message #word .secTtl {
    font-size: 1rem;
  }
  #recruit #form .secTtl:after {
    left: 0;
  }
  #privacy .ttl {
    margin-bottom: 1rem;
  }
  #privacy .ttl:not(:first-child) {
    margin-top: 2rem;
  }
  .newsCon .newsList article {
    width: 48% !important;
  }
  .newsCon article:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .newsCon article:nth-child(odd) {
    margin-right: 4%;
  }
  .sitemapList {
    width: 100%;
  }
  .sitemapList > li {
    margin-bottom: 1rem;
  }
  .socialList li figure {
    height: 150px;
  }
}
/* ================================================================
  スマホ
=================================================================== */
@media screen and (max-width: 599px) {
  .redBox {
    margin-top: 2.5rem;
  }
  .redBoxInner {
    padding: 2rem 6%;
  }
  .redBox .ttl {
    padding: 0.2rem 0 0rem 3rem;
    font-size: 1rem;
  }
  .redBox .ttl:before {
    width: 38px !important;
    height: 35px !important;
  }
  .down_btn:after {
    top: 30%;
    right: 3px;
    border-width: 1px;
  }
  .redBoxLink .ttl:after {
    top: 30%;
    right: 3px;
    border-width: 1px;
  }
  .downBox .ttl,
  .redBoxNodown .ttl {
    padding: 0 3rem 0 0 !important;
    font-size: 14px !important;
  }
  .downInner .dlTbl dt,
  .downInner .dlTbl dd {
    width: 100%;
  }
  .downInner {
    padding: 1rem 0 0;
    background: none;
  }
  .jobArea {
    background: #fff;
  }
  #pageTitle {
    height: 260px;
  }
  .pageTitle {
    font-size: 2rem;
  }
  #pan {
    display: none;
  }
  .pageNav {
    position: relative;
    z-index: 2;
    margin: 2.3rem auto;
    width: 90%;
    background: #000;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .pageNav li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .pageNav li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .pageNav li.odd {
    width: 100%;
    border-right: none;
  }
  .pageNav li a {
    display: block;
    padding: 0.5rem 0;
    color: #fff;
    text-align: center;
  }
  #ourhistory .secTtl {
    font-size: 1.3rem;
  }
  #ourhistory .secTtl:after {
    font-size: 3rem;
  }
  #ourhistory .introTxt {
    text-align: left;
  }
  #ourhistory .sec1 {
    padding-bottom: 0.7rem;
  }
  #ourhistory .sec2 {
    margin-top: 0;
  }
  #ourhistory .txtArea {
    order: 0 !important;
    width: 100%;
    padding: 1rem 0 !important;
  }
  #ourhistory figure {
    width: 100%;
  }
  #ourhistory .txtCon2 {
    margin-top: 0rem;
  }
  #ourhistory .london {
    height: 120px;
  }
  .historyItem .head {
    flex-basis: 70px;
    max-width: 70px;
    padding: 1rem 0;
    font-size: 1.5rem;
  }
  .historyItem .txtArea {
    -ms-flex-preferred-size: calc(100% - 240px);
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 1rem;
  }
  .historyItem .historyItemMonth,
  .historyItem .historyItemTxt {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0.4rem 0;
  }
  .historyItem .historyItemTxt:not(:last-child) {
    margin: 0.4rem 0 1.2rem;
  }
  .historyItem .txtArea::before {
    left: -15px;
  }
  .historyItem .historyItemMonth::before {
    top: 3px;
    left: -35px;
    width: 9px;
    height: 9px;
  }
  #about .redBox:not(:first-of-type),
  #recruit .redBox:not(:first-of-type) {
    margin-top: 1rem;
  }
  #about #group .groupTtl {
    font-size: 1.1rem;
  }
  #about #group .groupSubTtl {
    margin-top: 3rem;
    font-size: 1.1rem;
  }
  #business .secTtl {
    font-size: 1.3rem;
  }
  #business #intro .txt {
    font-size: 15px;
    text-align: left;
  }
  #business #intro .redBox {
    width: 100%;
  }
  #business #intro .redBox .redBoxInner {
    padding: 1.5rem 6%;
  }
  #mission .txtArea {
    width: 100%;
    padding: 0;
  }
  #mission .ttl {
    margin-top: 3rem;
  }
  #mission .ttl span {
    font-size: 1rem;
  }
  #mission .ttl:after {
    font-size: 5rem;
    top: -4rem;
    left: -1rem;
  }
  #mission figure {
    width: 100%;
  }
  #sevenArea .sabTtl span {
    font-size: 1.2rem;
  }
  .bnPamphlet {
    margin-top: 3rem;
  }
  #message #word .secTtl:after {
    top: -3rem;
  }
  figure.ohno {
    margin: 0 0 1rem 1rem;
  }
  #message #word .secTtl {
    font-size: 0.7rem;
  }
  #message #word .secTtl span {
    font-size: 1rem;
  }
  #recruit #message .txt {
    font-size: 15px;
    text-align: left;
  }
  #recruit #message .secTtl {
    font-size: 1.3rem;
  }
  #recruit .messageTxt .txtArea {
    width: 100%;
  }
  #recruit .messageTxt figure {
    width: 90%;
    margin: 0 auto;
  }
  #recruit #message:after {
    height: 100vh;
  }
  #recruit #statue .ttl {
    font-size: 1rem;
  }
  #recruit #statue .disc {
    font-size: 1em;
  }
  #recruit .movie {
    width: 100%;
  }
  #recruit .movie iframe {
    height: 200px;
  }
  #recruit .movieArea {
    margin-top: 2rem;
  }
  #recruit .movie:last-child {
    margin-top: 2rem;
  }
  #recruiting figure {
    width: 80%;
    order: 0;
    margin: 0 auto 2rem;
  }
  #recruiting .txtArea {
    width: 100%;
  }
  .jobTxt {
    font-size: 15px;
  }
  .voiceArea {
    margin-bottom: 1rem;
  }
  .voiceArea figure {
    width: 40%;
    margin: 0 auto;
  }
  .voiceArea .bubble {
    width: 100%;
    padding: 1.2rem 1.5rem 1rem;
  }
  .voiceArea.bubble_r .bubble:before,
  .voiceArea.bubble_l .bubble:before {
    content: none;
  }
  .voiceArea.bubble_l figure {
    order: 0;
  }
  .newsCon .newsList figure {
    height: 110px;
  }
  .newsCon .newsList figure img {
    height: 100% !important;
  }
  #socialMessage .txt {
    font-size: 15px;
    text-align: left;
  }
  #socialMessage .secTtl {
    font-size: 1.3rem;
  }
  #socialMessage .messageTxt .txtArea {
    width: 100%;
    order: 2;
  }
  #socialMessage .messageTxt figure {
    width: 90%;
    margin: 0 auto;
  }
  #socialCons {
    padding-top: 70px;
    margin-top: -70px;
  }
  .socialNav {
    margin-bottom: 3rem;
  }
  .socialNav ul {
    padding: 1rem 6% 0.5rem;
  }
  .socialNav li a {
    font-size: 0.8rem;
  }
  .socialList li {
    width: 48%;
    margin-bottom: 2rem;
    margin-right: 0 !important;
  }
  .socialList li:nth-child(odd) {
    margin-right: 4% !important;
  }
  .socialList li figure {
    height: 110px;
  }
  .socialSingle .detail .subTitle {
    font-size: 1.1rem;
  }
  .socialTextArea .wp-block-heading {
    font-size: 1.1rem;
  }
  .headingBubble {
    font-size: 1rem !important;
  }
  #form iframe {
    height: 2300px;
  }
  #contact iframe {
    height: 1800px;
  }
  .dlTbl div {
    margin-bottom: 1em;
  }
  .dlTbl dt {
    text-align: left;
    background: #eee;
  }
  .dlTbl dd {
    border: none;
    margin-bottom: 1rem;
  }
  .dlTbl dt,
  .dlTbl dd {
    width: 100%;
    padding: 0.7em 1em !important;
  }
}
.align-center {
  align-items: center;
}

/*# sourceMappingURL=contents.css.map */
