@charset "utf-8";

/*==================================================
フォント
==================================================*/
/*==================================================
cmn
==================================================*/
body {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #4d4d4d;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.03em;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

header,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
img,
table,
tr,
td,
th,
input,
textarea,
select,
a,
figure,
span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: inherit;
  font-size: 100%;
}

.font-en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.font-mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
}

.font-aston {
  font-family: AstonMartinFlare;
  font-weight: 500;
}

.font-jaguar {
  font-family: Jaguar;
}

.font-landrover {
  font-family: Landrover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  letter-spacing: 0.1em;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

a,
input[type="submit"] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

a.under {
  text-decoration: underline;
}

@media screen and (min-width: 801px) {

  a:hover,
  input[type="submit"]:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.wrap-f {
  padding: 0 12rem;
}

.wrap {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 120rem;
  width: 100%;
}

.wrap-m {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 100rem;
  width: 100%;
}

.wrap-s {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 80rem;
  width: 100%;
}

.sp {
  display: none !important;
}

.video {
  width: 100%;
  vertical-align: middle;
}

/*==================================================
head
==================================================*/
.site-header::after {
  content: "";
  display: block;
  clear: both;
  z-index: 999;
}

.site-header {
  width: 100%;
  z-index: 300;
  padding: 0 5rem;
  transition: .4s;
  position: fixed;
  z-index: 900;
  text-align: center;
}

.site-header.bg-color {
  background: rgba(20, 59, 79, 0.6);
}

.site-header .head-box {
  height: 70px;
}

.site-title {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.site-title a {
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 5rem;
  transform: translateY(-50%);
  z-index: 999;
  width: 85px;
}

.site-header .navi {
  justify-content: flex-end;
}

.site-header .navi li {
  margin-left: 3rem;
  position: relative;
}

.site-header .navi li a {
  line-height: 1em;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 83.3333333%;
}

.site-header .box {
  flex: 1 1 auto;
  display: flex;
  max-width: calc(50% - 50px);
}

.button-toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  margin-left: 2rem;
  line-height: 0;
  cursor: pointer;

}

.menu_btn {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 100%;
  vertical-align: middle;
}

.menu_btn .hamburger {
  width: 30px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 900;
  display: block;
  margin-left: auto;
}

.menu_btn .hamburger_bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}

.menu_btn .hamburger_bar:nth-child(1) {
  top: 0;
}

.menu_btn .hamburger_bar:nth-child(2) {
  top: 100%;
  transform: translateY(-100%);
}

.sb-active .menu_btn .hamburger .hamburger_bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.sb-active .menu_btn .hamburger .hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}

#sb-site,
.site-header {
  transform: translate(0) !important;
}

.sb-slidebar {
  width: 40%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 12rem 5vw 10rem;
  z-index: 901;
  display: block;
  transform: translateX(100%);
  text-align: center;
}

.sb-slidebar.sb-active {
  transform: translateX(0%);
}

