#toggle-box > span {
  background: #1e1e1e;
}

header {
  position: relative;
  width: 100%;
  z-index: 2;
}
header h1 {
  position: absolute;
  left: 5%;
  top: 15px;
}
header h1 a {
  display: block;
}
header h1 img {
  width: 120px;
}
header dl {
  height: 90vh;
  position: relative;
}
header dl dt {
  position: absolute;
  top: 50%;
  left: 18%;
  transform: translateY(-50%) translateX(-10%);
}
header dl dd {
  position: absolute;
  bottom: 0;
  width: 100%;
}

main {
  background: #fff;
  padding-bottom: 10%;
}
main .linkBtn {
  padding: 5% 0;
}
main .linkBtn a {
  display: block;
  width: 50%;
}
main #message {
  padding: 5% 0 0 0;
  overflow: hidden;
}
main #message h2 {
  position: relative;
  width: 100%;
  padding: 5% 0 0 0;
  margin-bottom: 10%;
}
main #message h2 img {
  margin: 0 5%;
  width: 35%;
}
main #message h2 span {
  display: block;
  background: #1e1e1e;
  width: 65%;
  height: 35%;
  position: absolute;
  right: -10%;
  bottom: 0;
}
main #message .cRead {
  width: 780px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 10% auto;
  text-align: center;
}
main #message .cRead p {
  margin-bottom: 40px;
  letter-spacing: 5px;
}
main #message .readArea {
  width: 750px;
  margin: 0 auto;
}
main #message .readArea ul li {
  margin-bottom: 10px;
}
main #recruit .cRead {
  width: 780px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 10% auto;
  text-align: center;
}
main #recruit .cRead p {
  margin-bottom: 40px;
  letter-spacing: 5px;
}
main #recruit h2 {
  position: relative;
  width: 100%;
  padding: 5% 0 0 0;
  margin-bottom: 10%;
}
main #recruit h2 img {
  margin: 0 5%;
  width: 35%;
}
main #recruit h2 span {
  display: block;
  background: #1e1e1e;
  width: 65%;
  height: 35%;
  position: absolute;
  right: -10%;
  bottom: 0;
}
main .speech {
  width: 900px;
  padding-top: 120px;
  margin: 0 auto;
}
main .speech h2 {
  padding: 120px 0 0 0;
  margin-bottom: 20px;
  font-size: 26px;
}
main .speech .team {
  color: #ff643c;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  margin-right: 8%;
}
main .speech .speech-img {
  margin: 5% 0 5% 0;
}
main .speech .speech-img img {
  width: 100%;
}
main .speech .member-slider .slider-ttl {
  background: #ff643c;
  line-height: 1;
  width: 30%;
  margin-bottom: 5%;
}
main .speech .member-slider .slider-ttl img {
  width: 60%;
  margin-left: 30%;
}
main .speech .member-slider a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
main .speech .member-slider .slide-contents .member {
  padding: 5% 5% 30% 5%;
  position: relative;
}
main .speech .member-slider .slide-contents .member h4 {
  font-size: 24px;
  background: #1e1e1e;
  color: #fff;
  padding: 2% 3%;
  line-height: 1;
  width: 60%;
  position: absolute;
  z-index: 1;
  bottom: 15%;
  left: 20%;
  text-align: center;
}
main .speech .member-slider .slide-contents .member p {
  font-size: 12px;
  color: #ff643c;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  background: #1e1e1e;
  padding: 3% 3%;
  line-height: 1;
  width: 50%;
  margin-left: 5%;
  position: absolute;
  bottom: 8%;
  left: 10%;
}
main .speech .cRead {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  margin: 10% 0;
  width: 900px;
}
main .speech .cRead .cRead-ttl {
  margin-bottom: 5%;
  font-size: 20px;
  color: #ff643c;
}
main .speech .cRead p {
  margin-bottom: 40px;
}
main .speech .cRead .profile-box {
  border: 10px solid #e3e0d7;
  padding: 40px;
  display: flex;
  justify-content: center;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
}
main .speech .cRead .profile-box h3 {
  font-size: 22px;
  line-height: 1.25;
  margin-right: 60px;
}
main .speech .cRead .profile-box h3 span {
  font-size: 14px;
}
main .speech .cRead .profile-box a {
  font-weight: 600;
}
main .speech .cRead .profile-box a:hover {
  color: #ff643c;
  transition: 0.5s;
}
main .speech .readArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
}
main .speech .readArea .tpht {
  width: 55%;
}
main .speech .readArea .inner {
  width: 43%;
}
main .speech .readArea .inner-1 {
  width: 42%;
}
main .speech .readArea ul {
  margin: 10% 0 5% 0;
  width: 100%;
}
main .speech .readArea ul li {
  margin-bottom: 5px;
}
main .speech .readArea ul li img {
  width: 100%;
}
main .speech .readArea dl {
  z-index: 2;
  margin-bottom: 5%;
  margin-left: 10%;
  width: 100%;
}
main .speech .readArea dl dt {
  font-size: 30px;
  font-weight: 600;
  background: #1e1e1e;
  color: #fff;
  padding: 2% 2%;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  width: 60%;
  margin-left: 8%;
}
main .speech .readArea dl dd {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ff643c;
  background: #1e1e1e;
  padding: 2% 2%;
  line-height: 1;
  width: 50%;
  margin-left: 0%;
}
main .speech .readArea p.team {
  width: 100%;
}
main #member {
  position: relative;
  margin-bottom: 10%;
}
main #member .pht {
  margin-bottom: 40px;
  position: relative;
  background: #ff643c;
  overflow: hidden;
}
main #member h2 {
  position: absolute;
  bottom: 5%;
  background: #ff643c;
  width: 100%;
}
main #member h2 img {
  width: 35%;
  margin-left: 5%;
}
main #member .mv {
  width: 60%;
  float: right;
}
main #member .txtArea {
  font-weight: 600;
  padding: 5% 0;
  text-align: center;
  font-size: 20px;
  margin-bottom: 80px;
}
main #member .mwarp {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
main #member .member {
  width: 27%;
  position: relative;
  float: left;
  margin: 0 3% 5% 3%;
}
main #member .member .tpht {
  z-index: 1;
}
main #member .member dl {
  z-index: 2;
  margin-bottom: 5%;
  margin-top: 5%;
}
main #member .member dl dt {
  font-size: 1.8vw;
  font-weight: 600;
  background: #1e1e1e;
  color: #fff;
  padding: 3% 3%;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  width: 70%;
  margin-left: 8%;
}
main #member .member dl dd {
  font-size: 1vw;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  background: #1e1e1e;
  padding: 3% 3%;
  line-height: 1;
  width: 60%;
  margin-left: 0%;
}
main #member .member .no {
  width: 10%;
}
main #member .member .team {
  color: #ff643c;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1vw;
}
main #member .member .coment {
  font-size: 1.4vw;
  font-weight: 500;
  text-decoration: underline;
}
main #member .member:nth-child(4) {
  clear: both;
}
main .media {
  background-color: #1e1e1e;
  padding: 60px 0;
  margin-bottom: 240px;
}
main .media .media-inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
main .media .media-inner .linkBtn2 {
  margin: 0 8% 0 5%;
}
main .media .media-inner .linkBtn2 p {
  color: #fff;
  margin-bottom: 20px;
}
main .media .media-inner .linkBtn2 a {
  display: block;
  width: 200px;
  padding-right: 5%;
  margin-bottom: 20px;
}
main .media .media-inner .pht {
  margin-left: 8%;
  width: 70%;
}
main .media .media-inner .pht p {
  color: #fff;
}
main .media .media-inner .pht img {
  margin-bottom: 40px;
}
main .media h2 {
  width: 160px;
  padding: 5% 0;
  margin-left: 8%;
}
main .recruit {
  background: linear-gradient(to right, #e6fa41 80%, #fff 80%);
  padding: 5% 5% 11% 5%;
  width: 70%;
  margin-bottom: 240px;
}
main .recruit h2 {
  padding: 10% 0;
  text-align: left;
}
main .recruit h2 img {
  width: 240px;
  margin: 0 auto;
}
main .recruit div {
  margin: 0 auto;
}
main .recruit div p {
  margin-bottom: 2%;
}
main .recruit .linkBtn {
  margin-top: 30px;
  display: block;
  width: 40%;
  margin-right: 80%;
  margin-bottom: 20px;
}

#recruitAera h2 {
  margin-left: -5%;
  width: 55%;
  margin-bottom: 100px;
}
#recruitAera .wrapper {
  width: 780px;
  margin: 0 auto;
  font-weight: 500;
}
#recruitAera #cRead {
  font-size: 16px;
  text-align: center;
}
#recruitAera #cRead p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.85;
}
#recruitAera section {
  margin-bottom: 200px;
}
#recruitAera .people-inner {
  margin-bottom: 80px;
}
#recruitAera .people-inner img {
  width: 100%;
}
#recruitAera .readArea {
  padding-top: 40px;
  width: 780px;
  margin: 0 auto;
}
#recruitAera .readArea ul li {
  margin-bottom: 10px;
}
#recruitAera .top {
  position: relative;
}
#recruitAera .top img {
  width: 100%;
}
#recruitAera .top .ttl {
  position: absolute;
  width: 55%;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#recruitAera .top .ttl img {
  width: 100%;
}
#recruitAera #flow dl {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
#recruitAera #flow dt {
  display: block;
  width: 32px;
  margin-right: 20px;
}
#recruitAera #flow dd {
  font-size: 34px;
  line-height: 1.5;
  margin-top: -10px;
}
#recruitAera #entry dl {
  margin-bottom: 10px;
}
#recruitAera #entry dl dt {
  font-size: 14px;
}
#recruitAera #entry dl dd {
  margin-bottom: 5px;
}
#recruitAera #entry .form {
  width: 780px;
  margin: 0 auto;
}
#recruitAera #entry input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #787878;
  padding: 10px 0;
}
#recruitAera #entry textarea {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #787878;
  padding: 10px 0;
  height: 100px;
}
#recruitAera #entry input[type=submit] {
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#recruitAera #entry .btn {
  border: none;
  background: #1e1e1e;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 15px 0;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 5px;
}
#recruitAera #entry .btn2 {
  border: none;
  background: #666;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 15px 0;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
}
#recruitAera #entry p {
  font-size: 12px;
  margin-bottom: 40px;
}
#recruitAera #contact dl {
  margin-bottom: 10px;
}
#recruitAera #contact dl dt {
  font-size: 14px;
}
#recruitAera #contact dl dd {
  margin-bottom: 5px;
}
#recruitAera #contact .form {
  width: 780px;
  margin: 0 auto;
}
#recruitAera #contact input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #787878;
  padding: 10px 0;
}
#recruitAera #contact textarea {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #787878;
  padding: 10px 0;
  height: 100px;
}
#recruitAera #contact input[type=submit] {
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#recruitAera #contact .btn {
  border: none;
  background: #1e1e1e;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 15px 0;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 5px;
}
#recruitAera #contact .btn2 {
  border: none;
  background: #666;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 15px 0;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
}
#recruitAera #contact p {
  font-size: 12px;
  margin-bottom: 40px;
}
#recruitAera #company {
  margin-top: 120px;
}
#recruitAera #company table {
  margin-top: 12%;
  width: 100%;
  line-height: 1.75;
}
#recruitAera #company table p {
  margin-bottom: 5%;
}
#recruitAera #company table .space {
  height: 15px;
}
#recruitAera #company table th {
  width: 20%;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}
#recruitAera #company table td {
  width: 50%;
  font-weight: 400;
}
#recruitAera #company table td .chart {
  width: 420px;
}
#recruitAera #company table td a {
  text-decoration: none;
  font-size: 15px;
  color: #272727;
}
#recruitAera #company dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
#recruitAera #company dl dt {
  flex-basis: 140px;
}
#recruitAera #company dl dd {
  font-size: 14px;
}

#thank {
  width: 780px;
  margin: 0 auto;
}
#thank .thankAera {
  padding-top: 200px;
  text-align: center;
}
#thank .thankAera h3 {
  font-size: 30px;
  margin-bottom: 5%;
}

footer {
  margin-top: 120px;
  background-color: #464646;
}
footer .en {
  font-family: garamond-premier-pro, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
footer .footer-inner {
  padding: 60px 60px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
footer .footer-inner p {
  font-size: 9px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 10px;
}
footer .footer-inner .flogo {
  width: 180px;
  margin-bottom: 10px;
}
footer .footer-inner .footer-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
}
footer .footer-inner .footer-nav li {
  margin-bottom: 8px;
}/*# sourceMappingURL=style_pc.css.map */