@charset "UTF-8";
#main {
  /* Common Parts */
  /* ご挨拶 */
  /* 最新情報 */
  /* お知らせ詳細 */
  /* メンバー */
  /* メンバー詳細 */
}
#main .page_title_wrap {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 160px;
  background: url(../media/images/common/bg_common.jpg) center / cover no-repeat;
}
@media screen and (max-width: 767px) {
  #main .page_title_wrap {
    height: 64px;
  }
}
#main .page_title_wrap .page_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0;
  font-family: var(--font-notoserif);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .page_title_wrap .page_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
#main > * > .inner {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 767px) {
  #main > * > .inner {
    margin-bottom: 100px !important;
  }
}
#main .pankuzu_wrap {
  max-width: 1120px;
  margin: 40px auto 80px;
}
@media print, screen and (max-width: 1200px) {
  #main .pankuzu_wrap {
    padding: 0 20px;
    margin: 20px auto 32px;
  }
}
#main .pankuzu_wrap ul.pankuzu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 3px 0;
}
#main .pankuzu_wrap ul.pankuzu li {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
#main .pankuzu_wrap ul.pankuzu li:not(:last-of-type)::after {
  content: "/";
  margin: 0 16px;
}
#main .pankuzu_wrap ul.pankuzu li a {
  color: var(--color-text);
}
#main .pankuzu_wrap ul.pankuzu li a.last {
  font-weight: 500;
  width: 20em;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #main .pankuzu_wrap ul.pankuzu li a.last {
    width: 15em;
  }
}
#main .outline .inner {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
}
#main .outline .anchor {
  margin: 42px auto;
}
@media print, screen and (max-width: 1200px) {
  #main .outline .anchor {
    padding: 0 20px;
    margin: 23px auto;
  }
}
#main .outline .anchor .anchor_list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #main .outline .anchor .anchor_list {
    gap: 22px;
    padding: 0 14px;
  }
}
#main .outline .anchor .anchor_list li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .outline .anchor .anchor_list li {
    flex: 0 0 calc((100% - 44px) / 3);
    font-size: 14px;
  }
}
#main .outline .anchor .anchor_list li a {
  color: var(--color-primary);
  text-decoration: underline;
}
#main .outline .anchor .anchor_list li a:hover {
  text-decoration: none;
}
#main .outline .section_title {
  max-width: 1120px;
  padding: 8px 0;
  margin: 0 auto 56px;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
}
@media print, screen and (max-width: 1200px) {
  #main .outline .section_title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .outline .section_title {
    padding: 4px 20px;
    margin: 0 auto 21px;
    font-size: 16px;
  }
}
#main .outline .section_title::before {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  display: block;
  content: "";
  width: 32.2vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background-color: var(--color-primary);
  clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #main .outline .section_title::before {
    width: 48vw;
    clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 375px) {
  #main .outline .section_title::before {
    width: 180px;
    margin-left: 0;
  }
}
#main .outline > section:first-of-type {
  margin-top: 81px;
}
@media screen and (max-width: 767px) {
  #main .outline > section:first-of-type {
    margin-top: 40px;
  }
}
#main .outline > section + section {
  margin-top: 64px;
}
#main .outline > section p {
  margin: 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .outline > section p {
    margin: 8px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
}
#main .outline > section ul li, #main .outline > section ol li {
  padding-left: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .outline > section ul li, #main .outline > section ol li {
    padding-left: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
}
#main .outline > section ul li::before, #main .outline > section ol li::before {
  position: absolute;
}
#main .outline > section ul li + li, #main .outline > section ol li + li {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  #main .outline > section ul li + li, #main .outline > section ol li + li {
    margin-top: 14px;
  }
}
#main .outline > section ul li p, #main .outline > section ol li p {
  margin: 0;
}
#main .outline > section ul li p + p, #main .outline > section ol li p + p {
  margin-top: 16px;
}
#main .outline > section ul li ul, #main .outline > section ul li ol, #main .outline > section ol li ul, #main .outline > section ol li ol {
  margin-top: 13px;
}
#main .outline > section ul li ul li, #main .outline > section ul li ol li, #main .outline > section ol li ul li, #main .outline > section ol li ol li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .outline > section ul li ul li, #main .outline > section ul li ol li, #main .outline > section ol li ul li, #main .outline > section ol li ol li {
    padding-left: 23px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0;
  }
}
#main .outline > section ul li ul li + li, #main .outline > section ul li ol li + li, #main .outline > section ol li ul li + li, #main .outline > section ol li ol li + li {
  margin-top: 12px;
}
#main .outline > section ul li {
  position: relative;
}
#main .outline > section ul li::before {
  top: 15px;
  left: 6px;
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--color-primary);
}
#main .outline > section ol {
  counter-reset: number 0;
}
#main .outline > section ol li::before {
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ".";
  color: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .outline > section ol li::before {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
}
#main .outline > section ol li ol li::before {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .outline > section ol li ol li::before {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0;
  }
}
#main .outline > section.greeting .greeter {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #main .outline > section.greeting .greeter {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
    margin-top: 22px;
  }
}
#main .outline > section.greeting .greeter .image {
  flex: 0 0 240px;
  width: 240px;
  height: 240px;
  border-radius: 100vmax;
  overflow: hidden;
}
#main .outline > section.greeting .greeter .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .outline > section.greeting .greeter p.signature {
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #main .outline > section.greeting .greeter p.signature {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0;
    text-align: right;
  }
}
#main .outline > section.mission p.mission_theme {
  width: 240px;
  margin: 0 auto 23px;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-family: var(--font-notoserif);
}
@media screen and (max-width: 767px) {
  #main .outline > section.mission p.mission_theme {
    width: 200px;
    margin: 40px auto 16px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.225;
    letter-spacing: 0;
  }
}
#main .outline > section.mission p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0;
}
#main .outline > section.activity .goal {
  padding: 40px 0;
  margin-top: 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .outline > section.activity .goal {
    padding: 22px 20px;
  }
}
#main .outline > section.activity .goal::before {
  position: absolute;
  top: 0;
  left: -85px;
  display: block;
  content: "";
  width: calc(100% + 170px);
  height: 100%;
  border-radius: 20px;
  background-color: rgba(3, 134, 199, 0.12);
}
@media screen and (max-width: 767px) {
  #main .outline > section.activity .goal::before {
    left: 0;
    width: 100%;
  }
}
#main .outline > section.activity .goal .goal_title {
  margin: 0 0 11px;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .outline > section.activity .goal .goal_title {
    margin: 0 0 6px;
  }
}
#main .outline > section.activity .goal p, #main .outline > section.activity .goal ul, #main .outline > section.activity .goal ol {
  max-width: 560px;
}
@media print, screen and (min-width: 768px) {
  #main .outline > section.activity .goal p, #main .outline > section.activity .goal ul, #main .outline > section.activity .goal ol {
    margin-left: 40px;
  }
}
#main .outline > section.activity .goal ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .outline > section.activity .goal ul li {
    padding-left: 25px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0;
  }
}
#main .outline > section.activity .goal ul li::before {
  top: 11px;
}
#main .outline > section.activity .goal ul li + li {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  #main .outline > section.activity .goal ul li + li {
    margin-top: 6px;
  }
}
#main .outline > section.access p.address {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #main .outline > section.access p.address a.tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #main .outline > section.access p.address a.tel {
    text-decoration: underline;
  }
}
#main .outline > section.access p.directions {
  margin: 9px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0;
}
#main .outline > section.access .map {
  width: 100%;
  height: 600px;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  #main .outline > section.access .map {
    height: 240px;
  }
}
#main .outline > section.access .map iframe {
  width: 100%;
  height: 100%;
}
#main .news .inner {
  max-width: 840px;
  padding: 0 20px;
  margin: 135px auto;
}
@media screen and (max-width: 767px) {
  #main .news .inner {
    padding: 0 20px;
    margin: 40px auto;
  }
}
#main .news .tab {
  margin: 0 0 45px;
}
@media screen and (max-width: 767px) {
  #main .news .tab {
    margin: 0 0 30px;
  }
}
#main .news .tab .tab_list {
  display: flex;
  flex-flow: row nowrap;
}
#main .news .tab .tab_list li {
  flex: 0 0 25%;
  height: 48px;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (max-width: 767px) {
  #main .news .tab .tab_list li {
    flex: 0 0 25%;
    height: 40px;
  }
}
#main .news .tab .tab_list li .tab_button {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: unset;
  color: var(--color-border);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}
