@charset "UTF-8";
#site-footer {
  margin-top: 0;
}

main {
  padding-bottom: 120px;
}

.body-bg {
  background-image: url(img/01-mv.jpg);
  background-size: cover;
  background-position: center top;
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  .body-bg {
    background-size: cover;
  }
}

/*============================

青ボカシ背景

============================*/
.bg-bl-blur {
  background: rgba(255, 255, 255, 0.5);
}
.bg-bl-blur::before {
  background: #255AA5;
  opacity: 0.6;
}

/*============================
.ct-pagettl
============================*/
.ct-pagettl {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ct-pagettl {
    padding-top: 100px;
  }
}
.ct-pagettl .ct-pagettl-inner {
  padding: 0 40px;
  position: absolute;
  left: 0;
  top: 170px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ct-pagettl .ct-pagettl-inner {
    position: static;
    padding: 20px 20px 0;
  }
}
.ct-pagettl .ct-pagettl-inner h1 {
  color: #fff;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 72px;
  line-height: 1;
  text-align: right;
  position: absolute;
  right: 20px;
  top: -0.15em;
  display: flex;
  align-items: baseline;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ct-pagettl .ct-pagettl-inner h1 {
    position: static;
    font-size: 12.5333333333vw;
  }
}
.ct-pagettl .ct-pagettl-inner h1 small {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 0.28em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .ct-pagettl .ct-pagettl-inner h1 small {
    font-size: 0.4em;
  }
}
.ct-pagettl .ct-pagettl-inner p.ttl-small {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0 0 0.7em;
}
@media screen and (max-width: 768px) {
  .ct-pagettl .ct-pagettl-inner p.ttl-small {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ct-pagettl .ct-pagettl-inner p.letter-copy.letter-copy40 {
    margin: 0;
  }
}
.ct-pagettl figure {
  margin: 261px 0 0;
}
@media screen and (max-width: 768px) {
  .ct-pagettl figure {
    margin: -20px 0 0;
    height: 45vh;
  }
}
@media screen and (max-width: 768px) {
  .ct-pagettl figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 36% 0%;
  }
}

.cross-talk01 .ct-pagettl figure img {
  object-position: 40% center;
}

.cross-talk02 .ct-pagettl figure img {
  object-position: 47% center;
}

/*============================
#prof
============================*/
#prof {
  padding-top: 130px;
  padding-bottom: 423px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #prof {
    padding: 100px 0;
  }
}
#prof .uk-container h2 {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 2.625em;
}
@media screen and (max-width: 768px) {
  #prof .uk-container h2 {
    font-size: 22px;
  }
}
#prof .uk-container .flex {
  max-width: 1200px;
  gap: 8.7%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #prof .uk-container .flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #prof .uk-container .flex > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    overflow: hidden;
  }
}
#prof .uk-container .flex > div:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -16%;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  #prof .uk-container .flex > div:not(:first-of-type)::before {
    display: none;
  }
}
#prof .uk-container .flex div {
  position: relative;
}
#prof .uk-container .flex div figure {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #prof .uk-container .flex div figure {
    width: 120px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
  }
}
#prof .uk-container .flex div figure img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #prof .uk-container .flex div figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#prof .uk-container .flex div h3 {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.6785714286;
  text-align: left;
  color: #fff;
  margin: 1em 0 0.1em;
}
@media screen and (max-width: 768px) {
  #prof .uk-container .flex div h3 {
    font-size: 18px;
  }
}
#prof .uk-container .flex div h3 + p {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 25.6px;
  text-align: left;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #prof .uk-container .flex div h3 + p {
    font-size: 12px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  #prof .uk-container .flex div dl {
    clear: both;
  }
}
#prof .uk-container .flex div dl dt {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: left;
  color: #255aa5;
  padding-left: 0.7em;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  #prof .uk-container .flex div dl dt {
    font-size: 12px;
  }
}
#prof .uk-container .flex div dl dd {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #prof .uk-container .flex div dl dd {
    font-size: 12px;
  }
}

