body {
  background: transparent;
}

.bg-photo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm-ttl {
  padding: 350px 72px 70px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cm-ttl {
    height: 100dvh;
    padding: 0 0 10vh 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.cm-ttl .icon-01 {
  display: block;
  aspect-ratio: 446/724;
  width: 446px;
  background: url(img/icon-01.svg);
  background-size: cover;
  position: absolute;
  right: -50px;
  top: -90px;
}
@media screen and (max-width: 768px) {
  .cm-ttl .icon-01 {
    width: 65%;
    top: auto;
    bottom: 0;
    right: -15%;
  }
}
.cm-ttl h1 {
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: 600;
  font-size: 80px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cm-ttl h1 {
    font-size: 60px;
  }
}
.cm-ttl h1 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 0.4em;
  letter-spacing: 0.06em;
  padding-top: 0.85em;
}

main {
  position: relative;
}
main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 150px;
  z-index: -1;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  main::before {
    top: 80px;
  }
}

.prof {
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto 94px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .prof {
    padding: 0 20px;
  }
}
.prof .box {
  margin: 0;
  padding: 0 40px;
  overflow: hidden;
  box-shadow: 3px 3px 80px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .prof .box {
    padding: 0 30px;
  }
}
.prof .box .box-body {
  max-width: 1021px;
  margin: auto;
  padding: 45px 0 55px;
}
@media screen and (max-width: 768px) {
  .prof .box .box-body {
    padding: 30px 0;
  }
}
.prof .box .box-body h2 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: left;
  color: #212121;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 768px) {
  .prof .box .box-body h2 {
    font-size: 25px;
  }
}
.prof .box .box-body p {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #212121;
  padding: 0;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .prof .box .box-body p {
    font-size: 14px;
  }
}
.prof .box .box-body dl.past-career dt {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #FA7800;
  padding: 1.5em 0 1.5em;
}
@media screen and (max-width: 768px) {
  .prof .box .box-body dl.past-career dt {
    font-size: 14px;
  }
}
.prof .box .box-body dl.past-career dd ul li {
  display: flex;
  gap: 1em;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .prof .box .box-body dl.past-career dd ul li {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0.7em;
  }
}
.prof .box .box-body dl.past-career dd ul li span.year {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .prof .box .box-body dl.past-career dd ul li span {
    display: block;
  }
}

.history {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .history {
    padding: 0 20px;
  }
}
.history figure {
  margin: 0;
  padding: 0;
}

.history-body {
  padding-bottom: 90px;
  padding-left: 35px;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history-body {
    padding: 0 0 30px 0;
  }
}
.history-body::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 2px dotted #fa7800;
  position: absolute;
  left: 33px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .history-body::before {
    left: 0;
  }
}
.history-body .flex:nth-of-type(1) {
  gap: 63px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .history-body .flex:nth-of-type(1) {
    display: block;
  }
}
.history-body .flex:nth-of-type(1) .his-photo-01 {
  flex: 0 0 43.5833333333%;
}
@media screen and (max-width: 768px) {
  .history-body .flex:nth-of-type(1) .his-photo-01 {
    margin-left: 20px;
  }
}
.history-body .his-photo-02 {
  margin-left: 40px;
  margin-bottom: 80px;
  margin: 65px 0 80px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history-body .his-photo-02 {
    margin: 60px 0 60px 20px;
  }
}
.history-body .his-photo-02::before {
  content: "";
  display: block;
  max-width: 342px;
  width: 26.71875vw;
  aspect-ratio: 342/1058;
  background: url(img/icon-02.svg);
  background-size: cover;
  position: absolute;
  right: -40px;
  top: 219px;
}
@media screen and (max-width: 768px) {
  .history-body .his-photo-02::before {
    display: none;
  }
}

