@charset "UTF-8";
.sec_mv {
  height: 130vh;
  background-color: #b1b1b1;
  background-image: url("../images/bg_gradation1.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.sec_mv .inner_mv {
  position: relative;
  height: 100vh;
  padding-top: 30vh;
}
@media only screen and (max-width: 768px) {
  .sec_mv .inner_mv {
    padding-top: calc(50vh - 21%);
  }
}
@media only screen and (max-width: 480px) {
  .sec_mv .inner_mv {
    padding-top: calc(50vh - 21%);
  }
}

.mv_ip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mv_ip {
    top: 45%;
  }
}
.mv_ip img {
  width: 30%;
  min-width: 360px;
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .mv_ip img {
    width: 65%;
    min-width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .ic_scroll {
    bottom: 80px;
  }
}
.ic_scroll img {
  width: 100%;
}

.scroll-btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 30px;
  cursor: pointer;
  animation: scroll-btn 1s ease-in-out alternate infinite;
}
@media only screen and (max-width: 768px) {
  .scroll-btn {
    bottom: 46px;
  }
}
.scroll-btn svg {
  fill: #F8F7F2;
  height: 50px;
  width: 32px;
  margin-bottom: 10px;
}
.scroll-btn svg .animated {
  animation: scroll-down 2s infinite linear;
}
.scroll-btn svg .ball {
  animation: ball-move 1s infinite ease-in-out alternate;
}

@keyframes scroll-down {
  0% {
    stroke-dasharray: 0, 180px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
    stroke-dasharray: 215.7737px, 363.607px;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}
.sec_intro {
  position: relative;
  z-index: 1;
  margin-top: -20%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .sec_intro {
    margin-top: -260px;
  }
}
.sec_intro #embedPabot {
  position: relative;
  right: -1%;
  background-color: transparent !important;
}

.l-intro .m-chat-boby {
  height: 640px;
}

.sec_news {
  position: relative;
  z-index: 2;
  margin-top: -8%;
  padding: 0;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .sec_news {
    margin-top: -380px;
  }
}