/*============================
.ct-sec
============================*/
.ct-sec .ct-sec-ttl figure {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.ct-sec .ct-sec-ttl figure img {
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .ct-sec .ct-sec-ttl figure img {
    border-radius: 0;
  }
}
.ct-sec .ct-sec-ttl figure figcaption {
  position: absolute;
  left: 88px;
  bottom: 174px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ct-sec .ct-sec-ttl figure figcaption {
    position: relative !important;
    left: 0px !important;
    bottom: auto !important;
    top: -20px !important;
    z-index: 1;
  }
}
.ct-sec .ct-sec-ttl figure figcaption h2.letter-copy.letter-copy29 {
  margin: 0;
}
.ct-sec .ct-sec-ttl figure figcaption h2.letter-copy.letter-copy29 p {
  margin: 0;
}
.ct-sec .ct-sec-body {
  max-width: 1280px;
  margin: auto;
  position: relative;
  top: -113px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .ct-sec .ct-sec-body {
    top: 0;
  }
}
.ct-sec .ct-sec-body .ct-sec-body-wrap {
  width: 1152px;
  border-radius: 10px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .ct-sec .ct-sec-body .ct-sec-body-wrap {
    padding: 0 20px;
    border-radius: 0 !important;
  }
}
.ct-sec .ct-sec-body .ct-sec-body-wrap .w768 {
  max-width: 768px;
  margin: auto;
}
.ct-sec .ct-sec-body .ct-sec-body-wrap .w768 h3 {
  position: relative;
  padding: 0 0 0 80px;
  margin: 90px 0 40px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 34px;
  text-align: left;
  color: #255aa5;
}
.ct-sec .ct-sec-body .ct-sec-body-wrap .w768 h3::before {
  content: "";
  display: block;
  width: 65px;
  height: 1.5px;
  position: absolute;
  left: 0;
  top: 0.85em;
  background: #255aa5;
}
.ct-sec .ct-sec-body .ct-sec-body-wrap .w768 .ct-item {
  position: relative;
  padding: 0 0 0 112px;
  margin: 0 0 45px;
  min-height: 88px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ct-sec .ct-sec-body .ct-sec-body-wrap .w768 .ct-item {
    padding: 0 0 0 80px;
    margin: 0 0 30px;
    min-height: 65px;
  }
}
.ct-sec .ct-sec-body .ct-sec-body-wrap .w768 .ct-item::before {
  content: "";
  display: block;
  width: 88px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .ct-sec .ct-sec-body .ct-sec-body-wrap .w768 .ct-item::before {
    width: 65px;
    border-radius: 5px;
  }
}
.ct-sec .ct-sec-body .ct-sec-body-wrap .w768 .ct-item dt {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #255aa5;
  line-height: 1;
  float: left;
  margin-right: 0.7em;
  transform: translateY(0.15em);
}
@media screen and (max-width: 768px) {
  .ct-sec .ct-sec-body .ct-sec-body-wrap .w768 .ct-item dt {
    font-size: 18px;
  }
}
.ct-sec .ct-sec-body .ct-sec-body-wrap .w768 .ct-item dd {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.85;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  .ct-sec .ct-sec-body .ct-sec-body-wrap .w768 .ct-item dd {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}
.ct-sec .ct-sec-body .ct-sec-body-wrap figure.ct-photo {
  margin: 110px 83px 0 128px;
}
@media screen and (max-width: 768px) {
  .ct-sec .ct-sec-body .ct-sec-body-wrap figure.ct-photo {
    margin: 50px 0 0 0;
  }
}
.ct-sec .ct-sec-body .ct-sec-body-wrap figure.ct-photo img {
  border-radius: 10px;
}
/*============================
#ct01,
#ct03
============================*/
#ct01 .ct-sec-ttl figure figcaption h2.letter-copy.letter-copy29 span,
#ct03 .ct-sec-ttl figure figcaption h2.letter-copy.letter-copy29 span {
  background: #255aa5;
  color: #fff;
}

/*============================
#ct02,
#ct04
============================*/
#ct02,
#ct04 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #ct02,
#ct04 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#ct02 .ct-sec-bg,
#ct04 .ct-sec-bg {
  position: absolute;
  left: 0;
  top: 290px;
  width: 100%;
  height: calc(100% - 290px);
}
@media screen and (max-width: 768px) {
  #ct02 .ct-sec-bg,
#ct04 .ct-sec-bg {
    display: none;
  }
}
#ct02 .ct-sec-ttl figure,
#ct04 .ct-sec-ttl figure {
  max-width: 1280px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #ct02 .ct-sec-ttl figure,
#ct04 .ct-sec-ttl figure {
    display: block;
  }
}
#ct02 .ct-sec-ttl figure img,
#ct04 .ct-sec-ttl figure img {
  border-radius: 10px 0 0 10px;
  max-width: 1134px;
  display: block;
}
@media screen and (max-width: 768px) {
  #ct02 .ct-sec-ttl figure img,
#ct04 .ct-sec-ttl figure img {
    max-width: 100%;
    border-radius: 0;
  }
}
#ct02 .ct-sec-ttl figure figcaption,
#ct04 .ct-sec-ttl figure figcaption {
  left: 40px;
  bottom: 232px;
}
@media screen and (max-width: 768px) {
  #ct02 .ct-sec-ttl figure figcaption,
#ct04 .ct-sec-ttl figure figcaption {
    left: 0;
    bottom: auto;
    top: 0;
  }
}
#ct02 .ct-sec-body,
#ct04 .ct-sec-body {
  top: -154px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #ct02 .ct-sec-body,
