/*twentieth-anniv*/

.big-footer {
  margin-top: 0;
}

.twentieth-anniv {
  font-family: "游ゴシック体", YuGothic, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Verdana, sans-serif;
}

.kiwi {
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.twentieth-anniv * {
  box-sizing: border-box;
}

.twentieth-anniv ul li {
  list-style-type: none;
}

.twentieth-anniv img {
  vertical-align: top;
}

.twentieth-anniv .contents-wrap {
  max-width: 1100px;
  padding-bottom: 80px;
  padding-top: 80px;
  width: auto;
}

.twentieth-anniv .mv-box {
  position: relative;
  text-align: center;
}

.twentieth-anniv .mv-bg,
.twentieth-anniv .mv-logo {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.twentieth-anniv .mv-bg.show {
  animation: fadeIn 5s ease-out forwards;
}

.twentieth-anniv .mv-logo.show {
  animation: fadeIn .5s ease-out forwards;
}

.twentieth-anniv .fc-blue {
  color: #33496d;
}

.twentieth-anniv .mv-logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc((858/2478) * 100vw);
}

.twentieth-anniv h2::after {
  display: none;
}

.twentieth-anniv h3 {
  text-align: center;
}

.twentieth-anniv .sec01 {
  padding-bottom: 30px;
  text-align: center;
}

.twentieth-anniv .sec01 h2 img,
.twentieth-anniv .sec01 p img {
  width: 513px;
}

.twentieth-anniv .sec01 .president-img {
  margin-top: 35px;
  width: 252px;
}

.twentieth-anniv .sec01 .president-txt {
  font-size: 17px;
  line-height: 2.2;
}

.twentieth-anniv .sec02 {
  background-color: #e6edf8;
  padding-bottom: 30px;
  padding-top: 10px;
}

.twentieth-anniv .sec02 h2 img {
  width: 417px;
}

.twentieth-anniv .sec02 h3 {
  margin-bottom: 40px;
}

.twentieth-anniv .sec02 .graph01 {
  text-align: center;
}

.twentieth-anniv .sec02 h3.sec02-h3_01 img {
  width: 358px;
}

.twentieth-anniv .sec02 h3.sec02-h3_02 img {
  margin-top: 60px;
  width: 335px;
}

.twentieth-anniv .sec02 h3.sec02-h3_03 img {
  margin-top: 60px;
  width: 213px;
}

.twentieth-anniv .sec02 h3.sec02-h3_04 img {
  margin-top: 60px;
  width: 315px;
}

.twentieth-anniv .sec02 .comment-ul {
  margin-top: 45px;
}

.twentieth-anniv .sec02 .comment-ul.wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.twentieth-anniv .sec02 .comment-ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.twentieth-anniv .sec02 .comment-ul li+li {
  margin-top: 12px;
}

.twentieth-anniv .sec02 .comment-ul li img {
  height: 90px;
  width: auto;
}

.twentieth-anniv .sec02 .comment-ul li p {
  align-items: center;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  color: #33496d;
  font-weight: bold;
  min-height: 90px;
  padding: 20px;
  position: relative;
}

.twentieth-anniv .sec02 .comment-ul li p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0;
}

.twentieth-anniv .sec02 .comment-ul li:nth-child(odd) {
  justify-content: flex-start;
}

.twentieth-anniv .sec02 .comment-ul li:nth-child(odd) p {
  margin-left: 30px;
}

.twentieth-anniv .sec02 .comment-ul li:nth-child(even) p {
  margin-right: 30px;
}

.twentieth-anniv .sec02 .comment-ul li:nth-child(odd) p::after {
  left: -20px;
  border-right: 20px solid #fff;
  border-left: 0;
}

.twentieth-anniv .sec02 .comment-ul li:nth-child(even) p::after {
  right: -20px;
  border-right: 0;
  border-left: 20px solid #fff;
}

.twentieth-anniv .sec02 .comment-ul li:nth-child(even) {
  justify-content: flex-end;
}

.twentieth-anniv .sec02 .comment-ul .img-right img {
  order: 2;
}

.twentieth-anniv .sec03 .encourage-list li {
  display: flex;
}

.twentieth-anniv .sec03 .encourage-list li {
  background-image: url(/assets/img/20th-anniv/encourege-bg.jpg);
  background-repeat: no-repeat;
  background-size: 65%;
}

.twentieth-anniv .sec03 .encourage-list li.left {
  background-position: top left;
}

.twentieth-anniv .sec03 .encourage-list li.right {
  background-position: top right;
}

.twentieth-anniv .sec03 .encourage-list li+li {
  margin-top: 50px;
}

.twentieth-anniv .sec03 .encourage-list li .pres-prof {
  align-items: center;
  color: #33496d;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px;
  max-height: 300px;
}