.sb-slidebar .gnavi li .car-logo-list {
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.sb-slidebar .gnavi li .car-logo-list li {
  margin-right: 2rem;
}

.sb-slidebar .gnavi li .car-logo-list li:last-child {
  margin-right: 0;
}

.sb-slidebar .gnavi li .car-logo-list img {
  height: 4.8rem;
}

.sb-slidebar .gnavi {
  margin-bottom: 5rem;
}

.sb-slidebar .gnavi>li {
  margin-bottom: 2rem;
}

.sb-slidebar .gnavi>li>a {
  font-size: 2rem;
  position: relative;
}

.sb-slidebar .gnavi .child,
.sb-slidebar .gnavi .sub {
  margin-left: 2.4rem;
  margin-bottom: 2rem;
}

.sb-slidebar .gnavi .sub {
  color: #95a8b2;
}

/*==================================================
foot
==================================================*/
.site-footer {
  color: #fff;
  padding-bottom: 10vw;
}

.site-footer section {
  padding: 10rem 0 5rem;
}

.site-footer .pagetop {
  width: 12rem;
  margin: 0 auto 10rem;
}

.site-footer .logo-box {
  text-align: center;
}

.site-footer h2 {
  margin-bottom: 5rem;
}

.site-footer h2 img {
  width: 12rem;
}

.sns-list {
  justify-content: center;
}

.sns-list li {
  margin: 0 0.5rem;
}

.sns-list li img {
  width: 4.6rem;
}

.fnavi-box {
  text-align: left;
  font-size: 83.3333333%;
  line-height: 1.8em;
}

.fnavi-box .fnavi {
  border-left: 1px solid #fff;
  padding-left: 2rem;
  padding-right: 4rem;
}

.fnavi-box .fnavi li {
  margin-bottom: 0.8rem;
}

.fnavi-box .fnavi li a {
  display: block;
}

.fnavi-box .fnavi.no-border {
  margin-left: 1px;
  border-left: none;
  margin-top: 4rem;
}

.site-footer address {
  font-style: normal;
  font-size: 70%;
  margin-top: 5rem;
  text-align: left;
}

.foot-link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.foot-link.show {
  opacity: 1;
  visibility: visible;
}

.entry-btn-sec {
  padding: 2%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.entry-btn-list li {
  width: 49%;
  text-align: center;
}

.entry-btn-list li a {
  display: block;
  line-height: 1em;
  padding: 2rem;
  border: 1px solid #fff;
}

/*==================================================
content
==================================================*/
div.pin {
  position: relative;
  top: -70px;
  display: block;
}

section {
  padding: 15rem 0;
  position: relative;
}

.tit01 {
  line-height: 1.8em;
  font-size: 3.6rem;
  margin-bottom: 6rem;
  text-align: center;
}

.tit01 .font-jp {
  display: block;
  font-size: 2.2rem;
  line-height: 1.8em;
}

.tit02 {
  line-height: 1.8em;
  font-size: 2.4rem;
  margin-bottom: 10rem;
  text-align: center;
}

.txt-white {
  color: #fff;
}

.posi-relative {
  position: relative;
}

.bg-black {
  background: #111;
  color: #fff;
}

.bg-gray-l {
  background: #eee;
}

.bg-gray {
  background: #505049;
  color: #fff;
}

.bg-gray02 {
  background: #384949;
  color: #fff;
}

.bg-brown {
  background: #b68871;
  color: #fff;
}

.bg-white {
  background: #fff;
}

.pad-t00 {
  padding-top: 0 !important;
}

.pad-b00 {
  padding-bottom: 0 !important;
}

.pad-b-last {
  padding-bottom: 20rem !important;
}

.mar-t00 {
  margin-top: 0 !important;
}

.mar-b10 {
  margin-bottom: 10rem;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

/*カラム*/
.col-re {
  flex-direction: row-reverse;
}

.col-mid {
  align-items: center;
}

.col-bottom {
  align-items: flex-end;
}

/*ボタン*/
.detail-link {
  text-align: left;
  max-width: 22rem;
  width: 100%;
  margin: 0 auto 0;
  font-size: 88%;
  letter-spacing: 0.15em;
}

.detail-link.r {
  margin-right: 0;
}

.detail-link.l {
  margin-left: 0;
}

.detail-link a {
  display: block;
  padding: 1.5rem 2rem;
  line-height: 1.5em;
  color: #fff;
  background-color: #123b4f;
  line-height: 1em;
  position: relative;
  background-image: url("../img/cmn/arrow02.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 6rem;
}

.detail-link.white-border a {
  background-color: inherit;
  border: 1px solid #fff;
}

/*youtube*/
.youtube-link {
  cursor: pointer;
  transition: all 0.3s;
}

.youtube-link:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*google map*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sb-site,
.sb-site-container {
  background: none;
}

.remodal-overlay {
  background: rgba(18, 59, 79, 0.95) !important;
}

.remodal {
  background: none;
}

.remodal .link-list {
  color: #fff;
}

.remodal .link-list li {
  margin: 2rem 0;
}

.remodal .link-list li a {
  border: 1px solid #fff;
  display: block;
  padding: 2rem;
}

/*==================================================
index
==================================================*/
.main-sec {
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../img/top/main_img.webp") no-repeat center;
  background-size: cover;
}

.main-sec .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
}

.main-sec .txt-box h1 {
  font-size: 5rem;
  line-height: 1em;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

.main-sec .txt-box h2,
.main-sec .txt-box h3 {
  font-size: 2rem;
  line-height: 2em;
}

.main-sec .group-logo-box {
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 100%;
}

.group-logo-box {
  text-align: center;
}

.group-logo-box h3,
.group-logo-box h4 {
  color: #fff;
  margin-bottom: 2rem;
}

.group-logo-box ul {
  justify-content: center;
}

.group-logo-box li {
  margin: 0 1.5rem;
}

.group-logo-box li img {
  height: 4rem;
}

.topics-sec {
  padding-top: 0;
}

.topics-box {
  color: #fff;
}

.topics-box h1,
.topics-box h2 {
  font-size: 2.8rem;
  line-height: 1.5em;
  margin-bottom: 3rem;
}

.topics-box ul {
  margin-bottom: 5rem;
}

.topics-box li {
  overflow: hidden;
  margin-bottom: 2rem;
}

.topics-box li:last-child {
  margin-bottom: 0;
}

.topics-box li a {
  display: block;
}

.topics-box li .data {
  width: 7em;
  font-size: 88%;
  position: relative;
}

.topics-box li .cat {
  width: 12em;
  border: 1px solid #fff;
  font-size: 1.3rem;
  text-align: center;
  margin-right: 2.5rem;
  line-height: 1em;
  padding: 1rem 1rem;
}

.topics-box li .txt {
  flex: 1;
}

.topics-box .link {
  position: relative;
  font-size: 88%;
}

.topics-box .link:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.topics-box .link span {
  position: relative;
  z-index: 2;
  padding-right: 2rem;
}

.movie-sec {
  padding: 0;
}

.movie-box {
  width: 100%;
  position: relative;
}

.movie-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.movie-box .icon {
  width: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.staff-list .col-box {
  width: 30.5%;
  margin-bottom: 10rem;
}

.staff-list .col-box:nth-last-child(1),
.staff-list .col-box:nth-last-child(2),
.staff-list .col-box:nth-last-child(3) {
  margin-bottom: 0;
}

.staff-list .col-box img {
  width: 100%;
}

.staff-list img {
  border-radius: 100%;
}

.staff-list h3 {
  font-size: 2.4rem;
  margin-top: 2rem;
  text-align: center;
  list-style-position: 2em;
}

.content-sec {
  padding: 0;
}

/* flexの50%はサブピクセル丸めでカラム間に1pxの隙間が出るため、gridで等分する */
.content-sec .flex-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.content-sec .col-box {
  width: auto;
  height: 56.25vw;
  color: #fff;
  position: relative;
}

.content-sec .col-box a {
  display: block;
  height: 100%;
  width: 100%;
}

.content-sec .txt-box {
  position: absolute;
  bottom: 8rem;
  left: 10rem;
  width: 100%;
}

.content-sec .message-box {
  background: url("../img/top/message_img.webp") no-repeat center;
  background-size: cover;
}

.content-sec .about-box {
  background: url("../img/top/about_img.webp") no-repeat center;
  background-size: cover;
}

.content-sec h2 {
  font-size: 2.8rem;
  line-height: 2em;
}

/*==================================================
about
==================================================*/
.about-txt-sec {
  text-align: center;
}

.about-txt-sec h2 {
  font-size: 5rem;
  line-height: 2em;
  margin-bottom: 5rem;
}

.about-txt-sec p {
  line-height: 2.4em;
}

/* flexの50%はサブピクセル丸めでカラム間に1pxの隙間が出るため、gridで等分する */
.brand-box01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 5rem;
}

.brand-box01>.col-box {
  width: auto;
  overflow: hidden;
}

.brand-box01>.col-box img {
  display: block;
  width: 100%;
}

.brand-box01 .col-box .col-box {
  width: 50%;
}

.brand-box02 {
  margin-bottom: 5rem;
}

.brand-box02 .col-box {
  width: 32%;
}

.bg-white {
  background: #fff;
  padding: 8rem;
}

.company-table {
  line-height: 2em;
  width: 100%;
  color: #4d4d4d;
}

.company-table th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding: 2rem 5rem 2rem 0;
  vertical-align: baseline;
  white-space: nowrap;
}

.company-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 2rem 0 2rem 5rem;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: none;
}

.elements-img {
  background: url("../img/about/elements_bg.webp") no-repeat center;
  background-size: cover;
  padding: 5rem;
  text-align: center;
}

.elements-img img {
  width: 66rem;
}

.slide-elements {
  margin: 10rem 0;
}

.slide-elements .slide {
  margin: 0 1rem;
}

.lifework-sec {
  color: #b68871;
}

.lifework-box {
  margin-top: 5rem;
}

.lifework-box .col-box {
  width: 23%;
  text-align: center;
  border: 1px solid #b68871;
  margin-top: 2.6%;
  padding: 2rem 2rem 3rem;
}

.lifework-box .col-box h3 {
  border: 1px solid #b68871;
  line-height: 1em;
  padding: 1rem;
  margin-bottom: 3rem;
}

.lifework-box .col-box img {
  width: 21.6rem;
}

.lifework-box .col-box:nth-child(5) img {
  max-width: 24rem;
  width: 100%;
}

.lifework-box .col-box:nth-child(odd) {
  background: #b68871;
}

.lifework-box .col-box:nth-child(odd) h3 {
  border-color: #fff;
  color: #fff;
}

/*==================================================
メッセージ
==================================================*/
.page-main-sec .box {
  position: relative;
}

.page-main-sec .tit-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
}

.page-main-sec .tit-box h1,
.page-main-sec .tit-box h2 {
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  padding: 3rem 1rem;
  line-height: 1;
  background: #738181;
  border-radius: 100px;
  color: #231815;
  margin: 0 auto;
}

.page-main-sec .txt-box {
  margin-top: 5rem;
}

.page-main-sec .txt-box h2 {
  font-size: 4rem;
  line-height: 1.8em;
  margin-bottom: 1rem;
}

.page-main-sec video {
  width: 100%;
}

.page-main-sec .main-img img {
  width: 100%;
}

.page-message .message-sec {
  text-align: center;
}

.page-message .message-sec h2 {
  margin-bottom: 5rem;
}

.page-message .message-sec h2 .font-en {
  font-size: 3.6rem;
  display: block;
  margin-bottom: 1.5rem;
}

.page-message .message-sec h2 .font-jp {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.page-message .message-sec .txt-box {
  margin-bottom: 10rem;
}

.page-message .message-sec .txt-box p {
  line-height: 2.4em;
}

.page-message .message-sec .txt-box .name {
  margin-top: 5rem;
}

/*==================================================
voice
==================================================*/
.voice-box .col-box {
  width: 31%;
}

.voice-box .col-box h2 {
  margin: 3rem 0 1rem;
  line-height: 1.8em;
  font-size: 3.4rem;
}

.voice-box .col-box figure {
  position: relative;
}

.voice-box .col-box figure img {
  width: 100%;
}

.voice-box .col-box figure .txt {
  font-size: 3.4rem;
  left: 0.1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}

.private-box .img {
  width: 31%;
}

.private-box .img img {
  width: 100%;
}

.private-box .txt {
  width: 31%;
}

.private-box .txt h2 {
  font-size: 3.4rem;
  line-height: 2em;
  margin-bottom: 1rem;
}

/*==================================================
募集要項
==================================================*/
.no-img-img-pad {
  padding-top: 20rem;
}

.page-tit {
  text-align: center;
}

.page-tit span {
  display: block;
}

.page-tit .font-en {
  font-size: 2.4rem;
  line-height: 2em;
}

.apply-table {
  width: 100%;
  border-left: 1px solid #123b4f;
  border-top: 1px solid #123b4f;
}

.apply-table th {
  background: #4f6464;
  color: #fff;
  border-right: 1px solid #123b4f;
  border-bottom: 1px solid #123b4f;
  white-space: nowrap;
  padding: 3rem;
  vertical-align: top;
}

.apply-table td {
  border-right: 1px solid #123b4f;
  border-bottom: 1px solid #123b4f;
  padding: 3rem;
}

.apply-table td table {
  width: 100% !important;
  border-left: 1px solid #123b4f;
  border-top: 1px solid #123b4f;
}

.apply-table td th {
  padding: 1rem;
  text-align: center;
  background: none;
  color: #222222;
}

.apply-table td td {
  padding: 1rem;
  text-align: center;
}

.enrty-link {
  justify-content: center;
  gap: 0 4%;
  margin-top: 8rem;
}

.enrty-link li {
  width: 48%;
}

.enrty-link li a {
  display: block;
  background: #4f6464;
  text-align: center;
  color: #fff;
  padding: 3rem 1rem;
}

.enrty-link .txt-s {
  font-size: 87.5%;
  line-height: 2em;
  margin-top: 1rem;
  display: block;
}

/*==================================================
single
==================================================*/
.entry-title {
  font-size: 3.6rem;
  margin-bottom: 1em;
  margin-top: 1rem;
  line-height: 1.8em;
}

.entry-title .txt-s {
  display: block;
  font-size: 60%;
  line-height: 2em;
}

.meta-box .cat {
  width: 12em;
  border: 1px solid #fff;
  font-size: 1.3rem;
  text-align: center;
  margin-right: 2.5rem;
  line-height: 1em;
  padding: 1rem 1rem;
  display: inline-block;
  margin-bottom: 2rem;
}

.single-box .cat {
  font-size: 80%;
}

.single-box .data {
  margin-top: 2em;
  text-align: right;
  font-size: 80%;
}

.wp-pagenavi {
  clear: both;
  margin: 0 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80%;
}

.navi-mar-b .wp-pagenavi {
  margin-bottom: 10rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #121212 !important;
  padding: 1.2rem 1.4rem !important;
  margin: 2px !important;
}

.wp-pagenavi a {
  background: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #121212 !important;
  color: #fff !important;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.archive-list .col-box {
  width: 23%;
  margin-bottom: 10rem;
}

.archive-list:before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.archive-list:after {
  content: "";
  display: block;
  width: 23%;
}

.mar-t00 {
  margin-top: 0 !important;
}

.entry-content h2 {
  font-size: 3rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}

.entry-content h3 {
  font-size: 2.8rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}

.entry-content h4 {
  font-size: 2.6rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}

.entry-content ul,
.entry-content ol {
  margin: 1em 0;
}

.entry-content ul li {
  list-style: disc;
  margin-left: 1.8em;
}

.entry-content ol li {
  list-style: decimal;
  margin-left: 1.8em;
}

.entry-content a {
  text-decoration: underline;
}

/*==================================================
お問い合わせ
==================================================*/
.mw_wp_form .txt-box {
  text-align: center;
  margin-bottom: 5rem;
}

.mw_wp_form .txt-box a {
  text-decoration: underline;
}

.hide {
  display: none;
}

.table-style01 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table-style01 th {
  width: 35%;
  padding: 1.5em 2em;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  line-height: 1.6em;
  background: #f0f0f0;
}

.table-style01 th .font-en {
  margin-bottom: 1rem;
  display: inline-block;
}

.table-style01 .txt-s {
  font-size: 13px;
  font-size: 1.3rem;
}

.mw_wp_form .error {
  color: #db171d !important;
  font-size: 100%;
  font-weight: bold;
}

.table-style01 td {
  padding: 1.5em 2em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}

.mw_wp_form_preview td span,
.mw_wp_form_preview td p.no {
  display: none;
}

.table-style01 td p {
  margin: 10px 0 0;
  text-align: left;
  line-height: 1.8em;
}

.form-box input[type=text].mini {
  width: 20%;
}

.form-box input[type=text].short {
  width: 25%;
}

.form-box textarea,
.form-box input[type=text],
.form-box input[type=email],
.form-box select {
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  font-size: 100%;
  color: #121212;
}

.form-box textarea {
  width: 100%;
  vertical-align: bottom;
  height: 150px;
}

.form-box select {
  overflow: hidden;
  background: url("../img/cmn/arrow_select.svg") right 1rem center no-repeat;
  background-size: 1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
}

.form-box select.short {
  width: 25%;
}

.form-box table .checkbox {
  display: none;
  padding: 10px;
}

.form-box table .check-list label {
  padding-left: 40px;
}

.form-box table label {
  position: relative;
  padding: 12px 10px 10px 0px;
}

.form-box table .mwform-checkbox-field label:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -11px;
  border: 1px solid #ccc;
}

.form-box table .mwform-checkbox-field.checked label:before {
  content: "";
  position: absolute;
  display: block;
  top: 55%;
  left: 5px;
  width: 16px;
  height: 8px;
  margin-top: -6px;
  border: none;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.must {
  color: #ba0000;
  line-height: 1em;
  font-size: 80%;
  font-weight: bold;
  vertical-align: 0.8rem;
}

.form-box h3:first-child {
  margin-top: 0;
}

.form-box h3 {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 3rem;
}

.form-box table {
  margin: 0 0 8rem;
  width: 100%;
}

.form-box .btn-submit {
  text-align: center;
}

.form-box .btn-submit li {
  display: inline-block;
  margin: 0 5px;
}

.form-box input[type="submit"],
.form-box button {
  display: block;
  background: #121212;
  color: #fff;
  padding: 3rem 15rem;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: normal;
}

.btn-submit li:last-child input[type="submit"] {
  background: #ccc;
}

.btn-submit li .back {
  background: #ccc;
  display: none;
}

.mw_wp_form_preview .btn-submit li .back {
  display: block;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  section {
    padding: 10rem 0;
  }

  .wrap,
  .wrap-m,
  .wrap-s,
  .wrap-f {
    padding: 0 8vw;
  }

  .site-header {
    padding: 0 5vw;
  }

  .site-title {
    height: 70px;
  }

  .site-title a {
    left: 5vw;
    width: 80px;
  }

  .site-header .head-box {
    align-items: center;
  }

  .site-header .navi {
    display: none;
  }

  .site-header .head-box {
    height: 70px;
  }

  .menu_btn {
    height: 70px;
    display: block;
  }

  .site-header .sub-navi {
    display: none;
  }

  .button-toggle {
    margin-left: 0;
    display: block;
  }

  .sb-slidebar {
    width: 100%;
  }

  .fnavi-box {
    display: block;
    font-size: 100%;
  }

  .site-footer address {
    letter-spacing: 0.05em;
  }

  .fnavi-box .fnavi {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
  }

  .site-footer h2 img {
    width: 10rem;
  }

  .site-footer .sns-list {
    margin-bottom: 5rem;
  }

  .sns-list li {
    margin: 0 1rem;
  }

  .tit01 {
    margin-bottom: 6rem;
    font-size: 2.8rem;
  }

  /*==================================================
TOP
==================================================*/
  .main-sec {
    height: 100svh !important;
    background: url(../img/top/main_img_sp.webp) no-repeat center;
    background-size: cover;
  }

  .main-sec .group-logo-box {
    bottom: 5rem;
  }

  .main-sec .txt-box h1 {
    font-size: 4rem;
  }

  .group-logo-box li {
    margin: 0 1.5rem 1.5rem;
  }

  .about-sec .logo-list li {
    padding: 0 1.2rem;
  }

  .about-sec .logo-list img {
    height: 4.2rem;
  }

  .movie-box .icon {
    width: 5rem;
  }

  .staff-list .col-box {
    width: 48%;
    margin-bottom: 6rem;
  }

  .staff-list h3 {
    font-size: 1.8rem;
    line-height: 1.6em;
    letter-spacing: 0.1em;
  }

  .content-sec .flex-box {
    grid-template-columns: 1fr;
  }

  .content-sec .col-box {
    width: 100%;
    height: 100vw;
  }

  .content-sec .txt-box {
    left: 5rem;
    bottom: 5rem;
  }

  .topics-list a .flex-box {
    justify-content: flex-start;
  }

  .topics-box li {
    margin-bottom: 3rem;
  }

  .topics-box li .txt {
    display: block;
    width: 100% !important;
    flex: none;
    margin-top: 1rem;
  }

  /*==================================================
about
==================================================*/
  .about-txt-sec h2 {
    font-size: 4rem;
  }

  .about-txt-sec .txt-box {
    text-align: left;
  }

  .brand-box01 {
    grid-template-columns: 1fr;
  }

  .brand-box01>.col-box {
    width: 100%;
  }

  .brand-sec .txt-center {
    text-align: left;
  }

  .brand-box02 {
    justify-content: center;
    margin-left: -1%;
    margin-right: -1%;
  }

  .brand-box02 .col-box {
    width: 100%;
    margin: 0 1% 2%;
  }

  .elements-img {
    padding: 0;
  }

  .elements-sec .txt-center,
  .lifework-sec .txt-center {
    text-align: left;
  }

  .slide-elements {
    margin: 5rem 0;
  }

  .lifework-box .col-box {
    width: 49%;
  }

  .lifework-box .col-box img {
    width: 15rem;
  }

  .lifework-box .col-box h3 {
    font-size: 1.5rem;
  }

  .bg-white {
    padding: 3rem 4rem;
  }

  .company-table th {
    padding: 2rem 0 1rem;
    display: block;
    width: 100%;
    border: none;
    font-weight: bold;
  }

  .company-table td {
    padding: 0 0 2rem;
    display: block;
    width: 100%;
  }

  /*==================================================
lifestyle
==================================================*/
  .lifestyle-img-box {
    margin-top: 5rem;
  }

  .lifestyle-img-box .col-box {
    width: 49%;
    margin-top: 2%;
  }

  /*==================================================
メッセージ
==================================================*/
  .page-main-sec {
    padding-top: 0;
    overflow: hidden;
  }

  .page-main-sec .main-img {
    margin-left: -10%;
    margin-right: -10%;
  }

  .page-message .page-main-sec .main-img {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-main-sec .wrap-f {
    padding: 0;
  }

  .page-main-sec .tit-box {
    width: auto;
    top: 3rem;
    left: 2rem;
  }

  .page-main-sec .tit-box h1,
  .page-main-sec .tit-box h2 {
    font-size: 1.6rem;
    padding: 2rem 0.5rem;
  }

  .page-main-sec .txt-box {
    padding: 0 8vw;
  }

  /*==================================================
voice
==================================================*/
  .voice-box {
    padding: 0 5rem;
  }

  .voice-box .col-box {
    width: 100%;
    margin-bottom: 5rem;
  }

  .voice-box .col-box:last-child {
    margin-bottom: 0;
  }

  .private-box .img {
    width: 100%;
    margin-bottom: 5rem;
  }

  .private-box .txt {
    width: 100%;
  }

  /*==================================================
募集要項
==================================================*/
  .no-img-img-pad {
    padding-top: 15rem;
  }

  .page-apply .wrap {
    padding: 0 3vw;
  }

  .apply-table>tbody>tr>th {
    display: block;
    width: 100%;
    padding: 3rem 2rem;
  }

  .apply-table>tbody>tr>td {
    display: block;
    width: 100%;
    padding: 3rem 2rem;
    line-height: 2em;
  }

  .apply-table td table {
    width: 100% !important;
    font-size: 100%;
    letter-spacing: 0;
    font-size: 87.5%;

  }

  .apply-table td th {
    text-align: center;
    background: none;
    color: #222222;
    padding: 1rem 0;
  }

  .apply-table td td {
    text-align: center;
    padding: 1rem 0;
  }

  .enrty-link {
    padding: 0;
  }

  .enrty-link li {
    width: 100%;
    margin-bottom: 5rem;
  }

  .enrty-link li:last-child {
    margin-bottom: 0;
  }

  /*==================================================
single
==================================================*/
  .border-top {
    border-width: 50px;
  }

  .archive-list .col-box {
    width: 47.5%;
    margin-bottom: 5rem;
  }

  .entry-title {
    font-size: 3rem;
  }

  /*==================================================
お問い合わせ
==================================================*/
  .mw_wp_form .txt-box {
    text-align: left;
  }

  .must {
    font-size: 65%;
    margin: -2px 0 0 5px;
  }

  .table-style01 th {
    display: block;
    width: 100%;
    padding: 1em;
    border-right: 1px solid #ccc;
  }

  .table-style01 .txt-s {
    font-size: 10px;
  }

  .table-style01 td {
    display: block;
    width: 100%;
    padding: 1em 1em 1.5em;
  }

  .form-box textarea,
  .form-box input[type=text],
  .form-box input[type=email] {
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
  }

  .form-box textarea {
    height: 100px;
  }

  .form-box table label {
    position: relative;
    padding: 5px 10px 5px 0px;
  }

  .form-box table .mwform-checkbox-field label:after {
    margin-top: -12px;
  }

  .form-box table .mwform-checkbox-field.checked label:before {
    margin-top: -7px;
  }

  .form-box select {
    width: 100%;
    height: 45px;
  }

  .form-box .btn-submit li {
    display: block;
    margin: 0 0 10px;
  }

  .form-box input[type="submit"],
  .form-box button {
    display: block;
    padding: 20px 10px;
    width: 100%;
  }

  .mwform-checkbox-field label,
  .mwform-radio-field label {
    display: block;
    padding: 0 0 5px;
  }

  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !Important;
  }

  .form-box input[type="submit"] {
    padding: 20px 20px;
    letter-spacing: 0px;
  }
}