@charset "utf-8";

/* overwrite
--------------------------------- */

.Column-detail .sec .flexbox {
  align-items: flex-start;
}
.Column-detail .lead {
  font-size: 1.8rem;
}

/* intro
--------------------------------- */
.intro {
  max-width: 1280px;
  margin: 0 auto;
}
.intro .lead-title {
  font-size: 2.4rem;
  text-align: center;
}
.intro .lead-title + p {
  margin-top: 30px;
  text-align: center;
}

/* sec01
--------------------------------- */
.sec01 .flex {
  display: flex;
  justify-content: space-between;
}
.sec01 .photowrap .photo {
  width: 100%;
}

/* sec02
--------------------------------- */

.sec02 .col01 .txtwrap .photo {
  width: 100%;
  margin: 20px auto 0;
}
.sec02 .profile {
  margin: 80px auto 0;
  padding: 60px;
  background: url(../images/column/column06/bg_profile_pc.webp) center no-repeat;
  background-size: cover;
  position: relative;
}
.sec02 .profile .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.sec02 .profile .flex .txtwrap {
  width: calc(100% - 480px);
}
.sec02 .profile .flex .txtwrap h4 {
  font-size: 2.4rem;
  font-weight: 600;
}
.sec02 .profile .flex .txtwrap h4 + .txt {
  margin-top: 16px;
  line-height: 1.8;
}
.sec02 .profile .flex .txtwrap .box-sns {
  display: inline-flex;
  margin-top: 24px;
  padding: 12px 32px;
  background: #ffffff;
  border-radius: 4px;
  align-items: center;
}
.sec02 .profile .flex .txtwrap .box-sns dt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 24px;
  padding: 8px 24px 8px 0;
  border-right: 1px solid  #B5B5B5;
}
.sec02 .profile .flex .txtwrap .box-sns dd a {
  display: flex;
  align-items: center;
}
.sec02 .profile .flex .txtwrap .box-sns dd:last-of-type {
  margin-left: 30px;
}
.sec02 .profile .flex .txtwrap .box-sns dd .logo {
  margin-right: 12px;
}
.sec02 .profile .flex .txtwrap .box-sns dd .logo img {
  vertical-align: middle;
}
.sec02 .profile .flex .txtwrap .box-sns dd .logo + p {
  font-size: 1.4rem;
  line-height: 1;
}
.sec02 .profile .bg-usa {
  position: absolute;
  top: 0;
  left: 9%;
}
.sec02 .profile .ttl-profile {
  width: 15%;
  position: absolute;
  top: 24px;
  right: 36px;
}

.caption-bottom {
  width: 90%;
  max-width: 1280px;
  margin: 20px auto 0;
  color: #898989;
  font-size: 1.2rem;
}

@media screen and (max-width:768px) {

  /* intro
  --------------------------------- */
  .Column-detail .sec.intro .flexbox {
    display: block;
  }
  .intro .lead-title {
    font-size: 1.8rem;
  }
  .intro .lead-title + p {
    margin-top: 12px;
    text-align: left;
  }

  /* sec01
  --------------------------------- */
  .Column-detail .sec.sec01 .flexbox {
    flex-wrap: wrap-reverse;
  }
  .sec01 .txtwrap {
    margin-top: 25px;
  }
  .sec01 .photowrap {
    width: 100%;
  }

  /* sec02
  --------------------------------- */
  .sec02 .txtwrap .flex {
    display: block;
  }
  .sec02 .txtwrap .flex .txt {
    margin-top: 25px;
  }
  .Column-detail .sec02 .flexbox {
    flex-wrap: wrap-reverse;
  }
  .sec02 .col01 .txtwrap {
    margin-top: 20px;
  }
  .sec02 .col01 .txtwrap .photo {
    margin: 35px auto 0;
  }

  .sec02 .profile {
    margin: 40px auto 0;
    padding: 8% 5% 5%;
    background: url(../images/column/column06/bg_profile_sp.webp) center no-repeat;
    background-size: cover;
  }
  .sec02 .profile .flex {
    gap: 20px;
  }
  .sec02 .profile .flex .txtwrap {
    width: 100%;
  }
  .sec02 .profile .flex .txtwrap h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .sec02 .profile .flex .txtwrap h4 + .txt {
    margin-top: 12px;
    line-height: 1.7;
  }
  .sec02 .profile .flex .txtwrap .box-sns {
    display: block;
    margin-top: 24px;
    padding: 24px 22px 32px;
  }
  .sec02 .profile .flex .txtwrap .box-sns dt {
    font-size: 2.2rem;
    margin: 0 0 22px 0;
    padding: 0;
    border-right: none;
    text-align: center;
  }
  .sec02 .profile .flex .txtwrap .box-sns dd a {
    display: block;
    text-align: center;
  }
  .sec02 .profile .flex .txtwrap .box-sns dd:last-of-type {
    margin: 24px 0 0 0;
  }
  .sec02 .profile .flex .txtwrap .box-sns dd .logo {
    margin: 0 0 12px 0;
  }
  .sec02 .profile .flex .txtwrap .box-sns dd .logo img {
    height: 24px;
    vertical-align: bottom;
  }
  .sec02 .profile .flex .txtwrap .box-sns dd .logo + p {
    font-size: 1.4rem;
    line-height: 1;
  }
  .sec02 .profile .bg-usa {
    top: 0;
    left: 0;
  }
  .sec02 .profile .ttl-profile {
    display: none;
  }

  .caption-bottom {
    margin-top: 40px;
  }

}
