@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
.c-nav1 {
  position: relative;
}
.c-nav1--style1 .c-nav1__item {
  border-bottom: none;
}
.c-nav1--style1 .c-nav1__item + .c-nav1__item {
  margin-top: 1px;
}
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.c-nav1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 14px 16px 15px 20px;
  background-color: #f7f8fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #e1e4eb;
  }
  .c-nav1__link:hover .c-arrow1 {
    background-color: #fff;
  }
  .c-nav1__link:hover .c-arrow1 .c-arrow1__icon::before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .c-nav1__link:hover .c-arrow1 .c-arrow1__icon::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-nav1__link.is-active {
  background-color: #e1e4eb;
}
.c-nav1__link.is-active .c-arrow1 {
  background-color: #fff;
}
.c-nav1__link.is-active .c-arrow1 .c-arrow1__icon::before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.c-nav1__link.is-active .c-arrow1 .c-arrow1__icon::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.c-nav1__text {
  color: #2e4776;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-nav1__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .c-header:has(.c-header__menuouter.is-show) .c-header__lside {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header:has(.c-header__menuouter.is-show) .c-header__fixed {
    z-index: 10;
  }
}
.c-header__lside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 100vh;
  background-color: #f7f8fa;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__lside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: auto;
    min-height: 76px;
    padding: 6px 248px 6px 16px;
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__lside {
    padding: 6px 76px 6px 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__lside.is-sticky {
    background-color: #fff;
  }
}
.c-header__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 32px 20px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c-header__logowrap {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }
}
.c-header__logo {
  display: block;
}
.c-header__logo img {
  width: 76px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logo img {
    width: 309px;
  }
}

@media screen and (min-width: 1024px) and (max-height: 780px) {
  .c-header__logo img {
    width: clamp(56px, 9vh, 76px);
    height: auto;
  }
  .c-header__logowrap {
    padding: 20px 16px 24px;
  }
}

