@charset "utf-8";


.title {
  height: 310px;
  background-image: url(../images/index/menu-title.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: 'Montserrat',sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.intro-people-textarea {
  position: relative;
  min-height: 500px;
  padding: 30px;
}

.intro-people {
  position: relative;
}

.intro-people-detail {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  width: 58.2%;
  padding: 13px 27px 22px;
  background: #e6e920;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.intro-people-detail-name {
  font-size: 50px;
  line-height: 1.48;
  font-family: 'Oswald',sans-serif;
  color: #1f1f1f;
}

.intro-people-detail-type {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #575757;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 9px 0 0 3px;

}

.intro-people-detail-type>* {
  margin: 0 10px 10px 0;
  padding: 0 10px;
  background: #fff;
}

.img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.intro-people-img {
  position: absolute;
  padding: 30px;
  top: 0;
  left: 0;
  right: 0px;
  width: 37.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.intro-people-img-img {
  margin: 0 auto;
  height: 500px;
}

.intro-people-img-img img {
  font-family: 'object-fit: cover;';
  object-fit: cover;
  height: 100%;
}

.intro-people-career {
  margin: 20px 0 0 auto;
  width: 58.2%;
}

.intro-people-career dt {
  position: relative;
  background: #f8f8f8;
}

.intro-people-career dd p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.intro-people-career dt :after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #1f1f1f;
  content: "";

}

.intro-people-career dt a {
  text-decoration: none;
  font-size: 24px;
  font-family: 'Oswald',sans-serif;
  color: #1f1f1f;
  display: block;
  padding: 7px 35px 11px 31px;
}

.intro-people-career dd {
  margin: 22px 30px 0;
}

.dd {
  display: block;
  margin-inline-start: 40px;
}

.ul {
  margin-inline-start: 40px;
}

.intro-people-career dd ul li {
  margin-top: 8px;
}

.intro-people-career dd ul>*:before {
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c0c600;
  content: "";
}

.li {
  display: list-item;
  margin-inline-start: 40px;
}

.intro-message {
  text-align: left;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.71;
  color: #1f1f1f;
  margin: 80px 0 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 0px;
}

.intro-message-content {
  font-size: 20px;
  font-weight: 100;
  top: 10px;
}

.intro-message:before {
  margin-left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #c0c600;
  border-radius: 50%;
  background: #fff;
  content: "";
  padding: 10px;
}

.link-button-area {
  text-align: center;
  margin-top: 20px;
}

.link-button:hover {
  background-color: #a3944d;
}

.link-button{
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
}
.footer-logo{
  font-size: 40px;
  text-align: center;
}

.header-logo {
  font-size: 20px;
}

.kyuujinn {
  background-color: #fffff0;
}

.kyuujinn h1{
  text-align: center;
}

.kyuujinn p {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.71;
}


@media (max-width: 800px){

.intro-people-career dd {
  display: block!important;
}

.intro-people-textarea {
  width: 100%;
}

.intro-people{
  width: 100%;
  padding: 8px 15px 12px;
}

.intro-people-detail {
  width: 100%;
  padding: 8px 15px 12px;
}

.intro-people-img {
  position: static;
  width: 100%;
}

.intro-people-img-img {
  margin-top: 20px;
  max-width: 250px;
  height: 340px;
}

.intro-people-career {
  margin-top: 30px;
  width: 100%;
}

.intro-people-career dt:before {
  display: block;
}

.intro-people-career dt a {
  font-size: 22px;
  padding: 2px 35px 4px 18px;
}

.intro-people-career dd {
  display: none;
  margin: 13px 15px 0;
}

.intro-message {
  margin: 40px 0 10px;
  font-size: 24px;
  line-height: 1.4;
}  

.intro-message-content {
  font-size: 15px;
  font-weight: 100;
  padding-top: 10px;
  padding-bottom: 10px;
}

.intro-people-career dd p {
  font-size: 15px;
}

.kyuujinn h1{
  text-align: center;
  font-size: 25px;
}

.kyuujinn p {
  font-size: 15px;
  font-weight: 100;
  padding-top: 10px;
  padding-bottom: 10px;
}

}