@charset "UTF-8";
/*
--------------------------------
	font
--------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto+Slab:wght@500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap"');
/*
--------------------------------
	variables
--------------------------------
*/
/* ---- sizes ---- */
/* ---- colors ---- */
/*
--------------------------------
	mixins
--------------------------------
*/
/* ---- media query ---- */
/* ---- color --- */
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, hr,
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
}

body {
  -webkit-text-size-adjust: 100%; /* for iOS, Android */
}

li {
  list-style: none;
}

a, button {
  -webkit-tap-highlight-color: transparent; /* for iOS, Android */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

button {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

input, select, textarea {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  line-height: 1;
}

strong, em, b {
  font-weight: bold;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ明朝 ProN", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  line-height: 1;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.txt-en {
  font-family: "Roboto Slab", serif;
}

/*
--------------------------------
	utilities
--------------------------------
*/
/* ---- media query ---- */
@media screen and (min-width: 1440px) {
  .pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}
/* ---- margin ---- */
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0vw !important;
  }
  .mt10 {
    margin-top: 2vw !important;
  }
  .mt20 {
    margin-top: 4vw !important;
  }
  .mt30 {
    margin-top: 6vw !important;
  }
  .mt40 {
    margin-top: 8vw !important;
  }
  .mt50 {
    margin-top: 10vw !important;
  }
  .mt60 {
    margin-top: 12vw !important;
  }
  .mt70 {
    margin-top: 14vw !important;
  }
  .mt80 {
    margin-top: 16vw !important;
  }
  .mt90 {
    margin-top: 18vw !important;
  }
  .mt100 {
    margin-top: 20vw !important;
  }
  .mt110 {
    margin-top: 22vw !important;
  }
  .mt120 {
    margin-top: 24vw !important;
  }
  .mt130 {
    margin-top: 26vw !important;
  }
  .mt140 {
    margin-top: 28vw !important;
  }
  .mt150 {
    margin-top: 30vw !important;
  }
}
.p0 {
  padding: 0 !important;
}

.keyvisual {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 767px) {
  .keyvisual {
    height: auto;
  }
}
.keyvisual:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/kaigi/assets/img/Top_KV_bg.png") 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .keyvisual:after {
    background: url("/wp-content/themes/kaigi/assets/img/Top_KV_bg_sp.png") 0 0 no-repeat;
    background-size: 100% 100%;
    top: 6.875rem;
    height: 46.875rem;
  }
}
.keyvisual .top {
  width: 100%;
  position: relative;
  display: block;
  height: 62%;
  margin-top: 11vh;
  background: url("/wp-content/themes/kaigi/assets/img/Top_line.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .keyvisual .top {
    margin-top: 0;
    height: 53.75rem;
    background: url("/wp-content/themes/kaigi/assets/img/Top_line_sp.png") 0 21.875rem no-repeat;
    background-size: 100% 18.125rem;
  }
}
.keyvisual .top h1 {
  position: relative;
  display: block;
  font-size: 3.125rem;
  line-height: 4.5rem;
  text-align: left;
  color: #000;
  margin-top: 29.5vh;
  padding: 0 2.5rem;
  opacity: 1;
  transition: opacity 0.6s ease;
  animation-name: fade-in;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  font-weight: bold;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .keyvisual .top h1 {
    margin-top: 6.875rem;
    padding: 0 0.9375rem;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.8125rem;
    text-align: left;
    color: #000;
    width: 15.625rem;
  }
}
.keyvisual .top:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background: #FFFEEF;
  animation-name: kv-line;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  z-index: 1;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .keyvisual .top:before {
    margin-top: 0;
  }
}
.keyvisual .bottom {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.keyvisual .bottom p {
  width: 36%;
  padding: 0 2.5rem 3.125rem;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 2rem;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .keyvisual .bottom p {
    width: 100%;
    padding: 2.8125rem 2.8125rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

.detailvisual {
  height: 28.3125rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 767px) {
  .detailvisual {
    height: 28.75rem;
  }
}
.detailvisual .top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .detailvisual .top {
    padding-bottom: 2.1875rem;
  }
}
.detailvisual h1 {
  position: relative;
  display: block;
  font-size: 3.125rem;
  line-height: 4.5rem;
  text-align: left;
  color: #000;
  padding: 0 2.5rem;
  opacity: 1;
  transition: opacity 0.6s ease;
  animation-name: fade-in;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  font-weight: bold;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .detailvisual h1 {
    padding: 0 0.9375rem;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.8125rem;
    text-align: left;
    color: #000;
    width: 15.625rem;
  }
}

.head {
  width: 100%;
  position: relative;
  display: flex;
  font-size: 2.9375rem;
  line-height: 3.5625rem;
  text-align: left;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .head {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}
.head + .row {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .head + .row {
    margin-top: 3.125rem;
  }
}

.notice {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .notice {
    margin-top: 0.6875rem;
  }
}

.line {
  margin-top: 6.375rem;
}
@media screen and (max-width: 767px) {
  .line {
    margin-top: 6.25rem;
  }
}
.line .container {
  border-top: 2px solid #000000;
  padding-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .line .container {
    padding-top: 0.6875rem;
  }
}

.container {
  max-width: 1360px;
  position: relative;
  display: block;
  margin: auto 2.5rem;
  padding: 0 0;
}
@media screen and (min-width: 1440px) {
  .container {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .container {
    margin: auto;
    padding: 0 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .container.product {
    padding: 0;
  }
  .container.product .col {
    padding: 0 0.9375rem;
    padding-top: 0.6875rem;
  }
  .container.product .col + .col {
    border-top: 2px solid #000000;
    margin-top: 6.25rem;
  }
}

.list-item {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .list-item {
    margin-top: 1.875rem;
    padding: 0 1.375rem;
  }
}
.list-item .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 5.25rem) / 4);
}
@media screen and (max-width: 767px) {
  .list-item .item {
    width: 100%;
    margin-top: 2.5rem;
  }
  .list-item .item:first-child {
    margin-top: 0;
  }
}
.list-item .item a {
  width: 100%;
  height: auto;
  display: block;
}
.list-item .item a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .list-item .item a:hover img {
    transform: scale(1.1);
  }
}
.list-item .item a:hover .title {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  text-decoration-color: #000;
}
.list-item .item .img {
  width: 100%;
  overflow: hidden;
}
.list-item .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
}
.list-item .item .title {
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
  min-height: 3.75rem;
  text-align: left;
  color: #000;
  width: 100%;
  position: relative;
  margin-top: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .list-item .item .title {
    font-size: 0.875rem;
    line-height: 1.375rem;
    min-height: 0;
    margin-top: 1rem;
  }
}
.list-item .item .date {
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
  text-align: left;
  color: #000;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .list-item .item .date {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .list-item .item {
    margin-right: 1.75rem;
  }
  .list-item .item:nth-child(4n) {
    margin-right: 0;
  }
}

