#flowchart {
  width: 100%;
}
#flowchart h2 {
  margin-bottom: 0;
}
#flowchart .block {
  position: relative;
  overflow: hidden;
  flex-direction: row;
  width: 100%;
}
#flowchart .block .tip {
  display: flex;
  justify-content: center;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: calc(50% - 0.5em);
  width: 1em;
  height: 0.5em;
  font-size: 12rem;
  z-index: 10;
}
#flowchart .block .tip::before {
  content: "";
  border: solid 2.5px #284253;
  width: 50%;
  height: 100%;
  margin-top: -0.3em;
  transform: scaleY(75%) rotate(45deg);
  background-color: #f0f8f8;
}
#flowchart .block + .block .block_inner {
  border-top: solid 2px #284253;
}
#flowchart .block .block_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
}
#flowchart .block .block_inner div {
  align-items: center;
  margin: 2rem 0;
}
#flowchart .block .block_inner .subtitle {
  width: 5em;
  flex-shrink: 0;
  font-size: 2.2em;
  font-weight: bold;
  margin-left: 4rem;
}
#flowchart .block .block_inner .subtitle h3 {
  line-height: 1em;
}
#flowchart .block .block_inner .icon {
  flex-shrink: 0;
  margin-left: 4rem;
  font-size: 5rem;
}
#flowchart .block .block_inner .text {
  justify-content: center;
  margin: 5rem 0;
  margin-left: 3rem;
  margin-right: 1rem;
}
#flowchart .block .block_inner .text p {
  margin: 0.5em 0;
  line-height: 1.5em;
}
#flowchart .chart_subtitle {
  width: 100%;
  background-color: #284253;
  color: #ffffff;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.2em;
  padding: 0.5em 0;
}
#flowchart .chart_row {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 20rem;
  text-align: center;
}
#flowchart .chart_row br {
  display: none;
}
#flowchart .chart_row li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 15rem) / 4);
  height: 100%;
  background-color: #284253;
  color: #ffffff;
}
#flowchart .chart_row li:first-child {
  padding-left: 1em;
}
#flowchart .chart_row li:last-child {
  padding-right: 1em;
}
#flowchart .chart_row li span {
  margin: 1rem;
}
#flowchart .chart_row li span.top {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
#flowchart .chart_row li span.bottom {
  font-size: 1.1em;
  margin-top: 1.5rem;
}
#flowchart .chart_row li.item i {
  font-size: 4.5rem;
}
#flowchart .chart_row li.arrow {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 5rem;
  height: 20rem;
  background-color: #284253;
}
#flowchart .chart_row li.arrow::before {
  content: "";
  width: 400%;
  height: 100%;
  margin-right: -4.5rem;
  border: solid 15px #f0f8f8;
  transform: scaleX(30%) rotate(45deg);
}

@media screen and (max-width: 750px) {
  .chart_row br {
    display: block !important;
  }
  .block_inner .subtitle {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 640px) {
  .block .icon {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .chart_row .top {
    font-size: 1.6em !important;
  }
  .chart_row .bottom {
    font-size: 1em !important;
  }
}
#achieve {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 4em 0 3em;
}
#achieve .attn_box {
  max-width: 33em;
}
#achieve .attn_box .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.4em;
  flex-shrink: 0;
}
#achieve .attn_box .left .subtitle {
  font-weight: bold;
  margin: 0;
  width: auto;
}
#achieve .attn_box .left i {
  margin: 0;
}
#achieve .attn_box a {
  font-weight: bold;
}
#achieve .attn_box a:hover {
  text-decoration: underline;
  color: #b34c07;
}

#partner {
  margin-top: 1rem;
}
#partner .list_box > li {
  width: 100%;
}
#partner .corp_name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  color: #ffffff;
  background-color: #284253;
  padding: 1.4em 0;
}
#partner .corp_name span {
  margin: 0 0.5em;
}
#partner .corp_name span:first-child {
  font-size: 1.8rem;
}
#partner .corp_name span:last-child {
  font-size: 2.2rem;
  font-weight: bold;
}
#partner .place div p {
  display: flex;
  flex-direction: row;
}
#partner .place div p span:first-child {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-right: 1em;
}
#partner .web a {
  text-decoration: underline;
}
#partner .photo_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.5rem;
}
#partner .photo_box li {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 33%;
  height: 15rem;
  cursor: pointer;
}
#partner .photo_box li + li {
  margin-left: 1rem;
}
#partner .facility_box > div {
  width: 100%;
}
#partner .facility_box > div > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#partner .facility_box > div > ul > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0.5em;
  padding-left: 1em;
  border-top: solid 2px #284253;
  width: 100%;
}
#partner .facility_box > div > ul > li:last-child {
  border-bottom: solid 2px #284253;
}
#partner .facility_box > div > ul > li .name {
  width: 8em;
  font-weight: bold;
}
#partner .facility_box > div > ul > li ul {
  display: flex;
  flex-direction: column;
}
#partner .facility_box > div > ul > li ul li {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5em;
}
#partner .facility_box > div > ul > li ul li span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3em;
}
#partner .facility_box > div > ul > li ul li span:first-child {
  width: 5em;
  font-weight: bold;
}
#partner .facility_box > div > ul > li.pdf_list {
  justify-content: center;
  padding: 1em 0;
}
#partner .facility_box > div > ul > li.pdf_list .link_btn {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#partner .facility_box > div > ul > li.pdf_list .link_btn i {
  margin-right: 0.4em;
  line-height: 0.5em;
  font-size: 1.2em;
}

#partner_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.2em;
  margin-top: 2rem;
}
#partner_bottom .dots {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
#partner_bottom .dots span {
  display: block;
  flex-shrink: 0;
  width: 0.4em;
  height: 0.4em;
  margin: 0.2em;
  border-radius: 100%;
  background-color: #08314E;
}
#partner_bottom p {
  line-height: 1.5em;
  font-weight: bold;
}

.link_frame {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 3rem;
}/*# sourceMappingURL=production.css.map */