@charset "UTF-8";
.page .page-header {
  background: url(../img/page/page-header.png) no-repeat center center/cover;
  height: 540px;
}
.page .page-header .container {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  padding-top: 128px;
  position: relative;
}
.page .page-header .container h2 {
  color: #fff;
  font-size: 3rem;
}
.page .page-header .container .en-name {
  display: flex;
  align-items: baseline;
  position: absolute;
  bottom: 0%;
  left: 1%;
  color: #fff;
  font-size: 3rem;
  opacity: 0.5;
}
.page .page-header .container .en-name span {
  margin-left: 0.5rem;
  display: inline-block;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
  width: 20vw;
}

@media screen and (max-width: 960px) {
  .page .page-header {
    height: 340px;
  }
  .page .page-header .container h2 {
    font-size: 2.5rem;
  }
  .page .page-header .container .en-name {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .page .page-header .container {
    padding-top: 65px;
  }
  .page .page-header .container h2 {
    font-size: 2rem;
  }
}
/*=====
  会社概要
=====*/
.page-company .page-body {
  padding: 5rem 0;
}
.page-company .page-body .flex {
  display: flex;
  gap: 5%;
  margin-bottom: 5rem;
}
.page-company .page-body .flex .flex-left {
  width: 55%;
}
.page-company .page-body .flex .flex-right {
  width: 40%;
}
.page-company .page-body .flex .flex-right .section-title-r {
  margin-bottom: 3rem;
}
.page-company .page-body .flex .flex-right .section-title-r h2 {
  width: 70%;
}
.page-company .page-body .flex .flex-right .section-title-r h2 .block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-company .page-body .flex .flex-right .section-title-r h2 .block .sub {
  font-size: 1.2rem;
}
.page-company .page-body .flex .flex-right .container {
  width: 90%;
  margin: auto;
}
.page-company .page-body .flex .flex-right .container .sub-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.page-company .page-body .flex .flex-right .container .table .row {
  display: flex;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.page-company .page-body .flex .flex-right .container .table .th {
  width: 30%;
  padding-left: 1.5rem;
}
@media screen and (max-width: 960px) {
  .page-company .page-body .flex {
    flex-direction: column-reverse;
  }
  .page-company .page-body .flex .flex-left {
    width: 100%;
    margin: auto;
  }
  .page-company .page-body .flex .flex-left img {
    max-width: min(100%, 600px);
    margin: auto;
  }
  .page-company .page-body .flex .flex-right {
    width: 100%;
  }
  .page-company .page-body .flex .flex-right .section-title-r {
    width: 95%;
    margin-left: auto;
  }
  .page-company .page-body .flex .flex-right .section-title-r h2 {
    width: 90%;
  }
  .page-company .page-body .flex .flex-right .container {
    margin-bottom: 3rem;
  }
  .page-company .page-body .flex .flex-right .container .table .row {
    flex-wrap: wrap;
  }
  .page-company .page-body .flex .flex-right .container .table .row .cell {
    width: 100%;
    padding-left: 1.5rem;
  }
}
/*=====
  事業内容
=====*/
.page-business .page-body {
  padding: 5rem 0;
}
.page-business .page-body .section-title {
  width: 80%;
  margin-bottom: 3rem;
}
.page-business .page-body .container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 5rem;
}
.page-business .page-body .container .sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.page-business .page-body .container .flex {
  display: flex;
  gap: 5%;
}
.page-business .page-body .container .flex .item-img {
  width: 50%;
}
.page-business .page-body .container .flex .item-text {
  width: 50%;
}
.page-business .page-body .container .flex .item-text h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding: 0 0.5rem 0.5rem;
  border-left: var(--main) 5px solid;
  border-bottom: var(--main) 1px solid;
}
.page-business .page-body .container .flex .item-text p {
  line-height: 2;
}
.page-business .page-body .container .item1 {
  margin-bottom: 8rem;
}
.page-business .page-body .container .item2 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 960px) {
  .page-business .page-body .section-title {
    width: 95%;
  }
  .page-business .page-body .section-title h2 {
    width: 95%;
  }
  .page-business .page-body .container .sub-title {
    text-align: center;
  }
  .page-business .page-body .container .flex {
    flex-direction: column-reverse;
  }
  .page-business .page-body .container .flex .item-img {
    width: 100%;
  }
  .page-business .page-body .container .flex .item-img img {
    margin: auto;
  }
  .page-business .page-body .container .flex .item-text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
/*=====
  ギャラリー
=====*/
.page-gallery .page-body {
  padding: 5rem 0;
}
.page-gallery .page-body .section-title {
  width: 80%;
  margin-bottom: 3rem;
}
.page-gallery .page-body .container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 5rem;
}
.page-gallery .page-body .container .sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.page-gallery .page-body .container .text {
  margin-bottom: 5rem;
}
.page-gallery .page-body .container .slider {
  display: flex;
  gap: 5%;
}

