@charset "UTF-8";
:root {
  scroll-padding-top: 12rem;
  --kouryu-color: #0D7ACB;
}

#page-header .container {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 21/9;
}
#page-header .bg {
  width: 100%;
  height: auto;
}
#page-header .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-header h1 {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  inset: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 4.6rem;
  font-weight: 600;
  background: rgba(0, 165, 227, 0.6);
  padding: 0.5em 2em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#statistics {
  margin-top: -12rem;
}
#statistics .container {
  width: min(80%, 640px);
}
#statistics img {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 100vmax;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.section-box {
  margin: 8em auto;
}
.section-box h2.section-title {
  font-size: 1.4em;
  font-weight: 200;
  border: 1px solid var(--section-color);
  color: var(--section-color);
  padding: 0.2em 1em 0.2em 0.2em;
  text-align: center;
  margin: 0 auto;
  margin-top: -2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vmax 0 0 100vmax;
}
.section-box h2.section-title span.num-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  background: var(--section-color);
  color: #fff;
  border-radius: 50%;
  margin-right: 1em;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 768px) {
  .section-box h2.section-title span.num-head {
    font-size: 4rem;
    width: 8rem;
    height: 8rem;
  }
}
.section-box h2.section-title span.title-body {
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  .section-box h2.section-title span.title-body {
    font-size: 4rem;
  }
}

#page-body .link-list {
  margin: 2em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#page-body .link-list a {
  width: calc(50% - 0.5em);
  border: 0.1em solid var(--section-color);
  overflow: hidden;
}
#page-body .link-list a img {
  width: 100%;
}
@media (hover: hover) {
  #page-body .link-list a:hover {
    opacity: 0.8;
  }
}

.acdn dl div {
  margin: 1em auto;
}
.acdn dl dt {
  cursor: pointer;
  border: 1px solid;
  padding: 1em 0;
  font-size: 3.2rem;
  font-weight: 200;
  color: var(--section-color);
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .acdn dl dt {
    font-size: 1em;
    padding-right: 1em;
  }
}
.acdn dl dt::after {
  content: "+";
  position: absolute;
  font-size: 4rem;
  line-height: 1;
  width: 1em;
  height: 1em;
  inset-block: 0;
  margin: auto;
  right: 0.5em;
}
@media (max-width: 767px) {
  .acdn dl dt::after {
    right: 0.2em;
  }
}
.acdn dl dt.on {
  background: var(--section-color);
  color: #fff;
}
.acdn dl dt.on::after {
  content: "-";
}
.acdn dl dd {
  padding: 1.5em;
  display: none;
}
.acdn dl dd h3 {
  color: var(--section-color);
  font-size: 2.8rem;
  font-weight: 600;
  margin: 2em 0 1em;
}
.acdn dl dd h3:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .acdn dl dd h3 {
    font-size: 1.2em;
  }
}
.acdn dl dd .lead {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .acdn dl dd .lead {
    font-size: 1em;
  }
}
.acdn dl dd ul {
  list-style: disc;
  margin: 2em 0;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .acdn dl dd ul {
    font-size: 0.8em;
  }
}
.acdn dl dd .flow {
  text-align: center;
}
.acdn dl dd .flow .flow__item {
  margin: 4rem 0;
  border: 1px solid #ccc;
  background: #fff;
  padding: 2rem;
}
.acdn dl dd .flow .flow__item + .flow__item {
  position: relative;
}
.acdn dl dd .flow .flow__item + .flow__item::before {
  content: "▼";
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2rem;
}
.acdn dl dd .flow .flow__item h4 {
  margin-bottom: 1em;
}
.acdn dl dd .flow .flow__item p {
  width: min(80%, 600px);
  margin: 0 auto;
}
.acdn dl dd .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
.acdn dl dd .flex p {
  width: 70%;
}
.acdn dl dd .flex .img {
  width: 30%;
}
.acdn dl dd .flex .img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.acdn dl dd table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}
.acdn dl dd table th {
  color: var(--section-color);
  background: rgba(var(--section-color), 0.1);
  padding: 1em;
  border: 1px solid #ccc;
}
.acdn dl dd table td {
  border: 1px solid #ccc;
  padding: 1em;
}
.acdn dl dd .banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  margin-top: 2rem;
}
.acdn dl dd .banner-list a {
  display: block;
  padding: 2em 1em;
  background: var(--section-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 50%;
  font-size: 1.1em;
}
.acdn .advice dd {
  background: rgba(13, 122, 203, 0.1);
  padding: 1px 3em;
}
.acdn .advice dd .row .img {
  width: 55%;
  margin: 0;
}
.acdn .advice dd .row .txt {
  width: 40%;
  margin: 0;
}
@media (max-width: 767px) {
  .acdn .advice dd .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .acdn .advice dd .row .txt,
  .acdn .advice dd .row .img {
    width: 100%;
  }
}
.acdn .advice dd .advice-extra ul {
  color: #0066cc;
  border: 1px solid #0066cc;
  list-style-position: inside;
  padding: 1em;
}
@media (min-width: 768px) {
  .acdn .advice dd .advice-extra ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .acdn .advice dd .advice-extra ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

.sectionTitle {
  font-size: 3rem;
  font-weight: 200;
  color: var(--section-color);
  padding: 0.2em 0;
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
}

.banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  margin-top: 2rem;
}
.banner-list a {
  display: block;
  padding: 2em 1em;
  background: var(--section-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 50%;
  font-size: 1.1em;
}

#longTerm table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}
#longTerm table th {
  color: #0D7ACB;
  background: rgba(13, 122, 203, 0.1);
  padding: 1em;
  border: 1px solid #ccc;
}
#longTerm table td {
  border: 1px solid #ccc;
  padding: 1em;
}