.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding-bottom: 56px;
}
@media only screen and (max-width: 1023px) {
  .c-header__nav {
    display: none;
  }
}
.c-header__nav .c-nav1 {
  width: 100%;
}
.c-header__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 240px;
  z-index: 12;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed {
    bottom: unset;
    left: unset;
    top: 12px;
    right: 76px;
    max-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__fixed {
    z-index: 10;
  }
}
.c-header__listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__itembtn {
  position: relative;
  width: 100%;
}
.c-header__menubtn {
  position: fixed;
  top: 0;
  right: 0;
  padding: 12px;
  z-index: 12;
}
.c-header__menuouter {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuouter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    z-index: 11;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .c-header__menuouter.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 76px;
}
.c-header__menuinner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 76px);
  padding: 64px 40px 120px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .c-header__menuinner {
    padding: 40px 20px 120px;
  }
}
.c-header__menubox {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .c-header__menubox {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  margin-left: 240px;
  padding: 12px 0 11px;
  background-color: #e1e4eb;
}
@media only screen and (max-width: 1023px) {
  .c-footer {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 12px 0;
  }
}
.c-footer__copyright {
  color: #2e4776;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.545;
  letter-spacing: -0.02em;
  text-align: center;
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
main {
  min-height: calc(100vh - 40px);
  margin-left: 240px;
}
@media only screen and (max-width: 1023px) {
  main {
    margin-left: 0;
  }
}
main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 240px;
  width: calc(100% - 240px);
  height: 100vh;
  opacity: 0.4;
  background-image: url("/assets/img/common/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  main::before {
    left: 0;
    width: 100%;
    background-position: center top;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  padding: 80px 0 0;
}
@media only screen and (max-width: 1023px) {
  .c-mv {
    padding: 116px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv {
    padding: 96px 0 0;
  }
}
.c-mv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.c-mv__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 53.8461538462%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__left {
    width: 67.7777777778%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__left {
    position: relative;
    width: 100%;
    padding-right: 0;
    z-index: 1;
  }
}
.c-mv__leftinner {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .c-mv__leftinner {
    max-width: unset;
  }
}
.c-mv__heading {
  padding: 142px 0 153px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__heading {
    padding: 86px 0 116px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__heading {
    padding: 74px 0;
  }
}
.c-mv__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46.1538461538%;
}
@media only screen and (max-width: 1023px) {
  .c-mv__right {
    grid-template-columns: repeat(1, 1fr);
    width: 32.2222222222%;
    max-width: 232px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 32.2222222222%;
    max-width: 116px;
  }
}
.c-mv__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-mv__thumbgroup:nth-child(1) {
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__thumbgroup:nth-child(1) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-mv__thumbgroup:nth-child(2) {
    display: none;
  }
}
.c-mv__thumbitem + .c-mv__thumbitem {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .c-mv__thumbitem + .c-mv__thumbitem {
    margin-top: 8px;
  }
}
.c-mv__thumb {
  background-color: #ccc;
  -webkit-box-shadow: 2px 8px 12px rgba(10, 24, 51, 0.2);
  box-shadow: 2px 8px 12px rgba(10, 24, 51, 0.2);
}
@media only screen and (max-width: 1023px) {
  .c-mv__thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.c-mv__thumb.c-thumb1 {
  border-radius: 50%;
}
.c-mv__thumb.c-thumb2 {
  border-radius: 116px;
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Arrow
------------------------------------------------------------*/
.c-arrow1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-arrow1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #2e4776;
  }
  .c-arrow1:hover .c-arrow1__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-arrow1:hover .c-arrow1__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-arrow1__icon {
  display: block;
  position: relative;
  width: 7px;
  height: 6px;
  overflow: hidden;
}
.c-arrow1__icon::before {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  font-family: "icomoon";
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow1__icon::after {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #2e4776;
  font-family: "icomoon";
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-arrow2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #2e4776;
  }
  .c-arrow2:hover .c-arrow2__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-arrow2:hover .c-arrow2__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-arrow2__icon {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.c-arrow2__icon::before {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow2__icon::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #2e4776;
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 12px;
  background-color: #fff;
  border: 4px solid #f7f8fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 13px;
  }
}
.c-box1__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
  padding: 12px;
  background-color: #2e4776;
}
@media only screen and (max-width: 767px) {
  .c-box1__left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding: 2px 12px 1px;
  }
}
.c-box1__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-indent: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-box1__title {
    text-indent: 0;
    text-align: left;
  }
}
.c-box1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 160px);
  padding: 6px 0 6px 20px;
}
@media only screen and (max-width: 1023px) {
  .c-box1__right {
    padding: 6px 0 5px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 6px;
    padding: 0;
  }
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 14px 16px 15px 20px;
  background-color: #2e4776;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.c-header .c-btn1 {
  border-radius: 0;
}
@media only screen and (min-width: 1023px) {
  .c-btn1:hover .c-arrow2 {
    background-color: #fff;
  }
  .c-btn1:hover .c-arrow2 .c-arrow2__icon::before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .c-btn1:hover .c-arrow2 .c-arrow2__icon::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1023px) {
  .c-btn1 {
    padding: 12px 16px 13px 20px;
  }
}
.c-btn1__text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-btn1__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-content p + p {
  margin-top: 29px;
}
.c-content p + p:has(img) {
  margin-top: 29px;
}
.c-content p:has(img) + p {
  margin-top: 29px;
}
.c-content a {
  color: #2e4776;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-content ul {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-content ul li {
  position: relative;
  padding-left: 16px;
}
.c-content ul li::before {
  content: "▪";
  position: absolute;
  top: 0;
  left: 0;
}
.c-content ol {
  counter-reset: section;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-content ol li {
  position: relative;
  padding-left: 20px;
}
.c-content ol li::before {
  counter-increment: section;
  content: counter(section) "．";
  position: absolute;
  top: 0;
  left: 0;
}
.c-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-content .alignleft {
  display: block;
  margin-right: auto;
}
.c-content .alignright {
  display: block;
  margin-left: auto;
}
.c-content img,
.c-content iframe {
  max-width: 100%;
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1 {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-heading1 {
    padding-top: 76px;
  }
}
.c-heading1__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 280px;
  padding: 60px 0 46px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__heading {
    min-height: 260px;
    padding: 42px 0 48px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__heading {
    min-height: 160px;
  }
}
.c-heading1__title {
  color: #2e4776;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .c-heading1__title {
    font-size: 2.9rem;
  }
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1__item + .c-list1__item {
  margin-top: 19px;
}
.c-list1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-list1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 96px;
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  .c-list1__left {
    width: 84px;
    padding-right: 8px;
  }
}
.c-list1__label {
  display: inline-block;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-list1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 96px);
}
@media only screen and (max-width: 767px) {
  .c-list1__right {
    width: calc(100% - 84px);
  }
}
.c-list2 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-list2 li {
  position: relative;
  padding-left: 31px;
}
.c-list2 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list2 li:nth-child(1)::before {
  content: "１．";
}
.c-list2 li:nth-child(2)::before {
  content: "２．";
}
.c-list2 li:nth-child(3)::before {
  content: "３．";
}
.c-list2 li:nth-child(4)::before {
  content: "４．";
}
.c-list2 li:nth-child(5)::before {
  content: "５．";
}
.c-list2 li:nth-child(6)::before {
  content: "６．";
}
.c-list2 li:nth-child(7)::before {
  content: "７．";
}
.c-list2 li:nth-child(8)::before {
  content: "８．";
}
.c-list2 li:nth-child(9)::before {
  content: "９．";
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 500px;
  padding-right: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-listpost1::-webkit-scrollbar-track {
  background-color: #e1e4eb;
}
.c-listpost1::-webkit-scrollbar {
  width: 4px;
  background-color: #e1e4eb;
}
.c-listpost1::-webkit-scrollbar-thumb {
  background-color: #2e4776;
}
.c-listpost1--full {
  max-height: unset;
  padding-right: 0;
}
.c-listpost1__item {
  width: 100%;
}
.c-listpost1__item + .c-listpost1__item {
  margin-top: 12px;
}
.member .c-listpost1__item + .c-listpost1__item {
  margin-top: 0;
}
.c-listpost1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 26px 32px 25px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 20px 26px;
  }
}
.c-listpost1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 121px;
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-listpost1__datetime {
  display: inline-block;
  color: #2e4776;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.c-listpost1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 121px);
}
@media only screen and (max-width: 767px) {
  .c-listpost1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: -3px;
  }
}
.c-listpost1__title {
  color: #2e4776;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-listpost1__content {
  margin-top: 11px;
}
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 8px;
  background-color: #2e4776;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-menu1.is-open .c-menu1__inner span:nth-child(1) {
  -webkit-transform: translate(0, 4px) rotate(45deg);
  transform: translate(0, 4px) rotate(45deg);
}
.c-menu1.is-open .c-menu1__inner span:nth-child(2) {
  -webkit-transform: translate(0, -3px) rotate(-45deg);
  transform: translate(0, -3px) rotate(-45deg);
}
.c-menu1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 8px;
}
.c-menu1__inner span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-text1--style1 {
  line-height: 2;
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-thumb1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-thumb2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb2::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 189.6551724138%;
}
.c-thumb2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  color: #2e4776;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .c-title1 {
    font-size: 2.9rem;
  }
}
.c-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.c-title2__en {
  margin-right: 8px;
  color: #2e4776;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-title2__ja {
  position: relative;
  margin: 3px 0 5px;
  padding-left: 48px;
  color: #2e4776;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-title2__ja::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #e1e4eb;
}
.c-title3 {
  color: #2e4776;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-title4 {
  position: relative;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 4px solid #e1e4eb;
  color: #2e4776;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .c-title4 {
    padding-bottom: 16px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.top-about {
  position: relative;
  margin-top: max(-367px, 1040px - (100vw - 320px) - 367px);
}
@media only screen and (max-width: 1023px) {
  .top-about {
    margin-top: max(-322px, 720px - (100vw - 80px) - 322px);
  }
}
@media only screen and (max-width: 767px) {
  .top-about {
    margin-top: 16px;
  }
}
.top-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.top-about__left {
  position: relative;
  width: 53.8461538462%;
  padding-right: 40px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-about__left {
    width: max(100% - 232px, 67.7777777778%);
  }
}
@media only screen and (max-width: 767px) {
  .top-about__left {
    width: 100%;
    padding-right: 0;
  }
}
.top-about__leftinner {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .top-about__leftinner {
    max-width: unset;
  }
}
.top-about__content {
  margin-top: 32px;
}
/*------------------------------------------------------------
    CSS of Topics section
------------------------------------------------------------*/
.top-topics {
  position: relative;
  padding: 121px 0 128px;
}
@media only screen and (max-width: 767px) {
  .top-topics {
    padding: 89px 0 96px;
  }
}
.top-topics__body {
  margin-top: 36px;
}
.top-topics__footer {
  margin-top: 128px;
}
@media only screen and (max-width: 767px) {
  .top-topics__footer {
    margin-top: 96px;
  }
}
/*------------------------------------------------------------
    CSS of Greeting page
------------------------------------------------------------*/

/* .greeting-message {
  padding: 60px 0 80px;
} */

.greeting-message__body {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 64px 64px 128px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.greeting-message__body p {
  line-height: 2;
  margin-bottom: 1.6em;
}

.greeting-message__sign {
  margin-top: 40px;
  text-align: right;
  line-height: 1.8;
}
.greeting-message__sign p {
  margin-bottom: 0.3em;
}


/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Rules page
------------------------------------------------------------*/

.rules-main {
  position: relative;
}
.rules-main__box {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 80px 64px 128px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rules-main__box:not(:last-child) {
  padding-bottom: 80px;
}

.rules-main__box + .rules-main__box {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .rules-main__box {
    padding: 56px 20px 96px;
  }
  .rules-main__box:not(:last-child) {
    padding-bottom: 56px;
  }
}
.rules-main__body {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .rules-main__body {
    margin-top: 40px;
  }
}
.rules-main__row + .rules-main__row {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .rules-main__row + .rules-main__row {
    margin-top: 40px;
  }
}
.rules-main__row .c-list1 {
  margin-top: 22px;
}
.rules-main__content {
  margin-top: 22px;
}
.rules-main__logo {
  width: 100%;
  max-width: 240px;
  margin-top: 24px;
}

.rules-main__table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0 40px;
  font-size:14px;
}

.rules-main__table th,
.rules-main__table td{
  border:1px solid #ddd;
  padding:10px 12px;
  text-align:left;
}

.rules-main__table th{
  background:#f6f6f6;
  font-weight:600;
}

.rules-main__sub{
  margin:40px 0 10px;
  font-size:18px;
  font-weight:600;
}

/*------------------------------------------------------------
    CSS of Procedures page
------------------------------------------------------------*/

.procedures-main {
  position: relative;
}
.procedures-main__box {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 80px 64px 128px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .procedures-main__box {
    padding: 80px 40px 128px;
  }
}
@media only screen and (max-width: 767px) {
  .procedures-main__box {
    padding: 32px 20px 96px;
  }
}
.procedures-main__row + .procedures-main__row {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .procedures-main__row + .procedures-main__row {
    margin-top: 40px;
  }
}
.procedures-main__row .c-list1 {
  margin-top: 22px;
}
.procedures-main__content {
  margin-top: 22px;
}

.procedures-main__download {
  margin-top: 24px;
}

.c-btn-download{
  background:#f2f5fb;
  border:1px solid #2e4776;
  max-width: 320px;
}

.c-btn-download .c-btn1__text{
  color:#2e4776;
}

.c-btn-download .c-arrow2{
  background:#2e4776;
}

.c-btn-download .c-arrow2__icon::after{
  color:#fff;
}

.c-btn-download:hover{
  background:#2e4776;
}

.c-btn-download:hover .c-btn1__text{
  color:#fff;
}

.c-btn-download .c-btn1__arrow {
  transform: rotate(90deg);
  background-color: #2e4776;
}
.c-btn-download .c-arrow1__icon::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.c-btn-download .c-arrow1__icon::after {
  opacity: 0;
}





/*------------------------------------------------------------
    CSS of Meeting page
------------------------------------------------------------*/

.meeting-main {
  padding: 0 0 80px;
}
.meeting-plan + .meeting-plan {
  margin-top: 56px;
}
.meeting-plan__box {
  background: #fff;
  padding: 40px 40px 48px;
  box-sizing: border-box;
}
.meeting-plan__heading {
  margin-bottom: 24px;
}
.meeting-plan__pdf {
  margin-bottom: 24px;
}
.meeting-plan__pdf a {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #2e4776;
  border-radius: 4px;
  color: #2e4776;
  font-weight: 700;
  text-decoration: none;
  transition: .25s;
}
.meeting-plan__pdf a:hover {
  background: #2e4776;
  color: #fff;
}
.meeting-plan__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #d9dfe8;
  border-left: 1px solid #d9dfe8;
}
.meeting-plan__table th,
.meeting-plan__table td {
  padding: 14px 16px;
  border-right: 1px solid #d9dfe8;
  border-bottom: 1px solid #d9dfe8;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  word-break: break-word;
  box-sizing: border-box;
}
.meeting-plan__table th {
  background: #f2f5fb;
  color: #2e4776;
  font-weight: 700;
  text-align: center;
}
.meeting-plan__table th:nth-child(1),
.meeting-plan__table td:nth-child(1) {
  width: 70px;
  text-align: center;
}
.meeting-plan__table th:nth-child(2),
.meeting-plan__table td:nth-child(2) {
  width: 140px;
}
.meeting-plan__table th:nth-child(3),
.meeting-plan__table td:nth-child(3) {
  width: 280px;
}
.meeting-plan__table th:nth-child(4),
.meeting-plan__table td:nth-child(4) {
  width: auto;
}
.meeting-plan__table tr.is-academic td {
  background: #fff8e8;
  font-weight: 700;
  color: #2e4776;
}
.meeting-year + .meeting-year {
  margin-top: 72px;
}
.meeting-year__heading {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2e4776;
}
.meeting-year__body {
  display: block;
}

.meeting-plan__note {
  margin: 24px 0 16px;
  padding: 16px 18px;
  background: #f7f9fc;
  border-left: 4px solid #2e4776;
  line-height: 1.9;
}
.meeting-plan__pdf {
  margin-top: 20px;
}

.meeting-plan__table td:nth-child(2),
.meeting-plan__table th:nth-child(2) {
  white-space: nowrap;
}

.meeting-plan__pdf a {
  display: inline-block;
  padding: 12px 20px;
  background: #2e4776;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
}

.meeting-plan__table th:nth-child(2),
.meeting-plan__table td:nth-child(2) {
  white-space: nowrap;
}

.meeting-plan__table th:nth-child(1),
.meeting-plan__table td:nth-child(1) {
  width: 60px;
  text-align: center;
}

.meeting-plan__table th:nth-child(2),
.meeting-plan__table td:nth-child(2) {
  width: 140px;
}

.meeting-plan__table th:nth-child(3),
.meeting-plan__table td:nth-child(3) {
  width: 260px;
}

.meeting-plan__organizer {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.9em;
  color: #666;
}

.meeting-plan__table td strong {
  font-weight: 700;
}
.meeting-plan__table td span {
  display: block;
  line-height: 1.5;
  font-size: 0.9em;
  font-weight: 400;
  color: #555;
}
.scroll-hint-icon {
  background-color: rgba(46, 71, 118, 0.85) !important;
}
.scroll-hint-text {
  font-size: 1.2rem !important;
}
.meeting-plan__table-wrap {
  overflow-x: auto;
}

.meeting-plan__table {
  min-width: 760px;
}

@media screen and (max-width: 767px) {
  .meeting-plan__box {
    padding: 24px 20px 32px;
  }
  .meeting-plan__heading {
    margin-bottom: 16px;
  }
  .meeting-plan__pdf {
    margin-bottom: 18px;
  }
  .meeting-plan__pdf a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  .meeting-plan__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .meeting-plan__table {
    min-width: 760px;
  }
  .meeting-plan__table th,
  .meeting-plan__table td {
    font-size: 1.4rem;
    padding: 8px;
    line-height: 1.6;
  }
  .meeting-plan__note {
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .c-text1 {
    font-size: 1.5rem;
  }
}



/*------------------------------------------------------------
    CSS of Report page
------------------------------------------------------------*/

.report-item + .report-item {
  margin-top: 56px;
}

.report-item__box {
  background: #fff;
  padding: 40px 40px 48px;
  box-sizing: border-box;
}

.report-item__heading {
  margin-bottom: 24px;
}

.report-item__summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.report-item__summary-block {
  background: #f7f9fc;
  padding: 20px;
}

.report-item__summary-table dl {
  margin: 0;
}

.report-item__summary-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #d9dfe8;
}

.report-item__summary-row:first-child {
  border-top: 1px solid #d9dfe8;
}

.report-item__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.report-item__table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #d9dfe8;
  border-left: 1px solid #d9dfe8;
}

