@charset "utf-8";

.content-wrapper p {
	font-size:24px;
	line-height:1.9;
}

/*==============================================================
  ■ (SP)
==============================================================*/
.content-wrapper {
  overflow: hidden;
}

/*banner*/
.fixbanner {
  position: fixed;
  width: 234px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  transition: all 300ms 0s ease;
  z-index: 2;
}
.fixbanner.bn1 {
  bottom: 20px;
  left: 10px;
  background-image: url("../img/banner1.png");
}
.fixbanner.bn2 {
  bottom: 20px;
  left: 260px;
  background-image: url("../img/banner2.png");
}
.fixbanner a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fixbanner.active {
  bottom: -66.66667vh;
}

/*top*/
.kv {
  width: 100%;
  height: auto;
	background-color:#9fd9f6;
}
.kv__main {
  display: block;
  width: 100%;
  height: auto;
	margin:0;
	padding:0;
	text-align:right;
}
.kv__main .img {
  text-align:right;
	padding:0;
	margin:0;
	line-height:0;
	clear:both;
}
.kv__main h2 img {
	display:block;
  max-width: 100%;
	margin:0 0 auto auto;
	padding:0;
}

/*point start*/
.merit {
  background-color: #9fd9f6;
  padding-top: 0;
  width: 100%;
  height: 340px;
}
.merit__main {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 338px;
  background-image: url("../img/ttl_point.png");
	background-color: #9fd9f6;
  background-size:auto;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.merit__main h3 {
  margin-top: 180px;
	text-align:center;
  font-size:34px;
	line-height:1.8;
	color:#fff;
}
.merit:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -49px;
  width: 100%;
  height: 50px;
  background: url(../img/wave1_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}

/*point1*/
.point1 {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  background-color: #fff;
}
.point1__title {
  position: relative;
  width: 100%;
  height: 465px;
  padding-top: 170px;
}
.point1__title__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/p1_bg.jpg) center center no-repeat;
  background-size: cover;
}
.point1__title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 50px;
  background: url(../img/wave2_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}

/*point1 section*/
.point1-section {
  position: relative;
	background-image: none;
}
.point1-section__content {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 10px;
  z-index: 1;
}
.point1-section__title-area {
	width:100%;
  margin-left: 0;
  position: relative;
}
.point1-section-card-area {
	display:block;
}
.point1-section-card-area .img1 {
	width:100%;
  margin-right:0;
}
.point1-section-card-area .txt1 {
	width:100%;
	text-align:left;
}

.txt-l {
	text-align:left;
	margin-bottom:20px;
}
.txt-c {
	text-align:center;
	margin-bottom:20px;
}
.ppBtn {
	width:100%;
	display:block;
	text-align: center;
	border-radius: 6px;
	color:#fff;
	background-color:#0D0D80;
	padding:20px;
	margin-bottom:20px;
}
.ppBtn:hover {
	opacity: 0.8;
}