@media screen and (max-width: 767px) {
  #main .news .tab .tab_list li .tab_button {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}
#main .news .tab .tab_list li .tab_button.active {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
#main .news .tab .tab_list li .tab_button:hover {
  color: var(--color-primary);
}
#main .news .tab .tab_list li .tab_button[disabled] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #main .news .tab .tab_list li .tab_button span.category_name {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
#main .news .news_contents .news_list li a {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #main .news .news_contents .news_list li a {
    display: block;
  }
}
#main .news .news_contents .news_list li a.link .news_title {
  text-decoration: underline;
}
#main .news .news_contents .news_list li a.link:hover .news_title {
  text-decoration: none;
}
#main .news .news_contents .news_list li a.text .news_title {
  text-decoration: none;
}
#main .news .news_contents .news_list li a:hover .image {
  background-size: 110% !important;
}
#main .news .news_contents .news_list li a:hover .image img {
  transform: scale(1.1);
}
#main .news .news_contents .news_list li a .image {
  flex: 0 0 200px;
  aspect-ratio: 1.7699115044;
  margin: 3px 0 0;
  transition: background-size 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .news .news_contents .news_list li a .image {
    float: left;
    flex: unset;
    width: 167px;
    margin: 2px 12px 14px 0;
  }
}
#main .news .news_contents .news_list li a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
#main .news .news_contents .news_list li a .image.category_news {
  background: url(../media/images/common/image_news.jpg) center / 100% no-repeat;
}
#main .news .news_contents .news_list li a .image.category_research {
  background: url(../media/images/common/image_research.jpg) center / 100% no-repeat;
}
#main .news .news_contents .news_list li a .image.category_report {
  background: url(../media/images/common/image_report.jpg) center / 100% no-repeat;
}
@media print, screen and (min-width: 768px) {
  #main .news .news_contents .news_list li a .text span.date {
    margin-right: 13px;
  }
}
@media screen and (max-width: 767px) {
  #main .news .news_contents .news_list li a .text span.date {
    display: block;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  #main .news .news_contents .news_list li a .text span.category {
    width: 106px;
    min-height: 22px;
    padding: 3px;
    font-size: 12px;
  }
}
#main .news .news_contents .news_list li a .text .news_title {
  margin: 11px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .news .news_contents .news_list li a .text .news_title {
    margin: 8px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .news .news_contents .news_list li a .text .news_outline {
    margin: 7px 0 0;
    -webkit-line-clamp: 4;
  }
}
#main .news .news_contents .news_list li:not(:last-of-type) {
  margin-bottom: 28px;
}
#main .news .news_contents .pagination {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 110px;
}
#main .news .news_contents .pagination li {
  color: var(--color-border);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  font-family: var(--font-roboto);
}
#main .news .news_contents .pagination li a {
  color: var(--color-border);
}
#main .news .news_contents .pagination li.page.active span {
  color: var(--color-primary);
  font-weight: 700;
}
#main .news .news_contents .pagination li.page.first a, #main .news .news_contents .pagination li.page.last a {
  display: block;
  width: 16px;
  height: 11px;
  font-size: 0;
  background: url(../media/images/common/arrow_pager_2.svg) center / contain no-repeat;
}
#main .news .news_contents .pagination li.page.first.disabled, #main .news .news_contents .pagination li.page.last.disabled {
  pointer-events: none;
  opacity: 0.3;
}
#main .news .news_contents .pagination li.page.first a {
  transform: scale(-1, 1);
}
#main .news .news_contents .pagination li.prev a, #main .news .news_contents .pagination li.prev span, #main .news .news_contents .pagination li.next a, #main .news .news_contents .pagination li.next span {
  display: block;
  width: 10px;
  height: 11px;
  font-size: 0;
  background: url(../media/images/common/arrow_pager_1.svg) center / contain no-repeat;
}
#main .news .news_contents .pagination li.prev.disabled, #main .news .news_contents .pagination li.next.disabled {
  opacity: 0.3;
}
#main .news .news_contents .pagination li.prev a, #main .news .news_contents .pagination li.prev span {
  transform: scale(-1, 1);
}
#main .news .news_contents > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .news .news_contents > p {
    font-size: 14px;
  }
}
#main .news.detail .inner {
  max-width: 640px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #main .news.detail .inner {
    margin-top: 30px;
  }
}
#main .news.detail .news_info {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
  gap: 10px 16px;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  #main .news.detail .news_info {
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 20px;
  }
}
#main .news.detail .news_info span.date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1428571429;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .news.detail .news_info span.date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #main .news.detail .news_info span.category {
    flex: unset;
    width: 106px;
    min-height: 22px;
  }
}
#main .news.detail .news_title {
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .news.detail .news_title {
    margin: 0 0 18px;
  }
}
@media screen and (max-width: 767px) {
  #main .news.detail .news_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
}
#main .news.detail .image {
  width: 100%;
  aspect-ratio: 1.7699115044;
}
#main .news.detail .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .news.detail .image + .news_main {
  margin: 37px 0 0;
}
@media screen and (max-width: 767px) {
  #main .news.detail .image + .news_main {
    margin: 32px 0 0;
  }
}
#main .news.detail .news_main p, #main .news.detail .news_main div {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .news.detail .news_main p, #main .news.detail .news_main div {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0;
  }
}
#main .member .inner {
  max-width: 1120px;
  padding: 0 20px;
  margin: 64px auto;
}
@media screen and (max-width: 767px) {
  #main .member .inner {
    padding: 0 42px;
    margin: 40px auto;
  }
}
#main .member .member_list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 40px 23px;
}
@media screen and (max-width: 767px) {
  #main .member .member_list {
    gap: 16px;
  }
}
#main .member .member_list li {
  flex: 0 0 calc((100% - 46px) / 3);
}
@media screen and (max-width: 767px) {
  #main .member .member_list li {
    flex: 0 0 100%;
  }
}
#main .member .member_list li a.text {
  pointer-events: none;
}
#main .member.detail .inner {
  max-width: 640px;
  margin: 64px auto;
}
@media screen and (max-width: 767px) {
  #main .member.detail .inner {
    padding: 0 42px;
    margin: 32px auto;
  }
}
#main .member.detail a:hover {
  text-decoration: underline;
}
#main .member.detail dl {
  margin: 18px 0;
}
@media screen and (max-width: 767px) {
  #main .member.detail dl {
    margin: 15px 0;
  }
}
#main .member.detail dl dt {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .member.detail dl dt {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6153846154;
    letter-spacing: 0;
  }
}
#main .member.detail dl dd {
  margin-top: 1px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .member.detail dl dd {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
}
#main .member.detail dl dd + dt {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #main .member.detail dl dd + dt {
    margin-top: 13px;
  }
}
#main .member.detail dl dd > dl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 1em;
  margin: 0;
}
#main .member.detail dl dd > dl dt {
  color: var(--color-text);
}
#main .member.detail .member_outline {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #main .member.detail .member_outline {
    flex-wrap: wrap;
    gap: 8px;
  }
}
#main .member.detail .member_outline .info .profile {
  margin: 0;
}
#main .member.detail .member_outline .info .profile span {
  display: block;
}
#main .member.detail .member_outline .info .profile span.post {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .member.detail .member_outline .info .profile span.post {
    font-size: 16px;
  }
}
#main .member.detail .member_outline .info .profile span.ja {
  margin-top: 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .member.detail .member_outline .info .profile span.ja {
    font-size: 20px;
  }
}
#main .member.detail .member_outline .info .profile span.en {
  margin-top: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-family: var(--font-notoserif);
}
@media screen and (max-width: 767px) {
  #main .member.detail .member_outline .info .profile span.en {
    margin-top: 6px;
    font-size: 14px;
  }
}
#main .member.detail .member_outline .info a.email {
  display: block;
  margin: 12px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: var(--font-roboto);
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #main .member.detail .member_outline .info a.email {
    margin: 11px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0;
  }
}
#main .member.detail .member_outline .image {
  flex: 0 0 320px;
}
@media screen and (max-width: 767px) {
  #main .member.detail .member_outline .image {
    flex: 0 0 100%;
  }
}
#main .member.detail .member_outline .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .member.detail .member_main {
  margin: 27px 0;
}
@media screen and (max-width: 767px) {
  #main .member.detail .member_main {
    margin: 40px 0;
  }
}
#main .member.detail .member_main .explan {
  margin: 0 0 38px;
}
#main .member.detail .member_main h1, #main .member.detail .member_main h2, #main .member.detail .member_main h3, #main .member.detail .member_main h4, #main .member.detail .member_main h5, #main .member.detail .member_main h6 {
  margin: 28px 0 16px;
}
@media screen and (max-width: 767px) {
  #main .member.detail .member_main h1, #main .member.detail .member_main h2, #main .member.detail .member_main h3, #main .member.detail .member_main h4, #main .member.detail .member_main h5, #main .member.detail .member_main h6 {
    margin: 18px 0 8px;
  }
}
#main .member.detail .member_main p, #main .member.detail .member_main div {
  margin: 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-family: var(--font-notoserif);
}
@media screen and (max-width: 767px) {
  #main .member.detail .member_main p, #main .member.detail .member_main div {
    margin: 8px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
}
#main .member.detail .member_main > dl {
  margin: 26px 0;
}
@media print, screen and (min-width: 768px) {
  #main .member.detail .member_main > dl {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 1em;
  }
}
#main .member.detail .member_main > dl > dt {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .member.detail .member_main > dl > dt {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0;
  }
}
#main .member.detail .member_main > dl > dd {
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #main .member.detail .member_main > dl > dd {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#main .member.detail .member_main .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*# sourceMappingURL=./lower.css.map */