.report-item__table th,
.report-item__table td {
  padding: 14px 16px;
  border-right: 1px solid #d9dfe8;
  border-bottom: 1px solid #d9dfe8;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
  word-break: break-word;
  box-sizing: border-box;
}
.report-item__table th {
  background: #f2f5fb;
  color: #2e4776;
  font-weight: 700;
}
.report-item__table th:nth-child(1),
.report-item__table td:nth-child(1) {
  width: 96px;
  text-align: center;
}
.report-item__table th:nth-child(2),
.report-item__table td:nth-child(2) {
  width: 190px;
}
.report-item__table th:nth-child(3),
.report-item__table td:nth-child(3) {
  width: 230px;
}
.report-item__table th:nth-child(4),
.report-item__table td:nth-child(4) {
  width: auto;
}
.report-item__table th:nth-child(5),
.report-item__table td:nth-child(5) {
  width: 100px;
}
.report-item__datetime {
  line-height: 1.7;
}
.report-item__date {
  font-weight: 700;
}
.report-item__place {
  font-size: 0.9em;
  color: #555;
  margin-top: 4px;
}
.report-item__affiliation {
  font-size: 0.9em;
  color: #555;
}
.report-item__sub {
  font-size: 0.95em;
}
.report-item__participants {
  font-size: 0.95em;
  line-height: 1.8;
}
.report-item__note {
  margin: 24px 0 16px;
  padding: 16px 18px;
  background: #f7f9fc;
  border-left: 4px solid #2e4776;
  line-height: 1.9;
}
.report-item__pdf {
  margin-top: 16px;
}
.report-item__pdf a {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #2e4776;
  border-radius: 4px;
  color: #2e4776;
  font-weight: 700;
  text-decoration: none;
  transition: .25s;
}
.report-item__pdf a:hover {
  background: #2e4776;
  color: #fff;
}
.report-item__speaker + .report-item__speaker {
  margin-top: 8px;
}
.report-item__affiliation {
  font-size: 0.9em;
  color: #555;
}
.report-item__content-line + .report-item__content-line {
  margin-top: 4px;
}
.report-item__content-line.is-strong {
  font-weight: 700;
}
.report-item__table tr.is-academic td {
  background: #fff8e8;
  color: #2e4776;
}
.report-year + .report-year {
  margin-top: 72px;
}
.report-year__heading {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2e4776;
}