.twentieth-anniv .sec03 .encourage-list li.left .pres-prof {
  margin-left: 40px;
}

.twentieth-anniv .sec03 .encourage-list li .encourage-txt {
  color: #33496d;
  font-size: 15px;
  line-height: 2.2;
}

.twentieth-anniv .sec03 .encourage-list li .encourage-txt span {
  display: block;
}

.twentieth-anniv .sec03 .encourage-list li .encourage-txt span+span {
  margin-top: 1em;
}

.twentieth-anniv .sec04 {
  background-color: #e6edf8;
}

.twentieth-anniv .sec04 .goodpoint-list li p {
  color: #33496d;
  font-weight: 500;
}

.twentieth-anniv .sec04 .goodpoint-list li img {
  height: auto;
  width: 100%;
}

.twentieth-anniv .sec04 .goodpoint-list li .personality {
  font-weight: bold;
}

.twentieth-anniv .sec05 .contents-wrap {
  padding-bottom: 0;
}

.twentieth-anniv .sec05 .people-img {
  text-align: center;
}

.twentieth-anniv .sec05 .people-img img {
  width: 647px;
}

.twentieth-anniv .sec05 .ideal-lists ul {
  margin-top: 20px;
}

.twentieth-anniv .sec05 .ideal-lists ul li+li {
  margin-top: 20px;
}

.twentieth-anniv .sec05 .ideal-lists ul li p {
  color: #33496d;
  font-size: 13px;
  font-weight: bold;
}

