@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@500;700&display=swap");
/*-------------------------
  theme colors
-------------------------*/
/* primary
-------------------------*/
/* secondary
-------------------------*/
/*-------------------------
  common color
-------------------------*/
/* テンプレートアイコン
====================================================*/
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes transY {
  0% {
    margin-top: -16px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes transY {
  0% {
    margin-top: -16px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes rippleRev {
  0% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
}
@keyframes rippleRev {
  0% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
}
.top .construct-header {
  background: #168cca;
}
@media screen and (min-width: 768px) {
  .top .construct-header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.top-title--en {
  font-size: 2rem;
  font-weight: normal;
  font-family: "Poppins", "Montserrat", sans-serif;
  letter-spacing: 1px;
}
.top-title::before {
  content: "●";
  padding-right: 0.8rem;
  font-size: 1rem;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
}

.top-emphasis {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .top-emphasis {
    font-size: 4.2rem;
  }
}

.top-hero {
  height: 353px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0076c9), to(#1daccc));
  background: linear-gradient(180deg, #0076c9, #1daccc);
  position: relative;
  padding-bottom: 70%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (min-width: 576px) {
  .top-hero {
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 768px) {
  .top-hero {
    height: 100vh;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.top-hero::before {
  content: "AGEO\aMEDICAL\aGROUP";
  position: absolute;
  left: 0;
  top: 353px;
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 22vw;
  font-weight: 600;
  white-space: pre;
  color: rgba(255, 255, 255, 0.08);
  letter-spacing: -2px;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .top-hero::before {
    font-size: 130px;
  }
}
@media screen and (min-width: 768px) {
  .top-hero::before {
    left: -10px;
    font-size: 9vw;
    bottom: 0;
    top: auto;
  }
}
.top-hero-textbox {
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-hero-textbox {
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.top-hero-textbox__emphasis {
  padding: 0 2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-hero-textbox__emphasis {
    width: 34.7vw;
    position: absolute;
    padding: 0;
    top: 53%;
    left: 9.3vw;
    margin-bottom: 0;
  }
  .top-hero-textbox__emphasis img {
    width: 100%;
  }
}
.top-hero-textbox__text {
  padding: 0 2rem;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .top-hero-textbox__text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .top-hero-textbox__text {
    padding: 0;
    position: absolute;
    bottom: 45px;
    left: 3.6vw;
    z-index: 2;
  }
}
.top-hero-slider {
  height: 353px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-hero-slider {
    width: 65.6%;
    height: 100vh;
    float: right;
    border-radius: 0 0 0 108px;
  }
}
.top-hero-slider__scrolldown {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-hero-slider__scrolldown {
    display: block;
    position: absolute;
    font-size: 1.2rem;
    font-family: "Poppins", "Montserrat", sans-serif;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: 5px;
    bottom: 130px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
  }
  .top-hero-slider__scrolldown::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #fff;
    right: 50%;
    bottom: -115px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100px;
    -webkit-animation: scroll 1.5s infinite;
    animation: scroll 1.5s infinite;
  }
}
.top-hero-slider__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 17, 20, 0)), to(rgba(0, 17, 20, 0.15)));
  background: linear-gradient(180deg, rgba(0, 17, 20, 0) 0%, rgba(0, 17, 20, 0.15) 100%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-hero-slider__filter {
    background: rgba(0, 17, 20, 0.15);
  }
}
.top-hero-slider .swiper-wrapper {
  height: 100%;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.top-hero-slider .swiper-wrapper .swiper-slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top-hero-slider .swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
.top-pickup {
  width: 100%;
  overflow: hidden;
  background: #1daccc;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-pickup {
    padding: 95px 0 0;
  }
}
.top-pickup .top-title {
  margin-top: -50px;
  position: absolute;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-pickup .top-title {
    margin-top: 0;
    position: static;
    font-size: 2rem;
  }
}
.top-pickup .top-pickup-container {
  overflow: visible;
}
.top-pickup .top-pickup-box {
  width: 298px;
  margin-right: 3rem;
}
@media screen and (min-width: 1024px) {
  .top-pickup .top-pickup-box {
    width: 388px;
    margin-right: 3rem;
  }
}
.top-pickup .top-pickup-box-title {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .top-pickup .top-pickup-box-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-pickup .top-pickup-box-title {
    margin-bottom: 3.6rem;
  }
}
.top-pickup .top-pickup-box-link {
  border-radius: 24px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
@media (hover: hover) {
  .top-pickup .top-pickup-box-link:hover {
    opacity: 0.5;
  }
}

.top-pickup-buttons {
  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;
  position: absolute;
  top: 14rem;
  left: -3rem;
  width: calc(100% + 6rem);
}
@media screen and (min-width: 1024px) {
  .top-pickup-buttons .swiper-button-next,
  .top-pickup-buttons .swiper-button-prev {
    position: static;
  }
}
.top-pickup-buttons .swiper-button-next,
.top-pickup-buttons .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 1024px) {
  .top-pickup-buttons .swiper-button-next,
  .top-pickup-buttons .swiper-button-prev {
    position: static;
    width: 5.6rem;
    height: 5.6rem;
    background-color: #f5faf0;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .top-pickup-buttons .swiper-button-next:hover,
  .top-pickup-buttons .swiper-button-prev:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.top-pickup-buttons .swiper-button-next::after,
.top-pickup-buttons .swiper-button-prev::after {
  font-size: 1em;
  font-weight: bold;
  color: #1daccc;
}
@media screen and (min-width: 1024px) {
  .top-pickup-buttons .swiper-button-prev {
    margin-right: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-pickup-buttons .swiper-button-next {
    margin-right: 4rem;
  }
}

.top-pickup-tools {
  margin-top: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .top-pickup-tools {
    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;
    margin-top: 4.2rem;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .top-pickup-tools .swiper-pagination,
  .top-pickup-tools .swiper-pagination-horizontal {
    position: static;
  }
}
.top-pickup-tools .swiper-pagination {
  position: static;
}
@media screen and (min-width: 1024px) {
  .top-pickup-tools .swiper-pagination {
    margin-top: -16px;
    padding-left: 0;
    width: calc(100% - 17.6rem);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.top-pickup-tools .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

.top-about {
  background: #1daccc;
}
.top-about .content-inner {
  padding: 0;
  max-width: calc(1366px + 9rem);
}
@media screen and (min-width: 1200px) {
  .top-about .content-inner {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.top-about .top-title {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .top-about .top-title {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.top-about .top-emphasis {
  margin-bottom: 3rem;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .top-about .top-emphasis {
    margin-bottom: 5rem;
    padding-right: 40%;
  }
}
.top-about-box {
  padding: 80% 20px 43px 20px;
  border-radius: 17px;
  color: #fff;
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  background: #00395c url("/images/index/bg_about_sp.png") no-repeat 0 10%/100%;
}
@media screen and (min-width: 768px) {
  .top-about-box {
    padding: 67px 89px;
    border-radius: 32px;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    background: #00395c;
  }
}
.top-about-content {
  text-shadow: 0 0 3px #000;
}
@media screen and (min-width: 768px) {
  .top-about-content {
    padding-top: 0;
    background: url("/images/index/bg_about.png") no-repeat 86% center/contain;
  }
}
@media screen and (max-width: 1200px) {
  .top-about-content {
    background-size: 80%;
    background-position: right top;
  }
}
.top-about-textbox {
  max-width: 550px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .top-about-textbox {
    margin-bottom: 4rem;
  }
}
.top-about-link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.top-about-link__arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #00243b;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.6rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-about-link__arrow::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .top-about-link:hover {
    color: #fff;
  }
  .top-about-link:hover .top-about-link__arrow {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #1daccc;
  }
}

.top-news {
  padding: 130px 0 70px;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 212px 0 90px;
  }
}
.top-news-box {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-news-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.top-news .top-title {
  font-size: 2rem;
}
.top-news .top-title::before {
  color: #1daccc;
}
@media screen and (min-width: 768px) {
  .top-news .top-title {
    width: 20%;
    font-size: 2.4rem;
  }
}
.top-news-content__btn {
  margin: 2rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-news-content__btn {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .top-news-content {
    width: 80%;
  }
}

.top-links .top-title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .top-links .top-title {
    font-size: 2.4rem;
  }
}
.top-links-box + .top-links-box {
  margin-top: 4.4rem;
}
@media screen and (min-width: 768px) {
  .top-links-box + .top-links-box {
    margin-top: 5rem;
  }
}
.top-links-showcase {
  padding: 50px 0;
  background-color: #127cb4;
}
@media screen and (min-width: 768px) {
  .top-links-showcase {
    padding: 72px 0 102px;
  }
}
.top-links-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .top-links-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.top-links-list .btn-square {
  padding: 1.6rem 3rem 1.6rem 1rem;
  font-size: 1.4rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top-links-list .btn-square {
    font-size: 1.5rem;
    padding: 2.2rem 4rem 2.2rem 1.3rem;
  }
}
@media (hover: hover) {
  .top-links-list .btn-square:hover {
    background-color: #fff;
    opacity: 0.5;
  }
}
/*# sourceMappingURL=../map/pages/index.css.map */