@media screen and (max-width: 960px) {
  .page-gallery .page-body .section-title {
    width: 95%;
  }
  .page-gallery .page-body .section-title h2 {
    width: 95%;
  }
  .page-gallery .page-body .container .sub-title {
    text-align: center;
  }
  .page-gallery .page-body .container .slider {
    display: flex;
    gap: 5%;
  }
}
/*=====
  採用情報
=====*/
.page-recruit .page-body {
  padding: 5rem 0;
  margin-bottom: 5rem;
}
.page-recruit .page-body .flex {
  display: flex;
  gap: 5%;
  margin-bottom: 8rem;
}
.page-recruit .page-body .flex .flex-left {
  width: 55%;
}
.page-recruit .page-body .flex .flex-right {
  width: 40%;
}
.page-recruit .page-body .flex .flex-right .section-title-r {
  margin-bottom: 3rem;
}
.page-recruit .page-body .flex .flex-right .section-title-r h2 {
  width: 65%;
}
.page-recruit .page-body .flex .flex-right .container {
  width: 90%;
  margin: auto;
}
.page-recruit .page-body .flex .flex-right .container .sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.page-recruit .page-body .flex .flex-right .container .text1 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.page-recruit .page-body .table {
  width: 90%;
  max-width: 800px;
  margin: auto;
  border: #333 1px solid;
  margin-bottom: 5rem;
}
.page-recruit .page-body .table .row {
  display: flex;
  border-bottom: #333 1px solid;
}
.page-recruit .page-body .table .row .cell {
  padding: 0.5rem;
}
.page-recruit .page-body .table .row .th {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-recruit .page-body .table .row .td {
  width: 70%;
  border-left: #333 1px solid;
}
.page-recruit .page-body .table .row:last-child {
  border-bottom: none;
}

@media screen and (max-width: 960px) {
  .page-recruit .page-body .flex {
    flex-direction: column-reverse;
  }
  .page-recruit .page-body .flex .flex-left {
    width: 100%;
    margin: auto;
  }
  .page-recruit .page-body .flex .flex-left img {
    max-width: min(100%, 600px);
    margin: auto;
  }
  .page-recruit .page-body .flex .flex-right {
    width: 100%;
  }
  .page-recruit .page-body .flex .flex-right .section-title-r {
    width: 95%;
    margin-left: auto;
  }
  .page-recruit .page-body .flex .flex-right .section-title-r h2 {
    width: 90%;
  }
  .page-recruit .page-body .flex .flex-right .container {
    margin-bottom: 3rem;
  }
}
/*=====
  お問い合わせ
=====*/
.page-contact .page-body {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 5rem 0;
  margin-bottom: 5rem;
}
.page-contact .page-body .description {
  text-align: center;
  margin-bottom: 5rem;
}
.page-contact .page-body .description h3 {
  color: var(--main);
  font-size: 2rem;
  margin-bottom: 2rem;
}
.page-contact .page-body .description p {
  margin-bottom: 2rem;
}
.page-contact .page-body .description .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main);
}
.page-contact .page-body .description .tel .icon {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
.page-contact .page-body .description .tel .number {
  font-size: 1.75rem;
}
.page-contact .page-body .form-container .form {
  width: 90%;
  max-width: 700px;
  margin: auto;
}
.page-contact .page-body .form-container .form .form-item {
  display: flex;
  margin-bottom: 1.5rem;
}
.page-contact .page-body .form-container .form .form-item .label-area {
  width: 40%;
}
.page-contact .page-body .form-container .form .form-item .input-area {
  width: 60%;
}
.page-contact .page-body .form-container .form .form-item .input-area input[type=text] {
  width: 100%;
}
.page-contact .page-body .form-container .form .form-item .input-area input[type=tel] {
  width: 100%;
}
.page-contact .page-body .form-container .form .form-item .input-area input[type=mail] {
  width: 100%;
}
.page-contact .page-body .form-container .form .form-item .input-area textarea {
  width: 100%;
}
.page-contact .page-body .form-container .form .form-item .radio-buttons label {
  margin-right: 2.5rem;
}
.page-contact .page-body .form-container .form .button {
  margin-top: 3rem;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  padding: 0.5rem 4rem;
  font-size: 1.1rem;
  transition: 0.3s;
}
.page-contact .page-body .form-container .form .button:hover {
  opacity: 0.75;
}
.page-contact .page-body .form-container .required {
  color: red;
}

@media screen and (max-width: 960px) {
  .page-contact .page-body .description h3 {
    font-size: 1.5rem;
  }
  .page-contact .page-body .form-container .form .form-item {
    flex-direction: column;
  }
  .page-contact .page-body .form-container .form .form-item .label-area {
    width: 100%;
  }
  .page-contact .page-body .form-container .form .form-item .input-area {
    width: 100%;
  }
  .page-contact .page-body .form-container .form .form-item .radio-buttons label {
    margin-right: 1.5rem;
  }
}/*# sourceMappingURL=page.css.map */