.sec_case {
  position: relative;
  z-index: 2;
  padding: 120px 0 5%;
  background-color: #ebf6fa;
  background-image: url("../images/bg_icon1.webp");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 2000px auto;
}
@media only screen and (max-width: 768px) {
  .sec_case {
    padding: 80px 0 20px;
    background-size: 1000px auto;
  }
}
.sec_case .ttl_intro {
  margin-top: 0;
  text-align: center;
  font-weight: 500;
  background-image: linear-gradient(45deg, #366d81 0%, #2bc0e6 50%, #23b9c2 90%);
}
.sec_case .ttl_intro + .font_size_rm {
  display: table;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  margin-top: 20px;
  padding: 0 2%;
}
.sec_case .font_size_rm {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec_case .txt_link.play {
    position: relative;
    top: -16px;
  }
}

.sec_sample {
  background-color: #fff;
  min-height: 3000px;
  padding-top: 2000px;
}

body {
  background-color: #d9eaf1;
}

.m-mv_txt {
  position: relative;
  z-index: 2;
  padding-left: 2%;
}
.m-mv_txt .tit_top {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 4px;
  white-space: nowrap;
  color: #fff;
  text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 0 0 22px #fff;
}
.m-mv_txt .tit_top:not(:first-child) {
  margin-top: -2%;
}
@media only screen and (max-width: 768px) {
  .m-mv_txt .tit_top:not(:first-child) {
    margin-top: -1%;
  }
}

.tit_top_small {
  margin-top: 1%;
  margin-left: 2.5%;
  line-height: 1.3;
  font-size: clamp(0.4rem, 2.2vw, 3rem);
  text-shadow: none;
}

.btn_close_banner {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url("../images/ic-chat-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  border: none;
  border-radius: 300px;
}
.btn_close_banner:hover {
  cursor: pointer;
}

.mv_banner {
  position: fixed;
  bottom: 10%;
  right: 4%;
  width: 330px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mv_banner {
    bottom: 150px;
    width: 92%;
    max-width: 300px;
    border-radius: 19px;
  }
}
.mv_banner a {
  display: block;
  padding: 2rem 2.5rem;
  background: rgba(65, 65, 65, 0.23);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 20px;
  transition: all 1.2s;
}
.mv_banner a:hover {
  background: rgba(221, 217, 217, 0.61);
}
.mv_banner a:hover .mv_banner-txt,
.mv_banner a:hover .mv_banner-ttl,
.mv_banner a:hover small {
  color: #000 !important;
}
.mv_banner a:hover .mv_banner-txt {
  border-color: #000 !important;
}
.mv_banner .mv_banner-txt {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.2% 2%;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  transition: all 1.2s;
}
@media only screen and (max-width: 768px) {
  .mv_banner .mv_banner-txt {
    border-radius: 5px;
  }
}
.mv_banner .mv_banner-ttl {
  color: #fff;
  font-size: clamp(1.5rem, 1.6vw, 1.7rem);
  line-height: 1.6;
  transition: all 1.2s;
}
.mv_banner small {
  display: block;
  margin-top: 5%;
  color: #fff;
  font-size: clamp(0.8rem, 1vw, 1rem);
  transition: all 1.2s;
}

.ttl_intro {
  margin-top: 8%;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .ttl_intro {
    margin-top: 0;
  }
}

.l-intro {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .l-intro {
    flex-direction: column;
    justify-content: center;
  }
}
.l-intro .ttl_intro {
  white-space: nowrap;
}
.l-intro .txt_intro_wrap {
  order: 1;
  width: 50%;
  padding-left: 4%;
  padding-right: 4%;
}
@media only screen and (max-width: 768px) {
  .l-intro .txt_intro_wrap {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.l-intro .txt_intro_wrap .font_size_rm {
  margin-top: 7%;
}
@media only screen and (max-width: 768px) {
  .l-intro .txt_intro_wrap .font_size_rm {
    margin-top: 10%;
    text-align: left;
  }
}
.l-intro #embedPabot {
  order: 2;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .l-intro #embedPabot {
    order: 2;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
  }
}

.m-news {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .m-news {
    flex-direction: column;
  }
}
.m-news .ttl {
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .m-news .ttl {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.m-news .list {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .m-news .list {
    width: 100%;
  }
}
.m-news .btn_normal {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .m-news .btn_normal {
    margin-top: 12px;
  }
}

.list_news li {
  position: relative;
  border-top: 1px dotted #ddd;
}
.list_news li.none::after {
  display: none;
}
.list_news li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 38px;
  height: 38px;
  background-color: #f2f2f2;
  border-radius: 100px;
  background-image: url("../images/footer-ic-arrow-top.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .list_news li::after {
    width: 36px;
    height: 36px;
    background-size: 8px auto;
  }
}
.list_news li:hover::after {
  transform: translate(-20%, -50%);
  mix-blend-mode: difference;
}
.list_news li a {
  display: block;
  padding-right: 40px;
  color: #5f5f60;
  transition: all 0.5s;
}

.list_num_base li {
  list-style: decimal outside none;
  margin-left: 20px;
  padding: 12px 2px 11px;
  border: none;
}
.list_num_base li::after {
  display: none;
}

.list_news_body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 0 16px;
  width: 100%;
  padding: 8% 14px 8% 0;
  text-align: left;
}
.list_news_body.is_modal {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .list_news_body.is_modal {
    padding: 0;
  }
}
.list_news_body.is_modal .st_news_list {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .list_news_body {
    padding: 9% 0;
  }
}
.list_news_body .ic_news {
  align-self: flex-start;
  display: inline-block;
  padding: 6px 10px;
  color: #959595;
  font-size: clamp(0.7rem, 0.8vw, 1.1rem);
  white-space: nowrap;
  border: 1px solid #c8c8c8;
  border-radius: 18px;
  letter-spacing: 0.03em;
  line-height: 1;
}

.sec_feature {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #ebf6fa;
}
.sec_feature .ttl {
  margin-bottom: 2rem;
  padding-left: 20px;
}

/* swiper */
.swiper-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
}
.swiper-wrapper .swiper-slide:nth-child(1) .slide_img {
  background-image: url("../images/kext-uninstall.png");
  background-size: cover;
  background-position: center;
}
.swiper-wrapper .swiper-slide:nth-child(2) .slide_img {
  background-image: url("../images/computer-monitor-screen-website-mockup_189911-291.avif");
  background-size: cover;
  background-position: center;
}
.swiper-wrapper .swiper-slide:nth-child(3) .slide_img {
  background-image: url("../images/how_to_migration_KVpng.png");
  background-size: cover;
  background-position: center;
}
.swiper-wrapper .swiper-slide:nth-child(4) .slide_img {
  background-image: url("../images/desk_mv.png");
  background-size: cover;
  background-position: center;
}
.swiper-wrapper .swiper-slide:nth-child(5) .slide_img {
  background-image: url("../images/kext-uninstall.png");
  background-size: cover;
  background-position: center;
}
.swiper-wrapper .swiper-slide:nth-child(6) .slide_img {
  background-image: url("../images/top-img-ad1.jpg");
  background-size: cover;
  background-position: center;
}

.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: left;
}
.swiper-slide a {
  display: block;
}

