@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 {
  background: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

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;
  outline: none;
  padding: 0;
  text-decoration: none;
  transition: all .5s;
}

a:hover {
  opacity: .8;
  transition: all .5s;
}

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%;
}

.social {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 12px;
  width: min(1000px, 95%);
}

.social .social_buttons {
  margin: 10px 0;
}

.social .social_buttons:before, .social_buttons:after {
  clear: both;
  content: "";
  display: table;
}

.social .social_buttons li {
  float: left;
  font-size: 12px;
  margin-left: 0;
  margin-right: 10px;
}

.social .social_buttons li:last-child {
  margin-right: 0;
}

.social .social__buttons li .fb_iframe_widget > span {
  vertical-align: baseline;
}

.wrapper .main {
  background: #eee;
  overflow: hidden;
}

.wrapper .main .section .inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  width: min(1300px, 95%);
}

.wrapper .main .section .section__main-visual {
  background: url(./main.png) no-repeat top center/cover;
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__main-visual {
    height: unset;
  }
}

.wrapper .main .section .section__main-visual .title {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  width: 810px;
  padding-left: 30px;
}
.wrapper .main .section .section__main-visual .title.article__title--w980 {
  width: 980px;
}

.wrapper .main .section .section__main-visual .title .company {
  display: flex;
  align-items: flex-start;
  margin: 28px 0 15px;
}

/* .wrapper .main .section .section__main-visual .article__title p,
.wrapper .main .section .section__main-visual .article__title h1 {
  background: radial-gradient(circle, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, 0) 100%);
} */

.wrapper .main .section .section__main-visual .article__title p span {
  background-image: url(company_name.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  color: #fff;
  font-size: clamp(1.125rem, 0.884rem + 1.29vw, 1.3125rem);
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 30px 5px;
  /* margin: 30px auto 0; */
  max-width: 100%;
  text-align: start;
}

.wrapper .main .section .section__main-visual .article__title h1 {
  padding: 0 0 20px 0;
  margin: 0 auto;
  text-align: start;
}

.wrapper .main .section .section__main-visual .article__title h1 span {
  display: block;
  color: #fff;
  font-size: clamp(1.688rem, 1.226rem + 2.46vw, 2.125rem);
  font-weight: 900;
  line-height: 1.3;
  max-width: 100%;
  margin: auto;
}


@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__main-visual .title {
    padding-left: 0;
  }
  .wrapper .main .section .section__main-visual .title h1 img {
    margin: auto;
    max-width: 90%;
  }
}

.wrapper .main .section .article {
  background: rgba(255, 255, 255);
  margin: -50px 0 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 710px;
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .article {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .wrapper .main .section .article {
    margin: 10px auto 0;
  }
}

.wrapper .main .section .article:after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 1;
}

.wrapper .main .section .section__body {
  margin: 0 auto 60px;
  max-width: 100%;
  position: relative;
  width: min(660px, 92%);
  z-index: 2;
}

.wrapper .main .section .section__body .speaker {
  flex-shrink: 0;
  max-width: 100%;
  width: 250px;
}

.wrapper .main .section .section__body .float--right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}

.wrapper .main .section .section__body .caption {
  background-image: url(prof.png);
  background-size: cover;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  padding: 6px 12px 9px;
}

.wrapper .main .section .section__body .caption p:last-child {
  font-weight: bold;
  margin-top: 15px;
}

.wrapper .main .section .section__body .caption .name {
  font-size: 14px;
}

.wrapper .main .section .section__body.section__body--lead {
  color: #0d0a37;
  margin-bottom: 40px;
  padding-top: 30px;
}

.wrapper .main .section .section__body .text {
  font-size: 16px;
  margin-bottom: 1em;
  text-indent: 1em;
}
.wrapper .main .section .section__body .text.noindent {
  text-indent: 0;
}

.wrapper .main .section .section__body--lead .text {
  color: #003f77;
  font-weight: bold;
}

