.gnav ul li a {
  letter-spacing: -.06rem;
}

.con_outer .con_box_wrap {
  max-width: inherit;
  position: relative;
}

.page_ttl {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  background-image: url(../img/president/page_ttl@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page_ttl .page_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 1200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page_ttl .page_inner p {
  font-size: 35px;
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 5% 0 0 0;
  padding: 0 14%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_ttl .page_inner p span {
  display: block;
  font-size: 28px;
}

.page_ttl .page_inner img {
  display: block;
  width: 100%;
  max-width: 499px;
  height: auto;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.sec_ttl {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 26px;
  margin: 0;
  padding: 0;
  letter-spacing: .8rem;
}

.sec_ttl .transform {
  position: relative;
  right: -6px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 6px;
}

.sec_ttl:before {
  position: relative;
  left: -7px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 26px;
  height: 26px;
  border: 4px solid #7BA83C;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_mv {
  background: #DBE6CD;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_mv img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .gnav ul li a {
    letter-spacing: 0rem;
  }
  .page_ttl .page_inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .con_outer .con_box_wrap {
    width: 100%;
  }
  .page_ttl .page_inner p {
    position: absolute;
    font-size: 30px;
    padding: 0;
    top: 250px;
    left: 10%;
  }
  .page_ttl .page_inner p span {
    font-size: 24px;
  }
  .page_ttl .page_inner img {
    position: absolute;
    width: 50%;
    top: 440px;
    left: 0;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec_ttl {
    font-size: 24px;
  }
  .sec_ttl .transform {
    right: -6px;
    margin-bottom: 6px;
  }
  .sec_ttl:before {
    left: -7px;
    width: 20px;
    height: 20px;
    border: 3px solid #7BA83C;
  }
  .sec_mv img {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
  }
}

/*  sec01 -------------------------------------------*/
.sec01 {
  position: relative;
  margin-top: -215px;
  padding-top: 130px;
  padding-bottom: 185px;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
}

.sec01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec01 .txt_wrap {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec01 .txt_wrap .text {
  width: 75%;
  max-width: 500px;
  margin-right: 80px;
}

.sec01 .txt_wrap .text p {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: -0.08rem;
  margin: 0;
}

.sec01 .txt_wrap .text p + p {
  margin-top: 30px;
}

.sec01 .img_wrap {
  width: 44%;
  max-width: 518px;
}

.sec01 .img_wrap .img + .img {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: -32vw;
    padding-top: 32vw;
    padding-bottom: 16%;
    -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
  }
  .sec01 .inner {
    display: block;
  }
  .sec01 .txt_wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8%;
  }
  .sec01 .txt_wrap .text {
    width: 75%;
    max-width: inherit;
    margin-right: 5%;
  }
  .sec01 .txt_wrap .text p {
    font-size: 14px;
  }
  .sec01 .txt_wrap .text p + p {
    margin-top: 5%;
  }
  .sec01 .img_wrap {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec01 .img_wrap .img {
    width: 48%;
    max-width: 518px;
  }
  .sec01 .img_wrap .img + .img {
    margin-top: 0;
  }
}

/*  sec02 -------------------------------------------*/
.sec02 {
  position: relative;
}

.sec02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0 170px 0;
}

.sec02 .txt_wrap {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec02 .txt_wrap .text {
  width: 75%;
  max-width: 500px;
  margin-left: 80px;
}

.sec02 .txt_wrap .text p {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: -0.08rem;
  margin: 0;
}

.sec02 .txt_wrap .text p + p {
  margin-top: 40px;
}

.sec02 .txt_wrap .text p.mt100 {
  margin-top: 100px;
}

.sec02 .img_wrap {
  width: 44%;
  max-width: 508px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    position: relative;
  }
  .sec02 .inner {
    display: block;
    padding: 12% 0 14% 0;
  }
  .sec02 .txt_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec02 .txt_wrap .text {
    width: 75%;
    max-width: inherit;
    margin-left: 5%;
  }
  .sec02 .txt_wrap .text p {
    font-size: 14px;
  }
  .sec02 .txt_wrap .text p + p {
    margin-top: 5%;
  }
  .sec02 .txt_wrap .text p.mt100 {
    margin-top: 8%;
  }
  .sec02 .img_wrap {
    width: 100%;
    max-width: 508px;
    margin: 8% auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*  sec03 -------------------------------------------*/
.sec03 {
  position: relative;
}

.sec03 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0 175px 0;
}

.sec03 .txt_wrap {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec03 .txt_wrap .text {
  width: 75%;
  max-width: 500px;
  margin-right: 80px;
}

.sec03 .txt_wrap .text p {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: -0.08rem;
  margin: 0;
}

.sec03 .txt_wrap .text p + p {
  margin-top: 30px;
}

.sec03 .img_wrap {
  width: 44%;
  max-width: 518px;
}

.sec03 .img_wrap .img img {
  display: block;
  max-width: 365px;
  margin: 0 auto 0 0;
}

.sec03 .img_wrap .img:nth-of-type(2) img {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .sec03 {
    position: relative;
  }
  .sec03 .inner {
    display: block;
    padding: 12% 0 14% 0;
  }
  .sec03 .txt_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec03 .txt_wrap .text {
    width: 75%;
    max-width: inherit;
    margin-right: 4%;
  }
  .sec03 .txt_wrap .text p {
    font-size: 14px;
  }
  .sec03 .txt_wrap .text p + p {
    margin-top: 5%;
  }
  .sec03 .img_wrap {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8%;
  }
  .sec03 .img_wrap .img {
    width: 48%;
  }
  .sec03 .img_wrap .img img {
    margin: 0 0 4% 0;
    width: 100%;
    height: auto;
  }
  .sec03 .img_wrap .img:nth-of-type(2) img {
    margin: 0 0 0 4%;
  }
}

/*  sec04 -------------------------------------------*/
.sec04 {
  position: relative;
  padding-bottom: 200px;
}

.sec04 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0 170px 0;
}

.sec04 .txt_wrap {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec04 .txt_wrap .text {
  width: 75%;
  max-width: 500px;
  margin-left: 80px;
}

.sec04 .txt_wrap .text p {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: -0.08rem;
  margin: 0;
}

.sec04 .txt_wrap .text p + p {
  margin-top: 35px;
}

.sec04 .img_wrap {
  width: 44%;
  max-width: 508px;
}

.sec04 .img_wrap .img {
  max-width: 365px;
  margin: 0 auto 0 0;
}

.sec04 .img_wrap .img:nth-of-type(2) {
  margin: 15px 0 0 auto;
}

.sec04 .img_wrap .img p {
  font-size: 16px;
  margin: -10px 0 0 0;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec04 .comment_box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #DBE6CD;
  border-radius: 20px;
  padding: 28px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec04 .comment_box .img {
  max-width: 250px;
}

.sec04 .comment_box .img img {
  display: block;
  width: 100%;
  height: auto;
}

.sec04 .comment_box .txt {
  width: calc(100% - 280px);
}

.sec04 .comment_box .txt h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
}

.sec04 .comment_box .txt .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec04 .comment_box .txt .comment dl {
  margin: 0;
  padding: 0;
}

.sec04 .comment_box .txt .comment dl + dl {
  margin-left: 60px;
}

.sec04 .comment_box .txt .comment dt {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  padding: 0;
}

.sec04 .comment_box .txt .comment dd {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.sec04 .comment_box .txt .comment ul {
  margin: 0;
  padding: 0;
}

.sec04 .comment_box .txt .comment ul li {
  font-size: 16px;
  line-height: 1.875;
  text-indent: -1rem;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 14%;
  }
  .sec04 .inner {
    display: block;
    padding: 12% 0 12% 0;
  }
  .sec04 .txt_wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec04 .txt_wrap .text {
    width: 75%;
    max-width: inherit;
    margin-left: 5%;
  }
  .sec04 .txt_wrap .text p {
    font-size: 14px;
  }
  .sec04 .txt_wrap .text p + p {
    margin-top: 5%;
  }
  .sec04 .img_wrap {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8%;
  }
  .sec04 .img_wrap .img {
    width: 48%;
    max-width: inherit;
    margin: 0 0 4% 0;
  }
  .sec04 .img_wrap .img img {
    width: 100%;
    max-width: 365px;
    height: auto;
  }
  .sec04 .img_wrap .img:nth-of-type(2) {
    margin: 0 0 0 4%;
  }
  .sec04 .img_wrap .img p {
    font-size: 12px;
    margin: -10px 0 0 0;
    padding-left: 17px;
  }
  .sec04 .comment_box {
    width: 92%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    padding: 5% 6%;
  }
  .sec04 .comment_box .img {
    width: 70%;
    max-width: 250px;
    margin: 0 auto 10% auto;
  }
  .sec04 .comment_box .txt {
    width: 100%;
  }
  .sec04 .comment_box .txt h3 {
    font-size: 22px;
    margin: 0 0 4% 0;
    text-align: center;
  }
  .sec04 .comment_box .txt .comment {
    display: block;
  }
  .sec04 .comment_box .txt .comment dl + dl {
    margin-left: 0;
    margin-top: 5%;
  }
  .sec04 .comment_box .txt .comment dt {
    font-size: 14px;
  }
  .sec04 .comment_box .txt .comment ul li {
    font-size: 14px;
    text-indent: -1rem;
    margin-left: 1rem;
  }
}

/*  sec05 -------------------------------------------*/
.sec05 {
  position: relative;
}

.sec05 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0 175px 0;
}

.sec05 .txt_wrap {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec05 .txt_wrap .text {
  width: 75%;
  max-width: 500px;
  margin-right: 80px;
}

.sec05 .txt_wrap .text p {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: -0.08rem;
  margin: 0;
}

.sec05 .txt_wrap .text p + p {
  margin-top: 30px;
}

.sec05 .img_wrap {
  width: 44%;
  max-width: 518px;
}

.sec05 .img_wrap .img {
  display: block;
  max-width: 365px;
  margin: 0 auto 0 0;
}

.sec05 .img_wrap .img:nth-of-type(2) {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .sec05 .inner {
    display: block;
    padding: 12% 15px 14% 15px;
  }
  .sec05 .txt_wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec05 .txt_wrap .text {
    width: 75%;
    max-width: inherit;
    margin-right: 5%;
  }
  .sec05 .txt_wrap .text p {
    font-size: 14px;
    line-height: 2.25;
  }
  .sec05 .txt_wrap .text p + p {
    margin-top: 5%;
  }
  .sec05 .img_wrap {
    width: 100%;
    max-width: inherit;
    margin: 8% 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec05 .img_wrap .img {
    width: 48%;
    margin: 0 0 4% 0;
  }
  .sec05 .img_wrap .img img {
    display: block;
    width: 100%;
    max-width: 365px;
    height: auto;
  }
  .sec05 .img_wrap .img:nth-of-type(2) {
    margin: 0 0 4% 4%;
  }
}