.slide_img {
  height: 260px;
  background-color: #eee;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .slide_img {
    height: 160px;
    border-radius: 20px;
  }
}

.swiper {
  padding-left: 20px !important;
  padding-right: 100px !important;
}

.swiper1 {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 80px;
}
@media only screen and (max-width: 768px) {
  .swiper1 {
    margin-top: 6%;
  }
}
.swiper1 .slide_img {
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .swiper1 .slide_img {
    height: 200px;
  }
}
.swiper1 .swiper-slide:nth-child(1) .slide_img {
  background-image: url("../images/top-img-company.jpg");
  background-size: cover;
  background-position: center;
}
.swiper1 .swiper-slide:nth-child(2) .slide_img {
  background-image: url("../images/top-img-company6.jpg");
  background-size: cover;
  background-position: center center;
}
.swiper1 .swiper-slide:nth-child(3) .slide_img {
  background-image: url("../images/top-img-company2.jpg");
  background-size: cover;
  background-position: center right;
}
.swiper1 .swiper-slide:nth-child(4) .slide_img {
  background-image: url("../images/top-img-company5.jpg");
  background-size: cover;
  background-position: center left;
}

.swiper2 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .swiper2 {
    margin-top: 6%;
  }
}
.swiper2 .swiper-wrapper {
  gap: 20px;
}
.swiper2 .swiper-slide {
  padding: 0;
  background-color: #F7F7F7;
  border-radius: 20px;
}

.slide_client {
  padding: 24px 30px !important;
}
@media only screen and (max-width: 768px) {
  .slide_client {
    padding: 24px 30px 20px !important;
  }
}