.his-item {
  max-width: 578px;
  max-width: 45.15625vw;
  padding-left: 33px;
}
@media screen and (max-width: 768px) {
  .his-item {
    max-width: none;
    padding-left: 20px;
  }
}
.his-item:not(:last-of-type) {
  margin-bottom: 80px;
}
.his-item .his-ttl {
  display: flex;
  border-bottom: 1px solid #FA7800;
  gap: 70px;
  padding-bottom: 35px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .his-item .his-ttl {
    display: block;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.his-item .his-ttl p {
  margin: 0;
  padding: 0;
}
.his-item .his-ttl p:nth-of-type(1) {
  flex-shrink: 0;
  color: #FA7800;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  gap: 0.3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .his-item .his-ttl p:nth-of-type(1) {
    font-size: 14px;
  }
}
.his-item .his-ttl p:nth-of-type(1)::before, .his-item .his-ttl p:nth-of-type(1)::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: absolute;
  top: 12px;
}
.his-item .his-ttl p:nth-of-type(1)::before {
  width: 10px;
  background: #fa7800;
  left: -39px;
  top: 17px;
}
@media screen and (max-width: 768px) {
  .his-item .his-ttl p:nth-of-type(1)::before {
    left: -24px;
  }
}
.his-item .his-ttl p:nth-of-type(1)::after {
  width: 20px;
  background: rgba(250, 120, 0, 0.3);
  left: -44px;
}
@media screen and (max-width: 768px) {
  .his-item .his-ttl p:nth-of-type(1)::after {
    left: -29px;
  }
}
.his-item .his-ttl p:nth-of-type(1) strong {
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-family: "Nunito Sans";
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75em;
  letter-spacing: 0.04em;
}
.his-item .his-ttl p:nth-of-type(2) {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: left;
  color: #171717;
}
@media screen and (max-width: 1024px) {
  .his-item .his-ttl p:nth-of-type(2) br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .his-item .his-ttl p:nth-of-type(2) {
    font-size: 16px;
  }
}
.his-item .his-ttl + p {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .his-item .his-ttl + p {
    font-size: 13px;
  }
}

.his-photo-02 + .his-item {
  max-width: 100%;
  margin-right: 390px;
}
@media screen and (max-width: 768px) {
  .his-photo-02 + .his-item {
    margin-right: 0;
  }
}

.future {
  padding: 0 40px 140px;
}
@media screen and (max-width: 768px) {
  .future {
    padding: 0 20px 70px;
  }
}
.future .future-body {
  max-width: 1136px;
  margin: auto;
  color: #fff;
  position: relative;
  padding: 0 20px;
  background: linear-gradient(-50deg, transparent 74px, #FA7800 0px);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .future .future-body {
    display: block;
    padding: 0;
    background: linear-gradient(-50deg, transparent 45px, #FA7800 0px);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.future .future-body div:nth-of-type(1) {
  flex: 0 0 142px;
  width: 142px;
  border-right: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .future .future-body div:nth-of-type(1) {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding: 20px 30px;
  }
}
.future .future-body div:nth-of-type(1) span.verticalttl {
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  color: #fff;
  position: absolute;
  left: 42%;
  top: 0;
  transform: rotate(90deg);
  transform-origin: left center;
}
@media screen and (max-width: 768px) {
  .future .future-body div:nth-of-type(1) span.verticalttl {
    transform: none;
    font-size: 35px;
    position: static;
  }
}
.future .future-body div:nth-of-type(2) {
  flex: 1;
  padding: 45px 58px 85px 120px;
}
@media screen and (max-width: 768px) {
  .future .future-body div:nth-of-type(2) {
    padding: 40px 30px;
  }
}
.future .future-body div:nth-of-type(2) h2 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: right;
  color: #fff;
  margin: 0 0 2.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .future .future-body div:nth-of-type(2) h2 {
    font-size: 18px;
    text-align: left;
  }
}
.future .future-body div:nth-of-type(2) h3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.666;
  text-align: left;
  color: #fff;
  margin: 0 0 2em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .future .future-body div:nth-of-type(2) h3 {
    font-size: 18px;
    text-align: left;
  }
}
.future .future-body div:nth-of-type(2) p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .future .future-body div:nth-of-type(2) p {
    font-size: 13px;
  }
}

.endphoto {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .endphoto {
    padding-bottom: 60px;
  }
}