@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

html {
  font-size: 62.5%;
  background-color: #f2f2f2;
}

body {
  font-family: Noto Sans JP, sans-serif, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
    Helvetica Neue;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1;
}

a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  opacity: 0.7;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.wrap {
  display: flex;
}

.fd--reverse {
  flex-direction: row-reverse;
}

.sec__block .wrap:not([class*="non-gap"]) {
  column-gap: 50px;
}

.section__interview .wrap:not([class*="col-"])>.sec__photo, .section__interview .wrap>.sec__text {
  width: 50%;
}

.col-2 {
  width: 50%;
}

.col-1 {
  width: 100%;
}

.w-07 {
  width: 70%;
  margin: 0 auto;
}

.note {
  line-height: 1.5;
  margin-top: 6px;
  display: inline-block;
}

.note a {
  color: #002663;
  text-decoration: underline;
}

.related_link {
  background-color: #FFFFFF;
  padding: 48px 0;
  text-align: center;
}

.related_link a {
  color: #002663;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}

/* /////////////////// */

#wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 2%;
}

/* /////////////////// */

#header {
  display: flex;
  justify-content: center;
  position: fixed;
  padding-top: 38px;
  width: 268px;
  height: 115px;
  top: 0;
  z-index: 1;
  background-color: #002663;
}

/* /////////////////// */

.section__hero {
  position: relative;
  min-height: 100vh;
  padding: 0;
  background-image: url(/case1/assets/img/img-main.jpg);
  background-position: 30% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#case2-01 .section__hero {
  background-image: url(/case2/assets/img/img-main-1.jpg);
  background-position: center;
}

#case2-02 .section__hero {
  background-image: url(/case2/assets/img/img-main-2.jpg);
  background-position: center;
}

.hero__catch {
  width: 600px;
  display: block;
  position: absolute;
  bottom: -110px;
  right: 5%;
}

#case2-01 .hero__catch, #case2-02 .hero__catch {
  width: 660px;
}

.hero__catch h1 {
  font-size: 25px;
  line-height: 1.4;
  color: #ffffff;
}

.hero__catch--headline {
  display: flex;
  align-items: center;
  height: 250px;
  padding: 0 60px;
  background: #00000057 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.chapter__label {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

.sec__block--05 .chapter__label {
  justify-content: center;
}

.chapter__label .logo {
  margin-left: 20px;
}

.hero__catch--info {
  display: flex;
  align-items: center;
  height: 110px;
  padding: 0 60px;
  color: #ffffff;
  background-color: #002663;
}

#case2-01 .hero__catch--info .inner, #case2-02 .hero__catch--info .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hero__catch--info .company {
  font-size: 18px;
  font-weight: bold;
}

.hero__catch--info .company+.name {
  margin-top: 10px;
}

.hero__catch--info .position {
  font-size: 12px;
  margin-top: 8px;
}

.hero__catch--info .name {
  font-size: 14px;
  font-weight: bold;
}

/* /////////////////// */

.offset--right {
  margin-right: -120px;
}

.offset--left {
  margin-left: -120px;
}

.expand--center {
  margin: 0 auto;
}

/* /////////////////// */

.section__about {
  padding: 200px 0 100px;
  background-color: #ffffff;
}

.section__about .wrap {
  align-items: center;
}

.section__about .logo {
  width: 30%;
}

.section__about .sec__text {
  width: 70%;
}

/* /////////////////// */

.sec__block {
  padding-bottom: 100px;
}

.sec__block .wrap+.wrap {
  margin-top: 100px;
}

.sec__block--01 {
  background-color: #f2f2f2;
}

.sec__block--02 {
  background-color: #002663;
  color: #ffffff;
}

.sec__block--03 {
  background-color: #ffffff;
}

.sec__block--04 {
  background-color: #e5e5e5;
}

.sec__block--05 {
  background-color: #002663;
  color: #ffffff;
  padding-bottom: 0;
}

.sec__block--04 .sec__img {
  padding-bottom: 80px;
}

.sec__block--01 .sec__img figure {
  position: relative;
}

.sec__block--01 .sec__img figure {
  position: relative;
}

.source {
  position: absolute;
  bottom: 16px;
  left: 24px;
  font-size: 11px;
  color: #FFFFFF;
}

.sec__img img {
  width: 100%;
  height: 326px;
  object-fit: cover;
  overflow: hidden;
}

.sec__headline h2 {
  font-size: 30px;
  line-height: 1.75;
  padding: 80px 0;
}

.sec__text p+h3 {
  margin-top: 40px;
}

.sec__text h3 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.sec__text p {
  font-size: 14px;
  line-height: 1.85;
}