/*point2*/
.point2 {
  width: 100%;
  height: auto;
  margin-bottom:0;
  background-color: #fff;
}
.point2__title {
  position: relative;
  width: 100%;
  height: 50px;
  background: url(../img/wave3_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}
/*point2 section*/
.point2-section {
  position: relative;
	background-image: none;
	background-color:#c3d94e;
}
.point2-section__content {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 5px;
  z-index: 1;
}
.point2-section-card-area {
	display:block;
}
.point2-section-card-area .img2 {
	width:100%;
  margin-left:0px;
	margin-bottom:20px;
}
.point2-section-card-area .txt2 {
	width:100%;
}

/*point3*/
.point3 {
  width: 100%;
  height: auto;
  background-color: #f6b5b9;
}
.point3__title {
  position: relative;
  width: 100%;
  height: 50px;
  background: url(../img/wave4_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}
/*point3 section*/
.point3-section {
  position: relative;
	background-image: none;
	background-color:#f6b5b9;
}
.point3-section__content {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 5px;
  z-index: 1;
}
.point3-section__title-area {
	width:100%;
  position: relative;
	margin:0 auto 20px;
}
.point3-section-card-area {
	display:block;
}
.point3-section-card-area .img3 {
	width:100%;
}
.point3-section-card-area .txt3 {
	width:100%;
	text-align:left;
}

/*point4*/
.point4 {
  width: 100%;
  height: auto;
  margin-bottom:0;
  background-color: #f6b5b9;
}
.point4__title {
  position: relative;
  width: 100%;
  height: 50px;
  background: url(../img/wave5_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}
/*point4 section*/
.point4-section {
  position: relative;
	background-image: url("../img/bg_cp4.png");
  background-repeat: repeat-x;
	background-color:#fffac5;
}
.point4-section__content {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 5px;
  z-index: 1;
}
.point4-section__title-area {
	width:100%;
  position: relative;
	margin:0 auto 20px;
}
.point4-section-card-area {
	display:block;
}
.point4-section-card-area .img4 {
	width:100%;
	margin-bottom:10px;
}
.point4-section-card-area .txt4 {
	text-align:center;
}
.point4-section:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background: url(../img/wave6_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}

/*point5*/
.point5 {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  background-color: #fff;
}
.point5__title {
  position: relative;
  width: 100%;
  height: 465px;
  padding-top: 170px;
}
.point5__title__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/p2_bg.jpg) center center no-repeat;
  background-size: cover;
}
.point5__title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 50px;
  background: url(../img/wave7_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}

/*point5 section*/
.point5-section {
  position: relative;
	background-color:#fff;
}
.point5-section__content {
  position: relative;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
.point5-section__title-area {
	width:100%;
  position: relative;
	margin:0 auto 20px;
}
.point5-section-card-area1 {
	width:100%;
	margin:0 auto;
	background-image: none;
}
.point5-section-card-area1 .txt5 {
	width:100%;
	margin:0 auto;
}
.point5-section-card-area2 {
	max-width:94%;
	margin:0 auto;
	background-image: none;
}
.point5-section-card-area2 .img5 {
	width:100%;
	text-align:center;
	margin:0 auto;
}

/*point6*/
.point6 {
  width: 100%;
  height: auto;
  margin-bottom:0;
  background-color: #D3EDFB;
}
.point6__title {
  position: relative;
  width: 100%;
  height: 50px;
  background: url(../img/wave8_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}
/*point6 section*/
.point6-section {
  position: relative;
	background-image: none;
	background-color:#D3EDFB;
}
.point6-section__content {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 5px;
  z-index: 1;
}
.point6-section__title-area {
	width:100%;
	margin:0 auto;
	padding: 30px 0;
	text-align:center;
}
.point6-section-card-area {
	display:block;
}
.point6-section-card-area .img6 {
	width:100%;
  margin-right:0;
}
.point6-section-card-area .txt6 {
	width:100%;
	text-align:left;
}
.point6-section__content .xys {
	text-align:center;
}
.point6-section__content .xys img {
  max-width: 140px;
	margin:0 auto;
}

/*point7*/
.point7 {
  width: 100%;
  height: auto;
  margin-bottom:0;
  background-color: #9FD9F6;
}
.point7__title {
  position: relative;
  width: 100%;
  height: 50px;
  background: url(../img/wave9_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}
/*point7 section*/
.point7-section {
  position: relative;
	background-image: none;
	background-color:#9FD9F6;
}
.point7-section__content {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 5px;
  z-index: 1;
}
.point7-section__title-area {
	width:100%;
  position: relative;
	margin:0 auto 20px;
}
.point7-section-card-area {
	display:block;
}
.point7-section-card-area .img7 {
	width:100%;
  margin-right:0;
}
.point7-section-card-area .txt7 {
	width:100%;
	text-align:left;
}
.point7-section-card-area .txt7 h4 {
	margin-bottom:20px;
}
.point7-section-card-area .txt7 ul {
	text-align:left;
	margin-bottom:20px;
}
.point7-section-card-area .txt7 li {
	margin-bottom:20px;
	padding:0;
	line-height:1.5;
}
.point7-section-card-area .txt7 li span {
	font-weight:700; 
	color:#00A0E9;
	margin-right:8px;
}

/*point8*/
.point8 {
  width: 100%;
  height: auto;
  margin-bottom:0;
  background-color: #9FD9F6;
}
.point8__title {
  position: relative;
  width: 100%;
  height: 50px;
  background: url(../img/wave10_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}
/*point8 section*/
.point8-section {
  position: relative;
	background-image: none;
	background-color:#fff;
}
.point8-section__content {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 5px;
  z-index: 1;
}
.point8-section__title-area {
	width:100%;
  position: relative;
	margin:0 auto 20px;
}
.point8-section-card-area {
	display:block;
	margin-bottom:30px;
}
.point8-section-card-area .img8 {
	width:100%;
}
.point8-section-card-area .txt8 {
	width:100%;
	text-align:left;
}
.point8-section__content h3 {
	text-align:center;
	font-size:30px;
	margin-bottom:40px;
}
.cardBox {
	max-width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.cardBox .sbox {
	width:48%;
	margin:0 auto;
}
.cardBox .lbox {
	width:100%;
	margin:0 auto;
}
.cardBox h4 {
	text-align:center;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #666;
}

/*point9*/
.point9 {
  width: 100%;
  height: auto;
  margin-bottom:0;
  background-color: #EC6D74;
}
.point9__title {
  position: relative;
  width: 100%;
  height: 50px;
  background: url(../img/wave11_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}
/*point9 section*/
.point9-section {
  position: relative;
	background-color:#EC6D74;
	background-image: none;
	padding-bottom:40px;
}
.point9-section__content {
  position: relative;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
.point9-section__title-area {
	width:100%;
  position: relative;
	margin:0 auto 20px;
}
.point9-section-card-area {
	width:100%;
	margin:0 auto;
	text-align:center;
}
.point9-section-card-area h3 {
	text-align:center;
	font-size:24px;
	margin-bottom:30px;
	color:#fff;
}
.point9-section-card-area .covid {
	width:100%;
	text-align:center;
	margin:0 auto 30px;
	padding:10px;
	background:#fff;
}

/*point10*/
.point10 {
  width: 100%;
  height: auto;
  margin-bottom:0;
  background-color: #EC6D74;
}
.point10__title {
  position: relative;
  width: 100%;
  height: 50px;
  background: url(../img/wave12_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}
.point102 {
  width: 100%;
  height: auto;
  margin-bottom:0;
  background-color: #fff;
}
.point102__title {
  position: relative;
  width: 100%;
  height: 50px;
  background: url(../img/wave13_sp.png) center center no-repeat;
  background-size: 100% 50px;
  z-index: 2;
}
/*point10 section*/
.point10-section {
  position: relative;
	background-image: none;
	background-color:#FFEC00;
}
.point10-section__content {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 5px;
  z-index: 1;
}
.point10-section__title-area {
	width:100%;
  position: relative;
	margin:0 auto 20px;
}
.point10-section-card-area {
	display:flex;
	justify-content:center;
}
.point10-section-card-area .img10 {
	width:46%;
  margin-right:10px;
}
.point10-section-card-area .txt10 {
	width:50%;
	text-align:left;
}
.point10-section-card-area .txt10 p {
	margin-top:30px;
}
.accessBox {
	width:100%;
	margin:0 auto 30px;
	display:block;
}
.accessBox p {
	width:100%;
	text-align:center;
	margin:0 auto 20px;
}

