.mainVisual {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: box;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 280px;
  padding: 0;
  background-color: #17314d;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.mainVisual h1 {
  font-size: 56px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 737px) {
  .mainVisual {
    height: 200px;
  }
  .mainVisual h1 {
    font-size: 34px;
  }
}
.outline__inner, .main-function__inner, .movie__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (min-width: 737px) {
  .outline__inner, .main-function__inner, .movie__inner {
    width: 1000px;
  }
}
.mainText {
  margin-top: 34px;
  line-height: 1.7;
  text-align: center;
}

.mainText p + p {
  margin-top: 28px;
}

@media screen and (max-width: 737px) {
  .mainText {
    margin-top: 15px;
  }
  .mainText p {
    text-align: left;
  }
}
.mainText2 {
  margin-top: 10px;
  margin-bottom: -50px;
  line-height: 1.7;
  text-align: center;
}

.mainText2 p + p {
  margin-top: 28px;
  margin-bottom: -50px;
}

@media screen and (max-width: 737px) {
  .mainText2 {
    margin-top: 15px;
  }
}
.main-function__listItem, .main-function__listLargeItem {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border: 0.5px #ccc solid;
  border-radius: 5px;
}
.main-function__listItem h3, .main-function__listLargeItem h3 {
  font-size: 18px;
  font-weight: 700;
  color: #4795e7;
  margin: 0 0 1em;
}

.main-function__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (min-width: 737px) {
  .main-function__list {
    gap: 30px;
  }
}
.small-title--white, .small-title {
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.small-title--white::before, .small-title::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-color: #4795e7;
  border-radius: 2px;
}

.movie__headline {
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5em;
}

.section__title {
  position: relative;
  margin: 1em 0 2em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.section__title::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 60px;
  height: 3px;
  margin-left: -30px;
  content: "";
  background: #004da0;
}

@media screen and (min-width: 738px) {
  .section__title {
    margin: 0 0 2em;
    font-size: 36px;
  }
}
.small-title--white {
  color: #fff;
}
.small-title--white::before {
  background-color: #acd0f7;
}

.link_decor {
  color: #0074e6;
  text-decoration: underline;
}
.link_decor:hover {
  text-decoration: none;
}

.mainVisual {
  height: 125px;
}
.mainVisual h1 {
  font-size: 24px;
}