.fullimage {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 6.25rem;
}
.fullimage img {
  width: 100%;
}

.row {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.row.border-top {
  border-top: 2px solid #000;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .row.border-top {
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .row .col {
    width: calc((100% - 2.5rem) / 2);
    margin-right: 2.5rem;
  }
  .row .col:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .row .col {
    width: 100%;
  }
  .row .col + .col {
    margin-top: 3.125rem;
  }
}
.row .col .title {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  font-size: 2rem;
  line-height: 3.0625rem;
  text-align: left;
  color: #000;
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .row .col .title {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-top: 3.125rem;
  }
}
.row .col .title:first-child {
  margin-top: 0;
}
.row .col > img {
  width: 100%;
  margin: auto;
}
.row .col .content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 2rem;
  text-align: left;
  color: #000;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .row .col .content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 3.25rem;
  }
}
.row .col .img {
  width: 100%;
  position: relative;
  margin-top: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .row .col .img {
    margin-top: 3.625rem;
  }
}
.row .col .img img {
  max-width: 100%;
  margin: auto;
  width: 100%;
}
.row .col .list-img {
  width: 100%;
  position: relative;
  margin-top: 3.4375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .row .col .list-img {
    margin-top: 3.625rem;
    padding: 0 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .row .col .list-img img {
    width: calc((100% - 2.8125rem) / 4);
    margin-right: 0.9375rem;
  }
  .row .col .list-img img:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .row .col .list-img img {
    width: calc((100% - 1.125rem) / 2);
    margin-right: 1.125rem;
  }
  .row .col .list-img img:nth-child(even) {
    margin-right: 0;
  }
}
.row .col .link {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  text-decoration: underline;
  font-size: 1.3125rem;
  line-height: 2rem;
  text-align: left;
  color: #000;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .row .col .link {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 3.4375rem;
    justify-content: flex-end;
  }
}
.row .col .link[target=_blank]:after {
  content: "";
  display: inline;
  width: 1.625rem;
  height: 1.625rem;
  background: url("/wp-content/themes/kaigi/assets/img/target_blank.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .row .col .link[target=_blank]:after {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.3125rem;
  }
}

@keyframes kv-line {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .top {
    margin-top: 0;
  }
}
.top .global-container {
  padding: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .top .header {
    position: absolute;
    top: 0;
    background: none;
  }
  .top .header .nav {
    background: none;
  }
}

