.blue {
  color: #40baff;
  font-style: normal;
  font-weight: 600;
}

.content-wrap:nth-child(1) .color {
  color: #f4bf00;
  font-style: normal;
  font-weight: 600;
}
.content-wrap:nth-child(1) .occ {
  background-image: url(../img/pht_r_01.png);
}

.content-wrap:nth-child(2) .color {
  color: #6fd100;
  font-style: normal;
  font-weight: 600;
}
.content-wrap:nth-child(2) .occ {
  background-image: url(../img/pht_r_02.png);
}

.content-wrap:nth-child(3) .color {
  color: #008eff;
  font-style: normal;
  font-weight: 600;
}
.content-wrap:nth-child(3) .occ {
  background-image: url(../img/pht_r_03.png);
}

.content-wrap:nth-child(4) .color {
  color: #40baff;
  font-style: normal;
  font-weight: 600;
}
.content-wrap:nth-child(4) .occ {
  background-image: url(../img/pht_r_04.png);
}

.content-wrap:nth-child(5) .color {
  color: #f270ba;
  font-style: normal;
  font-weight: 600;
}
.content-wrap:nth-child(5) .occ {
  background-image: url(../img/pht_r_05.png);
}

.content-wrap:nth-child(6) .color {
  color: #f74241;
  font-style: normal;
  font-weight: 600;
}
.content-wrap:nth-child(6) .occ {
  background-image: url(../img/pht_r_06.png);
}

.content-wrap:nth-child(7) .color {
  color: #ff7326;
  font-style: normal;
  font-weight: 600;
}
.content-wrap:nth-child(7) .occ {
  background-image: url(../img/pht_r_07.png);
}

.content-wrap:nth-child(8) .color {
  color: #8871cd;
  font-style: normal;
  font-weight: 600;
}
.content-wrap:nth-child(8) .occ {
  background-image: url(../img/pht_r_08.png);
}

.content-wrap:nth-child(9) .color {
  color: #059e23;
  font-style: normal;
  font-weight: 600;
}
.content-wrap:nth-child(9) .occ {
  background-image: url(../img/pht_r_09.png);
}

.content-wrap:nth-child(10) .color {
  color: #f79174;
  font-style: normal;
  font-weight: 600;
}
.content-wrap:nth-child(10) .occ {
  background-image: url(../img/pht_r_10.png);
}

.content-wrap:nth-child(11) .color {
  color: #38e2ca;
  font-style: normal;
  font-weight: 600;
}
.content-wrap:nth-child(11) .occ {
  background-image: url(../img/pht_r_11.png);
}

@-webkit-keyframes ft {
  0% {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transition-duration: 1s;
    transform: translate(0);
  }
}

@keyframes ft {
  0% {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transition-duration: 1s;
    transform: translate(0);
  }
}
.main-title .in {
  -webkit-animation: ft 1s forwards;
          animation: ft 1s forwards;
}

