.modal_open {
  height: 100%;
  overflow: hidden;
}

.executives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px -36px;
}
@media only screen and (max-width: 1100px) {
  .executives {
    margin: 0 -10px -18px;
  }
}
@media only screen and (max-width: 768px) {
  .executives {
    margin: 0 -8px -32px;
  }
}
.executives__set {
  cursor: pointer;
  width: 33.3333333%;
  padding: 0 20px;
  margin: 0 0 36px;
}
@media only screen and (min-width: 1025px) {
  .executives__set img,
  .executives__set .executives__set-wrap .prof span.btn > span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .executives__set img + span:before, .executives__set img + span:after,
  .executives__set .executives__set-wrap .prof span.btn > span + span:before,
  .executives__set .executives__set-wrap .prof span.btn > span + span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .executives__set:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .executives__set:hover .executives__set-wrap .prof span.btn > span {
    background-color: #e03100;
  }
  .executives__set:hover .executives__set-wrap .prof span.btn > span + span:before, .executives__set:hover .executives__set-wrap .prof span.btn > span + span:after {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1100px) {
  .executives__set {
    padding: 0 10px;
    margin: 0 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .executives__set {
    width: 50%;
    padding: 0 8px;
    margin: 0 0 32px;
  }
}
.executives__set-wrap .img_wrap {
  overflow: hidden;
  margin: 0 0 16px;
}
.executives__set-wrap .prof {
  position: relative;
  padding: 0 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .executives__set-wrap .prof {
    padding: 0;
  }
}
.executives__set-wrap .prof p.post {
  font-size: 14px;
  margin: 0 0 1px;
}
.executives__set-wrap .prof p.en {
  color: #e03100;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin: 2px 0 0;
}
.executives__set-wrap .prof h2 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .executives__set-wrap .prof h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .executives__set-wrap .prof span.btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px rgb(214, 214, 214) solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 0 0;
    margin: 12px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .executives__set-wrap .prof span.btn > span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .executives__set-wrap .prof span.btn > span {
    font-size: 13px;
  }
}
.executives__set-wrap .prof span.btn > span + span {
  background-color: rgb(240, 240, 240);
  border-radius: 3em;
  display: block;
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .executives__set-wrap .prof span.btn > span + span {
    position: relative;
    width: 40px;
    height: 40px;
  }
}
.executives__set-wrap .prof span.btn > span + span:before, .executives__set-wrap .prof span.btn > span + span:after {
  background-color: #000;
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .executives__set-wrap .prof span.btn > span + span:before, .executives__set-wrap .prof span.btn > span + span:after {
    width: 12px;
    height: 1.5px;
  }
}
.executives__set-wrap .prof span.btn > span + span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

#executives__dialog {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  overflow-y: auto;
  padding: 80px 30px;
}
@media only screen and (max-width: 768px) {
  #executives__dialog {
    padding: 80px 16px;
  }
}
#executives__dialog-wrap {
  background-color: #fff;
  max-width: 900px;
  position: relative;
  padding: 94px 94px 78px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #executives__dialog-wrap {
    padding: 64px 40px 58px;
  }
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap {
    padding: 24px 24px 16px;
  }
}
#executives__dialog-wrap--close {
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  right: 0;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  width: 48px;
}
#executives__dialog-wrap .executives__set-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 37px;
}
@media only screen and (max-width: 1100px) {
  #executives__dialog-wrap .executives__set-wrap {
    margin: 0 -10px 27px;
  }
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-wrap {
    display: block;
    margin: 0 0 36px;
  }
}
#executives__dialog-wrap .executives__set-wrap .img_wrap,
#executives__dialog-wrap .executives__set-wrap .prof {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 1100px) {
  #executives__dialog-wrap .executives__set-wrap .img_wrap,
  #executives__dialog-wrap .executives__set-wrap .prof {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-wrap .img_wrap,
  #executives__dialog-wrap .executives__set-wrap .prof {
    width: 100%;
    padding: 0;
  }
  #executives__dialog-wrap .executives__set-wrap .img_wrap img,
  #executives__dialog-wrap .executives__set-wrap .prof img {
    width: 100%;
  }
}
#executives__dialog-wrap .executives__set-wrap .img_wrap {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-wrap .img_wrap {
    margin-bottom: 32px;
  }
}
#executives__dialog-wrap .executives__set-wrap .prof p.post {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-wrap .prof p.post {
    font-size: 16px;
  }
}
#executives__dialog-wrap .executives__set-wrap .prof p.en {
  font-size: 14px;
  margin: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-wrap .prof p.en {
    margin: 8px 0 0;
  }
}
#executives__dialog-wrap .executives__set-wrap .prof p.birthday {
  margin: 12px 0 0;
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-wrap .prof p.birthday {
    margin: 8px 0 0;
  }
}
#executives__dialog-wrap .executives__set-wrap .prof h2 {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-wrap .prof h2 {
    font-size: 24px;
  }
}
#executives__dialog-wrap .executives__set-wrap .prof h2 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}
#executives__dialog-wrap .executives__set-info h3 {
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-info h3 {
    margin: 0 0 8px;
  }
}
#executives__dialog-wrap .executives__set-info h3 + p {
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-info h3 {
    margin: 0 0 12px;
  }
}
#executives__dialog-wrap .executives__set-info dl .dl_set {
  border-top: 1px rgb(214, 214, 214) solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 16px;
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-info dl .dl_set {
    display: block;
    padding: 12px 0;
  }
}
#executives__dialog-wrap .executives__set-info dl .dl_set dt {
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  #executives__dialog-wrap .executives__set-info dl .dl_set dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px;
    padding: 0 1em 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-info dl .dl_set dt {
    margin: 0 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  #executives__dialog-wrap .executives__set-info dl .dl_set dd {
    line-height: 1.4;
  }
}