.publication-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.publication-content .top-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .publication-content .top-content {
    width: 41.25rem;
  }
}
.publication-content .top-content p {
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 2rem;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .publication-content .top-content p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.publication-content .note {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #000;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .publication-content .note {
    font-size: 1.3125rem;
    line-height: 2rem;
    max-width: 38.75rem;
  }
}
.publication-content a:link {
  width: 100%;
  font-weight: normal;
  text-decoration: underline;
  font-size: 1.3125rem;
  line-height: 2rem;
  text-align: left;
  color: #000;
  display: inline-block;
  text-underline-offset: 0.3em;
}
@media screen and (max-width: 767px) {
  .publication-content a:link {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-bottom: 0.1875rem;
  }
}
.publication-content .pdf-link {
  width: 100%;
  font-weight: normal;
  text-decoration: underline;
  font-size: 1.3125rem;
  line-height: 2rem;
  text-align: left;
  color: #000;
  padding-left: 4.375rem;
  background: url("/wp-content/themes/kaigi/assets/img/pdf-link.png") 0px 0.125rem no-repeat;
  background-size: auto 1.75rem;
  margin-top: 1.5625rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .publication-content .pdf-link {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 1.5625rem;
    padding-left: 3.25rem;
    background: url("/wp-content/themes/kaigi/assets/img/pdf-link.png") 0px 0.125rem no-repeat;
    background-size: auto 1.25rem;
    padding-bottom: 0.1875rem;
  }
}
.publication-content > .pdf-link:first-child {
  margin-top: 0;
}