.slide_client_info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}
.slide_client_info img {
  width: 32px !important;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  border-radius: 100px;
  overflow: hidden;
}
.slide_client_info .ttl_client_name,
.slide_client_info .txt_client_name {
  white-space: nowrap;
}
.slide_client_info .ttl_client_name {
  color: #000;
}
.slide_client_info .txt_client_name {
  color: #333;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.sec_company {
  position: relative;
  margin-top: -56px;
  padding-top: 8.2%;
  padding-bottom: 8%;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .sec_company {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.sec_company:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
  height: calc(100% - 180px);
  width: 100%;
  background-color: #f7f7f7;
  background-image: url("../images/bg_gradation1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.26;
}
.sec_company .ttl_news {
  margin-bottom: 10%;
}
@media only screen and (max-width: 768px) {
  .sec_company .ttl_news {
    margin-bottom: 16%;
  }
}
.sec_company .tit_top {
  margin-bottom: 24px;
  background-image: linear-gradient(45deg, #366d81 0%, #2bc0e6 50%, #23b9c2 90%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sec_company .tit_top {
    margin-bottom: 4%;
  }
}
.sec_company .inner_narrow {
  position: relative;
  z-index: 2;
}

.company_txt {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .company_txt {
    flex-direction: column;
  }
}
.company_txt .btn_normal {
  align-self: flex-end;
  margin-left: 8%;
}
@media only screen and (max-width: 768px) {
  .company_txt .btn_normal {
    margin-right: 0;
    margin-left: auto;
  }
}

.sec_leading {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.sec_leading .ttl_news {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4%;
}
.sec_leading img {
  width: 100%;
}

.sec_cv {
  padding-top: 100px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .sec_cv {
    padding-top: 60px;
  }
}

.l-cv {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/bg_gradation1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.l-cv a {
  display: block;
  color: #fff;
}

.cv_unit {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 340px;
  padding: 10px 30px 10px 72px;
}
@media only screen and (max-width: 768px) {
  .cv_unit {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 240px;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cv_unit h1 {
    margin-top: 40px;
  }
}

.cv_unit_menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .cv_unit_menu {
    gap: 0px;
  }
}

.three-dot-leader {
  cursor: pointer;
  border: none;
  background: none;
  display: block;
  position: relative;
  /* ボタン要素のサイズ */
  width: 40px;
  height: 40px;
}

.three-dot-leader .dot,
.three-dot-leader .dot::before,
.three-dot-leader .dot::after {
  display: block;
  position: absolute;
  border-radius: 50%;
  /* ドット1つのサイズ */
  width: 3px;
  height: 3px;
  /* ドットの色 */
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .three-dot-leader .dot,
  .three-dot-leader .dot::before,
  .three-dot-leader .dot::after {
    width: 2px;
    height: 2px;
  }
}

.three-dot-leader .dot {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.three-dot-leader .dot::before,
.three-dot-leader .dot::after {
  content: "";
}

.three-dot-leader .dot::before {
  /* 上側ドットの位置 */
  top: -10px;
}
@media only screen and (max-width: 768px) {
  .three-dot-leader .dot::before {
    top: -6px;
  }
}

.three-dot-leader .dot::after {
  /* 下側ドットの位置 */
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .three-dot-leader .dot::after {
    top: 6px;
  }
}

.sec_column {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #fff;
  overflow: hidden;
  background-image: url("../images/bg_body.png");
  background-repeat: repeat-y;
  background-position: top center;
}
@media only screen and (max-width: 768px) {
  .sec_column {
    padding-bottom: 80px;
  }
}

.column_header {
  display: flex;
  justify-content: space-between;
}

.slide_txt {
  padding: 5% 5%;
}
@media only screen and (max-width: 768px) {
  .slide_txt {
    padding: 18px 5% 12px;
  }
}
.slide_txt .font_size_rm {
  margin-top: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .slide_txt .font_size_rm {
    margin-top: 0.9rem;
  }
}

.column_content {
  margin-top: 5.6%;
  display: flex;
  flex-wrap: wrap;
  gap: 36px 4%;
}
@media only screen and (max-width: 768px) {
  .column_content {
    flex-direction: column;
  }
}

.column_item {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .column_item {
    width: 100%;
  }
}
.column_item .column_img {
  width: 100%;
  border-radius: 24px;
}
@media only screen and (max-width: 768px) {
  .column_item .column_img {
    border-radius: 16px;
  }
}

.st_company {
  position: absolute;
  top: -30%;
  right: 0%;
  z-index: -1;
  color: #fff;
  font-size: clamp(10.8rem, 17vw, 20.4rem);
  line-height: 1.1;
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .st_company {
    top: -12%;
  }
}

.flow__wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 979px) {
  .flow__wrap {
    flex-direction: column;
  }
}

.flow__box {
  background: #EEF5F6;
  border-radius: 0.5208333333vw;
  box-sizing: border-box;
  padding: 20px 20px 20px;
  overflow: hidden;
  margin-right: 0.8854166667vw;
}
@media only screen and (min-width: 769px) and (max-width: 979px) {
  .flow__box:not(:first-child) .flow__box--ttl {
    margin-top: -4px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 979px) {
  .flow__box {
    width: 100%;
  }
}

.-fadeup-man.-show, .-fadeup.-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.-fadeup-man, .-fadeup {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.flow__box .flow-list {
  display: flex;
}
@media only screen and (min-width: 769px) and (max-width: 979px) {
  .flow__box .flow-list {
    width: 100%;
  }
}

.flow__box .flow-list__item {
  -webkit-box-sizing: border-box;
  max-width: 260px;
  box-sizing: border-box;
  background: #fff;
  padding: 0;
  border-radius: 0.5208333333vw;
  margin-right: 1.0416666667vw;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .flow__box .flow-list__item {
    max-width: unset;
  }
}
.flow__box .flow-list__item.non_boreder {
  border: none;
}
@media only screen and (min-width: 769px) and (max-width: 979px) {
  .flow__box .flow-list__item {
    width: 100%;
  }
}

.flow__box .flow-list__image {
  height: 160px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0.5208333333vw 0.5208333333vw 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .flow__box .flow-list__image {
    height: auto;
    background-position: center top;
  }
}
.flow__box .flow-list__image#follow1 {
  background-image: url("../images/web_455612876.jpg");
}
@media only screen and (max-width: 768px) {
  .flow__box .flow-list__image#follow1 {
    background-position: left -30px top;
  }
}
.flow__box .flow-list__image#follow2 {
  background-image: url("../images/13249kv_article.jpg");
}
@media only screen and (max-width: 768px) {
  .flow__box .flow-list__image#follow2 {
    background-position: left -20px top;
  }
}
.flow__box .flow-list__image#follow3 {
  background-image: url("../images/kext-uninstall.png");
}
.flow__box .flow-list__image#support {
  background-image: url("../images/0C1A9F45-AAF5-4648-A16E-90B62CF5DDDB-1024x538.jpeg");
}