#anker {
  width: min(80%, 1000px);
  margin: 2em auto;
  background: #fff;
  padding: 0.5em;
  border: 1px solid var(--kouryu-color);
  text-align: center;
}
#anker h3 {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--kouryu-color);
}
#anker .anker-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.2em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1em;
}
#anker .anker-list:last-child {
  margin-bottom: 0;
}
#anker .anker-list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#anker button {
  display: inline-block;
  padding: 0.2em 1.5em;
  background: rgba(13, 122, 203, 0.2);
  color: #0D7ACB;
  text-align: center;
  text-decoration: none;
}
#anker button.on {
  background: #0D7ACB;
  color: #fff;
}

#programs {
  background: #efefef;
  padding: 1.5em;
}
#programs .program-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1.5em;
  margin-bottom: 1em;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#programs .program-item.off {
  display: none;
}
#programs .program-item h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1em;
  color: #0D7ACB;
}
#programs .program-item .program-item-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1em;
}
#programs .program-item .program-item-meta p {
  margin: 0;
  font-size: 1.4rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.2em 1em;
  background: rgb(206, 246, 242);
}
@media (max-width: 767px) {
  #programs .program-item .program-item-meta p {
    font-size: 1.2rem;
  }
}
#programs .program-item .program-item-meta table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  #programs .program-item .program-item-meta table {
    font-size: 1.2rem;
  }
}
#programs .program-item .program-item-meta table th {
  color: #0D7ACB;
  background: rgba(13, 122, 203, 0.1);
  padding: 1em;
  border: 1px solid #ccc;
  vertical-align: middle;
  width: 10em;
}
#programs .program-item .program-item-meta table td {
  border: 1px solid #ccc;
  padding: 1em;
}
#programs .program-item .program-item-body {
  margin-bottom: 1em;
}
#programs .program-item .program-item-examples h3 {
  font-size: 1.6rem;
  background: #0D7ACB;
  color: #fff;
  padding: 0.2em 0;
  margin-bottom: 1em;
  text-align: center;
}
#programs .program-item .program-item-examples ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#programs .program-item .program-item-examples ul li {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media (max-width: 767px) {
  #programs .program-item .program-item-examples ul li {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#programs .program-item .program-item-examples ul li img {
  width: 45%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #programs .program-item .program-item-examples ul li img {
    width: 100%;
  }
}
#programs .program-item .program-item-examples ul li .program-item-example-body {
  width: 55%;
  padding: 0.5em;
}
@media (max-width: 767px) {
  #programs .program-item .program-item-examples ul li .program-item-example-body {
    width: 100%;
  }
}
#programs .program-item .program-item-examples ul li .program-item-example-body h4 {
  font-size: 2rem;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #0D7ACB;
}
#programs .program-item .program-item-examples ul li .program-item-example-body p {
  font-size: 1.8rem;
  text-align: justify;
}

.kenshu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.4rem;
  margin: 2em 0;
}
.kenshu li {
  width: calc(50% - 1.2rem);
}
@media (max-width: 767px) {
  .kenshu li {
    width: 100%;
  }
}
.kenshu li h3 {
  margin-bottom: 1rem;
}
.kenshu li .txt {
  margin-bottom: 1rem;
}
.kenshu li .img img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

.map {
  width: min(80%, 100rem);
  margin: 2em auto;
  position: relative;
}
.map a {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1em;
  padding: 0.2em 1em;
}
.map #link_europe {
  top: 15%;
  left: 15%;
}
.map #link_asia {
  top: 35%;
  left: 35%;
}
.map #link_africa {
  bottom: 35%;
  left: 5%;
}
.map #link_america {
  top: 50%;
  right: 5%;
}
.map #link_oceania {
  bottom: 15%;
  left: 40%;
}

.kyoutei-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2em;
  width: min(90%, 100rem);
  margin: 2em auto;
}
.kyoutei-list li {
  width: calc(50% - 1em);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  padding: 1em;
}
@media (max-width: 767px) {
  .kyoutei-list li {
    width: calc(50% - 1.2rem);
  }
}