#ct04 .ct-sec-body {
    top: 0;
  }
}
#ct02 .ct-sec-body .ct-sec-body-wrap,
#ct04 .ct-sec-body .ct-sec-body-wrap {
  max-width: 1152px;
  margin: 0;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 90px;
}

/*============================
#ct01
============================*/
#ct01 .ct-sec-ttl figure img {
  margin-top: -303px;
}
@media screen and (max-width: 768px) {
  #ct01 .ct-sec-ttl figure img {
    margin-top: 0;
  }
}

/*============================
#ct03
============================*/
#ct03 .ct-sec-ttl figure figcaption {
  width: 86%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #ct03 .ct-sec-ttl figure figcaption {
    width: auto;
    justify-content: flex-start;
  }
}

/*============================
サムネ
============================*/
.ct-name-YO::before {
  background-image: url(img/01-thumb-01.jpg);
}

.ct-name-RK::before {
  background-image: url(img/01-thumb-02.jpg);
}

.ct-name-YY::before {
  background-image: url(img/01-thumb-03.jpg);
}

.ct-name-NK::before {
  background-image: url(img/01-thumb-NK.jpg);
}

.ct-name-SO::before {
  background-image: url(img/01-thumb-SO.jpg);
}

.ct-name-MH::before {
  background-image: url(img/01-thumb-MH.jpg);
}

.ct-name-LTPD::before {
  background-image: url(img/03-thumb-LTPD.jpg);
}

.ct-name-YI::before {
  background-image: url(img/03-thumb-YI.jpg);
}

.ct-name-TM::before {
  background-image: url(img/03-thumb-TM.jpg);
}

/*====================================================================================

.cross-talk03

====================================================================================*/
body.cross-talk02 .body-bg {
  background-image: url(img/02-mv.jpg);
}

/*====================================================================================

.cross-talk03

====================================================================================*/
body.cross-talk03 {
  /*============================
  #prof
  ============================*/
}
body.cross-talk03 .body-bg {
  background-image: url(img/03-mv.jpg);
}
body.cross-talk03 #prof .prof-03 {
  overflow: hidden;
}
body.cross-talk03 #prof .prof-03 * {
  margin: 0;
  padding: 0;
}
body.cross-talk03 #prof .prof-03 .prof-03-item {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.cross-talk03 #prof .prof-03 .prof-03-item {
    gap: 20px;
  }
}
body.cross-talk03 #prof .prof-03 .prof-03-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 32px;
  margin-bottom: 32px;
}
body.cross-talk03 #prof .prof-03 .prof-03-item figure {
  flex: 0 0 422px;
  display: flex;
  gap: 43px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body.cross-talk03 #prof .prof-03 .prof-03-item figure {
    gap: 20px;
  }
}
body.cross-talk03 #prof .prof-03 .prof-03-item figure img {
  display: block;
  width: 173px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  body.cross-talk03 #prof .prof-03 .prof-03-item figure img {
    width: 120px;
  }
}
body.cross-talk03 #prof .prof-03 .prof-03-item figure figcaption {
  flex: 0 0 206px;
}
@media screen and (max-width: 768px) {
  body.cross-talk03 #prof .prof-03 .prof-03-item figure figcaption {
    flex: 1;
  }
}
body.cross-talk03 #prof .prof-03 .prof-03-item figure figcaption h3 {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.cross-talk03 #prof .prof-03 .prof-03-item figure figcaption h3 {
    font-size: 18px;
  }
}
body.cross-talk03 #prof .prof-03 .prof-03-item figure figcaption p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body.cross-talk03 #prof .prof-03 .prof-03-item figure figcaption p {
    font-size: 12px;
  }
}
body.cross-talk03 #prof .prof-03 .prof-03-item dl {
  flex: 1;
}
body.cross-talk03 #prof .prof-03 .prof-03-item dl dt {
  line-height: 25px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #255aa5;
  padding-left: 6px;
}
@media screen and (max-width: 768px) {
  body.cross-talk03 #prof .prof-03 .prof-03-item dl dt {
    font-size: 12px;
  }
}
body.cross-talk03 #prof .prof-03 .prof-03-item dl dd {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 27.2px;
  text-align: left;
  padding-top: 0.9em;
}
@media screen and (max-width: 768px) {
  body.cross-talk03 #prof .prof-03 .prof-03-item dl dd {
    font-size: 12px;
    line-height: 1.6;
  }
}
body.cross-talk03 #ct03 .ct-sec-ttl figure {
  max-width: 1280px;
}
body.cross-talk03 #ct03 .ct-sec-ttl figure figcaption {
  display: block;
}