@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, main, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, img, video, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link img, a:visited img, a:hover img, a img {
  border: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

video, img {
  height: auto;
  max-width: 100%;
}

body {
  background: #fff;
  color: #6b6b6b;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

:root {
  --border-radius: clamp(.563rem, .56vw, 1.125rem);
  --color-primary: #c00000;
  --font-size: clamp(1rem, 1vw, 2rem);
  --margin-center: auto;
  --max-width: 2000px;
  --width: 62.5vw;
}

h1 {
  left: 0;
  position: absolute;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 37.8vw;
}

h2 {
  font-size: clamp(1.688rem, 1.69vw, 3.375rem);
}

h2 span {
  color: var(--color-primary);
}

.section__main-visual {
  margin-bottom: clamp(5.625rem, 5.63vw, 11.25rem);
}

.title-container {
  background: url(bg_main.jpg) no-repeat center / cover;
  position: relative;
}

.title-container:after {
  background-color: var(--color-primary);
  bottom: 0;
  content: "";
  height: clamp(3.75rem, 1.382rem + 4.93vw, 11.25rem);
  left: 0;
  position: absolute;
  width: 100%;
}

.main-visual__title {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: var(--margin-center);
  max-width: var(--max-width);
  padding: clamp(1.875rem, 1.667rem + 1.04vw, 3.75rem) 0;
  position: relative;
  width: var(--width);
  z-index: 3;
}

.main-visual__title figure {
  width: 32.8vw;
}

.main-visual__title figure img {
  border-radius: clamp(1.875rem, -1.375rem + 3.25vw, 5.125rem);
}

.main-visual__lead {
  background-color: var(--color-primary);
  border-radius: 0 0 clamp(1.875rem, 1.194rem + 3.4vw, 8rem) clamp(1.875rem, 1.194rem + 3.4vw, 8rem);
}

.main-visual__lead p {
  color: #fff;
  font-size: var(--font-size);
  margin: var(--margin-center);
  max-width: var(--max-width);
  padding: 0 0 clamp(3.75rem, -.313rem + 4.06vw, 7.813rem);
  width: var(--width);
}

.section__header {
  column-gap: clamp(1.875rem, -1.875rem + 3.75vw, 5.625rem);
  display: flex;
  line-height: 1.4;
  margin: 0 auto clamp(4.375rem, 4.38vw, 8.75rem);
  max-width: var(--max-width);
  padding-bottom: clamp(2.188rem, 2.19vw, 4.375rem);
  position: relative;
  width: var(--width);
}

.section__header:before {
  background-color: #e1e1e1;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.section__header:after {
  background-color: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: clamp(5.625rem, -1.875rem + 7.5vw, 13.125rem);
}

.number {
  color: var(--color-primary);
  column-gap: clamp(.313rem, -1.25rem + 1.56vw, 1.875rem);
  display: flex;
  font-size: clamp(3.125rem, -1.5rem + 4.63vw, 7.75rem);
  line-height: 1;
}

.sharp {
  font-size: clamp(2.625rem, .375rem + 2.25vw, 4.875rem);
}

.text {
  font-size: var(--font-size);
  margin: 0 auto clamp(2.188rem, 2.19vw, 4.375rem);
  max-width: var(--max-width);
  width: var(--width);
}

.text:has(span) {
  column-gap: clamp(1.875rem, 1.88vw, 3.75rem);
  display: flex;
}

.text.text--figure-next {
  margin-bottom: clamp(3.75rem, 3.75vw, 7.5rem);
}

.text.text--last {
  margin-bottom: clamp(5.625rem, 3.75rem + 1.88vw, 7.5rem);
}

.name {
  color: var(--color-primary);
  flex-shrink: 0;
  font-weight: bold;
}

.profile {
  align-items: center;
  background-color: #fff4f4;
  border: 2px solid rgba(230, 200, 200, .5);
  border-radius: 180px;
  display: flex;
  gap: 0 clamp(1.875rem, 1.88vw, 3.75rem);
  margin: 0 auto clamp(3.75rem, 3.75vw, 7.5rem);
  max-width: var(--max-width);
  padding: clamp(.313rem, .31vw, .625rem);
  width: var(--width);
}

.profile__photo {
  border-radius: 180px 0 0 180px;
  width: 27.5%;
}

.profile__job-title {
  flex-basis: 53%;
  font-size: clamp(1rem, .25rem + .75vw, 1.75rem);
  font-weight: bold;
}

.profile__name {
  color: var(--color-primary);
  font-size: clamp(1.625rem, 1.63vw, 3.25rem);
  font-weight: bold;
}

.border {
  height: clamp(9.188rem, .125rem + 9.06vw, 18.25rem);
}

.profile__name span {
  color: #6b6b6b;
  font-size: clamp(1.063rem, 1.06vw, 2.125rem);
  margin-left: 5px;
}

.profile__text {
  align-items: center;
  column-gap: clamp(1.875rem, 1.88vw, 3.75rem);
  display: flex;
  width: 100%;
}

.figure {
  background-color: #f6f8fc;
  border: 2px solid #e6e8ee;
  border-radius: var(--border-radius);
  margin: 0 auto clamp(3.75rem, 3.75vw, 7.5rem);
  max-width: var(--max-width);
  padding: clamp(.75rem, .25rem + .5vw, 1.25rem) clamp(.75rem, .25rem + .5vw, 1.25rem) clamp(2.188rem, 2.19vw, 4.375rem);
  width: var(--width);
}

.figure.figure--pad-even {
  padding: clamp(.75rem, .25rem + .5vw, 1.25rem);
}

.figure img {
  border-radius: var(--border-radius);
  width: 100%;
}

.figure.figure--section-last {
  margin-bottom: clamp(5.625rem, 5.63vw, 11.25rem);
}

.figcaption {
  font-size: var(--font-size);
  font-weight: bold;
  margin-top: clamp(1.875rem, 1.88vw, 3.75rem);
  padding: 0 clamp(.625rem, -.625rem + 1.25vw, 1.875rem);
}

.figcaption__note-zoom {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
}

.social_buttons {
  list-style-type: none;
  margin: 0;
  margin: 0 auto 20px;
  padding: 0;
  text-align: left;
  width: min(1000px, 90%);
}

.social_buttons:before, .social_buttons:after {
  clear: both;
  content: "";
  display: table;
}

.social_buttons li {
  float: left;
  font-size: 12px;
  margin-left: 0;
  margin-right: 10px;
}

.social_buttons li:last-child {
  margin-right: 0;
}

.social_buttons li .fb_iframe_widget > span {
  vertical-align: baseline;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 0 auto 60px;
  max-width: var(--max-width);
  width: var(--width);
}

.link {
  border: 2px solid rgba(204, 0, 0, .5);
  border-radius: 60px;
  color: var(--color-primary);
  display: block;
  font-size: var(--font-size);
  margin: var(--margin-center);
  max-width: 800px;
  padding: clamp(1.25rem, 1.25vw, 2.5rem) 50px;
  position: relative;
  text-align: center;
  transition: all .5s ease;
  width: 25vw;
}

.link:after {
  background: url(./icon_arrow.png) no-repeat center / contain;
  content: "";
  height: var(--icon-size);
  --icon-size: clamp(1.25rem, -1.25rem + 2.5vw, 3.75rem);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: var(--icon-size);
}

.link:hover {
  background-color: #fff4f4;
}

.logo {
  align-items: center;
  border-radius: clamp(.563rem, .56vw, 1.125rem);
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: var(--max-width);
  padding: clamp(4.375rem, 4.38vw, 8.75rem) 15px;
  width: var(--width);
}

.logo img {
  width: clamp(12.5rem, -12.5rem + 25vw, 37.5rem);
}

.footer {
  border-top: 1px solid #cdcdcd;
  padding-top: clamp(2.188rem, 2.19vw, 4.375rem);
}

@media only screen and (max-width: 1600px) {
  .link {
    max-width: 100%;
    width: 400px;
  }
}

@media only screen and (max-width: 1300px) {
  .profile__text {
    align-items: flex-start;
    flex-direction: column;
  }

  .border {
    display: none;
  }

  .profile__photo {
    width: 40%;
  }
}

@media only screen and (max-width: 1000px) {
  :root {
    --width: 90%;
  }

  .main-visual__title figure {
    width: 50vw;
  }

  h1 {
    width: 50vw;
  }

  .title-container:after {
    height: clamp(3.75rem, 2.338rem + 7.06vw, 6.75rem);
  }
}

@media only screen and (max-width: 768px) {
  .main-visual__title {
    flex-direction: column;
  }

  h1 {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 90vw;
  }

  .main-visual__title figure {
    margin-top: 30px;
    width: 90vw;
  }

  .profile {
    border-radius: 18px;
    flex-direction: column;
  }

  .profile__photo {
    border-radius: 18px 18px 0 0;
    width: 100%;
  }

  .profile__text {
    padding: 15px;
  }

  .links li {
    width: 100%;
  }
}