@charset "utf-8";
/*======================================

	Custom CSS
	Copyright (c) 2022, PROACTIVE Inc. All rights reserved.

=======================================*/
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
/*----- Top -----**/
.top-img {
  background: linear-gradient(to bottom, transparent 15%, #e5f7fb 50%, transparent 85%);
  text-align: center;
}
.top-img_inner {
  position: relative;
  max-width: 80rem;
  display: inline-block;
  text-align: left;
  width: 100%;
  aspect-ratio: 1118 / 699;
}
.main-img {
  text-align: center;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.blue-label {
  display: flex;
  padding: 1.25rem 2.5rem;
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
  background-color: #00afdd;
  align-items: flex-start;
  box-shadow: 0.25rem 0.25rem 0 #fff;
}
.top-img_inner h1 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
  color: #ffffff;
  background-color: #00afdd;
  padding-top: 1rem;
}
.blue-label .sub {
  font-size: 1.75rem;
}
.logo {
  width: 293px;
  margin-left: -3rem;
}
.top-img_inner .info dl dt {
  padding: 0.25rem 1rem;
  color: #fff;
  background-color: #346751;
}
@media screen and (min-width: 900px) {
  .main-function-dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 50px);
  }
  .main-function-dl .align-btm {
    align-self: center
  }
  .top-img_inner {
    aspect-ratio: 1118 / 699;
  }
  .blue-label {
    position: absolute;
    left: 0;
    top: 43%;
  }
}
@media screen and (max-width: 899px) {
  .top-img_inner {
    position: relative;
    max-width: 100%;
    display: inline-block;
    width: 100%;
  }
  .main-img {
    max-width: 100%;
    width: 100%;
  }
  .blue-label {
    width: 100%;
    position: relative;
    padding: 3.7vw 5.5vw;
    box-sizing: border-box;
  }
  .blue-label h1 {
    font-size: 4.1vw;
  }
  .blue-label .sub {
    font-size: 3.7vw;
    white-space: nowrap;
  }
  .blue-label .logo {
    width: 37.4vw;
    width: 39.5vw;
    margin-left: -6vw;
  }
}
.top-introduction {
  line-height: 2;
}
@media screen and (min-width: 900px) {
  .top-introduction {
    text-align: center;
    padding: 0 2rem;
    line-height: 2.1;
  }
  .overview {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 899px) {
  .top-introduction {
    text-align: left;
  }
  .overview {
    margin-bottom: 6rem;
  }
}
.chart {
  max-width: 23rem;
}
.chart-frame {
  position: relative;
}
.chart-frame * {
  max-width: 100%;
}
.chart-title {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .chart {
    justify-self: center;
    width: 100%;
  }
  .chart-wrap.col-2 {
    grid-template-columns: minmax(15rem, 1fr) minmax(27rem, 1fr);
  }
}
@media screen and (max-width: 899px) {
  .chart-title {
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 2rem;
  }
}
.dl-chart dd:first-of-type {
  margin-bottom: 3rem;
}
.chart-detail {
  margin-left: -1.5rem;
}
.chart-detail > li {
  position: relative;
  padding-left: 4rem;
}
.chart-detail > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.chart-detail > li:before {
  content: "";
  left: 0;
  top: 5px;
  position: absolute;
  display: inline-block;
  width: 3rem;
  height: 1rem;
  margin-right: 1rem;
}
.purple::before {
  background-color: #e5caf5;
}
.blue::before {
  background-color: #95d9f2;
}
.green::before {
  background-color: #a1edde;
}
.orange::before {
  background-color: #ffd573;
}
.yellow::before {
  background-color: #eff2b1;
}
.screen_image {
  text-align: center;
}
.section-flow{
/*	border: 1px solid #ccc;
	background-color: #f2f3f3;
	padding: 2rem 4rem;*/
}

.page-links {
	margin-top: 1rem;
  display: flex;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: 1rem;
  flex-wrap: wrap
}
.page-links a {
  display: inline-block;
  width: 8rem;
  padding: 0.25rem 1rem;
  border: 1px solid #00afdd;
  color: #00a2cd;
  text-decoration: none;
  box-shadow: 0 0 0.25rem rgba(0, 68, 86, 0.2);
  transition: 0.1s;
  text-align: center;
}

.page-links a:hover {
  color: #fff;
  background-color: #00afdd;
 box-shadow: 0 0 0.25rem rgba(0, 68, 86, 0);
}





.flow-links a {
	box-sizing: border-box;
  display: inline-block;
	font-size: 1.5rem;
  width: 100%;
	max-width: 30rem;
  padding: 0.5rem 1rem;
  border: 1.5px solid #00afdd;
  color: #00afdd;
  text-decoration: none;
  transition: 0.1s;
  text-align: center;
	background-color:#f7fdfe ;
}
@media screen and (max-width: 899px) {
	.flow-links a{
		font-size: 1.4rem;
	}
}
.flow-links li:not(:last-child)::after{
	display: block;
	margin: 1rem auto;
	content:"";
	text-align: center;
	width: 1.25rem;
	height: 1.25rem;
	background-color:#ffb833;
	clip-path: polygon(0% 0%, 100% 0%,50% 100%);
	
}
.flow-links a:hover {
  background-color: #fff;
}
.intro-list {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  flex-wrap: wrap
}


@media screen and (min-width: 900px) {
  .screen_image section {
    padding-top: 2rem;
    margin: 0 auto 5rem;
  }
  .screen_image {
    max-width: 57rem;
    margin-left: auto;
    margin-right: auto;
  }

}
@media screen and (max-width: 899px) {
  .screen_image {
    text-align: left;
  }
  .page-links {
    justify-content: flex-start
  }
  .page-links a {
    padding: 0.5rem 1rem;
  }
  .intro-list {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 0.25rem;
  }
}
.screen_image P, .screen_image dt, .screen_image dd, .screen_image li {
  font-size: 1.2rem;
}
.screen_image .list--notes {
  margin-left: 1.2em;
}
.screen_image .list--notes2 {
  margin-left: 2.4em;
}
.screen_image dt.ft-s--4L {
  font-size: 1.4rem;
}
.screen_image dl dd {
  margin: 0;
}
.screen_abstract {
  display: flex;
  max-width: 736px;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  text-align: left;
  column-gap: 2rem;
}
@media screen and (max-width: 899px) {
  .screen_abstract {
    flex-direction: column;
  }
}
.screen_abstract > div {
  min-width: 352px;
}
.abstract_list {
  display: flex;
  justify-content: center;
  text-align: left;
  color: #fe7701
}
.abstract_list.black {
  color: #333
}
@media screen and (max-width: 899px) {
  .screen_abstract > div {
    min-width: 0;
  }
  .abstract_list {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 900px) {
.payment-content{
	display: flex;
	justify-content: center;
	column-gap: 2rem;
}
}
@media screen and (max-width: 899px) {
.payment-content dl{
	margin-top: 2rem;
}
}
