@charset "UTF-8";
/************************
mediaQuery
************************/
/************************
コンテンツのヘッダ
************************/
/************************
main
************************/
main.main {
  flex: 1;
}
main.main .container {
  margin: auto;
  width: 100%;
}
main.main .container .contents {
  margin: auto;
}
main.main .container .contents header .contents-header {
  margin: auto;
  padding: 0 150px;
  max-width: 1500px;
}
main.main .container .contents header .contents-header .mv {
  height: 205px;
  position: relative;
  width: 100%;
  margin: 0 auto 25px;
}
main.main .container .contents header .contents-header .mv .mv-bg {
  color: #F3F3F3;
  font-size: 20.0rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 205px;
  line-height: 90%;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
main.main .container .contents header .contents-header .mv h1 {
  font-size: 4.0rem;
  line-height: 1.0;
  position: absolute;
  left: 0;
  bottom: -7px;
  white-space: nowrap;
}
main.main .container .contents section .contents-body {
  padding: 115px 150px 35px;
  position: relative;
}
main.main .container .contents section .contents-body::after {
  background: #3B3B3B;
  border-radius: 30px 0 0 30px;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  width: 50%;
  top: 115px;
}
main.main .container .contents section .contents-body h2 {
  background: #3B3B3B;
  border-radius: 30px 0 0 30px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin: auto;
  padding: 0 100px;
  width: 100%;
  position: relative;
  z-index: 10;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}

.contents-body:last-of-type {
  padding: 115px 150px 200px !important;
}

.company-inner {
  padding: 74px 100px 0 100px;
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}
.company-inner .salutation .president-img {
  border-radius: 30px;
  margin: auto;
  overflow: hidden;
  width: 700px;
}
.company-inner .salutation .textbox {
  margin-top: 60px;
}
.company-inner .salutation .textbox .text {
  font-size: 1.6rem;
  word-break: break-all;
  line-height: 1.8;
}
.company-inner .salutation .textbox .namebox {
  margin-top: 60px;
  text-align: right;
}
.company-inner .salutation .textbox .namebox div {
  display: inline-block;
}
.company-inner .salutation .textbox .namebox .corp {
  font-size: 2.0rem;
}
.company-inner .salutation .textbox .namebox .corp span {
  display: block;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 10px;
}
.company-inner .salutation .textbox .namebox .name {
  font-size: 2.4rem;
  margin-top: 40px;
}
.company-inner .salutation .textbox .namebox .name span {
  font-size: 1.6rem;
  margin-right: 30px;
  vertical-align: 2px;
}
.company-inner .company-profile dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #CECECE;
}
.company-inner .company-profile dl:first-of-type {
  border-top: 1px solid #CECECE;
}
.company-inner .company-profile dl dt {
  background: #F2F2F2;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  flex-shrink: 0;
  line-height: 1.4;
  padding: 25px 50px;
  width: 250px;
}
.company-inner .company-profile dl dd {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 25px 50px;
}
.company-inner .company-profile dl dd .maplink {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding: 0 0 0 16px;
}
.company-inner .company-profile dl dd .maplink::before {
  background: url("../img/common/maplink_icon.svg") no-repeat center center;
  content: "";
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 12px;
}
.company-inner .map {
  width: 100%;
  height: 400px;
}
.company-inner .stuff-profile .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 70px 100px;
}
.company-inner .stuff-profile .list li {
  flex-shrink: 0;
  width: calc(50% - 50px);
}
.company-inner .stuff-profile .list li .profile {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.company-inner .stuff-profile .list li .profile .picture {
  border-radius: 30px;
  height: 270px;
  overflow: hidden;
  width: 200px;
  flex-shrink: 0;
}
.company-inner .stuff-profile .list li .profile .picture img {
  display: block;
  width: 100%;
}
.company-inner .stuff-profile .list li .profile .proftext {
  margin-left: 25px;
  flex: 1;
}
.company-inner .stuff-profile .list li .profile .proftext .facility-name {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.company-inner .stuff-profile .list li .profile .proftext .post-name {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.company-inner .stuff-profile .list li .profile .proftext .name {
  font-size: 2.0rem;
}
.company-inner .stuff-profile .list li .introduction {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-top: 40px;
  word-break: break-all;
}