@media screen and (max-width: 767px) {
  .report-item__box {
    padding: 24px 20px 32px;
  }

  .report-item__summary {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .report-item__pdf a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}







/*------------------------------------------------------------
    CSS of Login page
------------------------------------------------------------*/

.member-login__body {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 64px 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.member-login__lead {
  margin-bottom: 24px;
  line-height: 2;
}
.member-login__panel {
  padding: 32px 32px 20px;
  border: 5px solid #e1e4eb;
  background: #fff;
  width: fit-content;
}
.member-login__lost {
  margin-top: 20px;
}
.member-login__lost a {
  text-decoration: underline;
}
.login-username {
  margin-bottom: 10px;
}
.login-username,
.login-password {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: center;
}
.login-username label,
.login-password label {
  font-weight: 700;
  color: #2e4776;
}
.login-username input[type="text"],
.login-password input[type="password"] {
  font-size: inherit;
  display: inline-block;
  height: 44px;
  padding: 0 10px;
  color: #333;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
}
.login-remember {
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
}
.login-submit {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.button-primary {
  background-color: #2e4776;
  border-radius: 4px;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.2625;
  position: relative;
  display: inline-block;
  padding: 14px 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  border: none;
  background-size: 14px auto;
  width: 100%;
  max-width: 280px;
}
.member-login__lost {
  color: #2e4776;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  margin-top: 24px;
}


.member-main {
  padding-bottom: 80px;
}

.member-main__box {
  background: #fff;
  padding: 64px 64px;
  box-sizing: border-box;
}
.member-main__body:not(:first-child) {
  margin-top: 70px;
}

.member-main__row + .member-main__row {
  margin-top: 40px;
}

.member-main__content p {
  line-height: 2;
}

.member-main__row small {
  display: inline-block;
  margin-left: 12px;
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .member-main__box {
    padding: 32px 20px;
  }
  .member-main__body:not(:first-child) {
    margin-top: 40px;
  }
  .member-main__row small {
    display: block;
    margin: 8px 0 0;
  }
}


@media screen and (max-width: 767px) {
  .member-login__box {
    padding: 32px 20px;
  }
  .member-login__panel {
    width: 100%;
    padding: 24px 16px 16px;
    border-width: 3px;
  }
  .member-login__lead {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .login-username,
  .login-password {
    display: block;
  }
  .login-username label,
  .login-password label {
    display: block;
    margin-bottom: 2px;
    font-size: 1.4rem;
  }
  .login-username input[type="text"],
  .login-password input[type="password"] {
    max-width: none;
    width: 100%;
    height: 42px;
  }
  .login-username {
    margin-bottom: 16px;
  }
  .login-password {
    margin-bottom: 12px;
  }
  .login-remember {
    padding: 0;
    font-size: 13px;
    justify-content: flex-start;
  }
  .login-remember label {
    align-items: center; 
  }
  .login-remember input {
    vertical-align: top;
  }
  .login-submit {
    display: block;
  }
  .button-primary {
    max-width: none;
    width: 100%;
    padding: 14px 12px;
    font-size: 1.5rem;
  }
  .member-login__lost {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}



/*------------------------------------------------------------
    CSS of Profile page
------------------------------------------------------------*/

.member-profile {
  margin-top: 16px;
}

.member-profile__table {
  border-top: 1px solid #e4e7ef;
}

.member-profile__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid #e4e7ef;
}

.member-profile__term {
  padding: 16px 20px;
  background: #f6f8fc;
  font-weight: 700;
  color: #2e4776;
}

.member-profile__desc {
  padding: 16px 20px;
}

.member-profile__actions {
  margin-top: 24px;
}

.member-profile__btn {
  display: inline-block;
  padding: 12px 28px;
  background: #2e4776;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.25s;
  box-sizing: border-box;
}

.member-profile__btn:hover {
  background: #1e3359;
}

@media screen and (max-width: 767px) {

  .member-profile__row {
    grid-template-columns: 1fr;
  }

  .member-profile__term {
    padding: 12px 16px;
  }

  .member-profile__desc {
    padding: 12px 16px 16px;
  }

  .member-profile__btn {
    width: 100%;
    text-align: center;
  }

}


.c-heading1__title--member {
  position: relative;
  padding: 16px 20px 16px 30px;
  width: 100%;
  background: #2e4776;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .c-title3 {
    font-size: 18px;
  }
  .c-heading1__title--member {
    padding: 12px 16px 12px 20px;
    font-size: 20px;
  }
}
.member-main__heading {
  border-bottom: 1px solid #2e4776;
  padding-bottom: 5px;
}






.member-form__notice {
  margin-bottom: 32px;
  padding: 16px 20px;
  border-radius: 4px;
}

.member-form__notice--success {
  background: #eef7ee;
  border: 1px solid #b9d8bb;
}

.member-form__notice--error {
  background: #fff3f3;
  border: 1px solid #e0b4b4;
}

.member-form__notice ul {
  margin: 0;
  padding-left: 1.4em;
}

.member-form__table {
  border-top: 1px solid #e4e7ef;
}

.member-form__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid #e4e7ef;
}

.member-form__term {
  padding: 16px;
  background: #f6f8fc;
  font-weight: 700;
  color: #2e4776;
  display: flex;
  align-items: center;
}

.member-form__term label {
  display: block;
  position: relative;
  padding-left: 50px;
}

.member-form__desc {
  padding: 16px;
}

.member-form__desc input[type="text"],
.member-form__desc input[type="email"] {
  width: 100%;
  max-width: 420px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d8dde7;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.member-form__desc textarea {
  width: 100%;
  padding: 0 12px;
  border: 1px solid #d8dde7;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.member-form__actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.member-form__btn {
  display: inline-block;
  min-width: 280px;
  padding: 14px 28px;
  border: none;
  border-radius: 4px;
  background: #2e4776;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  font-size: inherit;
}

.member-form__btn:hover {
  background: #24385f;
}

@media screen and (max-width: 767px) {
  .member-form__row {
    grid-template-columns: 1fr;
  }

  .member-form__term {
    padding: 12px 16px;
  }

  .member-form__desc {
    padding: 12px 16px 16px;
  }

  .member-form__desc input[type="text"],
  .member-form__desc input[type="email"] {
    max-width: none;
  }

  .member-form__btn {
    width: 100%;
    min-width: 0;
  }
}

.member-form__notice--success {
  padding: 16px 20px;
  background: #eef7ee;
  border: 1px solid #b9d8bb;
  border-radius: 4px;
  margin-bottom: 10px;
}



.member .c-listpost1__link {
  /* border-bottom: 1px solid #e1e4eb; */
  background-color: #f6f8fc;
}

.member-form__cols--2{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

.member-form__radio{
  display:flex;
  flex-wrap:wrap;
  gap:12px 20px;
}

.member-form__radio label{
  display:flex;
  align-items:center;
  gap:6px;
}

.member-form__label{
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:start;
  gap:10px;
}

.member-form__badge{
  display: inline-block;
  width:40px;
  text-align:center;
  padding:2px 0;
  border-radius:999px;
  font-size:11px;
  line-height:1.4;
  box-sizing:border-box;
  position: absolute;
  left: 0;
  top: 3px;
}

.member-form__label-text{
  display:block;
}

.member-form__badge--required{
  background:#d33;
  color:#fff;
}

.member-form__badge--optional{
  background:#eee;
  color:#666;
}

.member-form__label-text{
  flex:1 1 auto;
}

.member-form__note {
  font-size: 12px;
  margin-top: 2px;
}

@media (max-width: 767px){
  .member-form__cols--2{
    grid-template-columns:1fr;
  }
}

@media screen and (max-width: 767px) {
  .greeting-message__body {
    padding: 32px 20px 96px;
  }
  .member-login__body {
    padding: 32px 20px 96px;
  }
}



/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/



/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 0 0 128px;
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 0 0 96px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  padding: 0 0 128px;
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 0 0 96px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.u-inter {
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}
.is-notpc {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-notpc {
    display: block;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-notsp {
    display: none;
  }
}
.is-xsp {
  display: none;
}
@media only screen and (max-width: 374px) {
  .is-xsp {
    display: block;
  }
}
.is-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}

.member-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.member-menu__btn,
.member-post__back a {
  display: inline-block;
  padding: 12px 24px;
  background: #2e4776;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
}
.member-document-list__item + .member-document-list__item,
.c-listpost1__item + .c-listpost1__item {
  border-top: 1px solid #e4e7ef;
}
.member-document-list__item a,
.c-listpost1__item a {
  display: flex;
  gap: 20px;
  padding: 16px;
  text-decoration: none;
}
.member-post__date {
  margin-bottom: 8px;
  color: #2e4776;
  font-size: 16px;
}
.member-post__content {
  line-height: 2;
}
.member-post__back {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.member-news__heading {
  border-bottom: 1px solid #2e4776;
  padding-bottom: 5px;
  margin-bottom: 32px;
}

.member .c-listpost1__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  /* padding: 16px 0; */
  text-decoration: none;
  position: relative;
}
.member .c-listpost1__link time {
  color: #2e4776;
}
.member .c-listpost1__title {
  flex: 1;
  position: relative;
  top: -1px;
}

/* 矢印 */
.c-listpost1__arrow {
  flex-shrink: 0;
  color: #2e4776;
  font-size: 1.4rem;
  transition: 0.2s;
}
.c-listpost1__link:hover .c-listpost1__arrow {
  transform: translateX(4px);
}
.c-listpost1__item + .c-listpost1__item {
  border-top: 1px solid #e4e7ef;
}

.member .c-listpost1__body {
    gap: 20px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
  .member .c-listpost1__link {
    flex-direction: row;
    padding: 24px 20px 26px;
  }
  .member .c-listpost1__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    flex: 1;
  }
  .member .c-listpost1__arrow {
    margin-left: 12px;
    margin-top: 4px;
  }
}

.member .c-listpost1__link {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.member .c-listpost1__left {
  flex-shrink: 0;
}

.member .c-listpost1__right {
  flex: 1;
}

.member .c-listpost1__arrow {
  flex-shrink: 0;
}

.member .c-listpost1__arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {

  .member .c-listpost1__link {
    flex-direction: column; /* ← 縦にする */
    align-items: flex-start;
    gap: 8px;
    padding: 20px 52px 24px 20px;
    position: relative;
  }

  /* 日付 */
  .member .c-listpost1__left {
    order: 1;
  }

  /* タイトル＋本文 */
  .member .c-listpost1__right {
    order: 2;
  }

  /* 矢印を右上固定 */
  .member .c-listpost1__arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

}



/*------------------------------------------------------------
    CSS of certificate page
------------------------------------------------------------*/

.certificate-item + .certificate-item {
  margin-top: 56px;
}

.certificate-item__box {
  background: #fff;
  padding: 40px 40px 48px;
  box-sizing: border-box;
}

.certificate-item__heading {
  margin-bottom: 24px;
}

.certificate-item__summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.certificate-item__summary-block {
  background: #f7f9fc;
  padding: 20px;
}

.certificate-item__summary-table dl {
  margin: 0;
}

.certificate-item__summary-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #d9dfe8;
}

.certificate-item__summary-row:first-child {
  border-top: 1px solid #d9dfe8;
}

.certificate-item__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.certificate-item__table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #d9dfe8;
  border-left: 1px solid #d9dfe8;
}

.certificate-item__table th,
.certificate-item__table td {
  border-right: 1px solid #d9dfe8;
  border-bottom: 1px solid #d9dfe8;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
  word-break: break-word;
  box-sizing: border-box;
}
.certificate-item__table th {
  padding: 10px 16px;
  background: #f2f5fb;
  color: #2e4776;
  font-weight: 700;
  white-space: nowrap;
}
.certificate-item__table td {
  padding: 6px 16px;
  vertical-align: middle;
  font-size: .9em;
}
.certificate-item__table th:nth-child(1),
.certificate-item__table td:nth-child(1) {
  width: 96px;
  text-align: center;
}
.certificate-item__table th:nth-child(2),
.certificate-item__table td:nth-child(2) {
  width: 130px;
}
.certificate-item__table th:nth-child(3),
.certificate-item__table td:nth-child(3) {
  width: 230px;
}
.certificate-item__table th:nth-child(4),
.certificate-item__table td:nth-child(4) {
  width: auto;
}
.certificate-item__table th:nth-child(5),
.certificate-item__table td:nth-child(5) {
  width: 170px;
}
.certificate-item__datetime {
  line-height: 1.7;
}
.certificate-item__date {
  font-weight: 700;
}
.certificate-item__place {
  font-size: 0.9em;
  color: #555;
  margin-top: 4px;
}
.certificate-item__affiliation {
  font-size: 0.9em;
  color: #555;
}
.certificate-item__sub {
  font-size: 0.95em;
}
.certificate-item__participants {
  font-size: 0.95em;
  line-height: 1.8;
}
.certificate-item__note {
  margin: 24px 0 16px;
  padding: 16px 18px;
  background: #f7f9fc;
  border-left: 4px solid #2e4776;
  line-height: 1.9;
}
.certificate-item__pdf {
  margin-top: 16px;
}
.certificate-item__pdf a {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #2e4776;
  border-radius: 4px;
  color: #2e4776;
  font-weight: 700;
  text-decoration: none;
  transition: .25s;
}
.certificate-item__pdf a:hover {
  background: #2e4776;
  color: #fff;
}
.certificate-item__speaker + .certificate-item__speaker {
  margin-top: 8px;
}
.certificate-item__affiliation {
  font-size: 0.9em;
  color: #555;
}
.certificate-item__content-line + .certificate-item__content-line {
  margin-top: 4px;
}
.certificate-item__content-line.is-strong {
  font-weight: 700;
}
.certificate-item__table tr.is-academic td {
  background: #fff8e8;
  color: #2e4776;
}
.certificate-year + .certificate-year {
  margin-top: 72px;
}
.certificate-year__heading {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2e4776;
}

@media screen and (max-width: 767px) {
  .certificate-item__box {
    padding: 24px 20px 32px;
  }

  .certificate-item__summary {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .certificate-item__pdf a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

.certificate-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}

.certificate-numbers__item {
  display: inline-block;
  padding: 0 8px;
  background: #f2f5fb;
  border: 1px solid #d9dfe8;
  border-radius: 4px;
}

.certificate-item .c-btn-download {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 14px;
  background: #2e4776;
  color: #FFF;
}
.certificate-item .c-btn-download .c-btn1__text {
  color: #FFF;
}

/* 左アイコン */
.c-btn-download__icon {
  color: #fff;
  font-size: 1.4rem;
}

/* hover */
.c-btn-download:hover .c-btn-download__arrow {
  transform: translateY(2px);
  opacity: 1;
}