@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 {
  margin: 0;
  padding: 0;
}

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 {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

a {
  transition: all .5s;
  word-break: break-all;
}

a:hover {
  opacity: .8;
  transition: all .5s;
}

sup {
  vertical-align: top;
}

.wrapper {
  position: relative;
}

.wrapper .main {
  background: #c0dae4;
}

.wrapper .main .article {
  background: #fff;
  border-left: 10px solid #003279;
  border-right: 10px solid #003279;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 75px;
  width: min(92%, 1000px);
}

.wrapper .main .article .section .section__social {
  display: flex;
  left: 30px;
  margin: 0;
  position: relative;
  top: 10px;
  width: 92%;
}

@media screen and (min-width: 769px) and (max-width: 869px) {
  .wrapper .main .article .section .section__social {
    left: 10px;
  }
}

.wrapper .main .article .section .section__social .social-buttons {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
}

@media screen and (max-width: 891px) {
  .wrapper .main .article .section .section__social .social-buttons {
    position: relative;
  }
}

.wrapper .main .article .section .section__social .social-buttons li {
  font-size: 12px;
  margin-right: 10px;
}

.wrapper .main .article .section .section__social .social-buttons li:last-child {
  margin-right: 0;
}

.wrapper .main .article .section figure.pc__only img {
  width: 100%;
}

@media screen and (max-width: 891px) {
  .wrapper .main .article .section figure.pc__only {
    display: none;
  }
}

.wrapper .main .article .section .section__keyvisual {
  align-items: center;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 891px) {
  .wrapper .main .article .section .section__keyvisual {
    flex-direction: column;
  }
}

.wrapper .main .article .section .section__keyvisual .logo {
  flex-shrink: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px;
  transform: translateY(-59px);
  width: 200px;
}

@media screen and (max-width: 891px) {
  .wrapper .main .article .section .section__keyvisual .logo {
    margin: 20px auto;
    max-width: 100%;
    padding: 0 10px;
    transform: translateY(0);
    width: 200px;
  }
}

.wrapper .main .article .section .section__keyvisual .section_title {
  width: 76%;
}

@media screen and (max-width: 891px) {
  .wrapper .main .article .section .section__keyvisual .section_title {
    width: 100%;
  }
}

.wrapper .main .article .section .section__keyvisual .section_title figure.sp__only {
  display: none;
}

@media screen and (max-width: 891px) {
  .wrapper .main .article .section .section__keyvisual .section_title figure.sp__only {
    display: block;
  }
}

.wrapper .main .article .section .section__keyvisual .ps {
  max-width: 598px;
  position: relative;
  width: 92%;
}

@media screen and (max-width: 891px) {
  .wrapper .main .article .section .section__keyvisual .ps {
    margin: 15px auto;
    max-width: unset;
  }
}

.wrapper .main .article .section .section__keyvisual .ps img {
  margin: 0 0 0 auto;
}

.wrapper .main .article .section .section__keyvisual .ps:before {
  background: #bf9a0e;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: calc(100% - 260px);
}

.wrapper .main .article .section .section__keyvisual h1 {
  font-size: clamp(1.688rem, 1.446rem + 1.29vw, 2.25rem);
  line-height: 1.4;
  margin: -15px 0 5px 0;
  width: 92%;
}

@media screen and (max-width: 914px) {
  .wrapper .main .article .section .section__keyvisual h1 {
    margin: 10px 0 5px;
  }
}

@media screen and (max-width: 891px) {
  .wrapper .main .article .section .section__keyvisual h1 {
    margin: 10px auto;
  }
}

.wrapper .main .article .section .section__keyvisual h1 span {
  display: block;
}

.wrapper .main .article .section .section__header {
  align-items: center;
  background: url(sub.png) no-repeat top left/cover;
  display: flex;
  height: 115px;
  margin: 0 auto 30px;
  max-width: 100%;
  position: relative;
  width: 800px;
}

.wrapper .main .article .section .section__header h2 {
  color: #003279;
  font-size: clamp(1.125rem, .938rem + 1vw, 1.563rem);
  line-height: 1.4;
  padding: 27px 30px 0 21px;
}

@media screen and (max-width: 768px) {
  .wrapper .main .article .section .section__header h2 {
    padding: 27px 15px 0 30px;
  }
}

.wrapper .main .article .section .section__header h2 span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .wrapper .main .article .section .section__header h2 span {
    display: block;
  }
}

.wrapper .main .article .section .section__header h2 span:first-child {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .wrapper .main .article .section .section__header h2 span:first-child {
    margin-right: unset;
  }
}

@media screen and (max-width: 400px) {
  .wrapper .main .article .section .section__header h2 span {
    display: inline;
  }
}

.wrapper .main .article .section .section__body {
  margin: 0 auto;
  width: min(92%, 800px);
}

.wrapper .main .article .section .section__body.section__body--last {
  border-bottom: 1px solid #bf9a0e;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .wrapper .main .article .section .section__body.section__body--last {
    padding-bottom: 70px;
  }
}

.wrapper .main .article .section .section__body .section__body__person {
  margin: 0 auto 30px;
  max-width: 100%;
  width: 350px;
}

.wrapper .main .article .section .section__body .section__body__person .section__body__person__intro {
  background: url(prof_back.png) no-repeat top left/cover;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 16px;
  text-align: center;
}

.wrapper .main .article .section .section__body .section__body__person .section__body__person__intro .name {
  font-size: 20px;
}

.wrapper .main .article .section .section__body .section__body__person.section__body__person--left {
  float: left;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .wrapper .main .article .section .section__body .section__body__person.section__body__person--left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrapper .main .article .section .section__body .section__body__person.section__body__person--right {
  float: right;
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .wrapper .main .article .section .section__body .section__body__person.section__body__person--right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrapper .main .article .section .section__body .section__body__lead {
  color: #183379;
  font-weight: bold;
  margin: 30px auto 40px;
}

.wrapper .main .article .section .section__body .section__body__text {
  margin: 0 auto 30px;
  text-indent: 1em;
}

.wrapper .main .article .section .section__body .section__body__text.section__body__text--last {
  margin-bottom: 0;
}

.wrapper .main .article .section .section__company {
  margin: 60px auto 0;
  text-align: center;
  width: min(500px, 92%);
}

.wrapper .main .article .section .section__company .section__company__logo {
  margin-bottom: 45px;
}

.wrapper .main .article .section .section__company .section__company__logo img {
  margin: 0 auto;
}

.wrapper .main .article .section .section__company .section__company__address {
  margin-top: 50px;
}

.wrapper .footer {
  background: #efefef;
  border-top: 2px solid #ebebeb;
}