.content-wrap .occ.in {
  -webkit-animation: ft 1s forwards;
          animation: ft 1s forwards;
  opacity: 0;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.content-wrap .pht-box.in {
  -webkit-animation: ft 1s forwards;
          animation: ft 1s forwards;
  opacity: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@media screen and (min-width: 769px), print {
  .more {
    display: block;
    transition: opacity 0.7s ease;
  }
  .more .btn {
    font-size: 10px;
    line-height: 1;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    padding-right: 55px;
  }
  .more .btn::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 5px;
    margin: auto;
    width: 40px;
    height: 6px;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    transform: skew(45deg);
    transition: transform 0.7s ease;
  }
  .more:hover {
    opacity: 0.7;
  }
  .more:hover .btn::before {
    transform: translateX(10px) skew(45deg);
  }
  .main-title {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 100px;
    position: relative;
    background-image: url(../img/top_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .main-title::after {
    content: "";
    display: block;
    background-image: url(../img/title_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 520px;
    height: 200px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main-title h2 {
    padding: 0;
    width: auto;
  }
  .main-title h2 .en {
    color: #6ac9ff;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
  }
  .main-title h2 .tit {
    display: block;
    font-size: 30px;
    padding: 20px;
    font-weight: 500;
  }
  .main-title p.lead {
    letter-spacing: 0.15em;
    font-size: 18px;
    font-weight: 500;
    margin-top: 85px;
    line-height: 2;
  }
  .content-wrap:not(:first-child) {
    margin-top: 164px;
  }
  .content-area {
    max-width: 1170px;
    min-width: 1040px;
    margin: auto;
    margin-top: 175px;
  }
  .content-wrap:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
  }
  .content-wrap:nth-child(even) .content {
    top: -5%;
    right: 80%;
    left: auto;
  }
  .content-wrap {
    position: relative;
    width: 693px;
  }
  .content-wrap:nth-child(1) {
    margin-bottom: 860px;
  }
  .content-wrap:nth-child(2) {
    margin-bottom: 1800px;
  }
  .content-wrap .pht-box {
    width: 693px;
    position: relative;
    z-index: -2;
  }
  .content-wrap .content {
    position: absolute;
    top: -12%;
    width: 400px;
    left: 80%;
  }
  .content-wrap .content .occ {
    width: 400px;
    height: 400px;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content-wrap .content .occ h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: -8px;
  }
  .content-wrap .content .occ h3 span {
    font-size: 60%;
  }
  .content-wrap .content .occ p {
    text-align: justify;
    font-size: 13px;
    margin-top: 35px;
    max-width: 265px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .content-wrap .content .interview-wrap {
    padding-left: 50px;
    letter-spacing: 0.1em;
    width: 500px;
    position: relative;
  }
  .content-wrap .content .interview-wrap .pht-box_sub {
    position: absolute;
    width: 693px;
    top: -60px;
    left: -553px;
    z-index: -2;
  }
  .content-wrap .content .interview-wrap + .interview-wrap {
    margin-top: 150px;
  }
  .content-wrap .content .interview-wrap:nth-child(4) {
    margin-top: 100px;
  }
  .content-wrap .content .interview-wrap .interview {
    font-size: 15px;
  }
  .content-wrap .content .interview-wrap .txt {
    font-size: 30px;
    font-weight: 500;
  }
  .content-wrap .content .interview-wrap .txt p {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.7;
    height: 100%;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    letter-spacing: 5px;
  }
  .content-wrap .content .interview-wrap .txt p::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    content: "";
    width: 100%;
    height: 1.6em;
    background-color: white;
  }
  .content-wrap .content .interview-wrap .prof {
    margin-top: 20px;
    font-weight: 500;
  }
  .content-wrap .content .interview-wrap .prof .name {
    font-size: 20px;
  }
  .content-wrap .content .interview-wrap .prof .name .en {
    font-size: 12px;
    margin-left: 12px;
    font-weight: normal;
  }
  .content-wrap .content .interview-wrap .prof .other {
    margin-top: 8px;
  }
  .content-wrap:nth-child(2) .content .interview-wrap .occ {
    margin-left: -60px;
  }
  .content-wrap:nth-child(2) .content .interview-wrap .pht-box_sub {
    right: -400px;
    left: auto;
  }
}
@media screen and (max-width: 768px), print {
  .more {
    display: block;
    transition: opacity 0.7s ease;
  }
  .more .btn {
    font-size: 10px;
    line-height: 1;
    margin-top: 24px;
    display: inline-block;
    position: relative;
    padding-right: 55px;
  }
  .more .btn::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 5px;
    margin: auto;
    width: 40px;
    height: 6px;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    transform: skew(45deg);
    transition: transform 0.7s ease;
  }
  .main-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
    background-image: url(../img/top_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .main-title::after {
    content: "";
    display: block;
    background-image: url(../img/title_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 38vw;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main-title h2 {
    padding: 0;
    width: auto;
  }
  .main-title h2 .en {
    color: #6ac9ff;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
  }
  .main-title h2 .tit {
    display: block;
    font-size: 24px;
    padding: 14px 0;
    font-weight: 500;
  }
  .main-title qqq p.lead {
    font-size: 16px;
    font-weight: 500;
    margin-top: 60px;
    line-height: 2;
    letter-spacing: 0.15em;
  }
  .content-wrap:not(:first-child) {
    margin-top: 360px;
  }
  .content-area {
    padding: 0 5%;
    padding-top: 280px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .content-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .content-wrap:nth-child(1) .interview-wrap + .interview-wrap {
    padding-top: 30% !important;
  }
  .content-wrap .pht-box {
    width: 120%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
  }
  .content-wrap .content {
    margin-top: -250px;
    width: 100%;
    padding: 0;
  }
  .content-wrap .content .occ {
    min-width: 310px;
    max-width: 350px;
    width: 93%;
    margin-right: -50px;
    margin-left: auto;
    min-height: 82vw;
    aspect-ratio: 1/1;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content-wrap .content .occ h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-top: -5px;
  }
  .content-wrap .content .occ p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-top: 12px;
    max-width: 210px;
  }
  .content-wrap .content .interview-wrap {
    margin: auto;
    margin-top: 70%;
    letter-spacing: 0.1em;
    position: relative;
  }
  .content-wrap .content .interview-wrap + .interview-wrap {
    padding-top: 100%;
  }
  .content-wrap .content .interview-wrap + .interview-wrap + .interview-wrap {
    padding-top: 30%;
  }
  .content-wrap .content .interview-wrap .occ {
    position: absolute;
    top: -190px;
    left: 0;
  }
  .content-wrap .content .interview-wrap .pht-box_sub {
    position: absolute;
    bottom: 165px;
    left: -20%;
    z-index: -2;
    width: 120%;
  }
  .content-wrap .content .interview-wrap .interview {
    font-size: 15px;
  }
  .content-wrap .content .interview-wrap .txt p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    height: 100%;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    letter-spacing: 0.2em;
  }
  .content-wrap .content .interview-wrap .txt p::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    content: "";
    width: 100%;
    height: 1.6em;
    background-color: white;
  }
  .content-wrap .content .interview-wrap .prof {
    margin-top: 10px;
    font-weight: 500;
  }
  .content-wrap .content .interview-wrap .prof .name {
    font-size: 18px;
  }
  .content-wrap .content .interview-wrap .prof .name .en {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .content-wrap .content .interview-wrap .prof .other {
    margin-top: 3px;
  }
  .content-wrap:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
  }
  .content-wrap:nth-child(even) .pht-box {
    left: 0;
    right: auto;
  }
  .content-wrap:nth-child(even) .content {
    top: -5%;
    right: 80%;
    left: auto;
  }
  .content-wrap:nth-child(even) .occ {
    margin-left: -50px;
    margin-right: auto;
  }
  .content-wrap:nth-child(even) .interview-wrap {
    text-align: right;
  }
  .content-wrap:nth-child(2) .content .interview-wrap .pht-box_sub {
    position: absolute;
    bottom: 165px;
    right: -20%;
    left: auto;
    z-index: -2;
    width: 120%;
  }
}
/*# sourceMappingURL=index.css.map */