.sec__block--05 .sec__info {
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sec__block--05 .sec__info>.logo {
  margin-bottom: 70px;
}

.sec__block--05 .sec__text .link {
  text-align: center;
}

.sec__block--05 .sec__info a {
  color: #00ebff;
  font-size: 12px;
}

.sec__block--05 .sec__text p {
  font-size: 12px;
  line-height: 2.2;
  margin-top: 30px;
  max-width: 340px;
}

.sec__text .name {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.sec__text .name span {
  font-size: 18px;
  margin-left: 10px;
}

/* /////////////////// */

#footer {
  color: #a2a2a2;
  text-align: center;
  padding: 50px 0;
}

.footer__text {
  font-size: 10px;
  margin-top: 25px;
}

.footer__text p+p {
  margin-top: 5px;
}

.footer__logo img {
  margin: 0 auto;
}

@media (max-width: 856px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .container {
    padding: 0 7%;
  }

  .wrap {
    flex-direction: column;
  }

  .sec__block .wrap {
    column-gap: 50px;
  }

  .col-2 {
    width: initial;
  }

  .sec__text+.sec__text {
    margin-top: 40px;
  }

  .offset--right {
    margin-right: auto;
  }

  .offset--left {
    margin-left: auto;
  }

  .sec__photo {
    margin: 0 auto;
  }

  .sec__headline h2 {
    font-size: 20px;
    padding: 40px 0;
  }

  .sec__text p {
    font-size: 12px;
    line-height: 2;
  }

  #header {
    padding-top: 23px;
    width: 43%;
    height: 70px;
  }

  #header .logo img {
    height: 32px;
  }

  .sec__img img {
    height: 200px;
    object-position: 20% 50%;
  }

  #case2-01 .sec__img img {
    object-position: 50%;
  }

  #case2-02 .sec__img img {
    object-position: 50%;
  }

  .section__hero {
    min-height: 70vh;
    background-position: 15% 0;
  }

  #case2-01 .section__hero {
    background-position: 47% 0;
  }

  #case2-02 .section__hero {
    background-position: 50% 0;
  }

  .source {
    bottom: 8px;
    font-size: 10px;
  }

  #case2-02 .section__hero .source {
    bottom: 158px;
    left: initial;
    right: 24px;
  }

  .hero__catch {
    width: 95% !important;
    bottom: -72px;
    right: 0;
  }

  #case2-01 .hero__catch, #case2-02 .hero__catch {
    bottom: -96px;
  }

  .hero__catch--headline {
    height: 150px;
    padding: 0 35px;
  }

  #case2-01 .hero__catch--headline, #case2-02 .hero__catch--headline {
    padding: 0 2% 0 6%;
  }

  .hero__catch h1 {
    font-size: 15px;
  }

  .hero__catch .chapter__label {
    margin-bottom: 10px;
  }

  .hero__catch .chapter__label .number img {
    height: 45px;
  }

  .hero__catch .chapter__label .logo img {
    height: 20px;
  }

  .hero__catch--info {
    height: 72px;
    padding: 0 35px;
  }

  #case2-01 .hero__catch--info, #case2-02 .hero__catch--info {
    height: 96px;
    padding: 0 4% 0 6%;
  }

  .hero__catch--info .company {
    font-size: 13px;
  }

  .hero__catch--info .position {
    font-size: 9px;
    margin-top: 4px;
    letter-spacing: 0;
  }

  .hero__catch--info .name {
    font-size: 13px;
  }

  .hero__catch--info .company+.name {
    margin-top: 5px;
  }

  .section__about {
    padding: 160px 0 80px;
  }

  .section__about .sec__text {
    width: initial;
  }

  .section__about .logo {
    margin-bottom: 40px;
  }

  .section__about .logo img {
    width: 140px;
  }

  .section__interview .wrap:not([class*="col-"])>.sec__photo, .section__interview .wrap>.sec__text {
    width: initial;
  }

  .section__interview .wrap>div:not([class*="offset--"]) {
    width: initial;
  }

  .sec__block .wrap+.wrap {
    margin-top: 80px;
  }

  .sec__block {
    padding-bottom: 80px;
  }

  .sec__photo {
    margin-bottom: 40px;
  }

  .sec__photo {
    margin-bottom: 40px;
  }

  .sec__text .name {
    font-size: 23px;
    margin-bottom: 30px;
  }

  .sec__block--05 {
    padding-bottom: 60px;
  }

  .sec__block--05 .sec__info {
    padding: 40px 10% 0;
  }

  .sec__block--05 .sec__info>.logo {
    margin-bottom: 40px;
  }

  .sec__block--05 .sec__info>.logo img {
    width: 140px;
  }
}