@charset "utf-8";
/* CSS Document */
/* top-page main 共通 */
.section::before {
  content: '';
  display: block;
  padding-top: 53px;
  margin-top: -53px;
}
.section_wrapper {
  padding: clamp(3.75rem, 3rem + 3.2vw, 5rem) 0;
  margin: 0 auto;
}
.section_bg_beg {
  background-color: #d0caba;
}
.section_ttl {
  color: #534741;
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin-bottom: 40px;
}
.content {
  padding: 0 3%;
}
.content h2 {
  font-size: clamp(2.1rem, 1.155rem + 4.03vw, 3.6rem);
}
@media screen and (max-width: 767px) {
  .section_ttl {
    margin-bottom: 40px;
  }
}
/* main-view */
.main-view {
  position: relative;
}
.main-view_img {
  height: 100vh;
  width: 100%;
  margin: 0;
  position: relative;
}
.main-view_img:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../images/top-page/01_main-view/mainv-view@2x.jpg") no-repeat center;
  background-size: cover;
  background-position: center;
  background-position: center;
}
.main-view_lead {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(2.3rem, 0.472rem + 7.8vw, 5.2rem);
  line-height: 1.4;
  width: 100%;
}
.scroll {
  position: absolute;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 3%;
  animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    bottom: 3%;
  }
  50% {
    bottom: 5%;
  }
  100% {
    bottom: 3%;
  }
}
.scroll img {
  width: 50px;
}
.container {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 100px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-view_img:before {
    background: url("../images/top-page/01_main-view/main-view_SP@2x.jpg") no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
  .main-view_lead {
    position: absolute;
    top: 55%;
  }
}
/* message */
.message_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.message_wrapper img {
  border: 1px solid #c2bcb7;
  max-width: 402px;
}
.message_msg {
  text-align: left;
  margin-left: 50px;
  align-items: center;
  line-height: 2.2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .message_wrapper {
    flex-direction: column;
  }
  .message_msg {
    margin-top: 20px;
    margin-left: 0;
    line-height: 1.8;
  }
  .message_wrapper img {
    width: 96%;
  }
}
/* strengths */
.strengths_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.strengths_list {
  margin-right: 4%;
  margin-bottom: 30px;
  max-width: 256px;
  width: 30%;
  padding-bottom: 20px;
}
.PC_margin {
  margin-right: 0;
}
.strengths_list img {
  width: 100%;
}
.strengths_list h3 {
  padding: 10px 0;
  max-width: 100%;
  color: #534741;
  font-size: 18px;
}
.strengths_list p {
  max-width: 100%;
  color: #7f7164;
  font-weight: 600;
  line-height: 1.7;
  font-size: 13px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .strengths_list {
    width: 48%;
  }
  .PC_margin {
    margin-right: 4%;
  }
  .SP_margin {
    margin-right: 0;
  }
}
/* business-details */
.business-details_wrapper ul {
  display: flex;
}
.business-details_list {
  padding: 10px;
  margin-right: 1%;
  background-color: #fdddb7;
  width: 49.5%;
}
.business-details_list:last-child {
  background-color: #d1d8c5;
  margin-right: 0;
}
.business-details_list_icon {
  margin-top: -25px;
  width: 100px;
}
.business-details_list_frame {
  background-color: #fff;
  padding: 15px;
}
.business-details_list h3 {
  margin-top: 20px;
  font-size: 2.2rem;
}
.business-details_list h4 {
  margin-top: 7px;
  color: #736357;
}
.business-details_list_desc {
  margin-top: 5px;
  color: #534741;
  font-size: 1.4rem;
}
.business-details_list_msg {
  display: flex;
  margin: 30px auto 0;
  width: 92%;
}
.business-details_list_msg img {
  width: 80px;
  height: 80px;
}
.business-details_list_msg p {
  font-size: 1.2rem;
  text-align: left;
  margin-left: 10px;
  line-height: 2.0rem;
}
.business-details_list h5 {
  margin-top: 23px;
  color: #534741;
}
.business-details_list iframe {
  width: 98%;
  height: 350px;
  margin-top: 15px;
}
.i-naReform:hover, .Rcodate:hover {
  opacity: 0.7;
}
.business-details_list_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
}
.business-details_list_link div {
  width: 35.5%;
  margin-right: 2%;
}
.business-details_list_link div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-details_list_link div:nth-child(2) {
  width: 25%;
}
.business-details_list_link div:last-child {
  margin-right: 0;
}
.business-details_list_link p, .business-details_list_link img {
  vertical-align: middle;
  font-size: 1.3rem;
}
.right-arrow {
  margin: 0 8px;
  width: 22px;
}
.business-details_list_link_02 {
  color: #fff;
  padding: 2px 15px;
  letter-spacing: 0.09rem;
}
.logo_dedicated-site_01 {
  width: 90%;
  padding-bottom: 15px;
}
.logo_dedicated-site_02 {
  width: 90%;
  padding-top: 14px;
}
@media screen and (max-width: 960px) {
  .business-details_wrapper ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .business-details_list {
    margin-right: 0;
    margin-bottom: 3%;
    width: 100%;
    max-width: 600px;
  }
  .business-details_list:last-child {
    margin-bottom: 0;
  }
  .business-details_list iframe {
    width: 90%;
    height: 300px;
  }
}
@media screen and (max-width: 529px) {
  .business-details_list_desc {
    width: 92%;
  }
  .br_PC {
    display: none;
  }
  .business-details_list_link {
    flex-direction: column;
  }
  .business-details_list_link div {
    margin-right: 0;
  }
  .business-details_list_link div:first-child {
    width: 60%;
    margin: 10px 0 5px;
  }
  .business-details_list_link div:nth-child(2) {
    width: 50%;
  }
  .right-arrow {
    margin: 5px 10px 10px 0;
    width: 25px;
  }
}
@media (min-width: 960px) and (max-width: 1050px) {
  .br_SP {
    display: block;
  }
}
/* business-details（orange/green) */
.bg_orange {
  background-color: #f9a94b;
}
.bg_pale-orange {
  background-color: #fdddb7;
}
.bg_green {
  background-color: #588157;
}
.bg_pale-green {
  background-color: #8d9e6e;
}
.font_orange {
  color: #f9a94b;
}
.font_green {
  color: #588157;
}
.font_pale-green {
  color: #8d9e6e;
}
.border_orange {
  border: 1px solid #f9a94b;
}
.border_green {
  border: 1px solid #8d9e6e;
}
/* company-overview */
.company-overview_flex-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.company-overview_main_wrapper, .company-overview_sub {
  width: 48.5%;
}
.company-overview_main_wrapper {
  margin-right: 3%;
  background-color: #fff;
}
.company-overview_main {
  text-align: left;
  padding: 40px 3% 30px;
}
.company-overview_main dl {
  display: flex;
  flex-wrap: wrap;
}
.company-overview_main dt, .company-overview_main dd, .company-overview_timeline h3, .company-overview_SDGs h3 {
  padding-bottom: 12px;
  border-bottom: 1px solid #d3cfcb;
  margin-bottom: 10px;
}
.company-overview_main dt {
  width: 25%;
  font-size: 1.4rem;
  color: #534741;
  font-weight: 700;
}
.company-overview_main dd {
  width: 75%;
  margin-inline-start: 0;
  font-size: 1.4rem;
}
.company-overview_main dd a:hover {
  opacity: 0.5;
}
.company-overview_sub {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.company-overview_sub h3 {
  color: #534741;
}
.company-overview_timeline, .company-overview_SDGs {
  background-color: #fff;
  padding: 40px 30px 30px;
}
.company-overview_timeline {
  text-align: left;
  margin-bottom: 3%;
  height: 58%;
}
.company-overview_timeline dl {
  display: flex;
  flex-wrap: wrap;
}
.company-overview_timeline dt, .company-overview_timeline dd {
  margin-bottom: 4px;
  font-size: 1.4rem;
}
.company-overview_timeline dt {
  width: 23%;
}
.company-overview_timeline dd {
  width: 77%;
}
.company-overview_SDGs {
  height: 42%
}
.company-overview_SDGs h3 {
  margin-top: 40px;
  font-size: 1.8rem;
}
.company-overview_SDGs p {
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.company-overview_SDGs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.company-overview_SDGs ul li {
  margin-right: 5px;
}
.company-overview_SDGs ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .company-overview_flex-box {
    align-items: center;
    flex-direction: column;
  }
  .company-overview_main_wrapper, .company-overview_sub {
    margin-right: 0;
    width: 100%;
    max-width: 630px;
    height: auto;
  }
  .company-overview_main_wrapper {
    margin-bottom: 3%;
  }
  .company-overview_timeline, .company-overview_SDGs {
    background-color: #fff;
    padding: 3%;
  }
  .company-overview_timeline h3 {
    text-align: center;
    font-size: 1.8rem;
  }
  .company-overview_SDGs h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 460px) {
  .company-overview_timeline dt, .company-overview_timeline dd {
    font-size: 1.2rem;
  }
}
/* partners */
.partners_frame {
  margin: 50px auto;
  max-width: 500px;
  width: 93%;
  border: 1px solid #534741;
  padding: 10px;
}
.partners_frame:hover {
  opacity: 0.7;
}
.partners_frame div {
  padding: 25px 30px;
  background-color: #534741;
  color: #fff;
}
.partners_frame p {
  font-size: clamp(12px 16px 16px);
}
.partners div h2 {
  margin-bottom: 15px;
  font-size: clamp(2.1rem, 1.155rem + 4.03vw, 3.6rem);
}
/* recruitment */
.recruitment_desc {
  font-size: clamp(1.6rem, 1.327rem + 1.16vw, 2.2rem);
  margin-bottom: 40px;
}
.recruitment_wrapper ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
.recruitment_wrapper ul li {
  background-color: #fff;
  padding: 10px 50px;
  border: 1.5px solid #92897e;
  margin-right: 20px;
  font-weight: 600;
  font-size: clamp(1.9rem, 2.56rem + -3.84vw, 1rem);
}
.recruitment_wrapper ul li:last-child {
  margin-right: 0;
}
.recruitment_btn {
  background-color: #534741;
  color: #fff;
  padding: 10px;
  display: inline-block;
  width: 230px;
}
.recruitment_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .recruitment_wrapper ul li {
    padding: 10px clamp(0.313rem, -1.75rem + 12vw, 3.125rem)
  }
}
.recruitment_desc {
  margin-bottom: 30px;
}
/* inquiry*/
.inquiry_form {
  margin-bottom: 30px;
}
.inquiry_flex-box {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.inquiry_flex-box div {
  width: 47.5%;
}
.inquiry_form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.inquiry_form dd {
  border: 1px solid #7d7d7d;
  padding: 10px 20px 10px 10px;
  margin-bottom: 3%;
  width: calc(100% - 2px);
  height: 32px;
}
.inquiry_form dd:last-child {
  margin-bottom: 0;
}
.inquiry_form dd:focus-within {
  border: 3px solid #7d7d7d;
}
.inquiry_form .inquiry_form_message {
  padding-bottom: calc(10px + 1px + 20px + 1px + 10px + 32px + 10px);
}
.inquiry_flex-box input, .inquiry_flex-box textarea {
  width: 99%;
  height: 30px;
}
.inquiry_flex-box textarea {
  height: 96px;
}
.inquiry_checkbox {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.inquiry_checkbox input {
  display: inline;
  margin-right: 15px;
}
.form_privacy {
  border-bottom: 1px solid;
}
.form_privacy:hover {
  opacity: 0.5;
}
.submit_btn {
  background-color: #534741;
  color: #fff;
  padding: 10px;
  display: inline-block;
  width: 230px;
}
.submit_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .inquiry_flex-box {
    flex-direction: column;
    align-items: center;
  }
  .inquiry_flex-box div {
    width: 100%;
    max-width: 630px;
  }
  .inquiry_form dd {
    margin-bottom: 2%;
  }
  .inquiry_form dd:last-child {
    margin-bottom: 2%;
  }
}