@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 1081px ) { /*PC*/ }
@media screen and (max-width: 760px ) { /*SP*/ }
@media screen and (max-width: 1080px ) and (min-width: 761px ) { /*TB*/ }
@media screen and (max-width: 760px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*共通------------------------------------------*/
/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
.hero-section {
  position: relative;
  margin-top: 118px;
  border-radius: 0 5px 0 0;
  width: 95.8%;
  max-height: 705px;
  height: 36.7vw;
  aspect-ratio: 1.8/1;
  background: #e1f2e2;
  background: -webkit-gradient(linear, left top, right top, from(#e1f2e2), to(#CDF4D0));
  background: linear-gradient(to right, #e1f2e2, #CDF4D0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-section {
    max-height: none;
    height: auto;
  }
}
@media screen and (max-width: 760px ) {
  .hero-section {
    margin-top: 58px;
    border-radius: 0;
  }
}
.hero-section .hero-image {
  position: absolute;
  bottom: -3em;
  left: 0;
  max-width: 50%;
  z-index: 1;
  padding: 0 3em;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-section .hero-image {
    max-width: 100%;
    bottom: 0;
    padding: 0 3em;
  }
}
.hero-section .hero-image .hero-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-content {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  top: 40%;
  right: 0;
  z-index: 15;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-section { /*SP*/
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .hero-section .hero-image, .hero-section .hero-content {
    display: block;
    position: absolute;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    width: 100%;
    max-width: inherit;
    max-width: initial;
    padding: 0 5%;
    padding-top: 2em;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 760px ), screen and (max-width: 760px ) and (max-width: 760px ) {
  .hero-section .hero-image, .hero-section .hero-content {
    padding: 2em 3% 0 3%;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-section .hero-image {
    padding: 5% 10%;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 760px ), screen and (max-width: 760px ) and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) and (max-width: 760px ) {
  .hero-section .hero-image {
    text-align: center;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-section .hero-image .hero-img {
    max-width: 60%;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) and (max-width: 1080px ) and (min-width: 761px ) {
  .hero-section .hero-image .hero-img {
    width: 56%;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 760px ), screen and (max-width: 760px ) and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) and (max-width: 760px ) {
  .hero-section .hero-image .hero-img {
    max-width: 100%;
  }
}

.title {
  position: relative;
}
.title .subtitle {
  position: absolute;
  left: 0;
  top: -30px;
}

.hero-title {
  font-size: clamp(1.5rem, -0.268rem + 2.62vw, 2.875rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-title {
    text-align: center;
    font-size: 250%;
    letter-spacing: 0;
  }
}
.hero-title span.pop-text {
  display: block;
  line-height: 1.2;
}
.hero-title span.pop-text span {
  display: inline-block !important;
  background: #fff;
  line-height: 1;
  margin: 2px;
  padding: 5px;
  color: #009376;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.subtitle-container {
  max-width: 760px;
  display: block;
  margin-top: 1.5vw;
  font-size: clamp(1rem, 0.679rem + 0.48vw, 1.25rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2;
  padding-right: 5%;
  color: #222;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .subtitle-container {
    max-width: none;
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 760px ) {
  .subtitle-container {
    margin-top: 1em;
    padding-right: 0;
  }
}
.subtitle-container .sup {
  color: #009376;
  font-size: 85%;
  margin: 0 2px;
}

.hero-subtitle {
  display: inline-block;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0;
  padding-left: 1.5em;
  position: relative;
}
.hero-subtitle:before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  background-color: #009376;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}

.news-section {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 0.5em 1.5em;
  background-color: #fff;
  border-radius: 8px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-section {
    background: #009376;
    border-radius: 0;
    color: #fff;
  }
  .news-section:before {
    border: 1px solid #fff;
  }
  .news-section:after {
    right: 18px;
    top: -8px;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-section .view-more:before {
    border: 1px solid #fff;
  }
}
.news-section .view-more span {
  font-size: clamp(0.875rem, 0.714rem + 0.24vw, 1rem) !important;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-section { /*SP*/
    position: relative;
    width: 100%;
  }
}
.news-section div:not([class]) {
  margin-left: auto;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-section div:not([class]) .view-more {
    color: #fff;
  }
}
@media screen and (max-width: 760px ) {
  .news-section div:not([class]) .view-more span {
    display: none;
  }
  .news-section div:not([class]) .view-more:after {
    top: -8px;
  }
}

.news-header {
  padding: 0 2em 0 1em;
  border-right: 1px solid #C7C7C7;
}
.news-header .news-title {
  font-size: 150%;
  color: #009376;
  margin: 0;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-header .news-title {
    color: #fff;
  }
}
.news-header .news-subtitle {
  font-size: 85%;
  color: #FA7500;
  margin: 0;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-header .news-subtitle {
    color: #fff;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}

.news-date {
  font-size: 90%;
  color: #888;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-date {
    color: #fff;
  }
}

.news-text {
  font-size: 110%;
  color: #222;
  font-weight: 100;
  margin: 0;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-text {
    color: #fff;
  }
}

.scroll-indicator {
  position: absolute;
  right: -4%;
  bottom: 0;
  z-index: 20;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .scroll-indicator {
    display: none;
  }
}
.scroll-indicator a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-align: center;
}
.scroll-indicator a:hover {
  opacity: 0.5;
}

.scroll-text {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 14px;
  font-weight: 350;
  color: #000;
  margin: 1em 0;
}

.scroll-line {
  display: inline-block;
  content: "";
  width: 1px;
  height: 5em;
  background-color: #000;
  margin: 16px auto 0;
}

.about-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 5% 0 5em;
}
@media screen and (max-width: 760px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  .about-container {
    display: block;
    padding: 0;
  }
}

.content-column {
  padding: 5em 5% 0;
  width: 55%;
}
@media screen and (max-width: 760px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  .content-column { /*SP*/
    width: 100%;
  }
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: rgb(0, 0, 0);
}

.main-title {
  font-weight: 700;
  font-size: 250%;
  line-height: 1.6;
  letter-spacing: 1.2px;
  margin: 0;
  color: #009376;
  font-family: "Kiwi Maru", serif;
  font-weight: normal;
}
@media screen and (max-width: 760px ) {
  .main-title { /*SP*/
    font-size: 200%;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.subtitle {
  color: #FA7500;
  line-height: 1;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-top: 1em;
  padding-left: 2em;
  position: relative;
}
.subtitle:before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1px;
  background: #FA7500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}

.description {
  margin-top: 3em;
  font-size: 105%;
  line-height: 2;
  color: #222;
}
@media screen and (max-width: 760px ) {
  .description {
    margin-top: 1em;
  }
}

.cta-wrapper {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 45px;
  color: rgb(0, 91, 171);
  font-weight: 900;
  letter-spacing: 2.4px;
  line-height: 2;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-right: 4em;
  color: #009376;
  vertical-align: middle;
  text-decoration: none;
}
@media screen and (max-width: 760px ) {
  .arrow {
    padding-right: 5em;
  }
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.view-more {
  color: #009376;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  font-weight: bold;
}
.view-more:hover {
  text-decoration: none;
}
.view-more:hover:after {
  right: 13px;
  color: #fff;
}
.view-more:hover:before {
  background: #009376;
}
.view-more:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 46px;
  height: 46px;
  border: 1px solid #009376;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.view-more:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-icon {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 63px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.image-column {
  width: 45%;
  aspect-ratio: 1.2/1;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 760px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  .image-column {
    width: 100%;
    margin: 2em 0 0 auto;
    border-radius: 0;
  }
}

.feature-image {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

#aboutNav {
  width: 100%;
  padding: 1.5em 5%;
  background-color: #EDF6F9;
}
#aboutNav dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#aboutNav dl dt, #aboutNav dl dd {
  padding: 0 1em;
  line-height: 1;
}
#aboutNav dl dt {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 110%;
  font-style: normal;
  color: #277FCC;
  letter-spacing: 1px;
}
@media screen and (max-width: 760px ) {
  #aboutNav dl dt { /*SP*/
    width: 100%;
    margin-bottom: 1em;
  }
}
#aboutNav dl dd {
  font-size: 110%;
}
@media screen and (max-width: 760px ) {
  #aboutNav dl dd {
    font-size: 120%;
    padding: 10px;
  }
}
#aboutNav dl dd a {
  text-decoration: none;
  position: relative;
  padding: 5px 0;
}
#aboutNav dl dd a:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #277FCC;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#aboutNav dl dd a:hover {
  color: #277FCC;
}
#aboutNav dl dd a:hover:after {
  width: 80%;
  opacity: 1;
}

.toparea {
  padding-bottom: 5em;
}
@media screen and (max-width: 760px ) {
  .toparea {
    padding: 0 3% 2em;
  }
}
.toparea p:not([class]) {
  line-height: 1.8;
}
.toparea p:not([class]):not(:first-child) {
  margin-top: 2em;
}

.flow-section {
  background: #EBF6FF;
  padding: 5em 0 0;
}
.flow-section .main-title {
  color: #014886;
}
.flow-section .title {
  margin-right: 5em;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .flow-section .title {
    margin-right: 0;
  }
}
.flow-section .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .flow-section .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.flow-section .content-wrapper > div > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 760px ) {
  .flow-section .content-wrapper > div > div {
    display: block;
  }
}
.flow-section .content-wrapper > div > div > div {
  width: 60%;
}
@media screen and (max-width: 760px ) {
  .flow-section .content-wrapper > div > div > div {
    width: 100%;
  }
}
.flow-section .content-wrapper > div > div > p {
  width: 30%;
}
@media screen and (max-width: 760px ) {
  .flow-section .content-wrapper > div > div > p {
    width: 50%;
    margin: 0 auto;
  }
}
.flow-section .btn a {
  color: #014886;
  border: 1px solid #014886;
}
.flow-section .btn a:hover {
  background: #014886;
}
@media screen and (max-width: 760px ) {
  .flow-section .btn a {
    padding: 1em 3em;
  }
}

.flow-container {
  max-width: 1480px;
  margin: 0 auto;
  width: 90%;
}
.flow-container ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-top: 3em;
}
@media screen and (max-width: 760px ) {
  .flow-container ul {
    display: block;
  }
}
.flow-container ul li {
  width: 49%;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 760px ) {
  .flow-container ul li {
    width: 100%;
  }
}
.flow-container ul li a {
  display: inline-block;
  padding: 1.5em 10%;
  padding-left: 6em;
  font-weight: bold;
  font-size: 112.5%;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.flow-container ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .flow-container ul li a {
    padding: 1.5em 5%;
  }
}
.flow-container ul li a span {
  display: block;
}
@media screen and (min-width: 1081px ) {
  .flow-container ul li a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.flow-container ul li:first-child {
  background: #FF5858;
}
.flow-container ul li:first-child:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  background: #f94444;
}
@media screen and (max-width: 760px ) {
  .flow-container ul li:first-child {
    margin-bottom: 1em;
  }
}
.flow-container ul li:first-child a:before {
  content: "";
  background: url("../img/mail.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 44px;
  max-width: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 10%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .flow-container ul li:first-child a:before {
    display: none;
  }
}
.flow-container ul li:first-child span {
  font-size: clamp(1.125rem, 0.763rem + 0.54vw, 1.406rem);
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .flow-container ul li:first-child span {
    font-size: 100%;
  }
}
.flow-container ul li:last-child {
  background: #2A80CC;
}
.flow-container ul li:last-child a:before {
  content: "";
  background: url("../img/call.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 54px;
  max-width: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 20%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .flow-container ul li:last-child a:before {
    display: none;
  }
}
.flow-container ul li:last-child span {
  font-size: 150%;
}
@media screen and (max-width: 760px ) {
  .flow-container ul li:last-child span {
    font-size: 100%;
  }
}

.info-section {
  max-width: 1168px;
  margin: 0 auto;
  width: 90%;
  padding: 10em 0;
}
.info-section .info-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 760px ) {
  .info-section .info-container {
    display: block;
  }
}
.info-section .info-container .title {
  width: 30%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .info-section .info-container .title .main-title {
    font-size: 200%;
  }
  .info-section .info-container .title .main-title br {
    display: none;
  }
}
@media screen and (max-width: 760px ) {
  .info-section .info-container .title .main-title br {
    display: none;
  }
}
@media screen and (max-width: 760px ) {
  .info-section .info-container .title {
    width: 100%;
  }
}
.info-section .info-container .title .btn {
  margin-top: 5em;
}
@media screen and (max-width: 760px ) {
  .info-section .info-container .title .btn {
    display: none;
  }
}
.info-section .info-container > .info-contents {
  width: 60%;
}
.info-section .info-container > .info-contents a:hover {
  text-decoration: none;
}
.info-section .info-container > .info-contents a:hover dd {
  text-decoration: underline;
}
.info-section .info-container > .info-contents dl {
  border-bottom: 1px solid #C2E5DE;
  padding: 1em 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.info-section .info-container > .info-contents dl:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
  position: absolute;
  right: 5%;
  color: #009376;
}
.info-section .info-container > .info-contents dl dt {
  color: #5D5D5D;
  font-size: 87.5%;
  margin-right: 10%;
  width: 20%;
}
.info-section .info-container > .info-contents dl dt span {
  display: block;
  font-size: 70%;
  padding: 0.5em 1em;
  color: #fff;
  text-align: center;
}
.info-section .info-container > .info-contents dl dt .information {
  background: #009376;
}
.info-section .info-container > .info-contents dl dt .for-public {
  background: #FF7676;
}
.info-section .info-container > .info-contents dl dt .for-healthcare {
  background: #6580C5;
}
.info-section .info-container > .info-contents dl dt .info-pamphlet {
  background: #ffa556;
}
.info-section .info-container > .info-contents dl dt .info-movie {
  background: #666;
}
.info-section .info-container > .info-contents dl dt .directors-voice {
  background: #3842b9;
}
.info-section .info-container > .info-contents .btn {
  display: none;
}
@media screen and (max-width: 760px ) {
  .info-section .info-container > .info-contents {
    width: 100%;
  }
  .info-section .info-container > .info-contents .btn {
    display: block;
    margin-top: 3.75em;
  }
  .info-section .info-container > .info-contents .btn a {
    color: #009376;
    border: 1px solid #009376;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

.link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 760px ) {
  .link {
    display: block;
  }
}
.link li {
  width: 50%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 760px ) {
  .link li {
    width: 100%;
  }
}
.link li:hover:before {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.link li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
  /* 最背面へ */
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link li:first-child {
  background: url(../img/link-img1.jpg) center center;
  background-size: cover;
}
.link li:last-child {
  background: url(../img/link-img2.jpg) center center;
  background-size: cover;
}
.link li a {
  font-size: 200%;
  color: #fff;
  padding: 5em 10%;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .link li a {
    font-size: 150%;
  }
}
@media screen and (max-width: 760px ) {
  .link li a {
    padding: 3em 5%;
  }
}
.link li a p {
  margin-bottom: 0;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
}
.link li a:after {
  content: url("../img/arrow.svg");
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 10%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .link li a:after {
    right: 5%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .link li a:after {
    top: 40%;
  }
}
@media screen and (max-width: 760px ) {
  .link li a:after {
    top: 35%;
  }
}