.purppse__set {
  border-top: 1px #d6d6d6 solid;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .purppse__set {
    display: block;
  }
}
.purppse__set + .purppse__set {
  margin-top: 64px;
}
@media only screen and (max-width: 768px) {
  .purppse__set + .purppse__set {
    margin-top: 48px;
  }
}
.purppse__set > p.deco {
  color: #f0f0f0;
  font-family: "Montserrat", sans-serif;
  font-size: 130px;
  font-weight: 700;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .purppse__set > p.deco {
    font-size: 120px;
  }
}
@media only screen and (max-width: 900px) {
  .purppse__set > p.deco {
    font-size: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .purppse__set > p.deco {
    font-size: 56px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    top: 30px;
    left: auto;
    right: 0;
  }
}
.purppse__set-title, .purppse__set-info {
  position: relative;
  z-index: 2;
}
.purppse__set-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 358px;
}
@media only screen and (max-width: 1100px) {
  .purppse__set-title {
    width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  .purppse__set-title {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .purppse__set-title {
    border-top: 1px #d6d6d6 solid;
    width: 100%;
    margin: 0 0 32px;
  }
  .purppse__set-title h2 {
    width: 60.614525139%;
  }
}
.purppse__set-title h2 {
  background-color: #e03100;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 25px 0 23.8px;
}
@media only screen and (max-width: 1024px) {
  .purppse__set-title h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .purppse__set-title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .purppse__set-title h2 {
    padding: 14.2px 0 13px;
  }
}
.purppse__set-title h2.en {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  padding: 25px 0 21.2px;
}
@media only screen and (max-width: 1024px) {
  .purppse__set-title h2.en {
    font-size: 22px;
  }
}
@media only screen and (max-width: 900px) {
  .purppse__set-title h2.en {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .purppse__set-title h2.en {
    padding: 13px 0 11.6px;
  }
}
.purppse__set-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 92px 0 0;
  margin: 0 0 0 72px;
}
@media only screen and (max-width: 1100px) {
  .purppse__set-info {
    margin: 0 0 0 60px;
  }
}
@media only screen and (max-width: 900px) {
  .purppse__set-info {
    margin: 0 0 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .purppse__set-info {
    padding: 0;
    margin: 0;
  }
}
.purppse__set.first .purppse__set-info h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75;
  margin: 0 0 32px;
}
@media only screen and (max-width: 1200px) {
  .purppse__set.first .purppse__set-info h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .purppse__set.first .purppse__set-info h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .purppse__set.first .purppse__set-info h3 {
    font-size: 20px;
    letter-spacing: -0.03em;
    margin: 0 0 24px;
  }
}
@media only screen and (max-width: 400px) {
  .purppse__set.first .purppse__set-info h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 350px) {
  .purppse__set.first .purppse__set-info h3 {
    font-size: 17px;
  }
}
.purppse__set.first .purppse__set-info p {
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .purppse__set.first .purppse__set-info p {
    font-size: 16px;
  }
}
.purppse__set.secound .purppse__set-info {
  padding: 187px 0 54px;
}
@media only screen and (max-width: 768px) {
  .purppse__set.secound .purppse__set-info {
    padding: 68px 38px 110px 0;
  }
}
.purppse__set.secound .purppse__set-info p {
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .purppse__set.secound .purppse__set-info p {
    font-size: 36px;
  }
}
@media only screen and (max-width: 400px) {
  .purppse__set.secound .purppse__set-info p {
    font-size: 34px;
  }
}
@media only screen and (max-width: 350px) {
  .purppse__set.secound .purppse__set-info p {
    font-size: 32px;
  }
}
.purppse__set.third .purppse__set-info .values__set {
  border-left: 2px #e03100 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 32px;
}
@media only screen and (max-width: 1024px) {
  .purppse__set.third .purppse__set-info .values__set {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .purppse__set.third .purppse__set-info .values__set {
    padding: 0 0 0 32px;
  }
}
.purppse__set.third .purppse__set-info .values__set + .values__set {
  margin-top: 48px;
}
.purppse__set.third .purppse__set-info .values__set dt {
  font-size: 24px;
  font-weight: 700;
  width: 242px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 16px;
}
.purppse__set.third .purppse__set-info .values__set dd {
  line-height: 2;
  padding-left: 8px;
}
@media only screen and (max-width: 1024px) {
  .purppse__set.third .purppse__set-info .values__set dd {
    padding: 0;
  }
}
.purppse__set.fourth .purppse__set-info .logo {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .purppse__set.fourth .purppse__set-info .logo {
    margin: 0 0 24px;
  }
}
.purppse__set.fourth .purppse__set-info h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.purppse__set.fourth .purppse__set-info h3 span {
  color: #e03100;
}
@media only screen and (max-width: 768px) {
  .purppse__set.fourth .purppse__set-info h3 {
    font-size: 24px;
  }
}
.purppse__set.fourth .purppse__set-info p {
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .purppse__set.fourth .purppse__set-info p {
    font-size: 16px;
  }
}

html[lang=en-US] #executives__dialog-wrap .executives__set-wrap .prof p.en,
html[lang=en-US] .executives__set-wrap .prof p.en {
  display: none;
}