#program_school,
#other_school {
  width: min(90%, 100rem);
  margin: 2em auto;
}
#program_school h3,
#other_school h3 {
  font-size: 3rem;
  background: #0D7ACB;
  color: #fff;
  padding: 0.2em 0;
  margin-bottom: 1em;
  text-align: center;
}
#program_school h4,
#other_school h4 {
  font-size: 2.8rem;
  color: #0D7ACB;
  border-bottom: 0.4rem solid #0D7ACB;
  padding: 0.2em 0;
  margin-bottom: 1em;
}
#program_school .list,
#other_school .list {
  margin-bottom: 2em;
}
#program_school li,
#other_school li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 1em;
}

.report-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2em;
  width: min(90%, 100rem);
  margin: 2em auto;
}
.report-list li {
  width: calc(50% - 1em);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 1em;
}
@media (max-width: 767px) {
  .report-list li {
    width: calc(50% - 1.2rem);
  }
}
.report-list li .report h4 {
  font-size: 2.8rem;
  color: #0D7ACB;
  border-bottom: 0.4rem solid #0D7ACB;
  padding: 0.2em 0;
  margin-bottom: 1em;
}
.report-list li .report .report-body img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.report-list li .report .repoer-archive {
  margin-top: 1em;
}
.report-list li .report .repoer-archive h4 {
  font-size: 2.4rem;
  color: #0D7ACB;
  border-bottom: 0.4rem solid #0D7ACB;
  padding: 0.2em 0;
  margin-bottom: 0.2em;
}
.report-list li .report .repoer-archive ul {
  margin: 0;
  padding: 0;
}
.report-list li .report .repoer-archive li {
  border: none;
  padding: 0;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tab .timeline {
  width: 14.5%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.tab .tab-warp {
  width: 84.7%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tab .tab-warp .tab-index ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab .tab-warp .tab-index ul li {
  cursor: pointer;
  height: 13.4rem;
}
@media (max-width: 767px) {
  .tab .tab-warp .tab-index ul li {
    height: 5rem;
  }
}
.tab .tab-warp .tab-index ul li img {
  width: auto;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tab .tab-warp .tab-index ul li:hover img, .tab .tab-warp .tab-index ul li.on img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.tab .tab-warp .tab-content {
  position: relative;
}
.tab .tab-warp .tab-content .tab-content__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tab .tab-warp .tab-content .tab-content__item.on {
  opacity: 1;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 2rem 0;
}
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.table-wrap table thead th {
  background-color: #0D7ACB;
  color: white;
  text-align: center;
  padding: 1rem 0.5rem;
  border: 1px solid #e0e0e0;
  font-weight: normal;
}
.table-wrap table thead th[colspan="3"] {
  width: 8.3333333333%;
}
.table-wrap table tbody tr th,
.table-wrap table tbody tr td {
  padding: 1rem 0.5rem;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: center;
}
.table-wrap table tbody tr th {
  background-color: #f5f9ff;
  font-weight: 500;
  text-align: left;
  padding-left: 1rem;
  width: 6em;
}
.table-wrap table tbody tr td {
  line-height: 1.4;
  font-size: 1rem;
  border: 1px solid #ccc;
}
.table-wrap table [colspan] {
  text-align: center;
}

.tab-pane h5 {
  font-size: 1.1em;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #0D7ACB;
}
.tab-pane p {
  font-size: 1.4rem;
}

.schedule-wrap .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2% !important;
}
.schedule-wrap .row .col-months {
  width: 8.5%;
}
.schedule-wrap .row .col-months img {
  height: 100%;
  width: 100%;
}
.schedule-wrap .row .timeline {
  width: 89.5%;
}
.schedule-wrap .row .timeline .timeline-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2346368715%;
}
.schedule-wrap .row .timeline .timeline-item {
  width: 100%;
}
@media (max-width: 767px) {
  .schedule-wrap .row .col-months {
    width: 17%;
  }
  .schedule-wrap .row .timeline {
    overflow-x: auto;
  }
  .schedule-wrap .row .timeline .timeline-inner {
    width: 200%;
  }
}

.volunteer .img {
  width: 100%;
  margin-top: 1em;
}
.volunteer .img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.kouryu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
}
.kouryu-wrap .kouryu-item {
  width: calc(50% - 1em);
  overflow: hidden;
  margin: 0;
}
@media (max-width: 767px) {
  .kouryu-wrap .kouryu-item {
    width: 100%;
  }
}
.kouryu-wrap .kouryu-item .img {
  position: relative;
}
.kouryu-wrap .kouryu-item .img .tag {
  background: lightgoldenrodyellow;
  color: #0D7ACB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15em 1.5em 0.2em 0.5em;
  position: absolute;
  top: 1em;
  left: 1em;
}
.kouryu-wrap .kouryu-item img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.kouryu-wrap .kouryu-item h4 {
  font-size: 2.4rem;
  color: #0D7ACB;
  border-bottom: 0.4rem solid #0D7ACB;
  padding: 0.2em 0;
  margin-bottom: 0.2em;
}
.kouryu-wrap .kouryu-item p {
  font-size: 1em;
}
.kouryu-wrap h3 {
  font-size: 3rem;
  background: #0D7ACB;
  color: #fff;
  padding: 0.2em 0;
  margin-bottom: 1em;
  text-align: center;
}/*# sourceMappingURL=kouryu.css.map */