.wrapper .main .section .section__body .company {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

.wrapper .main .section .section__body .link {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  word-break: break-all;
}
.wrapper .main .section .section__body .email-text {
  font-size: 14px;
}

.wrapper .main .section .section__header {
  margin: 0 auto 24px;
  max-width: 100%;
  position: relative;
  width: min(660px, 92%);
  z-index: 2;
}

.wrapper .main .section .section__header h2:not(.section__header--title) {
  /* background-image: url(./sub.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  color: #000;
  font-size: clamp(1.125rem, .794rem + 1.76vw, 1.5rem);
  line-height: 1.3;
  padding: 10px 1em 8px;
}

.wrapper .main .section .section__body figure p {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.wrapper .main .section .aside {
  flex-shrink: 0;
  margin-top: 48px;
  max-width: 100%;
  width: 280px;
}

.wrapper .main .section .aside h3 img {
  width: 110px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .aside {
    margin-top: 20px;
  }
}

.wrapper .main .section .aside h3 {
  /* margin-bottom: 15px; */
}

.wrapper .main .section .aside nav ul.inpage-list {
  margin-bottom: 15px;
}

.wrapper .main .section .aside nav ul.outpage-list li {
  margin-bottom: 20px;
}

.wrapper .main .section .aside nav ul li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.wrapper .main .section .aside nav ul li a.link-top {
  background: url(./index_panel.png) no-repeat center/contain;
  color: #0d0a37;
  min-height: 130px;
  width: 298px;
  margin-left: -8px;
}

.wrapper .main .section .aside nav ul li a:not(.link-top) div .company {
  color: #fff;
  background-image: url(prof.png);
  background-size: cover;

  font-size: 15px;
  width: 280px;
  padding: 16px 10px 16px 10px;
  font-weight: normal;
}

.wrapper .main .section .aside nav ul li a:not(.link-top) div .title {
  color: #fff;
  background-color: #06143d;
  font-size: 14px;
  width: 280px;
  padding: 16px 16px 16px 1em;
}

.wrapper .main .section .aside nav ul li a.link-top div {
  width: 85%;
}

.wrapper .main .section .aside nav ul li a.link-top div p:first-child {
  color: #f6ff6e;
  font-size: 16px;
}

.wrapper .main .section .aside nav ul li a.link-top div p:last-child {
  color: #fff;
  font-size: 14px;
}

.wrapper .main .section .aside nav ul li a div p {
  color: #f6ff6e;
}

.wrapper .main .section .aside nav ul li a div p span {
  display: block;
}

/* ----- article ----- */

.section__header--headline {
  position: relative;
  padding-left: 12px;
  color: #0D4878;
}
.section__header--headline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(sub.png);
  background-size: cover;
  width: 5px;
  height: 100%;
}

.section__header--title {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.text--number {
  display: block;
}

.text--number span {
  display: block;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: .5em;
  text-indent: 0;
}

.text--number span:nth-child(1)::before { content: "①"; }
.text--number span:nth-child(2)::before { content: "②"; }
.text--number span:nth-child(3)::before { content: "③"; }

.text--number span::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #000;
}

.wrapper .main .section .section__body figure {
  margin-bottom: 1em;
}
.wrapper .main .section .section__body figcaption {
  color: #06143d;
  font-size: 14px;
}

.wrapper .main .section .section__body--contact {
  border-top: solid 1px #000;
  margin-bottom: 0;
  padding: 42px 0 70px;
  text-align: center;
}

.wrapper .main .section .section__body .logo {
  margin: 30px auto 0;
  max-width: 100%;
  width: 350px;
}

/* @media screen and (min-width: 1001px) and (max-width:1060px) {
  .shoulder,
  .wrapper .main .section .section__main-visual .article__title p span,
  .wrapper .main .section .section__main-visual .article__title h1 span {
    padding-left: 42px;
  }

} */

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__body .flexbox {
    flex-direction: column;
  }

  .wrapper .main .section .section__main-visual .article__title, .wrapper .main .section .section__main-visual .article__title.article__title--w980 {
    padding-bottom: 20px;
    width: 90%;
  }

  /* .wrapper .main .section .section__main-visual .article__title .shoulder img {
    margin: auto;
  } */

}

@media screen and (max-width: 991.9px) {
  .wrapper .main .section .section__body {
    display: flex;
    flex-direction: column;
  }

  .wrapper .main .section .section__body .float--right {
    float: none;
    margin: 0 auto 20px;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .order-3 {
    order: 3;
  }

  .order-4 {
    order: 4;
  }

  .order-5 {
    order: 5;
  }

}

@media screen and (max-width: 768px) {
  .wrapper .main .section .inner {
    flex-direction: column;
  }

  .wrapper .main .section .section__main-visual .article__title .shoulder img {
    margin-top: 30px;
  }

  .wrapper .main .section .article:after {
    top: 45px;
  }

  .wrapper .main .section .aside {
    margin: 0 auto 30px;
    width: 100%;
  }

  .wrapper .main .section .aside h3 {
    margin-bottom: 30px;
  }

  .wrapper .main .section .aside h3 img {
    max-width: 560px;
  }

  .wrapper .main .section .aside nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .wrapper .main .section .aside nav ul li {
    width: calc(50% - 10px);
  }

  .social .social_buttons {
    flex-wrap: wrap;
    margin: 0;
  }

  .wrapper .main .section .aside nav ul li a.link-top {
    margin: auto;
  }

  /* .wrapper .main .section .section__main-visual .article__title p span,
  .wrapper .main .section .section__main-visual .article__title h1 span {
    padding-left: 15px;
    padding-right: 15px;
  } */
}

@media screen and (max-width: 694.9px) {
  .wrapper .main .section .aside nav ul li {
    width: 100%;
    max-width: 330px;
  }

  .wrapper .main .section .aside nav ul {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 561px) and (max-width:768px) {
  .wrapper .main .section .aside nav ul li a div .title {
    min-height: 52px;
  }

  .wrapper .main .section .aside nav ul li a:not(.link-top) div p.company {
    min-height: 64px;
  }
}

@media screen and (max-width: 350.9px) {
  .wrapper .main .section .aside {
    width: 90%;
  }

  .wrapper .main .section .aside nav ul li a:not(.link-top) div .company,
  .wrapper .main .section .aside nav ul li a:not(.link-top) div .title {
    width: 100%;
  }
}