.outline__sec {
  padding: 50px 0;
}
.outline__main figure {
  margin: 0 0 30px;
}
.outline__main p {
  padding: 0;
  margin: 0 auto 2em;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width: 738px) {
  .outline__sec {
    padding: 100px 0;
  }
  .outline__sec figure {
    margin: 0 0 50px;
  }
}
.main-function__sec {
  padding: 50px 0;
  background-color: #a1e0f3;
}
.main-function__listLargeItemMain--01:not(:last-child), .main-function__listLargeItemMain--02:not(:last-child) {
  margin: 0 0 25px;
}
.main-function__listItemSubList {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.main-function__listItemSubList > li {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: calc(40% - 0.5em) calc(60% - 0.5em);
  gap: 0.3em 1em;
}
.main-function__listItemSubList > li figure {
  grid-row: 1/3;
  grid-column: 1/2;
  align-self: baseline;
}
.main-function__listItemSubList > li h4 {
  grid-row: 1/2;
  grid-column: 2/3;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
}
.main-function__listItemSubList > li p {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 14px;
}

.modal__parent__image {
  position: relative;
  cursor: pointer;
  transition: 300ms opacity;
}
.modal__parent__image:hover {
  opacity: 0.5;
}
.modal__parent__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75px;
  height: 20px;
  content: url("/common/img/ico_zoom.png");
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6666666667);
}
.modal__in {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  padding: 30px;
  margin: 0 15px;
  background: #fff;
  border-radius: 5px;
}
.modal__in figcaption {
  margin-top: 2em;
  font-size: 1.2em;
}
.modal__main {
  margin: 0;
  overflow-y: scroll;
  scrollbar-width: none;
}
.modal__main::-webkit-scrollbar {
  display: none;
}
.modal__main img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
}
.modal__close {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  padding: 12px;
  margin: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

@media screen and (min-width: 738px) {
  .main-function__sec {
    padding: 100px 0;
  }
  .main-function__listItem {
    width: calc((100% - 60px) / 2);
    padding: 30px;
  }
  .main-function__listItem h3 {
    text-align: center;
  }
  .main-function__listItemSubList {
    gap: 50px;
  }
  .main-function__listItemSubList li {
    display: block;
    width: calc((100% - 100px) / 3);
  }
  .main-function__listLargeItem {
    width: 100%;
    padding: 60px;
  }
  .main-function__listLargeItem h3 {
    text-align: left;
  }
  .main-function__listLargeItemMain--01, .main-function__listLargeItemMain--02 {
    display: flex;
    gap: 50px;
    align-items: center;
  }
  .main-function__listLargeItemMain--01 > figure, .main-function__listLargeItemMain--02 > figure {
    width: 50%;
    margin: 0;
  }
  .main-function__listLargeItemMain--01:not(:last-child), .main-function__listLargeItemMain--02:not(:last-child) {
    margin: 0 0 50px;
  }
  .main-function__listLargeItemMain--02 > figure {
    order: 2;
  }
  .main-function__listLargeItemMain__desc {
    width: 50%;
  }
}
.other-system-link {
  padding: 0.5em 1.5em 0.3em;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition-duration: 0.5s;
}
.other-system-link:hover {
  color: #fff;
  background-color: #2896cc;
  border: 1px solid #2896cc;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

.movie__sec {
  padding: 80px 0;
  color: #fff;
  background: #9cf;
  background: radial-gradient(circle at bottom right, rgb(153, 204, 255) 0%, rgb(0, 153, 204) 50%);
}
.movie__inner {
  padding: 0 30px;
}
.movie__txt-area {
  margin: 0 0 1em;
}
.movie__headline {
  text-shadow: -2px 2px 7px rgba(0, 0, 0, 0.3);
}
.movie__point-list {
  margin: 0 0 2rem;
  color: #a1e0f3;
}
.movie__point-list li {
  position: relative;
  padding: 0 0 0 2em;
  font-weight: 600;
  line-height: 2;
}
.movie__point-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-image: url("../images/circle-check-solid-.png");
  background-size: contain;
}
.movie__iframe-wrap {
  position: relative;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 738px) {
  .movie__content {
    display: flex;
    gap: 80px;
  }
  .movie__txt-area {
    width: 50%;
  }
  .movie__iframe-wrap {
    position: relative;
    width: 50%;
  }
}
.func-list__sec {
  padding: 80px 0 100px;
}
.func-list__sec .inner {
  padding: 0 30px !important;
}
.func-list__sec table {
  font-size: 14px;
  border-top: solid 2px #c8c8c8;
  border-bottom: solid 2px #f0f0f0;
}
.func-list__sec table tr {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 1em;
}
.func-list__sec table tr:first-child {
  background: rgba(240, 240, 240, 0.4);
}
.func-list__sec table tr:not(:first-child) {
  width: 100%;
  border-top: solid 2px #f0f0f0;
}
.func-list__sec table th {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}
.func-list__sec table td {
  display: block;
  width: 100%;
  font-size: 14px;
}
.func-list__sec table .dd__in-table {
  padding: 0 0 0 1em;
  margin: 0 0 1em;
}

@media screen and (min-width: 738px) {
  .func-list__sec {
    padding: 80px 0 150px;
  }
  .func-list__sec h3 {
    margin: 0 0 35px;
  }
  .func-list__sec table {
    font-size: 16px;
  }
  .func-list__sec table tr {
    display: table;
    padding: 0;
  }
  .func-list__sec table th {
    display: table-cell;
    width: 8em;
    padding: 1.5em 3em 1.5em 1.5em;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
  }
  .func-list__sec table td {
    display: table-cell;
    width: calc(100% - 8em);
    padding: 1.5em 1em 1.5em 0;
    font-size: 16px;
    vertical-align: middle;
  }
}
.back-btn__container {
  padding: 60px 0;
}
.back-btn__left {
  position: relative;
  display: block;
  width: 20em;
  height: 75px;
  margin: 0 auto 1em;
  font-size: 16px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  background: #069;
  border-radius: 5px;
  transition-duration: 0.5s;
}
.back-btn__left::before {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.2s;
  transform: translateY(-50%) rotate(-45deg);
}
.back-btn__left::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.2s;
  transform: translateY(-50%) rotate(-45deg);
}
.back-btn__left:hover {
  color: white;
  background: #73a7c1;
}
.back-btn__left:hover::before {
  left: 15px;
}
.back-btn__left:hover::after {
  right: -30px;
}
.back-btn__right {
  position: relative;
  display: block;
  width: 20em;
  height: 75px;
  margin: 0 auto 1em;
  font-size: 16px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  background: #069;
  border-radius: 5px;
  transition-duration: 0.5s;
}
.back-btn__right::before {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.2s;
  transform: translateY(-50%) rotate(-45deg);
}
.back-btn__right::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.2s;
  transform: translateY(-50%) rotate(-45deg);
}
.back-btn__right:hover {
  color: white;
  background: #73a7c1;
}
.back-btn__right:hover::before {
  left: 15px;
}
.back-btn__right:hover::after {
  right: -30px;
}

@media screen and (min-width: 738px) {
  .back-btn__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .back-btn__left {
    margin: 0 10px 0 0;
  }
  .back-btn__right {
    margin: 0 0 0 10px;
  }
}

/*# sourceMappingURL=style.css.map */