.twentieth-anniv .sec05 .ideal-lists ul li p.voice {
  background-color: #c8ddff;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}

.twentieth-anniv .sec05 .ideal-lists ul li p.voice::after {
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 45px solid #c8ddff;
  border-bottom: 0;
  bottom: -25px;
  content: "";
  height: 0;
  left: 50px;
  position: absolute;
  transform: rotateZ(10deg);
  width: 0;
}

.twentieth-anniv .sec06 {
  position: relative;
}

.twentieth-anniv .sec06 .logo-bottom {
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width: calc((1100/2478) *100vw);
}

@media screen and (min-width: 813px) {

  .twentieth-anniv .sec02 .history-ul,
  .twentieth-anniv .sec02 .graph-ul {
    display: flex;
    justify-content: space-between;
  }

  .twentieth-anniv .sec02 h2 img {
    width: 417px;
  }

  .twentieth-anniv .sec02 .history-ul .arrow {
    align-items: center;
    display: flex;
  }

  .twentieth-anniv .sec02 .graph01 img {
    max-width: 900px;
    width: 100%;
  }

  .twentieth-anniv .sec02 .graph-ul li {
    width: 48.5%;
  }

  .twentieth-anniv .sec02 .graph-ul li ul li {
    width: 100%;
  }

  .twentieth-anniv .sec02 .graph-ul li ul li+li {
    margin-left: 3%;
  }

  .twentieth-anniv .sec02 .graph-ul>.img-right {
    order: 2;
  }

  .twentieth-anniv .sec03 h2 img {
    width: 388px;
  }

  .twentieth-anniv .sec03 .encourage-list {
    padding-left: 40px;
    padding-right: 40px;
  }

  .twentieth-anniv .sec03 .encourage-list li {
    justify-content: space-between;
    max-width: 740px;
    min-height: 400px;
    width: 100%;
  }

  .twentieth-anniv .sec03 .encourage-list li.right .pres-prof {
    margin-right: 40px;
    order: 2;
  }

  .twentieth-anniv .sec03 .encourage-list li .pres-prof .pres-name {
    font-size: 28px;
    margin-top: 20px;
    writing-mode: vertical-rl;
  }

  .twentieth-anniv .sec03 .encourage-list li .encourage-txt {
    margin-top: 100px;
    width: 500px;
  }

  .twentieth-anniv .sec03 .encourage-list li.encourage02 .encourage-txt {
    margin-top: 150px;
  }

  .twentieth-anniv .sec03 .encourage-list li.right {
    /* margin-left: 300px; */
    float: right;
    margin-bottom: 50px;
  }

  .twentieth-anniv .sec03 .encourage-list::after {
    content: "";
    clear: both;
    display: block;
  }

  .twentieth-anniv .sec04 h2 img {
    width: 475px;
  }

  .twentieth-anniv .sec04 .goodpoint-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .twentieth-anniv .sec04 .goodpoint-list::after {
    content: "";
    display: block;
    width: 244px;
  }

  .twentieth-anniv .sec04 .goodpoint-list li {
    height: 292px;
    margin-top: 30px;
    width: 244px;
  }

  .twentieth-anniv .sec04 .goodpoint-list li .personality {
    margin: 5px 0 0;
    padding-top: 30px;
    padding-left: 110px;
  }

  .twentieth-anniv .sec04 .goodpoint-list li .txt {
    margin-bottom: 0;
    margin-top: 12px;
    padding: 10px 20px;
  }

  .twentieth-anniv .sec04 .goodpoint-list li.female {
    background-image: url(/assets/img/20th-anniv/good-point_female_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .twentieth-anniv .sec04 .goodpoint-list li.male {
    background-image: url(/assets/img/20th-anniv/good-point_male_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .twentieth-anniv .sec05 h2 img {
    width: 506px;
  }

  .twentieth-anniv .sec05 .ideal-lists {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
  }

  .twentieth-anniv .sec05 .ideal-lists ul {
    margin-top: 40px;
    width: calc((100% - 60px) / 2);
  }

  .twentieth-anniv .sec05 .ideal-lists ul li+li {
    margin-top: 40px;
  }
}


@media screen and (max-width: 812px),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  .sp-footer {
    margin-top: 0;
  }

  .twentieth-anniv .mv-logo {
    width: calc((600/750) * 100vw);
  }

  .twentieth-anniv .contents-wrap {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .twentieth-anniv h2,
  .twentieth-anniv h3 {
    margin-bottom: 40px;
  }

  .twentieth-anniv h2 img,
  .twentieth-anniv h3 img {
    margin: auto;
  }

  .twentieth-anniv .sec02 h2 img {
    width: 417px;
  }

  .twentieth-anniv .sec02 ul .arrow {
    text-align: center;
  }

  .twentieth-anniv .sec02 ul .arrow img {
    margin: 10px 0;
    transform: rotateZ(90deg);
    width: 40px;
  }

  .twentieth-anniv .sec03 .encourage-list li {
    background-image: url(/assets/img/20th-anniv/encourege-bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: 80%;
    flex-direction: column;
    width: 100%;
  }

  .twentieth-anniv .sec03 .encourage-list li {
    padding-left: calc((32.5 / 375) * 100vw);
    padding-right: calc((32.5 / 375) * 100vw);
  }

  .twentieth-anniv .sec03 .encourage-list li .encourage-txt {
    font-size: 16px;
    margin-top: calc((30 / 375) * 100vw);
    width: calc((280 / 375) * 100vw);
  }

  .twentieth-anniv .sec03 .encourage-list li .pres-prof {
    margin-top: calc((30 / 375) * 100vw);
  }

  .twentieth-anniv .sec03 .encourage-list li .pres-prof .pres-name {
    font-size: 24px;
    margin-top: 10px;
  }

  .twentieth-anniv .sec03 .encourage-list li.left .pres-prof {
    align-items: flex-start;
    margin-left: 0;
  }

  .twentieth-anniv .sec03 .encourage-list li.right .pres-prof {
    align-items: flex-end;
    margin-right: 0;
  }

  .twentieth-anniv .sec04 .goodpoint-list {
    margin: auto;
    width: calc((320 / 375) * 100vw);
  }

  .twentieth-anniv .sec04 .goodpoint-list li {
    width: 100%;
  }

  .twentieth-anniv .sec04 .goodpoint-list li+li {
    margin-top: 20px;
  }

  .twentieth-anniv .sec04 .goodpoint-list li .txt {
    background-image: url(/assets/img/20th-anniv/good-point_txt.png);
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
  }

  .twentieth-anniv .sec04 .goodpoint-list li.female .heading {
    background-image: url(/assets/img/20th-anniv/good-point_female.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .twentieth-anniv .sec04 .goodpoint-list li.male .heading {
    background-image: url(/assets/img/20th-anniv/good-point_male.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .twentieth-anniv .sec04 .goodpoint-list li .heading {
    height: calc((131/ 375) * 100vw);
  }

  .twentieth-anniv .sec04 .goodpoint-list li .personality {
    font-size: 15px;
    margin-left: calc((140 / 375) * 100vw);
    padding-top: calc((60 / 375) * 100vw);
  }

  .twentieth-anniv .sec04 .goodpoint-list li .txt {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    min-height: auto;
    padding: 20px 25px;
    width: 100%;
  }

  .twentieth-anniv .sec04 .goodpoint-list li img {
    margin-top: -1px;
  }

  .twentieth-anniv .sec05 .ideal-lists ul {
    margin-top: 40px;
  }

  .twentieth-anniv .sec06 {
    padding-top: 210px;
  }

  .twentieth-anniv .sec06 .logo-bottom {
    top: 40%;
    width: 100%;
  }

}

@media screen and (max-width: 374px) {
  .twentieth-anniv .sec04 .goodpoint-list li .txt {
    font-size: 15px;
    line-height: 1.7;
    padding: 10px 20px;
  }
}

/*2025/09/08 KMJ add */
.twentieth-anniv img.pc-only{
  display:inline;
} 
@media screen and (max-width: 812px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .twentieth-anniv img.pc-only{
    display:none;
  } 
}