.publication {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.6875rem;
}
.publication:first-child {
  margin-top: 0;
}
.publication .image {
  width: 20rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .publication .image {
    width: 100%;
    padding: 0 1.375rem;
  }
}
.publication .image img {
  max-width: 100%;
  max-height: 27.9375rem;
}
@media screen and (max-width: 767px) {
  .publication .image img {
    width: 100%;
    max-height: initial;
  }
}
.publication .image p {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: left;
  color: #000;
  margin: 0.625rem auto 0;
}
@media screen and (min-width: 768px) {
  .publication .image p {
    font-size: 1.0625rem;
    line-height: 1.625rem;
    margin: 0.9375rem auto 0;
  }
}
.publication > p {
  width: 100%;
  white-space: pre-line;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #000;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .publication > p {
    padding-left: 4.75rem;
    font-size: 1.3125rem;
    line-height: 2rem;
    max-width: 40.625rem;
    margin-top: 0;
    width: calc(100% - 20rem);
  }
}
@media screen and (min-width: 768px) {
  .publication > p.md-50 {
    width: calc(50% - 20rem);
  }
}
@media screen and (min-width: 768px) {
  .publication > p.md-70 {
    width: calc(70% - 20rem);
  }
}
.publication .bottom {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .publication .bottom {
    margin-top: 3.75rem;
  }
}
.publication .bottom .note {
  font-family: "Hiragino Mincho ProN";
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 2rem;
  text-align: left;
  color: #000;
  width: 48.625rem;
  margin: 1.25rem auto 0;
  max-width: 48.625rem;
}
@media screen and (max-width: 767px) {
  .publication .bottom .note {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.publication .bottom .note + iframe {
  margin-top: 2.1875rem;
}
.publication .bottom iframe {
  width: 48.625rem;
  height: 27.375rem;
  background: transparent;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .publication .bottom iframe {
    width: 100%;
    height: 12.8125rem;
  }
}
.publication .bottom iframe:first-child {
  margin-top: 0;
}

.noIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.text-table {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .text-table {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
.text-table .label {
  width: 18.75rem;
  position: relative;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .text-table .label {
    width: 9.375rem;
    padding-right: 3.125rem;
  }
}
.text-table .label:after {
  content: "…";
  display: block;
  position: absolute;
  right: 1.875rem;
  top: 0rem;
}
@media screen and (max-width: 767px) {
  .text-table .label:after {
    right: 1.5625rem;
  }
}
.text-table .content {
  width: calc(100% - 18.75rem);
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .text-table .content {
    width: calc(100% - 9.375rem);
  }
}

.section-content .table-name {
  width: 50%;
  text-align: center;
  display: block;
  margin-top: 5rem;
  margin-bottom: 0.625rem;
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
@media screen and (max-width: 767px) {
  .section-content .table-name {
    width: 100%;
    margin-top: 3.75rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.section-content .table-name + .scrollable {
  margin-top: 0.6875rem;
}
.section-content .table-note {
  width: 50%;
  text-align: center;
  display: block;
  margin-top: 1.125rem;
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
@media screen and (max-width: 767px) {
  .section-content .table-note {
    width: 100%;
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.wp-block-table {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-block-table {
    overflow: auto;
  }
  .wp-block-table.touched:after {
    display: none;
  }
  .wp-block-table:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(21, 21, 21, 0.5) url("/wp-content/themes/kaigi/assets/img/scrollable.png") 50% 50% no-repeat;
    background-size: contain;
  }
}

.scrollable {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .scrollable {
    overflow: auto;
    margin-top: 3.75rem;
  }
  .scrollable.touched:after {
    display: none;
  }
  .scrollable:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(21, 21, 21, 0.5) url("/wp-content/themes/kaigi/assets/img/scrollable.png") 50% 50% no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .scrollable table.org1 {
    min-width: 73.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .scrollable table.org2 {
    min-width: 62.5rem;
  }
}
.scrollable table tr th,
.scrollable table tr td {
  white-space: nowrap;
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  min-width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .scrollable table tr th,
  .scrollable table tr td {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
.scrollable .text-right {
  position: relative;
  display: block;
  font-size: 1.3125rem;
  line-height: 2rem;
  text-align: right;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .scrollable .text-right {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-top: 0.625rem;
  }
}

.box-anchor {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.8125rem;
  border-top: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .box-anchor {
    padding: 0.8125rem 0.9375rem 0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    width: auto;
  }
}
.box-anchor a {
  color: #111;
  text-underline-offset: 0.2em;
  text-decoration: underline;
  margin-right: 2.5rem;
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .box-anchor a {
    width: 100%;
    margin-right: 0;
    font-size: 1.125rem;
    margin-top: 1.125rem;
  }
  .box-anchor a:first-child {
    margin-top: 0;
  }
}
.box-anchor a:hover {
  text-decoration: underline;
}

.question {
  width: 74.3125rem;
  margin-left: 2.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .question {
    width: 100%;
    margin-left: 0;
  }
}
.question:after {
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1.5625rem;
  background: url("/wp-content/themes/kaigi/assets/img/plus.png") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .question:after {
    width: 0.8125rem;
    height: 0.8125rem;
    top: 0.8125rem;
  }
}
.question.open:after {
  background: url("/wp-content/themes/kaigi/assets/img/minus.png") 50% 50% no-repeat;
  background-size: contain;
}
.question.open dd {
  max-height: 31.25rem;
  padding-top: 0;
  padding-bottom: 6.25rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .question.open dd {
    max-height: 31.25rem;
    padding-top: 0;
    padding-bottom: 0.9375rem;
  }
}
.question dt,
.question dd {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 8.75rem 1.25rem 4.375rem;
  font-size: 1.3125rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .question dt,
  .question dd {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
}
.question dt:before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0;
}
.question dd {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  display: block;
}
.question dd:before {
  content: "A.";
  display: block;
  position: absolute;
  left: 0;
}

.filter-box {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.4375rem;
  border-top: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .filter-box {
    padding-top: 0.75rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    width: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.filter-box .collapse {
  color: #111;
  font-size: 1.3125rem;
  line-height: 2rem;
  padding-right: 1.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .filter-box .collapse {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
.filter-box .collapse:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.75rem;
  width: 0.9375rem;
  height: 0.4375rem;
  background: url("/wp-content/themes/kaigi/assets/img/i-arrow-down.svg") 50% 50% no-repeat;
  background-size: 0.875rem;
}
.filter-box .collapse.open:after {
  background: url("/wp-content/themes/kaigi/assets/img/i-arrow-up.svg") 50% 50% no-repeat;
  background-size: 0.875rem;
}
.filter-box .collapse.open + .filter {
  padding-top: 1.5625rem;
  max-height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .filter-box .collapse.open + .filter {
    padding-top: 0.5rem;
  }
}
.filter-box .filter {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.filter-box .filter form {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.filter-box .filter form .checkbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .filter-box .filter form .checkbox {
    width: 8.125rem;
    justify-content: flex-start;
    margin: 0.4375rem 0;
  }
}
.filter-box .filter form input[type=checkbox] {
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #000000;
  margin-left: 0.625rem;
  transition: all 0.3s ease;
  margin-right: 0.625rem;
}
.filter-box .filter form input[type=checkbox]:checked {
  background: #000000;
}
.filter-box .filter form button,
.filter-box .filter form label {
  color: #111;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  position: relative;
}
.filter-box .filter form button {
  color: #111;
  text-underline-offset: 0.2em;
  text-decoration: underline;
  margin-right: 1.25rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .filter-box .filter form button {
    width: 6.875rem;
    text-align: left;
    padding-left: 0.625rem;
    margin-right: 0;
    margin-top: 0.5625rem;
    margin-left: 0;
  }
  .filter-box .filter form button:first-child {
    margin-top: 0;
  }
}
.filter-box .filter form button:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.list-news {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .list-news {
    margin-top: 3.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .list-news .new {
    width: calc((100% - 10.3125rem) / 4);
    margin-right: 3.4375rem;
    margin-top: 3.4375rem;
  }
  .list-news .new:nth-child(4n) {
    margin-right: 0;
  }
  .list-news .new:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-news .new {
    width: calc((100% - 1.875rem) / 2);
    margin-right: 1.875rem;
    margin-top: 1.875rem;
  }
  .list-news .new:nth-child(2n) {
    margin-right: 0;
  }
  .list-news .new:nth-child(-n+2) {
    margin-top: 0;
  }
}
.list-news .new a {
  color: #000000;
}
@media screen and (min-width: 768px) {
  .list-news .new a:hover {
    opacity: 1;
  }
  .list-news .new a:hover .image img {
    transform: scale(1.2);
  }
  .list-news .new a:hover .title {
    text-decoration: underline;
  }
}
.list-news .new .image {
  width: 100%;
  height: 18.75rem;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .list-news .new .image {
    height: 10.375rem;
  }
}
.list-news .new .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
.list-news .new .title {
  width: 100%;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 3.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .list-news .new .title {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    height: 1.9375rem;
    margin-top: 0.5rem;
  }
}
.list-news .new .date {
  width: 100%;
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.875rem;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .list-news .new .date {
    font-size: 0.625rem;
    line-height: 1rem;
    margin-top: 0.875rem;
  }
}

.bottom-nav {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7.625rem;
  border-top: 1px solid #000;
  padding-top: 1.4375rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .bottom-nav {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 1.75rem;
    margin-top: 6.25rem;
    align-items: center;
    justify-content: center;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .bottom-nav .page-count {
    width: 100%;
    order: 2;
    text-align: center;
    margin-top: 1.375rem;
    font-size: 0.75rem;
  }
}
.bottom-nav .page-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .bottom-nav .page-nav {
    width: auto;
    order: 1;
    font-size: 0.75rem;
  }
}
.bottom-nav .page-nav a {
  color: #000;
}
.bottom-nav .page-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}
.bottom-nav .page-nav a + a {
  margin-left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .bottom-nav .page-nav a + a {
    margin-left: 3rem;
  }
}
.bottom-nav .page-number {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
@media screen and (max-width: 767px) {
  .bottom-nav .page-number {
    justify-content: center;
    width: 100%;
    order: 2;
    margin-top: 1.5rem;
    font-size: 0.75rem;
  }
}
.bottom-nav .page-number ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.bottom-nav .page-number ul li + li {
  margin-left: 1rem;
}
.bottom-nav .page-number ul li span {
  color: #000;
}
.bottom-nav .page-number ul li span.active {
  text-decoration: underline;
}
.bottom-nav .page-number ul li a {
  color: #000;
}
.teikan h2:first-child {
  margin-top: 0;
  padding-top: 1.125rem;
  border-top: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .teikan h2:first-child {
    padding: 0.625rem 0.9375rem 0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    border-top: 2px solid #000;
  }
}
.teikan h3 {
  margin-top: 0.625rem;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .teikan h3 {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
.teikan p {
  width: 100%;
  white-space: pre-line;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #000;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .teikan p {
    font-size: 1.3125rem;
    line-height: 2rem;
    margin-top: 0;
  }
}
.teikan p.nopadding {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (min-width: 768px) {
  .teikan p.nopadding {
    padding-left: 0;
    text-indent: 0;
  }
}
.teikan p.noIndent {
  margin-top: -3px;
  padding-left: 3em;
  text-indent: -2em;
}
.teikan p.level2 {
  padding-left: 1.4em;
}
.teikan a {
  color: #111;
  text-underline-offset: 0.2em;
  text-decoration: underline;
}

.detail-date {
  border-top: 2px solid #000000;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.4375rem;
  font-size: 1.3125rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .detail-date {
    padding: 0.8125rem 0.9375rem 0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
    width: auto;
  }
}

.detail-content {
  width: 62.5rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .detail-content {
    width: 100%;
    margin-top: 3.125rem;
  }
}
.detail-content > :first-child {
  margin-top: 0;
}
.detail-content p {
  width: 100%;
  white-space: pre-line;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #000;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .detail-content p {
    font-size: 1.3125rem;
    line-height: 2rem;
    margin-top: 0;
  }
}
.detail-content figure {
  text-align: center;
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .detail-content figure {
    text-align: center;
    margin-bottom: 0;
  }
}
.detail-content figure:first-child {
  margin-top: 0;
}
.detail-content figure figcaption {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-top: 0.625rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .detail-content figure figcaption {
    font-size: 1.0625rem;
    line-height: 1.625rem;
    margin-top: 0.9375rem;
  }
}
.detail-content .row {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .detail-content .row .row + .row {
    margin-top: 2.5rem;
  }
}
.detail-content iframe {
  margin: 2.5rem auto 0;
  width: 48.625rem;
  height: 27.375rem;
}
@media screen and (max-width: 767px) {
  .detail-content iframe {
    width: 100%;
    height: 12.8125rem;
  }
}

.backto-index {
  border-top: 1px solid #000000;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.4375rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-top: 8.25rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .backto-index {
    padding: 0.8125rem 0.9375rem 0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-top: 5.8125rem;
    width: auto;
  }
}
.backto-index a {
  text-decoration: underline;
  color: #000;
}
.backto-index a:hover {
  text-decoration: underline;
}

footer {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 12.5rem;
}
footer .footer-top {
  max-width: 1360px;
  padding: 1.4375rem 0 0;
  margin: auto 2.5rem;
  border-top: 2px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 1440px) {
  footer .footer-top {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-top {
    margin: auto;
    padding: 0.875rem 0.9375rem 0;
  }
}
footer .footer-top .logo {
  width: 18.75rem;
}
footer .footer-top .logo img {
  width: 9.75rem;
}
@media screen and (max-width: 767px) {
  footer .footer-top .logo img {
    width: 7.8125rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-top .nav-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-top .nav-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 18.75rem);
  }
  footer .footer-top .nav-pc a {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    text-align: left;
    text-underline-offset: 0.3em;
  }
  footer .footer-top .nav-pc a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-top .nav-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-top .nav-sp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.8125rem;
  }
  footer .footer-top .nav-sp a {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-align: left;
  }
  footer .footer-top .nav-sp .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  footer .footer-top .nav-sp .row:nth-child(1) .col:nth-child(2) a:nth-child(2) {
    margin-top: 4.875rem;
  }
  footer .footer-top .nav-sp .row + .row {
    margin-top: 2.8125rem;
  }
  footer .footer-top .nav-sp .row .col {
    width: calc((100% - 3.9375rem) / 2);
    margin-right: 3.9375rem;
    margin-top: 0;
  }
  footer .footer-top .nav-sp .row .col:nth-child(even) {
    margin-right: 0;
  }
}
footer .footer-bottom {
  max-width: 1360px;
  padding: 1.4375rem 0 2.5rem;
  margin: auto 2.5rem;
  border-top: 2px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 8.9375rem;
}
@media screen and (min-width: 1440px) {
  footer .footer-bottom {
    margin: 8.9375rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    padding: 0.875rem 0.9375rem 1.875rem;
    margin: auto;
    margin-top: 7.6875rem;
  }
}
footer .footer-bottom .name {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: left;
  color: #000;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .name {
    font-size: 0.875rem;
    line-height: 1.375rem;
    width: 100%;
  }
}
footer .footer-bottom .contact {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: left;
  color: #000;
  width: calc(100% - 18.75rem);
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .contact {
    font-size: 0.875rem;
    line-height: 1.375rem;
    width: 100%;
    margin-top: 1.4375rem;
  }
}
footer .footer-bottom .privacy {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: left;
  color: #000;
  margin-top: 2.625rem;
  text-underline-offset: 0.3em;
}
footer .footer-bottom .privacy:hover {
  opacity: 1;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .privacy {
    font-size: 0.875rem;
    line-height: 1.375rem;
    width: 100%;
    margin-top: 1.375rem;
  }
}
footer .footer-bottom .gotop {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: left;
  color: #000;
  margin-top: 2.625rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .gotop {
    font-size: 0.875rem;
    line-height: 1.375rem;
    width: 100%;
    margin-top: 2.0625rem;
  }
}

/*
--------------------------------
	variables
--------------------------------
*/
/* ---- sizes ---- */
/* ---- colors ---- */
/*
--------------------------------
	mixins
--------------------------------
*/
/* ---- media query ---- */
/* ---- color --- */
h3 {
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

.heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 2rem;
    line-height: 3.0625rem;
  }
}
.heading:not(:first-child) {
  padding-top: 0.6875rem;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .heading:not(:first-child) {
    padding: 0.6875rem 0.9375rem 0;
    margin: 6.25rem -0.9375rem 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .heading:not(:first-child) {
    padding-top: 1.8125rem;
    margin-top: 6.4375rem;
  }
}
.heading--big {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  font-weight: bold;
  margin-bottom: 3.75rem;
  border-top: 2px solid #000;
  padding-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .heading--big {
    font-size: 2.375rem;
    line-height: 3.5625rem;
    margin-bottom: 3.9375rem;
    border-top: 2px solid #000;
    padding-top: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .heading--big {
    padding: 0.625rem 0.9375rem 0;
    margin: 0 -0.9375rem 3.5rem;
    border-top: 2px solid #000;
  }
}
.heading--big:not(:first-child) {
  padding-top: 1.125rem;
  border-top: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .heading--big:not(:first-child) {
    padding: 0.625rem 0.9375rem 0;
    margin: 6.25rem -0.9375rem 3.5rem;
    border-top: 2px solid #000;
  }
}
@media screen and (min-width: 768px) {
  .heading--big:not(:first-child) {
    padding-top: 1.125rem;
    margin-top: 6.4375rem;
  }
}

.section-content .media:after {
  content: "";
  display: block;
  clear: both;
}
.section-content .media p + figure {
  padding: 0;
  margin-top: 3.6875rem;
}
.section-content .media .media1 {
  width: 19.9375rem;
}
.section-content .media .media1:not(:first-child) {
  margin-top: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .section-content .media .media1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
.section-content .media .media2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-content .media .media2 {
    width: 24.625rem;
  }
}
@media screen and (min-width: 768px) {
  .section-content .media p:first-child,
  .section-content .media figure {
    max-width: 50%;
  }
  .section-content .media figure {
    float: left;
    padding-left: 0;
    padding-right: 4.75rem;
  }
  .section-content .media p:first-child {
    float: left;
  }
  .section-content .media p:first-child + figure {
    float: right;
    width: 50%;
    text-align: center;
    padding: 0;
    padding-left: 2.5rem !important;
    margin-top: 0;
  }
}
.section-content .table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-content .table.mw-md-50p {
    max-width: 50%;
  }
}
.section-content .table.last-right td:nth-last-child(2), .section-content .table.last-right td:last-child {
  text-align: right;
}
.section-content .table th,
.section-content .table td {
  font-size: 0.625rem;
  line-height: 0.875rem;
  padding: 0.3125rem 0.375rem;
  border: 1px solid #000;
  min-width: 4.875rem;
}
@media screen and (min-width: 768px) {
  .section-content .table th,
  .section-content .table td {
    font-size: 1.3125rem;
    line-height: 2rem;
    min-width: 8.125rem;
    padding: 0.5625rem 0.625rem 0.6875rem;
  }
}
.section-content .table th {
  background: #f8f8f5;
  text-align: center;
}
.section-content .table th .overflow {
  text-align: left;
  width: 100%;
  display: block;
}
.section-content p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .section-content p {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
.section-content p.dot {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media screen and (min-width: 768px) {
  .section-content p.md-50 {
    width: calc(50% - 1.25rem);
  }
}
.section-content p.nopadding {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (min-width: 768px) {
  .section-content p.nopadding {
    padding-left: 0;
    text-indent: 0;
  }
}
.section-content p.noIndent {
  margin-top: -3px;
  padding-left: 3em;
  text-indent: -2em;
}
.section-content p.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.section-content p.level2 {
  padding-left: 1.4em;
}
.section-content a {
  color: #111;
  text-decoration: underline;
}
.section-content .diagram {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-content .diagram {
    margin-top: 3.75rem;
  }
}
.section-content .diagram img {
  max-width: 100%;
  margin: auto;
  width: 80.4375rem;
}
@media screen and (max-width: 767px) {
  .section-content .diagram img {
    width: 21.3125rem;
  }
}
.section-content figure {
  text-align: center;
  padding: 0 1.375rem;
  margin-bottom: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .section-content figure {
    text-align: center;
    margin-bottom: 0;
  }
}
.section-content figure figcaption {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .section-content figure figcaption {
    font-size: 1.0625rem;
    line-height: 1.375rem;
  }
}

/*
--------------------------------
	basics
--------------------------------
*/
/* ---- basics ---- */
:root {
  font-size: 4.0712468193vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  :root {
    font-size: 16px;
  }
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: #111;
  background: #fffeef;
  font-weight: 400;
  background: #FFFEEF;
}
body.modal-open {
  position: fixed;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .show-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
}

.serif {
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:active {
  opacity: 0.5;
}

img {
  -webkit-user-drag: none;
}

.global-container {
  padding: 0 0.9375rem;
  max-width: 1440px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .global-container {
    padding: 0 2.5rem;
  }
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 3.75rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.9375rem;
  height: 3.75rem;
  background: #fffeef;
}
@media screen and (min-width: 768px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: auto;
    height: 6.25rem;
    border-bottom: 0;
    padding: 0 2.5rem;
  }
}
.header .logo {
  display: block;
  width: 5.25rem;
}
@media screen and (min-width: 768px) {
  .header .logo {
    width: auto;
  }
  .header .logo img {
    width: 9.75rem;
  }
}
.header .menu-icon {
  width: 1.75rem;
  height: 1.75rem;
  background: center url("/wp-content/themes/kaigi/assets/img/i-hamberger.svg") no-repeat;
  background-size: 1.75rem;
}
.header .menu-icon.open {
  background-image: url("/wp-content/themes/kaigi/assets/img/i-close.svg");
}
@media screen and (min-width: 768px) {
  .header .menu-icon {
    display: none;
  }
}
.header .nav {
  position: absolute;
  width: 100%;
  display: none;
  top: 100%;
  left: 0;
  height: calc(100vh - 3.75rem);
  background: #fffeef;
}
@media screen and (max-width: 767px) {
  .header .nav {
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .header .nav {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    top: auto;
    flex-grow: 0;
    max-width: 1051px;
    margin-right: 11.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .header .nav {
    flex-grow: 1;
    margin-right: 0;
  }
}
.header .nav.open {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.header .nav.open .menu-title {
  display: block;
}
.header .nav .menu-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  padding-bottom: 5.4375rem;
  padding-top: 1.25rem;
  display: none;
}
.header .menu {
  width: 100%;
  padding: 3.125rem 0.9375rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .header .menu {
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .header .menu {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header .menu > li {
  min-height: 2.5rem;
  padding: 0.625rem 0;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .header .menu > li {
    border: 0;
  }
  .header .menu > li a {
    padding: 0.3125rem 1.25rem;
  }
}
.header .menu > li:last-child {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .header .menu > li:last-child {
    border: 0;
  }
}
@media screen and (min-width: 768px) {
  .header .menu > li {
    display: inline-block;
  }
}
.header .menu > li a {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .header .menu > li a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.header .menu a {
  color: #000;
  text-underline-offset: 0.3em;
}
@media (hover: hover) and (pointer: fine) {
  .header .menu a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .header .menu .has-dropdown {
    position: relative;
  }
  .header .menu .has-dropdown.open .dropdown a:hover {
    opacity: 1;
  }
}
.header .menu .has-dropdown > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .menu .has-dropdown.open .dropdown-icon {
  transform: rotate(0);
}
.header .menu .has-dropdown .dropdown-icon {
  width: 1.25rem;
  height: 1.25rem;
  background: center right url("/wp-content/themes/kaigi/assets/img/i-arrow-up.svg") no-repeat;
  background-size: 0.875rem 0.4375rem;
  transform: rotateX(180deg);
}
@media screen and (min-width: 768px) {
  .header .menu .has-dropdown .dropdown-icon {
    width: 0.875rem;
    height: 0.4375rem;
    margin: 0 0.625rem;
    margin-right: 0;
    background-position: center center !important;
  }
}
.header .menu .has-dropdown .dropdown {
  display: none;
  padding-left: 1.375rem;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header .menu .has-dropdown .dropdown {
    position: absolute;
    top: 100%;
    width: auto;
    background: #fffeef;
    left: 0;
    padding: 10px 0;
    margin: 0;
  }
}
.header .menu .has-dropdown .dropdown a {
  display: block;
  padding: 0.25rem 0 0.1875rem;
  white-space: nowrap;
  text-align: left;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .header .menu .has-dropdown .dropdown a {
    font-size: 1rem;
    padding: 0.3125rem 1.25rem;
  }
}

.border-0 {
  border: 0;
}

.voyage .keyvisual {
  position: relative;
  min-height: calc(100vh - 3.75rem);
  height: 36.25rem;
}
@media screen and (min-width: 768px) {
  .voyage .keyvisual {
    height: calc(100vh - 6.25rem);
  }
}
.voyage .keyvisual:after {
  background-image: url("/wp-content/themes/kaigi/assets/img/visual_voyage_pc.png");
  background-size: 100% 19.0625rem;
}
@media screen and (max-width: 767px) {
  .voyage .keyvisual:after {
    top: 25vh;
    min-height: calc(75vh - 3.75rem);
    height: 36.25rem;
  }
}
@media screen and (min-width: 768px) {
  .voyage .keyvisual:after {
    top: 23px;
    min-height: calc(100vh - 7.6875rem);
    height: 36.25rem;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .voyage .keyvisual .top {
    min-height: calc(100vh - 3.75rem);
    height: 36.25rem;
    background-position: 0 4.375rem;
    background-size: 100% 32.125rem;
  }
}
@media screen and (min-width: 768px) {
  .voyage .keyvisual .top {
    margin-top: 0;
    height: calc(100vh - 6.25rem);
    background-position: 0 1.25rem;
    background-size: 100% calc(100vh - 7.5rem);
  }
  .voyage .keyvisual .top h1 {
    margin-top: calc((100vh - 10.75rem) / 2);
  }
}
.voyage .keyvisual .bottom {
  position: absolute;
  z-index: 3;
  bottom: 6.5625rem;
  animation-name: fade-in;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  transform: translateY(50%);
}
.voyage .keyvisual .bottom h1, .voyage .keyvisual .bottom p {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  font-weight: bold;
  padding: 0 0.9375rem;
  width: 100%;
}

.visual-after {
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 0 2.6875rem 3.75rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .visual-after {
    font-size: 1.3125rem;
    line-height: 2rem;
    border-bottom: 0;
    padding-right: 0;
    max-width: 1440px;
    margin: 1.875rem auto 0;
    width: 100%;
  }
}
.visual-after a {
  color: #111;
  text-underline-offset: 0.2em;
  text-decoration: underline;
}
.visual-after a:hover {
  opacity: 1;
}
/*# sourceMappingURL=../sourcemap/common.css.map */
