#top_title_area {
  display: none;
}
.w-1080 {
  max-width: 1080px;
  margin: auto;
  width: 100%;
  overflow: unset;
}
.l-content__body {
  margin-bottom: 0;
}

.btn-page a {
  padding: 20px 40px;
  border-radius: 26px;
  display: inline-block;
  box-shadow: 3px 3px 5px #e3e5ea, -3px -3px 5px #fff;
  line-height: 1;
  font-weight: bold;
  font-size: .875rem;
  background-color: #f8f8f8;
  color: #333 !important;
}

.bg-white {
  background-color: white;
  padding: 2rem;
}

.bg-white h4 {
  font-size: 1.5rem;
}

.simple-table table {
  border-right: none;
}
.simple-table tr td {
  border-left: none;
  border-right: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.simple-table tr td:first-child {
  width: 20%;
  font-weight: bold;
}

.history-table table{
  border: none;
}
.history-table td {
  border: none;
  padding: 1rem 0 1rem 1rem;
}
.history-table tr td:first-child {
  font-weight: bold;
  width: 20%;
}
.history-table tr:first-child td {
  padding-top: 2rem;
}
.history-table tr:last-child td {
  padding-bottom: 2rem;
}

.leader-name {
  text-align: right;
  margin-top: 0;
}

.form li {
  border-top: 1px solid #D1D1D1;
  padding: 20px 8px;
}
.form li .col-md-3 {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.required {
  font-size: 0.75rem;
  padding: 6px 16px;
  background-color: #f8f8f8;
  box-shadow: 3px 3px 5px #e3e5ea, -3px -3px 5px #fff;
  border-radius: 5px;
  white-space: nowrap
}
.form {
  margin-bottom: 100px;
}
.form ul {
  padding: 0;
}
.form > .container > li {
  border-top: none;
}
.form ul ul {
  padding: 0;
}
.form li .col-md-9 .form-text {
  width: 100%;
  border-radius: 5px;
  border: none;
  background-color: #F0F0F0;
  padding: 0.5rem 1rem;
}
.form li .col-md-9 .form-text.tel {
  width: 5rem;
}
.mwform-checkbox-field input {
  border: none;
  background-color: #F0F0F0;
}
.mwform-checkbox-field {
  margin-left: 0 !important;
  margin-right: 10px;
  line-height: 2;
}
.form .box {
  margin-top: 40px;
  max-height: 500px;
  overflow: scroll;
  border: solid 1px #D1D1D1;
  padding: 1rem;
  margin-bottom: 20px;
}
.form .contact-button {
  text-align: center;
}
.form .form-btn {
  padding: 1rem 4rem;
  background-color: #EB6100;
  color: white;
  font-weight: bold;
  border-radius: 10px;
}
.form .mwform-checkbox-field {
  display: block;
  width: 100%;
}
.bg-side {
  height: calc(100vh - 4rem);
  width: 100%;
  background-size: cover;
  position: relative;
}

.bg-side::before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 100%;
  background-size: cover;
  left: calc(100% - 50vw);
  background-position: center;
}
.bg-1::before {
  background-image: url(assets/img/consl-img3.jpg);
}
.bg-2::before {
  background-image: url(assets/img/consl-img2.jpg);
}
.bg-3::before {
  background-image: url(assets/img/consl-img1.jpg);
}
.bg-4::before {
  background-image: url(assets/img/consl-img4.jpg);
}
.rec-1::before {
  background-image: url(assets/img/rec1.jpg);
}
.rec-2::before {
  background-image: url(assets/img/rec2.jpg);
}
.group-bg::before {
  background-image: url(assets/img/group-bg.jpg);
  width: 55vw;
  background-position: center top;
}
.side-text {
  padding-top: 30vh;
  padding-left: 5%;
}
h2.side-header {
  font-size: 4vw;
}

.side-detail {
  width: 80%;
}

h3.page-head3 {
  font-size: 4rem;
}

.issue-list {
  margin-top: 4rem;
}
.issue-list li {
  padding: 1rem 0;
  font-weight: bold;
  font-size: 1.25rem;
}
.issue-list.recruit-list li {
  padding: 0;
  font-size: 1.5rem;
}

.group-corp {
  padding-left: 10%;
}
.group-corp > .wp-block-group__inner-container > .wp-block-columns {
  padding-bottom: 1rem;
}

div.sdgs-icon {
  margin-bottom: 2rem !important;
}
.sdgs-icon > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}
.sdgs-icon figure {
  width: 8%;
  margin-top: 0 !important;
}
.linked-text a {
  color: cadetblue;
}
.connection-corp .wp-block-columns {
	padding-top: 1.5rem;
	border-top: 1px solid #ddd;
}
.connection-corp .wp-block-columns:last-child {
	border-bottom: 1px solid #ddd;
}
.consl-text {
  font-weight: bold;
}
.num1 ,.num2,.num3{
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
}
.num1::before {
  content: "①";
}
.num2::before {
  content: "②";
}
.num3::before {
  content: "③";
}
.side-header.consl-side-header {
  font-size: 2rem;
}
.consl-career {
  padding: 1rem 0 1rem 0.5rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}