.flow__box .flow-list__text {
  box-sizing: border-box;
  padding: 26px 1.8vw 1.5vw;
}

.flow__box .flow-list__text--body {
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-top: 10px;
  text-align: left;
  color: #6f6f6f;
}
@media only screen and (max-width: 768px) {
  .flow__box .flow-list__text--body {
    margin-top: 8px;
  }
}

.flow__box .flow-list__item:last-child {
  min-width: 160px;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .flow__box .flow-list__item:last-child {
    max-width: unset;
  }
}
.flow__box .flow-list__item:last-child .flow__box {
  margin-right: 0;
}
.flow__box .flow-list__item:last-child::after {
  display: none;
}

.flow__box .flow-list__case {
  background: transparent;
}

.flow__box .flow-list__vert {
  width: 1.6145833333vw;
  box-sizing: border-box;
  background: #52BCB1;
  color: #fff;
  border-radius: 0.2604166667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
}

.-text-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.5em;
}

.flow__box .flow-list__case .flow__box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.5208333333vw;
  overflow: hidden;
  margin-bottom: 0.5208333333vw;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .flow__box .flow-list__case .flow__box {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    border-radius: 2.6666666667vw;
    width: 42.1333333333vw;
    padding: 8vw 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__case .flow__right::before {
    content: "";
    border-right: none;
    border-bottom: 1px solid #C1C6D3;
    width: 26.6vw;
    height: 1px;
    position: absolute;
    top: -4vw;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(0);
    text-align: left;
  }
}
.flow__box .flow-list__case .flow__left:after {
  content: "";
  border-right: 1px solid #C1C6D3;
  width: 1px;
  height: 2.6041666667vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .flow__box .flow-list__case .flow__left:after {
    display: none;
  }
}

.sec_flow {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff;
}
.sec_flow .ttl_news {
  display: table;
  margin-right: auto;
  margin-left: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec_flow .ttl_news {
    margin-bottom: 20px;
  }
}

.fee {
  margin: 2.6041666667vw 0;
}

.fee__inner {
  display: flex;
  justify-content: center;
  align-items: normal;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .fee__inner {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

.fee__box {
  width: 45vw;
  box-sizing: border-box;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  background: #EEF5F6;
}
@media only screen and (max-width: 768px) {
  .fee__box {
    width: 100%;
  }
}

.fee__box--content {
  padding: 1.5625vw;
}

@media screen and (min-width: 901px) {
  .pc-none {
    display: none !important;
  }
}
.fee .fee-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2%;
}

.fee__box--plus {
  width: 2.2916666667vw;
  margin: 0 0.6vw;
}
@media only screen and (max-width: 768px) {
  .fee__box--plus {
    width: 5vw;
    margin: 0.6vw 0;
  }
}

@media screen and (max-width: 768px) {
  .flow__wrap {
    flex-direction: column;
    margin: 5.3333333333vw 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  .flow__box {
    width: 100%;
    padding: 8vw 2.8vw 2.8vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list {
    flex-direction: column;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__image {
    width: 32vw;
    border-radius: 1.3333333333vw 0 0 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__image img {
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__text {
    padding: 4vw 4vw 9vw;
    width: calc(100% - 32vw);
  }
}
.flow__box .flow-list__inquiry {
  margin-top: 1.8vw;
}

@media screen and (max-width: 768px) {
  .flow__box .flow-list__inquiry {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    margin-top: 4.8vw;
  }
}
.flow__box .flow-list__inquiry--link:after {
  width: 30px;
  height: 30px;
  left: 12px;
}

@media screen and (max-width: 768px) {
  .flow__box .flow-list__inquiry--link:after {
    width: 30px;
    height: 30px;
    left: 0px;
  }
}
.flow__box .flow-list__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -0.5vw;
  border: 0.5vw solid transparent;
  border-left: 0.5vw solid #52BCB1;
}
@media only screen and (max-width: 768px) {
  .flow__box .flow-list__item:after {
    top: auto;
    bottom: -2.3vw;
    left: 50%;
    border: 1.2vw solid transparent;
    border-left: 1.2vw solid #52BCB1;
    transform: translateX(-50%) rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  .flow__box .flow-list {
    flex-direction: column;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__image img {
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__item {
    display: flex;
    gap: 0 10px;
    border-radius: 1.3333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .-text-vertical {
    text-decoration: unset;
    writing-mode: unset;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__vert {
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .-text-vertical {
    text-decoration: unset;
    writing-mode: unset;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768px) {
  .-text-vertical {
    text-decoration: unset;
    writing-mode: unset;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__case .flow__left {
    width: auto;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__case .flow__right {
    font-size: clamp(1.6rem, 1.7vw, 1.9rem);
    width: auto;
    position: relative;
    padding: 1.5em 0;
  }
}
.fee-list__item--text {
  padding: 0 16px;
}

.flow__box--ttl {
  font-size: clamp(1.8rem, 2vw, 2.1rem);
  margin-top: 20px;
  margin-bottom: 1.5625vw;
  white-space: nowrap;
}

.flow__box .flow-list__text--ttl {
  color: #499a92;
  font-size: clamp(1.7rem, 1.9vw, 2rem);
}

.flow__box .flow-list__vert--ttl {
  font-size: clamp(1.3rem, 1.3vw, 1.4rem);
  line-height: 1.5;
}

.flow__box .flow-list__case .flow__left {
  text-align: center;
  width: 100%;
  padding: 0 8px 0 14px;
  color: #52BCB1;
  font-size: clamp(1.2rem, 1.2vw, 1.3rem);
  line-height: 1.6;
  letter-spacing: 0.06em;
  position: relative;
}

.flow__box .flow-list__case .flow__right {
  text-align: center;
  width: 100%;
  padding: 0 16px 0 10px;
  font-size: clamp(1.2rem, 1.2vw, 1.3rem);
  line-height: 1.5;
}

.flow-list__inquiry--link {
  font-size: clamp(1.4rem, 1.2vw, 1.5rem);
}

.fee__box--ttl {
  background: #52BCB1;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(1.6rem, 1.4vw, 1.7rem);
  padding: 1.5625vw 0;
}

.fee__box--desc {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 1.5625vw;
  letter-spacing: 0.05em;
}

.fee__box--note {
  color: #4e4e4e;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  margin-top: 0.625vw;
  margin-left: 0;
  text-align: left;
  line-height: 1.8;
}

.fee .fee-list__item {
  width: 49%;
  margin-bottom: 0.5208333333vw;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  padding: 1.5625vw 0;
  border-radius: 0.5208333333vw;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .fee__box--desc {
    margin-bottom: 2.6666666667vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .fee .fee-list__item {
    box-sizing: border-box;
    width: 49%;
    margin-bottom: 2.6666666667vw;
    padding: 0;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 13vw;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fee__box--ttl {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  .fee__box--note {
    padding: 0 1.5% 2%;
    margin-top: 0.3vw;
    line-height: 1.4;
    margin-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .flow__box--ttl {
    text-align: center;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .flow__box .flow-list__vert--ttl {
    padding: 2.1333333333vw 0;
  }
}
.remodal {
  border-radius: 20px;
}
.remodal .footer_copyright {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .remodal .footer_copyright {
    font-size: 11px;
  }
}/*# sourceMappingURL=top.css.map */