/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Roboto:wght@500&display=swap");

@media screen and (min-width: 768px), print {
	[href*="tel:"] {
		pointer-events: none;
	}
	.sp {
		display: none !important;
	}
	.container_inner * {
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
			游ゴシック, "Yu Gothic", sans-serif;
	}
	.mv img {
		width: 100%;
	}
	.banner img {
		width: 100%;
	}
	.contact {
		position: relative;
		text-align: center;
		background: #39828a;
		padding: 85px 0 65px;
		overflow: hidden;
	}

	.contact::after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%) translateX(150px);
		-ms-transform: translateX(-50%) translateX(150px);
		transform: translateX(-50%) translateX(150px);
		height: 100%;
		width: 970px;
		background: url(../images/contact_bg.jpg);
		background-size: cover;
	}

	.contact::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%) translateX(-550px) translateY(50px);
		-ms-transform: translateX(-50%) translateX(-550px) translateY(50px);
		transform: translateX(-50%) translateX(-550px) translateY(50px);
		height: 403px;
		width: 261px;
		background: url(../images/racket.png) no-repeat;
		z-index: 2;
	}

	.contact * {
		position: relative;
		z-index: 1;
	}

	.contact__ttl {
		color: #ffffff;
		font-size: 36px;
	}

	.contact__txt {
		position: relative;
		color: #fff;
		line-height: 2;
		margin-top: 1rem;
		font-size: 18px;
	}

	.contact__txt::after {
		position: absolute;
		content: "";
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		-ms-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		transform: translateX(-50%) translateY(-100px) translateX(-310px);
		height: 130px;
		width: 130px;
		background: url(../images/contact_img.png) no-repeat;
	}

	.contact__cvArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 30px;
	}

	.contact__cvArea__tel span {
		display: block;
	}

	.contact__cvArea__tel a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 46px;
		font-family: "Roboto", sans-serif;
		line-height: 1.3;
		color: #fff;
	}

	.contact__cvArea__tel span {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 16px;
	}

	.contact__cvArea__tel span small {
		font-size: 14px;
		border: 1px solid #fff;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: center;
		margin-right: 15px;
	}

	.contact__cvArea__tel a img {
		margin-right: 1rem;
	}

	.contact__cvArea__tel * {
		color: #fff;
	}

	.contact__cvArea__reserve {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #dc2f70;
		color: #fff !important;
		padding: 15px 50px 15px 30px;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2px;
		border-radius: 5px;
		margin-left: 50px;
	}

	.contact__cvArea__reserve::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(135deg);
		-ms-transform: translateY(-50%) rotate(135deg);
		transform: translateY(-50%) rotate(135deg);
		height: 12px;
		width: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.contact__cvArea__reserve img {
		margin-right: 1.5rem;
		width: 30px;
	}

	.kids {
		padding: 40px 0;
		text-align: center;
	}

	.kids__wrap {
		display: flex;
		justify-content: center;
	}

	.kids__wrap-inner img {
		width: 520px;
	}

	.kids__ttl {
		font-size: 36px;
	}

	.kids__ttl span {
		position: relative;
	}

	.kids__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-40px);
		-ms-transform: translateX(-100%) translateX(-40px);
		transform: translateX(-100%) translateX(-40px);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.kids__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.kids__ttl small {
		font-size: 24px;
	}

	.kids__txt {
		font-size: 18px;
		text-align: center;
		color: #222222;
		font-weight: bold;
	}

	.recommend {
		padding: 60px 0;
		background: #f2f7f4;
		text-align: center;
	}

	.recommend__ttl {
		text-align: center;
		font-size: 36px;
	}

	.recommend__ttl span {
		position: relative;
		text-shadow: 2px 1px white;
	}

	.recommend__ttl span::after {
		content: "";
		position: absolute;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-10px);
		-ms-transform: translateX(-100%) translateX(-10px);
		transform: translateX(-100%) translateX(-10px);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__ttl span::before {
		content: "";
		position: absolute;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__list {
		text-align: left;
		display: inline-block;
		min-width: 590px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	.recommend__list li {
		position: relative;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 26px;
		color: #398d82;
		padding-left: 35px;
	}

	.recommend__list li::after {
		content: "";
		position: absolute;
		top: 10px;
		left: 0;
		height: 27px;
		width: 24px;
		background: url(../images/check.png) no-repeat;
		background-size: contain;
	}

	.recommend__list li:nth-of-type(n + 2) {
		margin-top: 10px;
	}

	.recommend__com {
		position: relative;
		background: #fff;
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 600px;
		font-family: "Noto Sans JP", sans-serif;
		border-radius: 20px;
		padding: 10px 0;
		font-size: 18px;
		line-height: 1.7;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	.recommend__com::before {
		content: "";
		width: 65px;
		height: 65px;
		margin-right: 30px;
		background: url(../images/beginner.png) no-repeat center center;
		background-size: contain;
	}

	.senior {
		padding: 40px 0;
		text-align: center;
	}

	.senior__ttl {
		font-size: 36px;
	}

	.senior__ttl span {
		position: relative;
	}

	.senior__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-40px);
		-ms-transform: translateX(-100%) translateX(-40px);
		transform: translateX(-100%) translateX(-40px);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl small {
		font-size: 24px;
	}

	.senior__txt {
		font-size: 18px;
		text-align: center;
		color: #222222;
		font-weight: bold;
	}

	/* .point {
		position: relative;
		background: #35847a;
		padding: 60px 0;
	}

	.point::before {
		content: "";
		position: absolute;
		background: url(../images/tennis_ball.png);
		background-size: contain;
		height: 37px;
		width: 37px;
		top: 130px;
		left: 130px;
	}

	.point::after {
		content: "";
		position: absolute;
		height: calc(100% - 40px);
		width: calc(100% - 40px);
		border: 3px solid #fff;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		pointer-events: none;
	}

	.point__inner {
		width: 1200px;
		padding: 0 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.point__ttl {
		font-size: 36px;
		text-align: center;
		line-height: 1.3;
		color: #fff;
	}

	.point__ttl span {
		position: relative;
	}

	.point__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-90px);
		-ms-transform: translateX(-100%) translateX(-90px);
		transform: translateX(-100%) translateX(-90px);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl span small {
		font-size: 24px;
	}

	.point__list {
		margin-top: 50px;
	}

	.point__btn{
		width: 100%;
		text-align: center;
		margin-top: 70px;
	}

	.point__btn a{
		color: #fff;
		display: block;
		width: 720px;
		padding: 40px 0;
		margin: 0 auto;
		font-size: 26px;
		background-color:  rgb(235, 157, 6);
		position: relative;
	}

	.point__btn a::after{
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		right: 25px;
	}

	.point__img {
		width: 650px;
	}

	.point__ele {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.point__frame {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #fff;
		width: 580px;
		padding: 30px 40px 40px;
		border-radius: 10px;
	}

	.point__frame::after {
		content: "";
		position: absolute;
		width: 92px;
		height: 99px;
		right: 30px;
		top: -48px;
	}

	.point__ele:nth-of-type(1) .point__frame::after {
		background: url(../images/point_num01.png);
	}

	.point__ele:nth-of-type(2) .point__frame::after {
		background: url(../images/point_num02.png);
	}

	.point__ele:nth-of-type(3) .point__frame::after {
		background: url(../images/point_num03.png);
	}

	.point__frame h3 {
		font-size: 28px;
		line-height: 1.8;
	}

	.point__frame p {
		font-size: 18px;
		margin-top: 10px;
		line-height: 1.8;
	}

	.point__ele:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.point__ele:nth-of-type(even) .point__frame {
		left: auto;
		right: 0;
	}

	.point__ele:nth-of-type(n + 2) {
		margin-top: 50px;
	} */
	/* .kids-point {
		position: relative;
		background: #fff;
		padding: 60px 0;
		color: #fff;
	}

	.kids-point::before {
		content: "";
		position: absolute;
		background: url(../images/20220826-tennis-ball.png);
		background-size: contain;
		height: 48px;
		width: 48px;
		top: 130px;
		left: 130px;
	}

	.kids-point::after {
		content: "";
		position: absolute;
		height: calc(100% - 40px);
		width: calc(100% - 40px);
		border: 3px solid rgb(238, 208, 166);
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		pointer-events: none;
	}

	.kids-point__inner {
		width: 1200px;
		padding: 0 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.kids-point__ttl {
		font-size: 36px;
		text-align: center;
		line-height: 1.3;
		color: #fff;
	}

	.kids-point__ttl span {
		position: relative;
		color: #333;
	}

	.kids-point__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -105px;
		-webkit-transform: translateX(-100%) translateX(-90px);
		-ms-transform: translateX(-100%) translateX(-90px);
		transform: translateX(-100%) translateX(-90px);
		height: 50px;
		width: 43px;
		background: url(../images/20220826-point_ttlBg01.png) no-repeat;
		background-size: contain;
	}

	.kids-point__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/20220826-point_ttlBg01.png) no-repeat;
		background-size: contain;
	}

	.kids-point__ttl span small {
		font-size: 24px;
	}

	.kids-point__list {
		margin-top: 50px;
	}

	.kids-point__btn{
		width: 100%;
		text-align: center;
		margin-top: 70px;
	}

	.kids-point__btn a{
		color: #fff;
		display: block;
		width: 720px;
		padding: 40px 0;
		margin: 0 auto;
		font-size: 26px;
		background-color:  rgb(21, 122, 199);
		position: relative;
	}

	.kids-point__btn a::after{
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		right: 25px;
	}

	.kids-point__img {
		width: 650px;
	}

	.kids-point__ele {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.kids-point__frame {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #fff;
		width: 580px;
		padding: 30px 20px 40px;
		border-radius: 10px;
	}

	.kids-point__frame::after {
		content: "";
		position: absolute;
		width: 92px;
		height: 99px;
		right: 30px;
		top: -48px;
	}

	.kids-point__ele:nth-of-type(1) .kids-point__frame {
		background-color: rgb(5, 155, 114);
	}

	.kids-point__ele:nth-of-type(2) .kids-point__frame {
		background-color: rgb(208, 64, 121);
	}

	.kids-point__ele:nth-of-type(3) .kids-point__frame {
		background-color: rgb(223, 130, 47);
	}


	.kids-point__frame h3 {
		font-size: 25px;
		line-height: 1.8;
		width: calc(100% - 92px - 24px);
	}

	.kids-point__frame p {
		font-size: 16px;
		margin-top: 10px;
		line-height: 1.8;
		margin-top: 30px;
	}

	.kids-point__textInner{
		display: flex;
		align-items: center;
	}

	.kids-point__num{
		width: 92px;
		height: 102px;
		background-size: cover !important;
		margin-right: 24px;
	}

	.kids-point__ele:nth-of-type(1) .kids-point__num {
		background: url(../images/20220826_tennis-01.png);
	}

	.kids-point__ele:nth-of-type(2) .kids-point__num {
		background: url(../images/20220826_tennis-02.png);
	}

	.kids-point__ele:nth-of-type(3) .kids-point__num {
		background: url(../images/20220826_tennis-03.png);
	}



	.kids-point__ele:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.kids-point__ele:nth-of-type(even) .kids-point__frame {
		left: auto;
		right: 0;
	}

	.kids-point__ele:nth-of-type(n + 2) {
		margin-top: 50px;
	} */

	.campaign {
		background: url(../images/20220826-campaign_bg.png) no-repeat center center;
		background-size: cover;
		padding: 60px 0;
		text-align: center;
	}

	.campaign__inner {
		width: 1200px;
		padding: 0 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__inner h2 {
		width: 660px;
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__frame {
		background: #fff;
		border-radius: 20px;
		padding: 40px;
		margin-top: 20px;
	}

	.benefits01 {
		width: 100%;
		background: #fff6c1;
		border-radius: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 50px;
	}

	.benefits01__left {
		width: 140px;
		text-align: left;
	}

	.benefits01__left img {
		width: 110px;
	}

	.benefits01__right {
		width: calc(100% - 140px);
		text-align: left;
	}

	.benefits01__ifame {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/* .benefits01__ifame::after {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    content: "OR";
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    width: 70px;
    height: 70px;
    font-size: 31px;
    background: #39828a;
    -webkit-border-radius: 9999px;
       -moz-border-radius: 9999px;
            border-radius: 9999px;
    color: #fff;
  } */

	.benefits01__ifame div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
		border-radius: 15px;
		border: 4px solid #39828a;
		font-size: 27px;
		padding: 10px 0 10px 30px;
		font-family: "Noto Sans JP", sans-serif;
		letter-spacing: 1px;
		width: 100%;
		min-height: 135px;
		text-align: center;
	}

	.benefits01__ifame div small {
		display: block;
		font-size: 16px;
	}

	.benefits01__ifame div * {
		font-family: "Noto Sans JP", sans-serif;
	}

	.benefits01__ifame div .red {
		color: #ff1515;
	}

	.benefits01__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		margin-top: 20px;
		line-height: 2;
	}

	.benefits02__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 50px;
	}

	.benefits01__left {
		width: 140px;
		text-align: left;
	}

	.benefits01__right {
		width: calc(100% - 140px);
	}

	.benefits02__wrap {
		padding: 40px 50px 20px;
	}

	.benefits02__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
	}

	.benefits02__period {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
		color: #fff;
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 2px solid #39828a;
		border-radius: 9999px;
		font-weight: bold;
	}

	.benefits02__period p:first-of-type {
		width: 335px;
		border-radius: 9999px;
		border: 1px solid #39828a;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 0;
		background: #39828a;
		color: #fff;
	}

	.benefits02__period p:last-of-type {
		width: calc(100% - 335px);
		text-align: center;
		color: #39828a;
	}

	.benefits02 .benefits01__right {
		width: 650px;
	}

	.coach {
		background: url(../images/coach_bg.png);
		padding: 70px 0;
	}

	.coach__inner {
		width: 840px;
		margin-left: auto;
		margin-right: auto;
	}

	.coach__ttl {
		font-size: 36px;
		text-align: center;
		line-height: 1.3;
		color: #fff;
	}

	.coach__ttl span {
		position: relative;
	}

	.coach__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-50px);
		-ms-transform: translateX(-100%) translateX(-50px);
		transform: translateX(-100%) translateX(-50px);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(20px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(20px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(20px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl span small {
		font-size: 24px;
	}

	.coach__txt {
		text-align: center;
		margin-top: 25px;
		font-size: 16px;
		color: #fff;
		line-height: 1.8;
	}

	.coach__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.coach__list li {
		position: relative;
		width: calc(100% / 3 - 60px);
		margin: 0 30px;
	}

	.coach__img {
		position: relative;
	}

	.coach__list li .coach__img::after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(45deg) translateX(25%);
		-ms-transform: translateY(-50%) rotate(45deg) translateX(25%);
		transform: translateY(-50%) rotate(45deg) translateX(25%);
		right: -30px;
		height: 15px;
		width: 15px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.coach__list li:nth-of-type(3n) .coach__img::after {
		display: none;
	}

	.coach__list li:nth-of-type(n + 4) {
		margin-top: 25px;
	}

	.coach__txtWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 5px;
	}

	.coach__txtWrap p {
		position: relative;
		top: 5px;
		color: #fff;
		margin-left: 10px;
		font-size: 18px;
	}

	.introduction {
		background: #f2f7f4;
		padding: 60px 0;
	}

	.introduction__inner {
		padding: 0 50px;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.introduction__ttl {
		text-align: center;
		font-size: 36px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.introduction__txt {
		text-align: center;
		margin-top: 25px;
		font-size: 16px;
		line-height: 1.8;
	}

	.introduction__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 40px;
	}

	.introduction__ele {
		width: 180px;
		text-align: center;
	}

	.introduction__ele h4 {
		margin-top: 20px;
		font-size: 18px;
	}

	.introduction__ele p {
		font-size: 13px;
		margin-top: 5px;
	}

	.prevention {
		border: 2px solid #398d82;
		text-align: center;
		padding: 40px;
		margin-bottom: 70px;
	}

	.prevention__ttl {
		font-size: 24px;
		color: #519198;
	}

	.prevention__txt {
		font-size: 16px;
		margin-top: 15px;
		line-height: 1.8;
	}

	.prevention__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 2rem;
	}

	.prevention__list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #f2f7f4;
		width: 130px;
		height: 130px;
		border-radius: 999rem;
	}

	.prevention__list li figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 50px;
	}

	.prevention__list li figure img {
		max-width: auto;
		max-height: 100%;
	}

	.prevention__list li p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 12px;
		color: #398d82;
		font-weight: bold;
		height: 36px;
		margin-top: 0.5rem;
	}

	.access {
		padding: 50px 0 70px;
	}

	.access__inner {
		width: 930px;
		margin-left: auto;
		margin-right: auto;
	}

	.access__ttl {
		text-align: center;
		font-size: 36px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.access__txt {
		text-align: center;
		margin-top: 25px;
		font-size: 16px;
		line-height: 1.8;
	}

	.access__frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 40px;
	}

	.access__adrs {
		line-height: 2;
	}

	.access__adrs p + p {
		margin-top: 15px;
	}

	.access__frame iframe {
		width: 500px;
	}
}

@media screen and (max-width: 767px), print {
	#container {
		overflow: hidden;
	}
	.pc {
		display: none !important;
	}
	.container_inner * {
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
			游ゴシック, "Yu Gothic", sans-serif;
	}
	.mv img {
		width: 100%;
	}

	.contact {
		position: relative;
		text-align: center;
		background: url(../images/campaign_bg_sp.jpg) no-repeat center center;
		background-size: cover;
		padding: 20px 30px;
		overflow: hidden;
	}

	.contact * {
		position: relative;
		z-index: 1;
	}

	.contact__ttl {
		color: #ffffff;
		font-size: 24px;
	}

	.contact__txt {
		position: relative;
		color: #fff;
		line-height: 2;
		margin-top: 1rem;
		font-size: 14px;
		text-align: left;
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}

	.contact__txt::after {
		position: absolute;
		content: "";
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		-ms-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		transform: translateX(-50%) translateY(-100px) translateX(-310px);
		height: 130px;
		width: 130px;
		background: url(../images/contact_img.png) no-repeat;
	}

	.contact__cvArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 20px;
	}

	.contact__cvArea__tel {
		display: block;
		width: 260px;
		white-space: nowrap;
	}

	.contact__cvArea__tel span {
		display: block;
	}

	.contact__cvArea__tel a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 30px;
		font-family: "Roboto", sans-serif;
		line-height: 1.3;
		border-radius: 5px;
		border: 1px solid #fff;
		padding: 5px 0;
		margin-top: 10px;
		width: 100%;
		color: #fff;
	}

	.contact__cvArea__tel span {
		font-size: 12px;
		margin-top: 10px;
	}

	.contact__cvArea__tel span small {
		font-size: 16px;
	}

	.contact__cvArea__tel a img {
		margin-right: 1rem;
		width: 3rem;
	}

	.contact__cvArea__tel * {
		color: #fff;
	}

	.contact__cvArea__reserve {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #dc2f70;
		color: #fff !important;
		padding: 14px 20px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2px;
		border-radius: 5px;
		width: 260px;
	}

	.contact__cvArea__reserve::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(135deg);
		-ms-transform: translateY(-50%) rotate(135deg);
		transform: translateY(-50%) rotate(135deg);
		height: 8px;
		width: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.contact__cvArea__reserve img {
		margin-right: 1.5rem;
		width: 2.3rem;
	}

	.kids {
		padding: 20px 10px;
		text-align: center;
	}

	.kids__wrap {
		flex-direction: column;
	}

	.kids__wrap-inner:first-child {
		margin-top: 10px;
	}
	.kids__wrap-inner:last-child {
		margin-top: 30px;
	}

	.kids__wrap-inner img {
		width: 100%;
	}

	.kids__ttl {
		font-size: 20px;
	}

	.kids__ttl span {
		position: relative;
	}

	.kids__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-10px);
		-ms-transform: translateX(-100%) translateX(-10px);
		transform: translateX(-100%) translateX(-10px);
		height: 30px;
		width: 28px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.kids__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 28px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.kids__ttl small {
		font-size: 14px;
	}

	.kids__txt {
		font-size: 14px;
		text-align: center;
		color: #222222;
		font-weight: bold;
		margin-top: -1vw;
	}

	.recommend {
		padding: 30px 10px;
		background: #f2f7f4;
		text-align: center;
	}

	.recommend__ttl {
		text-align: center;
		font-size: 20px;
	}

	.recommend__ttl span {
		position: relative;
		text-shadow: 2px 1px white;
	}

	.recommend__ttl span::after {
		content: "";
		position: absolute;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-10px);
		-ms-transform: translateX(-100%) translateX(-10px);
		transform: translateX(-100%) translateX(-10px);
		height: 30px;
		width: 20px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__ttl span::before {
		content: "";
		position: absolute;
		right: 0;
		-webkit-transform: translateX(100%) translateX(5px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 20px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__list {
		text-align: left;
		margin-top: 20px;
		display: inline-block;
	}

	.recommend__list li {
		position: relative;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		color: #398d82;
		padding-left: 25px;
	}

	.recommend__list li::after {
		content: "";
		position: absolute;
		top: 4px;
		left: 0;
		height: 20px;
		width: 17px;
		background: url(../images/check.png) no-repeat;
		background-size: contain;
	}

	.recommend__list li:nth-of-type(n + 2) {
		margin-top: 10px;
	}

	.recommend__com {
		position: relative;
		background: #fff;
		margin-top: 30px;
		font-family: "Noto Sans JP", sans-serif;
		border-radius: 20px;
		padding: 18px;
		font-size: 16px;
		line-height: 2;
	}

	.recommend__com::after {
		content: "";
		position: absolute;
		left: -10px;
		top: -15px;
		width: 45px;
		height: 45px;
		background: url(../images/beginner.png) no-repeat;
		background-size: contain;
	}

	.senior {
		padding: 20px 10px;
		text-align: center;
	}

	.senior__ttl {
		font-size: 20px;
	}

	.senior__ttl span {
		position: relative;
	}

	.senior__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-10px);
		-ms-transform: translateX(-100%) translateX(-10px);
		transform: translateX(-100%) translateX(-10px);
		height: 30px;
		width: 28px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 28px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl small {
		font-size: 14px;
	}

	.senior__txt {
		font-size: 14px;
		text-align: center;
		color: #222222;
		font-weight: bold;
	}

	.point {
		position: relative;
		background: #35847a;
		padding: 20px 20px 40px;
	}

	.point::after {
		content: "";
		position: absolute;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
		border: 2px solid #fff;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		pointer-events: none;
	}

	.point__inner {
		margin-left: auto;
		margin-right: auto;
	}

	.point__ttl {
		font-size: 20px;
		text-align: center;
	}

	.point__ttl span {
		position: relative;
		color: #fff;
	}

	.point__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-45px);
		-ms-transform: translateX(-100%) translateX(-45px);
		transform: translateX(-100%) translateX(-45px);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(5px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl small {
		font-size: 14px;
	}

	.point__list {
		margin-top: 40px;
	}
	.point__btn{
		/* width: 100%;
		margin: 0 auto; */

	}

	.point__frame {
		margin-top: -40px;
		position: relative;
		background: #fff;
		padding: 15px;
		border-radius: 10px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.point__ele {
		position: relative;
	}

	.point__ele::after {
		content: "";
		position: absolute;
		width: 72px;
		height: 79px;
		right: 10px;
		top: -28px;
	}

	.point__ele:nth-of-type(1)::after {
		background: url(../images/point_num01.png) no-repeat;
		background-size: contain;
	}

	.point__ele:nth-of-type(2)::after {
		background: url(../images/point_num02.png) no-repeat;
		background-size: contain;
	}

	.point__ele:nth-of-type(3)::after {
		background: url(../images/point_num03.png) no-repeat;
		background-size: contain;
	}

	.point__frame h3 {
		font-size: 16px;
		text-align: center;
	}

	.point__frame p {
		font-size: 14px;
		margin-top: 10px;
	}

	.point__ele:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.point__ele:nth-of-type(even) .point__frame {
		left: auto;
		right: 0;
	}

	.point__ele:nth-of-type(n + 2) {
		margin-top: 50px;
	}


	.campaign {
		/* background: url(../images/campaign_bg.png) no-repeat center center;
		background-size: cover;
		padding: 20px 10px; */
		text-align: center;
	}

	.campaign h2 {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__inner {
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__frame {
		background: #fff;
		border-radius: 10px;
		padding: 10px;
		margin-top: 20px;
	}

	.benefits01 {
		position: relative;
		width: 100%;
		background: #fff6c1;
		border-radius: 10px;
		padding: 20px 10px;
	}

	.benefits01__left {
		text-align: left;
	}

	.benefits01__right {
		text-align: left;
	}

	.benefits01__ifame {
		position: relative;
	}

	/* .benefits01__ifame::after {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateY(16px);
       -moz-transform: translateX(-50%) translateY(-50%) translateY(16px);
        -ms-transform: translateX(-50%) translateY(-50%) translateY(16px);
         -o-transform: translateX(-50%) translateY(-50%) translateY(16px);
            transform: translateX(-50%) translateY(-50%) translateY(16px);
    content: "OR";
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    width: 50px;
    height: 50px;
    font-size: 22px;
    background: #39828a;
    -webkit-border-radius: 9999px;
       -moz-border-radius: 9999px;
            border-radius: 9999px;
    color: #fff;
  } */

	.benefits01__ifame div {
		text-align: center;
		background: #fff;
		border-radius: 15px;
		border: 4px solid #39828a;
		font-size: 20px;
		font-family: "Noto Sans JP", sans-serif;
		padding: 25px 20px;
	}

	.benefits01__ifame div:nth-of-type(n + 2) {
		margin-top: 10px;
	}

	.benefits01__ifame div * {
		font-family: "Noto Sans JP", sans-serif;
	}

	.benefits01__ifame div .green {
		color: #39828a;
	}

	.benefits01__ifame div .red {
		color: #ff1515;
	}

	.benefits01__ifame div small {
		text-align: left;
		display: inline-block;
		margin-top: 8px;
	}

	.benefits01__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.8;
	}

	.benefits02 {
		position: relative;
	}

	.benefits02__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 50px;
	}

	.benefits01__left {
		position: absolute;
		top: 10px;
		left: 0;
		width: 55px;
		text-align: left;
		z-index: 1;
	}

	.benefits02__wrap {
		padding: 15px 0px 20px 50px;
	}

	.benefits02__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		text-align: left;
	}

	.benefits02__period {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
		color: #fff;
		margin-top: 20px;
	}

	.benefits02__period p {
		border-radius: 5px;
		border: 1px solid #39828a;
		font-size: 14px;
		font-weight: bold;
		padding: 8px 20px;
	}

	.benefits02__period p:first-of-type {
		background: #39828a;
		border-radius: 5px 5px 0 0;
	}

	.benefits02__period p:last-of-type {
		color: #39828a;
		border-radius: 0 0 5px 5px;
	}

	.coach {
		background: url(../images/coach_bg.png);
		padding: 30px 10px;
	}

	.coach__ttl {
		font-size: 20px;
		text-align: center;
	}

	.coach__ttl span {
		position: relative;
		color: #fff;
	}

	.coach__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-30px);
		-ms-transform: translateX(-100%) translateX(-30px);
		transform: translateX(-100%) translateX(-30px);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl small {
		font-size: 14px;
	}

	.coach__list {
		margin-top: 20px;
	}

	.coach__txt {
		text-align: left;
		margin-top: 25px;
		font-size: 14px;
		color: #fff;
		line-height: 1.8;
	}

	.coach__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.coach__list li {
		position: relative;
		width: calc(100% / 2 - 15px);
	}

	.coach__img {
		position: relative;
	}

	.coach__list li .coach__img::after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(45deg) translateX(25%);
		-ms-transform: translateY(-50%) rotate(45deg) translateX(25%);
		transform: translateY(-50%) rotate(45deg) translateX(25%);
		right: -16px;
		height: 10px;
		width: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.coach__list li:nth-of-type(even) .coach__img::after {
		display: none;
	}

	.coach__list li:nth-of-type(n + 3) {
		margin-top: 25px;
	}

	.coach__txtWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 5px;
	}

	.coach__txtWrap figure {
		width: 40px;
	}

	.coach__txtWrap p {
		position: relative;
		top: 5px;
		color: #fff;
		margin-left: 10px;
		font-size: 14px;
		width: calc(100% - 40px);
	}

	.introduction {
		background: #f2f7f4;
		padding: 30px 10px;
	}

	.introduction__inner {
		margin-left: auto;
		margin-right: auto;
	}

	.introduction__ttl {
		text-align: center;
		font-size: 22px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.introduction__txt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}

	.introduction__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 20px;
	}

	.introduction__ele {
		width: 180px;
		text-align: center;
		margin: 0 10px;
	}

	.introduction__ele figure {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.introduction__list .slick-dots {
		bottom: -35px;
	}

	.introduction__list .slick-dots li {
		margin: 0;
	}

	.introduction__list .slick-dots li button:before {
		font-size: 40px;
	}

	.introduction__ele h4 {
		margin-top: 10px;
		font-size: 18px;
	}

	.introduction__ele p {
		font-size: 13px;
		margin-top: 5px;
	}

	.prevention {
		border: 2px solid #398d82;
		text-align: center;
		padding: 15px;
		margin-bottom: 40px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.prevention__ttl {
		font-size: 20px;
		color: #519198;
	}

	.prevention__txt {
		font-size: 14px;
		margin-top: 15px;
		line-height: 1.8;
		text-align: left;
	}

	.prevention__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 2rem;
	}

	.prevention__list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #f2f7f4;
		width: 34vw;
		height: 34vw;
		border-radius: 9999px;
	}

	.prevention__list li:nth-of-type(odd) {
		margin-right: 3rem;
	}

	.prevention__list li:nth-of-type(n + 3) {
		margin-top: 3rem;
	}

	.prevention__list li figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 50px;
	}

	.prevention__list li figure img {
		max-width: auto;
		max-height: 100%;
	}

	.prevention__list li p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 12px;
		color: #398d82;
		font-weight: bold;
		height: 36px;
		margin-top: 0.5rem;
	}

	.access {
		padding: 30px 10px;
	}

	.access__ttl {
		text-align: center;
		font-size: 22px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.access__txt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}

	.access__frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 20px;
	}

	.access__adrs {
		line-height: 1.8;
		margin-top: 20px;
		font-size: 14px;
	}

	.access__adrs p + p {
		margin-top: 15px;
	}

	.access__frame iframe {
		height: 200px;
	}
}

/* 220324追記 */

.form_area {
	background: rgba(129, 177, 150, 0.1);
	padding: 70px 0 60px;
}

.form_area__inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.form_area__ttl {
	text-align: center;
	font-size: 36px;
	color: #519198;
}

.form_area__txt {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}

.mw_wp_form_confirm .form_area__txt {
	display: none;
}

.form_area__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

.form_area__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 210px;
	height: 40px;
	border-radius: 9999px;
	font-size: 18px;
	font-weight: bold;
	color: #40878b;
	background: #fff;
	border: 1px solid #40878b;
}

.mw_wp_form_input .form_area__list li:first-of-type,
.mw_wp_form_confirm .form_area__list li:nth-of-type(2),
.mw_wp_form_complete .form_area__list li:last-of-type {
	background: #40878b;
	color: #fff;
}

.form_area__list li:nth-of-type(n + 2) {
	position: relative;
	margin-left: 60px;
}

.form_area__list li:nth-of-type(n + 2)::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-75%) rotate(45deg);
	-ms-transform: translateY(-50%) translateX(-75%) rotate(45deg);
	transform: translateY(-50%) translateX(-75%) rotate(45deg);
	height: 15px;
	width: 15px;
	border-top: 3px solid #39828a;
	border-right: 3px solid #39828a;
}

.form_area__wrap {
	background: #fff;
	border-radius: 30px;
	margin-top: 60px;
	padding: 60px 110px;
}

.form_area__wrap dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	padding: 30px 0;
}

.form_area__wrap dl + dl {
	margin-top: -2px;
}

.form_area__wrap dt {
	position: relative;
	width: 250px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 16px;
}

.form_area__wrap dt .mast {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #dc2f70;
	color: #fff;
	padding: 2px 12px;
	border-radius: 5px;
	font-size: 14px;
}

.form_area__wrap dd {
	width: calc(100% - 250px);
	padding-left: 50px;
	font-weight: bold;
	font-size: 16px;
}

.form_area__wrap .naiyo dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form_area__wrap .naiyo dd [type="radio"] {
	outline: none;
}

.mw_wp_form .horizontal-item {
	margin: 0 5px !important;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"] {
	background: #f2f7f4;
	padding: 12px 10px;
}

.mw_wp_form .zyusho {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mw_wp_form .zyusho dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mw_wp_form .zyusho dd div:first-of-type {
	width: 90px;
}

.mw_wp_form_confirm .zyusho dd div:first-of-type {
	display: none;
}

.mw_wp_form .zyusho dd div:last-of-type {
	width: calc(100% - 90px);
	margin-top: -9px;
}

.mw_wp_form_confirm .zyusho dd div:last-of-type {
	margin-top: 0;
}

.mw_wp_form .zyusho dd div:last-of-type input {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}

.mw_wp_form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: none;
	background: #f2f7f4;
	padding: 10px 30px 10px 15px;
	width: 230px;
}

.mw_wp_form .select {
	display: inline-block;
	position: relative;
}

.mw_wp_form .select::before,
.mw_wp_form .select::after {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-top: 8px solid #40878b;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.mw_wp_form .select::after {
	border-top: none;
	border-bottom: 8px solid #40878b;
	-webkit-transform: translateY(-50%) translateY(-8px);
	-ms-transform: translateY(-50%) translateY(-8px);
	transform: translateY(-50%) translateY(-8px);
}

.mw_wp_form .select::before {
	-webkit-transform: translateY(-50%) translateY(8px);
	-ms-transform: translateY(-50%) translateY(8px);
	transform: translateY(-50%) translateY(8px);
}

.mw_wp_form_confirm .select::before,
.mw_wp_form_confirm .select::after {
	display: none;
}

.mw_wp_form .tel {
	pointer-events: inherit;
}

.mw_wp_form .tel input[type="text"] {
	width: 130px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mw_wp_form .submit_btn [type="submit"] {
	outline: none;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn {
	margin-top: 70px;
	text-align: center;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn [type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #dc2f70;
	border: none;
	padding: 0;
	width: 480px;
	height: 90px;
	font-size: 28px;
	border-radius: 5px;
	color: #fff;
	padding-left: 30px;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label {
	display: inline-block;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label:hover {
	opacity: 0.7;
	cursor: pointer;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::before {
	content: "";
	position: absolute;
	left: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/pc_icon.png) no-repeat center center / contain;
	width: 36px;
	height: 26px;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	height: 15px;
	width: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.mw_wp_form_confirm .submit_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 70px;
	cursor: pointer;
}

.mw_wp_form_confirm .submit_btn [type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #dc2f70;
	border: none;
	padding: 0;
	width: 250px;
	padding: 20px 0;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
}

.mw_wp_form_confirm .submit_btn label {
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mw_wp_form_confirm .submit_btn label:hover {
	opacity: 0.7;
}

.mw_wp_form_confirm .submit_btn label:nth-of-type(n + 2) {
	margin-left: 20px;
}

.mw_wp_form_confirm .submit_btn label.back [type="submit"] {
	background: #b6b6b6;
}

.mw_wp_form_complete .form_area__wrap h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.mw_wp_form_complete .form_area__wrap {
	font-size: 16px;
}

@media screen and (max-width: 767px), print {
	.form_area__inner {
		width: 100%;
		padding: 0 10px;
	}
	.form_area {
		padding: 40px 0;
	}
	.form_area__ttl {
		font-size: 20px;
	}
	.form_area__txt {
		font-size: 14px;
	}
	.form_area__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px;
	}
	.form_area__list li {
		font-size: 3.8vw;
		width: auto;
		padding: 0 3vw;
		height: 11vw;
	}
	.form_area__list li:nth-of-type(n + 2) {
		margin-left: 0;
	}
	.form_area__list li:nth-of-type(n + 2)::before {
		content: "";
		position: absolute;
		left: -4vw;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-75%) rotate(45deg);
		-ms-transform: translateY(-50%) translateX(-75%) rotate(45deg);
		transform: translateY(-50%) translateX(-75%) rotate(45deg);
		height: 3vw;
		width: 3vw;
		border-top: 2px solid #39828a;
		border-right: 2px solid #39828a;
	}
	.form_area__wrap {
		margin-top: 30px;
		border-radius: 10px;
		padding: 20px 25px;
	}
	.form_area__wrap dl {
		display: block;
		padding: 20px 0;
		border-top: 1px solid rgba(217, 217, 217, 0.3);
		border-bottom: 1px solid rgba(217, 217, 217, 0.3);
	}
	.form_area__wrap dl:first-of-type {
		border-top: none;
	}
	.form_area__wrap dl:last-of-type {
		border-bottom: none;
	}
	.form_area__wrap dt,
	.form_area__wrap dd {
		width: 100%;
		padding: 0;
	}
	.form_area__wrap dd {
		margin-top: 10px;
	}
	.mw_wp_form input[type="text"],
	.mw_wp_form input[type="email"],
	.mw_wp_form select {
		display: inline-block;
		width: 100%;
		padding: 8px 10px;
	}
	.mw_wp_form .select {
		width: calc(100% - 40px);
	}
	.mw_wp_form_confirm .select {
		width: auto;
	}
	.mw_wp_form .tel input[type="text"] {
		width: 28%;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn {
		margin-top: 0;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label {
		display: inline-block;
		max-width: 300px;
		width: 100%;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn [type="submit"] {
		padding: 0;
		width: 100%;
		height: 60px;
		font-size: 18px;
		padding-left: 14px;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::before {
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-115px);
		-ms-transform: translateY(-50%) translateX(-115px);
		transform: translateY(-50%) translateX(-115px);
		width: 31px;
		height: 22px;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::after {
		right: 18px;
		height: 8px;
		width: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.mw_wp_form_confirm .submit_btn {
		margin-top: 20px;
	}
	.mw_wp_form_confirm .submit_btn label {
		width: 48%;
	}
	.mw_wp_form_confirm .submit_btn [type="submit"] {
		width: 100%;
		padding: 10px 0;
	}
} /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Roboto:wght@500&display=swap");

@media screen and (min-width: 768px), print {
	[href*="tel:"] {
		pointer-events: none;
	}
	.sp {
		display: none !important;
	}
	.container_inner * {
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
			游ゴシック, "Yu Gothic", sans-serif;
	}
	.mv img {
		width: 100%;
	}

	.contact {
		position: relative;
		text-align: center;
		background: #39828a;
		padding: 85px 0 65px;
		overflow: hidden;
	}

	.contact::after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%) translateX(150px);
		-ms-transform: translateX(-50%) translateX(150px);
		transform: translateX(-50%) translateX(150px);
		height: 100%;
		width: 970px;
		background: url(../images/contact_bg.jpg);
		background-size: cover;
	}

	.contact::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%) translateX(-550px) translateY(50px);
		-ms-transform: translateX(-50%) translateX(-550px) translateY(50px);
		transform: translateX(-50%) translateX(-550px) translateY(50px);
		height: 403px;
		width: 261px;
		background: url(../images/racket.png) no-repeat;
		z-index: 2;
	}

	.contact * {
		position: relative;
		z-index: 1;
	}

	.contact__ttl {
		color: #ffffff;
		font-size: 36px;
	}

	.contact__txt {
		position: relative;
		color: #fff;
		line-height: 2;
		margin-top: 1rem;
		font-size: 18px;
	}

	.contact__txt::after {
		position: absolute;
		content: "";
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		-ms-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		transform: translateX(-50%) translateY(-100px) translateX(-310px);
		height: 130px;
		width: 130px;
		background: url(../images/contact_img.png) no-repeat;
	}

	.contact__cvArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 30px;
	}

	.contact__cvArea__tel span {
		display: block;
	}

	.contact__cvArea__tel a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 46px;
		font-family: "Roboto", sans-serif;
		line-height: 1.3;
		color: #fff;
	}

	.contact__cvArea__tel span {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 16px;
	}

	.contact__cvArea__tel span small {
		font-size: 14px;
		border: 1px solid #fff;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: center;
		margin-right: 15px;
	}

	.contact__cvArea__tel a img {
		margin-right: 1rem;
	}

	.contact__cvArea__tel * {
		color: #fff;
	}

	.contact__cvArea__reserve {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #dc2f70;
		color: #fff !important;
		padding: 15px 50px 15px 30px;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2px;
		border-radius: 5px;
		margin-left: 50px;
	}

	.contact__cvArea__reserve::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(135deg);
		-ms-transform: translateY(-50%) rotate(135deg);
		transform: translateY(-50%) rotate(135deg);
		height: 12px;
		width: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.contact__cvArea__reserve img {
		margin-right: 1.5rem;
		width: 30px;
	}

	.recommend {
		padding: 60px 0;
		background: #f2f7f4;
		text-align: center;
	}

	.recommend__ttl {
		text-align: center;
		font-size: 36px;
	}

	.recommend__ttl span {
		position: relative;
		text-shadow: 2px 1px white;
	}

	.recommend__ttl span::after {
		content: "";
		position: absolute;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-10px);
		-ms-transform: translateX(-100%) translateX(-10px);
		transform: translateX(-100%) translateX(-10px);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__ttl span::before {
		content: "";
		position: absolute;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__list {
		text-align: left;
		display: inline-block;
		min-width: 590px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	.recommend__list li {
		position: relative;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 26px;
		color: #398d82;
		padding-left: 35px;
	}

	.recommend__list li::after {
		content: "";
		position: absolute;
		top: 10px;
		left: 0;
		height: 27px;
		width: 24px;
		background: url(../images/check.png) no-repeat;
		background-size: contain;
	}

	.recommend__list li:nth-of-type(n + 2) {
		margin-top: 10px;
	}

	.recommend__com {
		position: relative;
		background: #fff;
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 600px;
		font-family: "Noto Sans JP", sans-serif;
		border-radius: 20px;
		padding: 10px 0;
		font-size: 18px;
		line-height: 1.7;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	.recommend__com::before {
		content: "";
		width: 65px;
		height: 65px;
		margin-right: 30px;
		background: url(../images/beginner.png) no-repeat center center;
		background-size: contain;
	}

	.senior {
		padding: 40px 0;
		text-align: center;
	}

	.senior__ttl {
		font-size: 36px;
	}

	.senior__ttl span {
		position: relative;
	}

	.senior__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-40px);
		-ms-transform: translateX(-100%) translateX(-40px);
		transform: translateX(-100%) translateX(-40px);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl small {
		font-size: 24px;
	}

	.senior__txt {
		font-size: 18px;
		text-align: center;
		color: #222222;
		font-weight: bold;
	}

	.point {
		position: relative;
		background: #35847a;
		padding: 60px 0;
	}

	.point::before {
		content: "";
		position: absolute;
		background: url(../images/tennis_ball.png);
		background-size: contain;
		height: 37px;
		width: 37px;
		top: 130px;
		left: 130px;
	}

	.point::after {
		content: "";
		position: absolute;
		height: calc(100% - 40px);
		width: calc(100% - 40px);
		border: 3px solid #fff;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		pointer-events: none;
	}

	.point__inner {
		width: 1200px;
		padding: 0 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.point__ttl {
		font-size: 36px;
		text-align: center;
		line-height: 1.3;
		color: #fff;
	}

	.point__ttl span {
		position: relative;
	}

	.point__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-90px);
		-ms-transform: translateX(-100%) translateX(-90px);
		transform: translateX(-100%) translateX(-90px);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl span small {
		font-size: 24px;
	}

	.point__list {
		margin-top: 50px;
	}

	.point__img {
		width: 650px;
	}

	.point__ele {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.point__frame {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #fff;
		width: 580px;
		padding: 30px 40px 40px;
		border-radius: 10px;
	}

	.point__frame::after {
		content: "";
		position: absolute;
		width: 92px;
		height: 99px;
		right: 30px;
		top: -48px;
	}

	.point__ele:nth-of-type(1) .point__frame::after {
		background: url(../images/point_num01.png);
	}

	.point__ele:nth-of-type(2) .point__frame::after {
		background: url(../images/point_num02.png);
	}

	.point__ele:nth-of-type(3) .point__frame::after {
		background: url(../images/point_num03.png);
	}

	.point__ele:nth-of-type(4) .point__frame::after {
		background: url(../images/point_num04.png);
	}

	.point__ele:nth-of-type(5) .point__frame::after {
		background: url(../images/point_num05.png);
	}

	.point__frame h3 {
		font-size: 28px;
		line-height: 1.8;
	}

	.point__frame p {
		font-size: 18px;
		margin-top: 10px;
		line-height: 1.8;
	}

	.point__ele:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.point__ele:nth-of-type(even) .point__frame {
		left: auto;
		right: 0;
	}

	.point__ele:nth-of-type(n + 2) {
		margin-top: 50px;
	}
	/* .kids-point {
		position: relative;
		background: #35847a;
		padding: 60px 0;
	}

	.kids-point::before {
		content: "";
		position: absolute;
		background: url(../images/tennis_ball.png);
		background-size: contain;
		height: 37px;
		width: 37px;
		top: 130px;
		left: 130px;
	}

	.kids-point::after {
		content: "";
		position: absolute;
		height: calc(100% - 40px);
		width: calc(100% - 40px);
		border: 3px solid #fff;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		pointer-events: none;
	}

	.kids-point__inner {
		width: 1200px;
		padding: 0 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.kids-point__ttl {
		font-size: 36px;
		text-align: center;
		line-height: 1.3;
		color: #fff;
	}

	.kids-point__ttl span {
		position: relative;
	}

	.kids-point__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-90px);
		-ms-transform: translateX(-100%) translateX(-90px);
		transform: translateX(-100%) translateX(-90px);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.kids-point__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.kids-point__ttl span small {
		font-size: 24px;
	}

	.kids-point__list {
		margin-top: 50px;
	}

	.kids-point__img {
		width: 650px;
	}

	.kids-point__ele {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.kids-point__frame {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #fff;
		width: 580px;
		padding: 30px 40px 40px;
		border-radius: 10px;
	}

	.kids-point__frame::after {
		content: "";
		position: absolute;
		width: 92px;
		height: 99px;
		right: 30px;
		top: -48px;
	}

	.kids-point__ele:nth-of-type(1) .kids-point__frame::after {
		background: url(../images/point_num01.png);
	}

	.kids-point__ele:nth-of-type(2) .kids-point__frame::after {
		background: url(../images/point_num02.png);
	}

	.kids-point__ele:nth-of-type(3) .kids-point__frame::after {
		background: url(../images/point_num03.png);
	}

	.kids-point__frame h3 {
		font-size: 28px;
		line-height: 1.8;
	}

	.kids-point__frame p {
		font-size: 18px;
		margin-top: 10px;
		line-height: 1.8;
	}

	.kids-point__ele:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.kids-point__ele:nth-of-type(even) .kids-point__frame {
		left: auto;
		right: 0;
	}

	.kids-point__ele:nth-of-type(n + 2) {
		margin-top: 50px;
	} */



	.campaign {
		background: url(../images/campaign_bg.png) no-repeat center center;
		background-size: cover;
		padding: 60px 0;
		text-align: center;
	}

	.campaign__inner {
		width: 1200px;
		padding: 0 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__inner h2 {
		width: 660px;
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__frame {
		background: #fff;
		border-radius: 20px;
		padding: 40px;
		margin-top: 20px;
	}

	.benefits01 {
		width: 100%;
		background: #fff6c1;
		border-radius: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 50px;
	}

	.benefits01__left {
		width: 140px;
		text-align: left;
	}

	.benefits01__left img {
		width: 110px;
	}

	.benefits01__right {
		width: calc(100% - 140px);
		text-align: left;
	}

	.benefits01__ifame {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/* .benefits01__ifame::after {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    content: "OR";
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    width: 70px;
    height: 70px;
    font-size: 31px;
    background: #39828a;
    -webkit-border-radius: 9999px;
       -moz-border-radius: 9999px;
            border-radius: 9999px;
    color: #fff;
  } */

	.benefits01__ifame div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
		border-radius: 15px;
		border: 4px solid #39828a;
		font-size: 27px;
		padding: 10px 0 10px 30px;
		font-family: "Noto Sans JP", sans-serif;
		letter-spacing: 1px;
		width: 100%;
		min-height: 135px;
		text-align: center;
	}

	.benefits01__ifame div small {
		display: block;
		font-size: 16px;
	}

	.benefits01__ifame div * {
		font-family: "Noto Sans JP", sans-serif;
	}

	.benefits01__ifame div .red {
		color: #ff1515;
	}

	.benefits01__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		margin-top: 20px;
		line-height: 2;
	}

	.benefits02__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 50px;
	}

	.benefits01__left {
		width: 140px;
		text-align: left;
	}

	.benefits01__right {
		width: calc(100% - 140px);
	}

	.benefits02__wrap {
		padding: 40px 50px 20px;
	}

	.benefits02__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
	}

	.benefits02__period {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
		color: #fff;
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 2px solid #39828a;
		border-radius: 9999px;
		font-weight: bold;
	}

	.benefits02__period p:first-of-type {
		width: 335px;
		border-radius: 9999px;
		border: 1px solid #39828a;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 0;
		background: #39828a;
		color: #fff;
	}

	.benefits02__period p:last-of-type {
		width: calc(100% - 335px);
		text-align: center;
		color: #39828a;
	}

	.benefits02 .benefits01__right {
		width: 650px;
	}

	.coach {
		background: url(../images/coach_bg.png);
		padding: 70px 0;
	}

	.coach__inner {
		width: 840px;
		margin-left: auto;
		margin-right: auto;
	}

	.coach__ttl {
		font-size: 36px;
		text-align: center;
		line-height: 1.3;
		color: #fff;
	}

	.coach__ttl span {
		position: relative;
	}

	.coach__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-50px);
		-ms-transform: translateX(-100%) translateX(-50px);
		transform: translateX(-100%) translateX(-50px);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(20px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(20px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(20px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl span small {
		font-size: 24px;
	}

	.coach__txt {
		text-align: center;
		margin-top: 25px;
		font-size: 16px;
		color: #fff;
		line-height: 1.8;
	}

	.coach__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.coach__list li {
		position: relative;
		width: calc(100% / 3 - 60px);
		margin: 0 30px;
	}

	.coach__img {
		position: relative;
	}

	.coach__list li .coach__img::after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(45deg) translateX(25%);
		-ms-transform: translateY(-50%) rotate(45deg) translateX(25%);
		transform: translateY(-50%) rotate(45deg) translateX(25%);
		right: -30px;
		height: 15px;
		width: 15px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.coach__list li:nth-of-type(3n) .coach__img::after {
		display: none;
	}

	.coach__list li:nth-of-type(n + 4) {
		margin-top: 25px;
	}

	.coach__txtWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 5px;
	}

	.coach__txtWrap p {
		position: relative;
		top: 5px;
		color: #fff;
		margin-left: 10px;
		font-size: 18px;
	}

	.introduction {
		background: #f2f7f4;
		padding: 60px 0;
	}

	.introduction__inner {
		padding: 0 50px;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.introduction__ttl {
		text-align: center;
		font-size: 36px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.introduction__txt {
		text-align: center;
		margin-top: 25px;
		font-size: 16px;
		line-height: 1.8;
	}

	.introduction__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 40px;
	}

	.introduction__ele {
		width: 180px;
		text-align: center;
	}

	.introduction__ele h4 {
		margin-top: 20px;
		font-size: 18px;
	}

	.introduction__ele p {
		font-size: 13px;
		margin-top: 5px;
	}

	.prevention {
		border: 2px solid #398d82;
		text-align: center;
		padding: 40px;
		margin-bottom: 70px;
	}

	.prevention__ttl {
		font-size: 24px;
		color: #519198;
	}

	.prevention__txt {
		font-size: 16px;
		margin-top: 15px;
		line-height: 1.8;
	}

	.prevention__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 2rem;
	}

	.prevention__list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #f2f7f4;
		width: 130px;
		height: 130px;
		border-radius: 999rem;
	}

	.prevention__list li figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 50px;
	}

	.prevention__list li figure img {
		max-width: auto;
		max-height: 100%;
	}

	.prevention__list li p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 12px;
		color: #398d82;
		font-weight: bold;
		height: 36px;
		margin-top: 0.5rem;
	}

	.access {
		padding: 50px 0 70px;
	}

	.access__inner {
		width: 930px;
		margin-left: auto;
		margin-right: auto;
	}

	.access__ttl {
		text-align: center;
		font-size: 36px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.access__txt {
		text-align: center;
		margin-top: 25px;
		font-size: 16px;
		line-height: 1.8;
	}

	.access__frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 40px;
	}

	.access__adrs {
		line-height: 2;
	}

	.access__adrs p + p {
		margin-top: 15px;
	}

	.access__frame iframe {
		width: 500px;
	}
}

@media screen and (max-width: 767px), print {
	#container {
		overflow: hidden;
	}
	.pc {
		display: none !important;
	}
	.container_inner * {
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
			游ゴシック, "Yu Gothic", sans-serif;
	}
	.mv img {
		width: 100%;
	}
	.banner img {
		width: 100%;
	}

	.contact {
		position: relative;
		text-align: center;
		background: url(../images/campaign_bg_sp.jpg) no-repeat center center;
		background-size: cover;
		padding: 20px 30px;
		overflow: hidden;
	}

	.contact * {
		position: relative;
		z-index: 1;
	}

	.contact__ttl {
		color: #ffffff;
		font-size: 24px;
	}

	.contact__txt {
		position: relative;
		color: #fff;
		line-height: 2;
		margin-top: 1rem;
		font-size: 14px;
		text-align: left;
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}

	.contact__txt::after {
		position: absolute;
		content: "";
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		-ms-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		transform: translateX(-50%) translateY(-100px) translateX(-310px);
		height: 130px;
		width: 130px;
		background: url(../images/contact_img.png) no-repeat;
	}

	.contact__cvArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 20px;
	}

	.contact__cvArea__tel {
		display: block;
		width: 260px;
		white-space: nowrap;
	}

	.contact__cvArea__tel span {
		display: block;
	}

	.contact__cvArea__tel a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 30px;
		font-family: "Roboto", sans-serif;
		line-height: 1.3;
		border-radius: 5px;
		border: 1px solid #fff;
		padding: 5px 0;
		margin-top: 10px;
		width: 100%;
		color: #fff;
	}

	.contact__cvArea__tel span {
		font-size: 12px;
		margin-top: 10px;
	}

	.contact__cvArea__tel span small {
		font-size: 16px;
	}

	.contact__cvArea__tel a img {
		margin-right: 1rem;
		width: 3rem;
	}

	.contact__cvArea__tel * {
		color: #fff;
	}

	.contact__cvArea__reserve {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #dc2f70;
		color: #fff !important;
		padding: 14px 20px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2px;
		border-radius: 5px;
		width: 260px;
	}

	.contact__cvArea__reserve::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(135deg);
		-ms-transform: translateY(-50%) rotate(135deg);
		transform: translateY(-50%) rotate(135deg);
		height: 8px;
		width: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.contact__cvArea__reserve img {
		margin-right: 1.5rem;
		width: 2.3rem;
	}

	.recommend {
		padding: 30px 10px;
		background: #f2f7f4;
		text-align: center;
	}

	.recommend__ttl {
		text-align: center;
		font-size: 20px;
	}

	.recommend__ttl span {
		position: relative;
		text-shadow: 2px 1px white;
	}

	.recommend__ttl span::after {
		content: "";
		position: absolute;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-10px);
		-ms-transform: translateX(-100%) translateX(-10px);
		transform: translateX(-100%) translateX(-10px);
		height: 30px;
		width: 20px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__ttl span::before {
		content: "";
		position: absolute;
		right: 0;
		-webkit-transform: translateX(100%) translateX(5px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 20px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__list {
		text-align: left;
		margin-top: 20px;
		display: inline-block;
	}

	.recommend__list li {
		position: relative;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		color: #398d82;
		padding-left: 25px;
	}

	.recommend__list li::after {
		content: "";
		position: absolute;
		top: 4px;
		left: 0;
		height: 20px;
		width: 17px;
		background: url(../images/check.png) no-repeat;
		background-size: contain;
	}

	.recommend__list li:nth-of-type(n + 2) {
		margin-top: 10px;
	}

	.recommend__com {
		position: relative;
		background: #fff;
		margin-top: 30px;
		font-family: "Noto Sans JP", sans-serif;
		border-radius: 20px;
		padding: 18px;
		font-size: 16px;
		line-height: 2;
	}

	.recommend__com::after {
		content: "";
		position: absolute;
		left: -10px;
		top: -15px;
		width: 45px;
		height: 45px;
		background: url(../images/beginner.png) no-repeat;
		background-size: contain;
	}

	.senior {
		padding: 20px 10px;
		text-align: center;
	}

	.senior__ttl {
		font-size: 20px;
	}

	.senior__ttl span {
		position: relative;
	}

	.senior__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-10px);
		-ms-transform: translateX(-100%) translateX(-10px);
		transform: translateX(-100%) translateX(-10px);
		height: 30px;
		width: 28px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 28px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl small {
		font-size: 14px;
	}

	.senior__txt {
		font-size: 14px;
		text-align: center;
		color: #222222;
		font-weight: bold;
	}

	.point {
		position: relative;
		background: #35847a;
		padding: 20px 20px 40px;
	}

	.point::after {
		content: "";
		position: absolute;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
		border: 2px solid #fff;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		pointer-events: none;
	}

	.point__inner {
		margin-left: auto;
		margin-right: auto;
	}

	.point__ttl {
		font-size: 20px;
		text-align: center;
	}

	.point__ttl span {
		position: relative;
		color: #fff;
	}

	.point__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-45px);
		-ms-transform: translateX(-100%) translateX(-45px);
		transform: translateX(-100%) translateX(-45px);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(5px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl small {
		font-size: 14px;
	}

	.point__list {
		margin-top: 40px;
	}

	.point__btn{
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}

	.point__btn a{
		color: #fff;
		display: block;
		width: 300px;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 18px;
		background-color:  rgb(235, 157, 6);
		position: relative;
	}

	.point__btn a::after{
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		right: 15px;
	}


	.point__frame {
		margin-top: -40px;
		position: relative;
		background: #fff;
		padding: 15px;
		border-radius: 10px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.point__ele {
		position: relative;
	}

	.point__ele::after {
		content: "";
		position: absolute;
		width: 72px;
		height: 79px;
		right: 10px;
		top: -28px;
	}

	.point__ele:nth-of-type(1)::after {
		background: url(../images/point_num01.png) no-repeat;
		background-size: contain;
	}

	.point__ele:nth-of-type(2)::after {
		background: url(../images/point_num02.png) no-repeat;
		background-size: contain;
	}

	.point__ele:nth-of-type(3)::after {
		background: url(../images/point_num03.png) no-repeat;
		background-size: contain;
	}

	.point__frame h3 {
		font-size: 16px;
		text-align: center;
	}

	.point__frame p {
		font-size: 14px;
		margin-top: 10px;
	}

	.point__ele:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.point__ele:nth-of-type(even) .point__frame {
		left: auto;
		right: 0;
	}

	.point__ele:nth-of-type(n + 2) {
		margin-top: 50px;
	}
	.kids-point {
		position: relative;
		/* background: #35847a; */
		padding: 20px 20px 40px;
		color: #fff;
	}

	.kids-point::after {
		content: "";
		position: absolute;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
		border: 3px solid rgb(238, 208, 166);
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		pointer-events: none;
	}

	.kids-point__inner {
		margin-left: auto;
		margin-right: auto;
	}

	.kids-point__ttl {
		font-size: 20px;
		text-align: center;
	}

	.kids-point__ttl span {
		position: relative;
		color: #fff;
	}

	.kids-point__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-45px);
		-ms-transform: translateX(-100%) translateX(-45px);
		transform: translateX(-100%) translateX(-45px);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.kids-point__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(5px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.kids-point__ttl small {
		font-size: 14px;
	}

	.kids-point__list {
		margin-top: 40px;
	}

	.kids-point__btn{
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}

	.kids-point__btn a{
		color: #fff;
		display: block;
		width: 300px;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 18px;
		background-color:  rgb(235, 157, 6);
		position: relative;
	}

	.kids-point__btn a::after{
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		right: 15px;
	}

	.goldenkids-point__btn{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.goldenkids-point__btn a{
		color: #fff;
		display: block;
		width: 300px;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 18px;
		background-color: #de0700;
		position: relative;
	}

	.goldenkids-point__btn a::after{
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		right: 15px;
	}

	.kids-point__frame {
		margin-top: -40px;
		position: relative;
		background: #fff;
		padding: 15px;
		border-radius: 10px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.kids-point__ele {
		position: relative;
	}

	.kids-point__ele::after {
		content: "";
		position: absolute;
		width: 72px;
		height: 79px;
		right: 10px;
		top: -28px;
	}

	.kids-point__ele:nth-of-type(1)::after {
		background: url(../images/point_num01.png) no-repeat;
		background-size: contain;
	}

	.kids-point__ele:nth-of-type(2)::after {
		background: url(../images/point_num02.png) no-repeat;
		background-size: contain;
	}

	.kids-point__ele:nth-of-type(3)::after {
		background: url(../images/point_num03.png) no-repeat;
		background-size: contain;
	}

	.kids-point__ele:nth-of-type(1) .kids-point__frame {
		background-color: rgb(5, 155, 114);
	}

	.kids-point__ele:nth-of-type(2) .kids-point__frame {
		background-color: rgb(208, 64, 121);
	}

	.kids-point__ele:nth-of-type(3) .kids-point__frame {
		background-color: rgb(223, 130, 47);
	}

	.kids-point__frame h3 {
		font-size: 16px;
		text-align: center;
	}

	.kids-point__frame p {
		font-size: 14px;
		margin-top: 10px;
	}

	.kids-point__ele:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.kids-point__ele:nth-of-type(even) .kids-point__frame {
		left: auto;
		right: 0;
	}

	.kids-point__ele:nth-of-type(n + 2) {
		margin-top: 50px;
	}

	.campaign {
		/* background: url(../images/campaign_bg.png) no-repeat center center;
		background-size: cover;
		padding: 20px 10px; */
		text-align: center;
	}

	.campaign h2 {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__inner {
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__frame {
		background: #fff;
		border-radius: 10px;
		padding: 10px;
		margin-top: 20px;
	}

	.benefits01 {
		position: relative;
		width: 100%;
		background: #fff6c1;
		border-radius: 10px;
		padding: 20px 10px;
	}

	.benefits01__left {
		text-align: left;
	}

	.benefits01__right {
		text-align: left;
	}

	.benefits01__ifame {
		position: relative;
	}

	/* .benefits01__ifame::after {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateY(16px);
       -moz-transform: translateX(-50%) translateY(-50%) translateY(16px);
        -ms-transform: translateX(-50%) translateY(-50%) translateY(16px);
         -o-transform: translateX(-50%) translateY(-50%) translateY(16px);
            transform: translateX(-50%) translateY(-50%) translateY(16px);
    content: "OR";
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    width: 50px;
    height: 50px;
    font-size: 22px;
    background: #39828a;
    -webkit-border-radius: 9999px;
       -moz-border-radius: 9999px;
            border-radius: 9999px;
    color: #fff;
  } */

	.benefits01__ifame div {
		text-align: center;
		background: #fff;
		border-radius: 15px;
		border: 4px solid #39828a;
		font-size: 20px;
		font-family: "Noto Sans JP", sans-serif;
		padding: 25px 20px;
	}

	.benefits01__ifame div:nth-of-type(n + 2) {
		margin-top: 10px;
	}

	.benefits01__ifame div * {
		font-family: "Noto Sans JP", sans-serif;
	}

	.benefits01__ifame div .green {
		color: #39828a;
	}

	.benefits01__ifame div .red {
		color: #ff1515;
	}

	.benefits01__ifame div small {
		text-align: left;
		display: inline-block;
		margin-top: 8px;
	}

	.benefits01__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.8;
	}

	.benefits02 {
		position: relative;
	}

	.benefits02__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 50px;
	}

	.benefits01__left {
		position: absolute;
		top: 10px;
		left: 0;
		width: 55px;
		text-align: left;
		z-index: 1;
	}

	.benefits02__wrap {
		padding: 15px 0px 20px 50px;
	}

	.benefits02__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		text-align: left;
	}

	.benefits02__period {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
		color: #fff;
		margin-top: 20px;
	}

	.benefits02__period p {
		border-radius: 5px;
		border: 1px solid #39828a;
		font-size: 14px;
		font-weight: bold;
		padding: 8px 20px;
	}

	.benefits02__period p:first-of-type {
		background: #39828a;
		border-radius: 5px 5px 0 0;
	}

	.benefits02__period p:last-of-type {
		color: #39828a;
		border-radius: 0 0 5px 5px;
	}

	.coach {
		background: url(../images/coach_bg.png);
		padding: 30px 10px;
	}

	.coach__ttl {
		font-size: 20px;
		text-align: center;
	}

	.coach__ttl span {
		position: relative;
		color: #fff;
	}

	.coach__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-30px);
		-ms-transform: translateX(-100%) translateX(-30px);
		transform: translateX(-100%) translateX(-30px);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl small {
		font-size: 14px;
	}

	.coach__list {
		margin-top: 20px;
	}

	.coach__txt {
		text-align: left;
		margin-top: 25px;
		font-size: 14px;
		color: #fff;
		line-height: 1.8;
	}

	.coach__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.coach__list li {
		position: relative;
		width: calc(100% / 2 - 15px);
	}

	.coach__img {
		position: relative;
	}

	.coach__list li .coach__img::after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(45deg) translateX(25%);
		-ms-transform: translateY(-50%) rotate(45deg) translateX(25%);
		transform: translateY(-50%) rotate(45deg) translateX(25%);
		right: -16px;
		height: 10px;
		width: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.coach__list li:nth-of-type(even) .coach__img::after {
		display: none;
	}

	.coach__list li:nth-of-type(n + 3) {
		margin-top: 25px;
	}

	.coach__txtWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 5px;
	}

	.coach__txtWrap figure {
		width: 40px;
	}

	.coach__txtWrap p {
		position: relative;
		top: 5px;
		color: #fff;
		margin-left: 10px;
		font-size: 14px;
		width: calc(100% - 40px);
	}

	.introduction {
		background: #f2f7f4;
		padding: 30px 10px;
	}

	.introduction__inner {
		margin-left: auto;
		margin-right: auto;
	}

	.introduction__ttl {
		text-align: center;
		font-size: 22px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.introduction__txt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}

	.introduction__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 20px;
	}

	.introduction__ele {
		width: 180px;
		text-align: center;
		margin: 0 10px;
	}

	.introduction__ele figure {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.introduction__list .slick-dots {
		bottom: -35px;
	}

	.introduction__list .slick-dots li {
		margin: 0;
	}

	.introduction__list .slick-dots li button:before {
		font-size: 40px;
	}

	.introduction__ele h4 {
		margin-top: 10px;
		font-size: 18px;
	}

	.introduction__ele p {
		font-size: 13px;
		margin-top: 5px;
	}

	.prevention {
		border: 2px solid #398d82;
		text-align: center;
		padding: 15px;
		margin-bottom: 40px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.prevention__ttl {
		font-size: 20px;
		color: #519198;
	}

	.prevention__txt {
		font-size: 14px;
		margin-top: 15px;
		line-height: 1.8;
		text-align: left;
	}

	.prevention__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 2rem;
	}

	.prevention__list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #f2f7f4;
		width: 34vw;
		height: 34vw;
		border-radius: 9999px;
	}

	.prevention__list li:nth-of-type(odd) {
		margin-right: 3rem;
	}

	.prevention__list li:nth-of-type(n + 3) {
		margin-top: 3rem;
	}

	.prevention__list li figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 50px;
	}

	.prevention__list li figure img {
		max-width: auto;
		max-height: 100%;
	}

	.prevention__list li p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 12px;
		color: #398d82;
		font-weight: bold;
		height: 36px;
		margin-top: 0.5rem;
	}

	.access {
		padding: 30px 10px;
	}

	.access__ttl {
		text-align: center;
		font-size: 22px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.access__txt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}

	.access__frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 20px;
	}

	.access__adrs {
		line-height: 1.8;
		margin-top: 20px;
		font-size: 14px;
	}

	.access__adrs p + p {
		margin-top: 15px;
	}

	.access__frame iframe {
		height: 200px;
	}
}

/* 220324追記 */

.form_area {
	background: rgba(129, 177, 150, 0.1);
	padding: 70px 0 60px;
}

.form_area__inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.form_area__ttl {
	text-align: center;
	font-size: 36px;
	color: #519198;
}

.form_area__txt {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}

.mw_wp_form_confirm .form_area__txt {
	display: none;
}

.form_area__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

.form_area__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 210px;
	height: 40px;
	border-radius: 9999px;
	font-size: 18px;
	font-weight: bold;
	color: #40878b;
	background: #fff;
	border: 1px solid #40878b;
}

.mw_wp_form_input .form_area__list li:first-of-type,
.mw_wp_form_confirm .form_area__list li:nth-of-type(2),
.mw_wp_form_complete .form_area__list li:last-of-type {
	background: #40878b;
	color: #fff;
}

.form_area__list li:nth-of-type(n + 2) {
	position: relative;
	margin-left: 60px;
}

.form_area__list li:nth-of-type(n + 2)::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-75%) rotate(45deg);
	-ms-transform: translateY(-50%) translateX(-75%) rotate(45deg);
	transform: translateY(-50%) translateX(-75%) rotate(45deg);
	height: 15px;
	width: 15px;
	border-top: 3px solid #39828a;
	border-right: 3px solid #39828a;
}

.form_area__wrap {
	background: #fff;
	border-radius: 30px;
	margin-top: 60px;
	padding: 60px 110px;
}

.form_area__wrap dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	padding: 30px 0;
}

.form_area__wrap dl + dl {
	margin-top: -2px;
}

.form_area__wrap dt {
	position: relative;
	width: 250px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 16px;
}

.form_area__wrap dt .mast {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #dc2f70;
	color: #fff;
	padding: 2px 12px;
	border-radius: 5px;
	font-size: 14px;
}

.form_area__wrap dd {
	width: calc(100% - 250px);
	padding-left: 50px;
	font-weight: bold;
	font-size: 16px;
}

.form_area__wrap .naiyo dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form_area__wrap .naiyo dd [type="radio"] {
	outline: none;
}

.mw_wp_form .horizontal-item {
	margin: 0 5px !important;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"] {
	background: #f2f7f4;
	padding: 12px 10px;
}

.mw_wp_form .zyusho {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mw_wp_form .zyusho dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mw_wp_form .zyusho dd div:first-of-type {
	width: 90px;
}

.mw_wp_form_confirm .zyusho dd div:first-of-type {
	display: none;
}

.mw_wp_form .zyusho dd div:last-of-type {
	width: calc(100% - 90px);
	margin-top: -9px;
}

.mw_wp_form_confirm .zyusho dd div:last-of-type {
	margin-top: 0;
}

.mw_wp_form .zyusho dd div:last-of-type input {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}

.mw_wp_form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: none;
	background: #f2f7f4;
	padding: 10px 30px 10px 15px;
	width: 230px;
}

.mw_wp_form .select {
	display: inline-block;
	position: relative;
}

.mw_wp_form .select::before,
.mw_wp_form .select::after {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-top: 8px solid #40878b;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.mw_wp_form .select::after {
	border-top: none;
	border-bottom: 8px solid #40878b;
	-webkit-transform: translateY(-50%) translateY(-8px);
	-ms-transform: translateY(-50%) translateY(-8px);
	transform: translateY(-50%) translateY(-8px);
}

.mw_wp_form .select::before {
	-webkit-transform: translateY(-50%) translateY(8px);
	-ms-transform: translateY(-50%) translateY(8px);
	transform: translateY(-50%) translateY(8px);
}

.mw_wp_form_confirm .select::before,
.mw_wp_form_confirm .select::after {
	display: none;
}

.mw_wp_form .tel {
	pointer-events: inherit;
}

.mw_wp_form .tel input[type="text"] {
	width: 130px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mw_wp_form .submit_btn [type="submit"] {
	outline: none;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn {
	margin-top: 70px;
	text-align: center;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn [type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #dc2f70;
	border: none;
	padding: 0;
	width: 480px;
	height: 90px;
	font-size: 28px;
	border-radius: 5px;
	color: #fff;
	padding-left: 30px;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label {
	display: inline-block;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label:hover {
	opacity: 0.7;
	cursor: pointer;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::before {
	content: "";
	position: absolute;
	left: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/pc_icon.png) no-repeat center center / contain;
	width: 36px;
	height: 26px;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	height: 15px;
	width: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.mw_wp_form_confirm .submit_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 70px;
	cursor: pointer;
}

.mw_wp_form_confirm .submit_btn [type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #dc2f70;
	border: none;
	padding: 0;
	width: 250px;
	padding: 20px 0;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
}

.mw_wp_form_confirm .submit_btn label {
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mw_wp_form_confirm .submit_btn label:hover {
	opacity: 0.7;
}

.mw_wp_form_confirm .submit_btn label:nth-of-type(n + 2) {
	margin-left: 20px;
}

.mw_wp_form_confirm .submit_btn label.back [type="submit"] {
	background: #b6b6b6;
}

.mw_wp_form_complete .form_area__wrap h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.mw_wp_form_complete .form_area__wrap {
	font-size: 16px;
}

@media screen and (max-width: 767px), print {
	.form_area__inner {
		width: 100%;
		padding: 0 10px;
	}
	.form_area {
		padding: 40px 0;
	}
	.form_area__ttl {
		font-size: 20px;
	}
	.form_area__txt {
		font-size: 14px;
	}
	.form_area__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px;
	}
	.form_area__list li {
		font-size: 3.8vw;
		width: auto;
		padding: 0 3vw;
		height: 11vw;
	}
	.form_area__list li:nth-of-type(n + 2) {
		margin-left: 0;
	}
	.form_area__list li:nth-of-type(n + 2)::before {
		content: "";
		position: absolute;
		left: -4vw;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-75%) rotate(45deg);
		-ms-transform: translateY(-50%) translateX(-75%) rotate(45deg);
		transform: translateY(-50%) translateX(-75%) rotate(45deg);
		height: 3vw;
		width: 3vw;
		border-top: 2px solid #39828a;
		border-right: 2px solid #39828a;
	}
	.form_area__wrap {
		margin-top: 30px;
		border-radius: 10px;
		padding: 20px 25px;
	}
	.form_area__wrap dl {
		display: block;
		padding: 20px 0;
		border-top: 1px solid rgba(217, 217, 217, 0.3);
		border-bottom: 1px solid rgba(217, 217, 217, 0.3);
	}
	.form_area__wrap dl:first-of-type {
		border-top: none;
	}
	.form_area__wrap dl:last-of-type {
		border-bottom: none;
	}
	.form_area__wrap dt,
	.form_area__wrap dd {
		width: 100%;
		padding: 0;
	}
	.form_area__wrap dd {
		margin-top: 10px;
	}
	.mw_wp_form input[type="text"],
	.mw_wp_form input[type="email"],
	.mw_wp_form select {
		display: inline-block;
		width: 100%;
		padding: 8px 10px;
	}
	.mw_wp_form .select {
		width: calc(100% - 40px);
	}
	.mw_wp_form_confirm .select {
		width: auto;
	}
	.mw_wp_form .tel input[type="text"] {
		width: 28%;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn {
		margin-top: 0;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label {
		display: inline-block;
		max-width: 300px;
		width: 100%;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn [type="submit"] {
		padding: 0;
		width: 100%;
		height: 60px;
		font-size: 18px;
		padding-left: 14px;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::before {
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-115px);
		-ms-transform: translateY(-50%) translateX(-115px);
		transform: translateY(-50%) translateX(-115px);
		width: 31px;
		height: 22px;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::after {
		right: 18px;
		height: 8px;
		width: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.mw_wp_form_confirm .submit_btn {
		margin-top: 20px;
	}
	.mw_wp_form_confirm .submit_btn label {
		width: 48%;
	}
	.mw_wp_form_confirm .submit_btn [type="submit"] {
		width: 100%;
		padding: 10px 0;
	}
} /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Roboto:wght@500&display=swap");

@media screen and (min-width: 768px), print {
	[href*="tel:"] {
		pointer-events: none;
	}
	.sp {
		display: none !important;
	}
	.container_inner * {
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
			游ゴシック, "Yu Gothic", sans-serif;
	}
	.mv img {
		width: 100%;
	}

	.contact {
		position: relative;
		text-align: center;
		background: #39828a;
		padding: 85px 0 65px;
		overflow: hidden;
	}

	.contact::after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%) translateX(150px);
		-ms-transform: translateX(-50%) translateX(150px);
		transform: translateX(-50%) translateX(150px);
		height: 100%;
		width: 970px;
		background: url(../images/contact_bg.jpg);
		background-size: cover;
	}

	.contact::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%) translateX(-550px) translateY(50px);
		-ms-transform: translateX(-50%) translateX(-550px) translateY(50px);
		transform: translateX(-50%) translateX(-550px) translateY(50px);
		height: 403px;
		width: 261px;
		background: url(../images/racket.png) no-repeat;
		z-index: 2;
	}

	.contact * {
		position: relative;
		z-index: 1;
	}

	.contact__ttl {
		color: #ffffff;
		font-size: 36px;
	}

	.contact__txt {
		position: relative;
		color: #fff;
		line-height: 2;
		margin-top: 1rem;
		font-size: 18px;
	}

	.contact__txt::after {
		position: absolute;
		content: "";
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		-ms-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		transform: translateX(-50%) translateY(-100px) translateX(-310px);
		height: 130px;
		width: 130px;
		background: url(../images/contact_img.png) no-repeat;
	}

	.contact__cvArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 30px;
	}

	.contact__cvArea__tel span {
		display: block;
	}

	.contact__cvArea__tel a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 46px;
		font-family: "Roboto", sans-serif;
		line-height: 1.3;
		color: #fff;
	}

	.contact__cvArea__tel span {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 16px;
	}

	.contact__cvArea__tel span small {
		font-size: 14px;
		border: 1px solid #fff;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: center;
		margin-right: 15px;
	}

	.contact__cvArea__tel a img {
		margin-right: 1rem;
	}

	.contact__cvArea__tel * {
		color: #fff;
	}

	.contact__cvArea__reserve {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #dc2f70;
		color: #fff !important;
		padding: 15px 50px 15px 30px;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2px;
		border-radius: 5px;
		margin-left: 50px;
	}

	.contact__cvArea__reserve::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(135deg);
		-ms-transform: translateY(-50%) rotate(135deg);
		transform: translateY(-50%) rotate(135deg);
		height: 12px;
		width: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.contact__cvArea__reserve img {
		margin-right: 1.5rem;
		width: 30px;
	}

	.recommend {
		padding: 60px 0;
		background: #f2f7f4;
		text-align: center;
	}

	.recommend__ttl {
		text-align: center;
		font-size: 36px;
	}

	.recommend__ttl span {
		position: relative;
		text-shadow: 2px 1px white;
	}

	.recommend__ttl span::after {
		content: "";
		position: absolute;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-10px);
		-ms-transform: translateX(-100%) translateX(-10px);
		transform: translateX(-100%) translateX(-10px);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__ttl span::before {
		content: "";
		position: absolute;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__list {
		text-align: left;
		display: inline-block;
		min-width: 590px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	.recommend__list li {
		position: relative;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 26px;
		color: #398d82;
		padding-left: 35px;
	}

	.recommend__list li::after {
		content: "";
		position: absolute;
		top: 10px;
		left: 0;
		height: 27px;
		width: 24px;
		background: url(../images/check.png) no-repeat;
		background-size: contain;
	}

	.recommend__list li:nth-of-type(n + 2) {
		margin-top: 10px;
	}

	.recommend__com {
		position: relative;
		background: #fff;
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 600px;
		font-family: "Noto Sans JP", sans-serif;
		border-radius: 20px;
		padding: 10px 0;
		font-size: 18px;
		line-height: 1.7;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	.recommend__com::before {
		content: "";
		width: 65px;
		height: 65px;
		margin-right: 30px;
		background: url(../images/beginner.png) no-repeat center center;
		background-size: contain;
	}

	.senior {
		padding: 40px 0;
		text-align: center;
	}

	.senior__ttl {
		font-size: 36px;
	}

	.senior__ttl span {
		position: relative;
	}

	.senior__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-40px);
		-ms-transform: translateX(-100%) translateX(-40px);
		transform: translateX(-100%) translateX(-40px);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl small {
		font-size: 24px;
	}

	.senior__txt {
		font-size: 18px;
		text-align: center;
		color: #222222;
		font-weight: bold;
	}

	.point {
		position: relative;
		background: #35847a;
		padding: 60px 0;
	}

	.point::before {
		content: "";
		position: absolute;
		background: url(../images/tennis_ball.png);
		background-size: contain;
		height: 37px;
		width: 37px;
		top: 130px;
		left: 130px;
	}

	.point::after {
		content: "";
		position: absolute;
		height: calc(100% - 40px);
		width: calc(100% - 40px);
		border: 3px solid #fff;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		pointer-events: none;
	}

	.point__inner {
		width: 1200px;
		padding: 0 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.point__ttl {
		font-size: 36px;
		text-align: center;
		line-height: 1.3;
		color: #fff;
	}

	.point__ttl span {
		position: relative;
	}

	.point__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-90px);
		-ms-transform: translateX(-100%) translateX(-90px);
		transform: translateX(-100%) translateX(-90px);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl span small {
		font-size: 24px;
	}

	.point__list {
		margin-top: 50px;
	}

	.point__img {
		width: 650px;
	}

	.point__ele {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.point__frame {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #fff;
		width: 580px;
		padding: 30px 40px 40px;
		border-radius: 10px;
	}

	.point__frame::after {
		content: "";
		position: absolute;
		width: 92px;
		height: 99px;
		right: 30px;
		top: -48px;
	}

	.point__ele:nth-of-type(1) .point__frame::after {
		background: url(../images/point_num01.png);
	}

	.point__ele:nth-of-type(2) .point__frame::after {
		background: url(../images/point_num02.png);
	}

	.point__ele:nth-of-type(3) .point__frame::after {
		background: url(../images/point_num03.png);
	}

	.point__frame h3 {
		font-size: 28px;
		line-height: 1.8;
	}

	.point__frame p {
		font-size: 18px;
		margin-top: 10px;
		line-height: 1.8;
	}

	.point__ele:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.point__ele:nth-of-type(even) .point__frame {
		left: auto;
		right: 0;
	}

	.point__ele:nth-of-type(n + 2) {
		margin-top: 50px;
	}
	.point__btn{
		width: 100%;
		text-align: center;
		margin-top: 70px;
	}

	.point__btn a{
		color: #fff;
		display: block;
		width: 720px;
		padding: 40px 0;
		margin: 0 auto;
		font-size: 26px;
		background-color:  rgb(253, 157, 6);
		position: relative;
	}

	.point__btn a::after{
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		right: 25px;
	}

	.kids-point {
		position: relative;
		background: #fff;
		padding: 60px 0;
		color: #fff;
	}

	.kids-point::before {
		content: "";
		position: absolute;
		background: url(../images/20220826-tennis-ball.png);
		background-size: contain;
		height: 48px;
		width: 48px;
		top: 130px;
		left: 130px;
	}

	.kids-point::after {
		content: "";
		position: absolute;
		height: calc(100% - 40px);
		width: calc(100% - 40px);
		border: 3px solid rgb(238, 208, 166);
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		pointer-events: none;
	}

	.kids-point__inner {
		width: 1200px;
		padding: 0 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.kids-point__ttl {
		font-size: 36px;
		text-align: center;
		line-height: 1.3;
		color: #fff;
	}

	.kids-point__ttl span {
		position: relative;
		color: #333;
	}

	.kids-point__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -105px;
		-webkit-transform: translateX(-100%) translateX(-90px);
		-ms-transform: translateX(-100%) translateX(-90px);
		transform: translateX(-100%) translateX(-90px);
		height: 50px;
		width: 43px;
		background: url(../images/20220826-point_ttlBg01.png) no-repeat;
		background-size: contain;
	}

	.kids-point__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/20220826-point_ttlBg01.png) no-repeat;
		background-size: contain;
	}

	.kids-point__ttl span small {
		font-size: 24px;
	}

	.kids-point__list {
		margin-top: 50px;
	}

	.kids-point__btn{
		width: 100%;
		text-align: center;
		margin-top: 70px;
	}

	.kids-point__btn a{
		color: #fff;
		display: block;
		width: 720px;
		padding: 40px 0;
		margin: 0 auto;
		font-size: 26px;
		background-color:  rgb(21, 122, 199);
		position: relative;
	}

	.kids-point__btn a::after{
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		right: 25px;
	}

	.goldenkids-point__btn{
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}

	.goldenkids-point__btn a{
		color: #fff;
		display: block;
		width: 720px;
		padding: 40px 0;
		margin: 0 auto;
		font-size: 26px;
		background-color: #de0700;
		position: relative;
	}

	.goldenkids-point__btn a::after{
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		right: 25px;
	}

	.kids-point__img {
		width: 650px;
	}

	.kids-point__ele {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.kids-point__frame {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #fff;
		width: 580px;
		padding: 30px 20px 40px;
		border-radius: 10px;
	}

	/* .kids-point__frame::after {
		content: "";
		position: absolute;
		width: 92px;
		height: 99px;
		right: 30px;
		top: -48px;
	} */

	.kids-point__ele:nth-of-type(1) .kids-point__frame {
		background-color: rgb(5, 155, 114);
	}

	.kids-point__ele:nth-of-type(2) .kids-point__frame {
		background-color: rgb(208, 64, 121);
	}

	.kids-point__ele:nth-of-type(3) .kids-point__frame {
		background-color: rgb(223, 130, 47);
	}


	.kids-point__frame h3 {
		font-size: 25px;
		line-height: 1.8;
		width: calc(100% - 92px - 24px);
	}

	.kids-point__frame p {
		font-size: 16px;
		margin-top: 10px;
		line-height: 1.8;
		margin-top: 30px;
	}

	.kids-point__textInner{
		display: flex;
		align-items: center;
	}

	.kids-point__num{
		width: 92px;
		height: 102px;
		background-size: cover !important;
		margin-right: 24px;
	}

	.kids-point__ele:nth-of-type(1) .kids-point__num {
		background: url(../images/20220826_tennis-01.png);
	}

	.kids-point__ele:nth-of-type(2) .kids-point__num {
		background: url(../images/20220826_tennis-02.png);
	}

	.kids-point__ele:nth-of-type(3) .kids-point__num {
		background: url(../images/20220826_tennis-03.png);
	}



	.kids-point__ele:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.kids-point__ele:nth-of-type(even) .kids-point__frame {
		left: auto;
		right: 0;
	}

	.kids-point__ele:nth-of-type(n + 2) {
		margin-top: 50px;
	}


	.campaign {
		background: url(../images/20220826-campaign_bg.png) no-repeat center center;
		background-size: cover;
		padding: 60px 0;
		text-align: center;
	}

	.campaign__inner {
		width: 1200px;
		padding: 0 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__inner h2 {
		width: 660px;
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__frame {
		background: #fff;
		border-radius: 20px;
		padding: 40px;
		margin-top: 20px;
	}

	.benefits01 {
		width: 100%;
		background: #fff6c1;
		border-radius: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 50px;
	}

	.benefits01__left {
		width: 140px;
		text-align: left;
	}

	.benefits01__left img {
		width: 110px;
	}

	.benefits01__right {
		width: calc(100% - 140px);
		text-align: left;
	}

	.benefits01__ifame {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/* .benefits01__ifame::after {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    content: "OR";
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    width: 70px;
    height: 70px;
    font-size: 31px;
    background: #39828a;
    -webkit-border-radius: 9999px;
       -moz-border-radius: 9999px;
            border-radius: 9999px;
    color: #fff;
  } */

	.benefits01__ifame div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
		border-radius: 15px;
		border: 4px solid #39828a;
		font-size: 27px;
		padding: 10px 0 10px 30px;
		font-family: "Noto Sans JP", sans-serif;
		letter-spacing: 1px;
		width: 100%;
		min-height: 135px;
		text-align: center;
	}

	.benefits01__ifame div small {
		display: block;
		font-size: 16px;
	}

	.benefits01__ifame div * {
		font-family: "Noto Sans JP", sans-serif;
	}

	.benefits01__ifame div .red {
		color: #ff1515;
	}

	.benefits01__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		margin-top: 20px;
		line-height: 2;
	}

	.benefits01__arrow::before,
	.benefits01__arrow::after{
		content: "";
		width: 20px;
		height: 20px;
		border-top: 3px solid #39828a;
	}

	.benefits02__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 50px;
	}

	.benefits01__left {
		width: 140px;
		text-align: left;
	}

	.benefits01__right {
		width: calc(100% - 140px);
	}

	.benefits02__wrap {
		padding: 40px 50px 20px;
	}

	.benefits02__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
	}

	.benefits02__period {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
		color: #fff;
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 2px solid #39828a;
		border-radius: 9999px;
		font-weight: bold;
	}

	.benefits02__period p:first-of-type {
		width: 335px;
		border-radius: 9999px;
		border: 1px solid #39828a;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 0;
		background: #39828a;
		color: #fff;
	}

	.benefits02__period p:last-of-type {
		width: calc(100% - 335px);
		text-align: center;
		color: #39828a;
	}

	.benefits02 .benefits01__right {
		width: 650px;
	}

	.coach {
		background: url(../images/coach_bg.png);
		padding: 70px 0;
	}

	.coach__inner {
		width: 840px;
		margin-left: auto;
		margin-right: auto;
	}

	.coach__ttl {
		font-size: 36px;
		text-align: center;
		line-height: 1.3;
		color: #fff;
	}

	.coach__ttl span {
		position: relative;
	}

	.coach__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-50px);
		-ms-transform: translateX(-100%) translateX(-50px);
		transform: translateX(-100%) translateX(-50px);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(20px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(20px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(20px) matrix(-1, 0, 0, 1, 0, 0);
		height: 50px;
		width: 43px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl span small {
		font-size: 24px;
	}

	.coach__txt {
		text-align: center;
		margin-top: 25px;
		font-size: 16px;
		color: #fff;
		line-height: 1.8;
	}

	.coach__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.coach__list li {
		position: relative;
		width: calc(100% / 3 - 60px);
		margin: 0 30px;
	}

	.coach__img {
		position: relative;
	}

	.coach__list li .coach__img::after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(45deg) translateX(25%);
		-ms-transform: translateY(-50%) rotate(45deg) translateX(25%);
		transform: translateY(-50%) rotate(45deg) translateX(25%);
		right: -30px;
		height: 15px;
		width: 15px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.coach__list li:nth-of-type(3n) .coach__img::after {
		display: none;
	}

	.coach__list li:nth-of-type(n + 4) {
		margin-top: 25px;
	}

	.coach__txtWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 5px;
	}

	.coach__txtWrap p {
		position: relative;
		top: 5px;
		color: #fff;
		margin-left: 10px;
		font-size: 18px;
	}

	.introduction {
		background: #f2f7f4;
		padding: 60px 0;
	}

	.introduction__inner {
		padding: 0 50px;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.introduction__ttl {
		text-align: center;
		font-size: 36px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.introduction__txt {
		text-align: center;
		margin-top: 25px;
		font-size: 16px;
		line-height: 1.8;
	}

	.introduction__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 40px;
	}

	.introduction__ele {
		width: 180px;
		text-align: center;
	}

	.introduction__ele h4 {
		margin-top: 20px;
		font-size: 18px;
	}

	.introduction__ele p {
		font-size: 13px;
		margin-top: 5px;
	}

	.prevention {
		border: 2px solid #398d82;
		text-align: center;
		padding: 40px;
		margin-bottom: 70px;
	}

	.prevention__ttl {
		font-size: 24px;
		color: #519198;
	}

	.prevention__txt {
		font-size: 16px;
		margin-top: 15px;
		line-height: 1.8;
	}

	.prevention__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 2rem;
	}

	.prevention__list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #f2f7f4;
		width: 130px;
		height: 130px;
		border-radius: 999rem;
	}

	.prevention__list li figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 50px;
	}

	.prevention__list li figure img {
		max-width: auto;
		max-height: 100%;
	}

	.prevention__list li p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 12px;
		color: #398d82;
		font-weight: bold;
		height: 36px;
		margin-top: 0.5rem;
	}

	.access {
		padding: 50px 0 70px;
	}

	.access__inner {
		width: 930px;
		margin-left: auto;
		margin-right: auto;
	}

	.access__ttl {
		text-align: center;
		font-size: 36px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.access__txt {
		text-align: center;
		margin-top: 25px;
		font-size: 16px;
		line-height: 1.8;
	}

	.access__frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 40px;
	}

	.access__adrs {
		line-height: 2;
	}

	.access__adrs p + p {
		margin-top: 15px;
	}

	.access__frame iframe {
		width: 500px;
	}
}

@media screen and (max-width: 767px), print {
	#container {
		overflow: hidden;
	}
	.pc {
		display: none !important;
	}
	.container_inner * {
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
			游ゴシック, "Yu Gothic", sans-serif;
	}
	.mv img {
		width: 100%;
	}

	.contact {
		position: relative;
		text-align: center;
		background: url(../images/campaign_bg_sp.jpg) no-repeat center center;
		background-size: cover;
		padding: 20px 30px;
		overflow: hidden;
	}

	.contact * {
		position: relative;
		z-index: 1;
	}

	.contact__ttl {
		color: #ffffff;
		font-size: 24px;
	}

	.contact__txt {
		position: relative;
		color: #fff;
		line-height: 2;
		margin-top: 1rem;
		font-size: 14px;
		text-align: left;
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}

	.contact__txt::after {
		position: absolute;
		content: "";
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		-ms-transform: translateX(-50%) translateY(-100px) translateX(-310px);
		transform: translateX(-50%) translateY(-100px) translateX(-310px);
		height: 130px;
		width: 130px;
		background: url(../images/contact_img.png) no-repeat;
	}

	.contact__cvArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 20px;
	}

	.contact__cvArea__tel {
		display: block;
		width: 260px;
		white-space: nowrap;
	}

	.contact__cvArea__tel span {
		display: block;
	}

	.contact__cvArea__tel a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 30px;
		font-family: "Roboto", sans-serif;
		line-height: 1.3;
		border-radius: 5px;
		border: 1px solid #fff;
		padding: 5px 0;
		margin-top: 10px;
		width: 100%;
		color: #fff;
	}

	.contact__cvArea__tel span {
		font-size: 12px;
		margin-top: 10px;
	}

	.contact__cvArea__tel span small {
		font-size: 16px;
	}

	.contact__cvArea__tel a img {
		margin-right: 1rem;
		width: 3rem;
	}

	.contact__cvArea__tel * {
		color: #fff;
	}

	.contact__cvArea__reserve {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #dc2f70;
		color: #fff !important;
		padding: 14px 20px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2px;
		border-radius: 5px;
		width: 260px;
	}

	.contact__cvArea__reserve::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(135deg);
		-ms-transform: translateY(-50%) rotate(135deg);
		transform: translateY(-50%) rotate(135deg);
		height: 8px;
		width: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.contact__cvArea__reserve img {
		margin-right: 1.5rem;
		width: 2.3rem;
	}

	.recommend {
		padding: 30px 10px;
		background: #f2f7f4;
		text-align: center;
	}

	.recommend__ttl {
		text-align: center;
		font-size: 20px;
	}

	.recommend__ttl span {
		position: relative;
		text-shadow: 2px 1px white;
	}

	.recommend__ttl span::after {
		content: "";
		position: absolute;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-10px);
		-ms-transform: translateX(-100%) translateX(-10px);
		transform: translateX(-100%) translateX(-10px);
		height: 30px;
		width: 20px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__ttl span::before {
		content: "";
		position: absolute;
		right: 0;
		-webkit-transform: translateX(100%) translateX(5px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 20px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.recommend__list {
		text-align: left;
		margin-top: 20px;
		display: inline-block;
	}

	.recommend__list li {
		position: relative;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		color: #398d82;
		padding-left: 25px;
	}

	.recommend__list li::after {
		content: "";
		position: absolute;
		top: 4px;
		left: 0;
		height: 20px;
		width: 17px;
		background: url(../images/check.png) no-repeat;
		background-size: contain;
	}

	.recommend__list li:nth-of-type(n + 2) {
		margin-top: 10px;
	}

	.recommend__com {
		position: relative;
		background: #fff;
		margin-top: 30px;
		font-family: "Noto Sans JP", sans-serif;
		border-radius: 20px;
		padding: 18px;
		font-size: 16px;
		line-height: 2;
	}

	.recommend__com::after {
		content: "";
		position: absolute;
		left: -10px;
		top: -15px;
		width: 45px;
		height: 45px;
		background: url(../images/beginner.png) no-repeat;
		background-size: contain;
	}

	.senior {
		padding: 20px 10px;
		text-align: center;
	}

	.senior__ttl {
		font-size: 20px;
	}

	.senior__ttl span {
		position: relative;
	}

	.senior__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-10px);
		-ms-transform: translateX(-100%) translateX(-10px);
		transform: translateX(-100%) translateX(-10px);
		height: 30px;
		width: 28px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 28px;
		background: url(../images/recommend_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.senior__ttl small {
		font-size: 14px;
	}

	.senior__txt {
		font-size: 14px;
		text-align: center;
		color: #222222;
		font-weight: bold;
	}

	.point {
		position: relative;
		background: #35847a;
		padding: 20px 20px 40px;
	}

	.point::after {
		content: "";
		position: absolute;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
		border: 2px solid #fff;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		pointer-events: none;
	}

	.point__inner {
		margin-left: auto;
		margin-right: auto;
	}

	.point__ttl {
		font-size: 20px;
		text-align: center;
	}

	.point__ttl span {
		position: relative;
		color: #fff;
	}

	.point__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-45px);
		-ms-transform: translateX(-100%) translateX(-45px);
		transform: translateX(-100%) translateX(-45px);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(5px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.point__ttl small {
		font-size: 14px;
	}

	.point__list {
		margin-top: 40px;
	}

	.point__frame {
		margin-top: -40px;
		position: relative;
		background: #fff;
		padding: 15px;
		border-radius: 10px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.point__ele {
		position: relative;
	}

	.point__ele::after {
		content: "";
		position: absolute;
		width: 72px;
		height: 79px;
		right: 10px;
		top: -28px;
	}

	.point__ele:nth-of-type(1)::after {
		background: url(../images/point_num01.png) no-repeat;
		background-size: contain;
	}

	.point__ele:nth-of-type(2)::after {
		background: url(../images/point_num02.png) no-repeat;
		background-size: contain;
	}

	.point__ele:nth-of-type(3)::after {
		background: url(../images/point_num03.png) no-repeat;
		background-size: contain;
	}

	.point__ele:nth-of-type(4)::after {
		background: url(../images/point_num04.png) no-repeat;
		background-size: contain;
	}
	
	.point__ele:nth-of-type(5)::after {
		background: url(../images/point_num05.png) no-repeat;
		background-size: contain;
	}
	.point__frame h3 {
		font-size: 16px;
		text-align: center;
	}

	.point__frame p {
		font-size: 14px;
		margin-top: 10px;
	}

	.point__ele:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.point__ele:nth-of-type(even) .point__frame {
		left: auto;
		right: 0;
	}

	.point__ele:nth-of-type(n + 2) {
		margin-top: 50px;
	}

	.campaign {
		/* background: url(../images/campaign_bg.png) no-repeat center center; */
		/* background-size: cover;
		padding: 20px 10px; */
		text-align: center;
	}

	.campaign h2 {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__inner {
		margin-left: auto;
		margin-right: auto;
	}

	.campaign__frame {
		background: #fff;
		border-radius: 10px;
		padding: 10px;
		margin-top: 20px;
	}

	.benefits01 {
		position: relative;
		width: 100%;
		background: #fff6c1;
		border-radius: 10px;
		padding: 20px 10px;
	}

	.benefits01__left {
		text-align: left;
	}

	.benefits01__right {
		text-align: left;
	}

	.benefits01__ifame {
		position: relative;
	}

	/* .benefits01__ifame::after {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateY(16px);
       -moz-transform: translateX(-50%) translateY(-50%) translateY(16px);
        -ms-transform: translateX(-50%) translateY(-50%) translateY(16px);
         -o-transform: translateX(-50%) translateY(-50%) translateY(16px);
            transform: translateX(-50%) translateY(-50%) translateY(16px);
    content: "OR";
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    width: 50px;
    height: 50px;
    font-size: 22px;
    background: #39828a;
    -webkit-border-radius: 9999px;
       -moz-border-radius: 9999px;
            border-radius: 9999px;
    color: #fff;
  } */

	.benefits01__ifame div {
		text-align: center;
		background: #fff;
		border-radius: 15px;
		border: 4px solid #39828a;
		font-size: 20px;
		font-family: "Noto Sans JP", sans-serif;
		padding: 25px 20px;
	}

	.benefits01__ifame div:nth-of-type(n + 2) {
		margin-top: 10px;
	}

	.benefits01__ifame div * {
		font-family: "Noto Sans JP", sans-serif;
	}

	.benefits01__ifame div .green {
		color: #39828a;
	}

	.benefits01__ifame div .red {
		color: #ff1515;
	}

	.benefits01__ifame div small {
		text-align: left;
		display: inline-block;
		margin-top: 8px;
	}

	.benefits01__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.8;
	}

	.benefits02 {
		position: relative;
	}

	.benefits02__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 50px;
	}

	.benefits01__left {
		position: absolute;
		top: 10px;
		left: 0;
		width: 55px;
		text-align: left;
		z-index: 1;
	}

	.benefits02__wrap {
		padding: 15px 0px 20px 50px;
	}

	.benefits02__txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		text-align: left;
	}

	.benefits02__period {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
		color: #fff;
		margin-top: 20px;
	}

	.benefits02__period p {
		border-radius: 5px;
		border: 1px solid #39828a;
		font-size: 14px;
		font-weight: bold;
		padding: 8px 20px;
	}

	.benefits02__period p:first-of-type {
		background: #39828a;
		border-radius: 5px 5px 0 0;
	}

	.benefits02__period p:last-of-type {
		color: #39828a;
		border-radius: 0 0 5px 5px;
	}

	.coach {
		background: url(../images/coach_bg.png);
		padding: 30px 10px;
	}

	.coach__ttl {
		font-size: 20px;
		text-align: center;
	}

	.coach__ttl span {
		position: relative;
		color: #fff;
	}

	.coach__ttl span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%) translateX(-30px);
		-ms-transform: translateX(-100%) translateX(-30px);
		transform: translateX(-100%) translateX(-30px);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl span::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%) translateX(10px)
			matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
		height: 30px;
		width: 28px;
		background: url(../images/point_ttlBg.png) no-repeat;
		background-size: contain;
	}

	.coach__ttl small {
		font-size: 14px;
	}

	.coach__list {
		margin-top: 20px;
	}

	.coach__txt {
		text-align: left;
		margin-top: 25px;
		font-size: 14px;
		color: #fff;
		line-height: 1.8;
	}

	.coach__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.coach__list li {
		position: relative;
		width: calc(100% / 2 - 15px);
	}

	.coach__img {
		position: relative;
	}

	.coach__list li .coach__img::after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(45deg) translateX(25%);
		-ms-transform: translateY(-50%) rotate(45deg) translateX(25%);
		transform: translateY(-50%) rotate(45deg) translateX(25%);
		right: -16px;
		height: 10px;
		width: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.coach__list li:nth-of-type(even) .coach__img::after {
		display: none;
	}

	.coach__list li:nth-of-type(n + 3) {
		margin-top: 25px;
	}

	.coach__txtWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 5px;
	}

	.coach__txtWrap figure {
		width: 40px;
	}

	.coach__txtWrap p {
		position: relative;
		top: 5px;
		color: #fff;
		margin-left: 10px;
		font-size: 14px;
		width: calc(100% - 40px);
	}

	.introduction {
		background: #f2f7f4;
		padding: 30px 10px;
	}

	.introduction__inner {
		margin-left: auto;
		margin-right: auto;
	}

	.introduction__ttl {
		text-align: center;
		font-size: 22px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.introduction__txt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}

	.introduction__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 20px;
	}

	.introduction__ele {
		width: 180px;
		text-align: center;
		margin: 0 10px;
	}

	.introduction__ele figure {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.introduction__list .slick-dots {
		bottom: -35px;
	}

	.introduction__list .slick-dots li {
		margin: 0;
	}

	.introduction__list .slick-dots li button:before {
		font-size: 40px;
	}

	.introduction__ele h4 {
		margin-top: 10px;
		font-size: 18px;
	}

	.introduction__ele p {
		font-size: 13px;
		margin-top: 5px;
	}

	.prevention {
		border: 2px solid #398d82;
		text-align: center;
		padding: 15px;
		margin-bottom: 40px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.prevention__ttl {
		font-size: 20px;
		color: #519198;
	}

	.prevention__txt {
		font-size: 14px;
		margin-top: 15px;
		line-height: 1.8;
		text-align: left;
	}

	.prevention__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 2rem;
	}

	.prevention__list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #f2f7f4;
		width: 34vw;
		height: 34vw;
		border-radius: 9999px;
	}

	.prevention__list li:nth-of-type(odd) {
		margin-right: 3rem;
	}

	.prevention__list li:nth-of-type(n + 3) {
		margin-top: 3rem;
	}

	.prevention__list li figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 50px;
	}

	.prevention__list li figure img {
		max-width: auto;
		max-height: 100%;
	}

	.prevention__list li p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 12px;
		color: #398d82;
		font-weight: bold;
		height: 36px;
		margin-top: 0.5rem;
	}

	.access {
		padding: 30px 10px;
	}

	.access__ttl {
		text-align: center;
		font-size: 22px;
		font-family: "Noto Sans JP", sans-serif;
		color: #39828a;
	}

	.access__txt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}

	.access__frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 20px;
	}

	.access__adrs {
		line-height: 1.8;
		margin-top: 20px;
		font-size: 14px;
	}

	.access__adrs p + p {
		margin-top: 15px;
	}

	.access__frame iframe {
		height: 200px;
	}
}

/* 220324追記 */

.form_area {
	background: rgba(129, 177, 150, 0.1);
	padding: 70px 0 60px;
}

.form_area__inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.form_area__ttl {
	text-align: center;
	font-size: 36px;
	color: #519198;
}

.form_area__txt {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}

.mw_wp_form_confirm .form_area__txt {
	display: none;
}

.form_area__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

.form_area__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 210px;
	height: 40px;
	border-radius: 9999px;
	font-size: 18px;
	font-weight: bold;
	color: #40878b;
	background: #fff;
	border: 1px solid #40878b;
}

.mw_wp_form_input .form_area__list li:first-of-type,
.mw_wp_form_confirm .form_area__list li:nth-of-type(2),
.mw_wp_form_complete .form_area__list li:last-of-type {
	background: #40878b;
	color: #fff;
}

.form_area__list li:nth-of-type(n + 2) {
	position: relative;
	margin-left: 60px;
}

.form_area__list li:nth-of-type(n + 2)::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-75%) rotate(45deg);
	-ms-transform: translateY(-50%) translateX(-75%) rotate(45deg);
	transform: translateY(-50%) translateX(-75%) rotate(45deg);
	height: 15px;
	width: 15px;
	border-top: 3px solid #39828a;
	border-right: 3px solid #39828a;
}

.form_area__wrap {
	background: #fff;
	border-radius: 30px;
	margin-top: 60px;
	padding: 60px 110px;
}

.form_area__wrap dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	padding: 30px 0;
}

.form_area__wrap dl + dl {
	margin-top: -2px;
}

.form_area__wrap dt {
	position: relative;
	width: 250px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 16px;
}

.form_area__wrap dt .mast {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #dc2f70;
	color: #fff;
	padding: 2px 12px;
	border-radius: 5px;
	font-size: 14px;
}

.form_area__wrap dd {
	width: calc(100% - 250px);
	padding-left: 50px;
	font-weight: bold;
	font-size: 16px;
}

.form_area__wrap .naiyo dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form_area__wrap .naiyo dd [type="radio"] {
	outline: none;
}

.mw_wp_form .horizontal-item {
	margin: 0 5px !important;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"] {
	background: #f2f7f4;
	padding: 12px 10px;
}

.mw_wp_form .zyusho {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mw_wp_form .zyusho dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mw_wp_form .zyusho dd div:first-of-type {
	width: 90px;
}

.mw_wp_form_confirm .zyusho dd div:first-of-type {
	display: none;
}

.mw_wp_form .zyusho dd div:last-of-type {
	width: calc(100% - 90px);
	margin-top: -9px;
}

.mw_wp_form_confirm .zyusho dd div:last-of-type {
	margin-top: 0;
}

.mw_wp_form .zyusho dd div:last-of-type input {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}

.mw_wp_form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: none;
	background: #f2f7f4;
	padding: 10px 30px 10px 15px;
	width: 230px;
}

.mw_wp_form .select {
	display: inline-block;
	position: relative;
}

.mw_wp_form .select::before,
.mw_wp_form .select::after {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-top: 8px solid #40878b;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.mw_wp_form .select::after {
	border-top: none;
	border-bottom: 8px solid #40878b;
	-webkit-transform: translateY(-50%) translateY(-8px);
	-ms-transform: translateY(-50%) translateY(-8px);
	transform: translateY(-50%) translateY(-8px);
}

.mw_wp_form .select::before {
	-webkit-transform: translateY(-50%) translateY(8px);
	-ms-transform: translateY(-50%) translateY(8px);
	transform: translateY(-50%) translateY(8px);
}

.mw_wp_form_confirm .select::before,
.mw_wp_form_confirm .select::after {
	display: none;
}

.mw_wp_form .tel {
	pointer-events: inherit;
}

.mw_wp_form .tel input[type="text"] {
	width: 130px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mw_wp_form .submit_btn [type="submit"] {
	outline: none;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn {
	margin-top: 70px;
	text-align: center;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn [type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #dc2f70;
	border: none;
	padding: 0;
	width: 480px;
	height: 90px;
	font-size: 28px;
	border-radius: 5px;
	color: #fff;
	padding-left: 30px;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label {
	display: inline-block;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label:hover {
	opacity: 0.7;
	cursor: pointer;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::before {
	content: "";
	position: absolute;
	left: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/pc_icon.png) no-repeat center center / contain;
	width: 36px;
	height: 26px;
}

.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	height: 15px;
	width: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.mw_wp_form_confirm .submit_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 70px;
	cursor: pointer;
}

.mw_wp_form_confirm .submit_btn [type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #dc2f70;
	border: none;
	padding: 0;
	width: 250px;
	padding: 20px 0;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
}

.mw_wp_form_confirm .submit_btn label {
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mw_wp_form_confirm .submit_btn label:hover {
	opacity: 0.7;
}

.mw_wp_form_confirm .submit_btn label:nth-of-type(n + 2) {
	margin-left: 20px;
}

.mw_wp_form_confirm .submit_btn label.back [type="submit"] {
	background: #b6b6b6;
}

.mw_wp_form_complete .form_area__wrap h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.mw_wp_form_complete .form_area__wrap {
	font-size: 16px;
}

dl.nenrei select {
	width: 100px;
}

@media screen and (max-width: 767px), print {
	.form_area__inner {
		width: 100%;
		padding: 0 10px;
	}
	.form_area {
		padding: 40px 0;
	}
	.form_area__ttl {
		font-size: 20px;
	}
	.form_area__txt {
		font-size: 14px;
	}
	.form_area__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px;
	}
	.form_area__list li {
		font-size: 3.8vw;
		width: auto;
		padding: 0 3vw;
		height: 11vw;
	}
	.form_area__list li:nth-of-type(n + 2) {
		margin-left: 0;
	}
	.form_area__list li:nth-of-type(n + 2)::before {
		content: "";
		position: absolute;
		left: -4vw;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-75%) rotate(45deg);
		-ms-transform: translateY(-50%) translateX(-75%) rotate(45deg);
		transform: translateY(-50%) translateX(-75%) rotate(45deg);
		height: 3vw;
		width: 3vw;
		border-top: 2px solid #39828a;
		border-right: 2px solid #39828a;
	}
	.form_area__wrap {
		margin-top: 30px;
		border-radius: 10px;
		padding: 20px 25px;
	}
	.form_area__wrap dl {
		display: block;
		padding: 20px 0;
		border-top: 1px solid rgba(217, 217, 217, 0.3);
		border-bottom: 1px solid rgba(217, 217, 217, 0.3);
	}
	.form_area__wrap dl:first-of-type {
		border-top: none;
	}
	.form_area__wrap dl:last-of-type {
		border-bottom: none;
	}
	.form_area__wrap dt,
	.form_area__wrap dd {
		width: 100%;
		padding: 0;
	}
	.form_area__wrap dd {
		margin-top: 10px;
	}
	.mw_wp_form input[type="text"],
	.mw_wp_form input[type="email"],
	.mw_wp_form select {
		display: inline-block;
		width: 100%;
		padding: 8px 10px;
	}
	.mw_wp_form .select {
		width: calc(100% - 40px);
	}
	.mw_wp_form_confirm .select {
		width: auto;
	}
	.mw_wp_form .tel input[type="text"] {
		width: 28%;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn {
		margin-top: 0;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label {
		display: inline-block;
		max-width: 300px;
		width: 100%;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn [type="submit"] {
		padding: 0;
		width: 100%;
		height: 60px;
		font-size: 18px;
		padding-left: 14px;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::before {
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-115px);
		-ms-transform: translateY(-50%) translateX(-115px);
		transform: translateY(-50%) translateX(-115px);
		width: 31px;
		height: 22px;
	}
	.mw_wp_form:not(.mw_wp_form_confirm) .submit_btn label::after {
		right: 18px;
		height: 8px;
		width: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.mw_wp_form_confirm .submit_btn {
		margin-top: 20px;
	}
	.mw_wp_form_confirm .submit_btn label {
		width: 48%;
	}
	.mw_wp_form_confirm .submit_btn [type="submit"] {
		width: 100%;
		padding: 10px 0;
	}
	dl.nenrei label {
		width: 80px !important;
	}
	dl.nenrei label:nth-of-type(n + 2) {
		width: 60px !important;
	}
	dl.nenrei label select {
		width: 100% !important;
	}
}


/* 追従追加 */

.mv{
	position: relative;
	z-index: 200;
}

.banner{
	position: relative;
	z-index: 200;
}

.fixed-link{
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 100;
}

.fixed-link__tel{
	font-size: 20px;
	display: block;
	margin-bottom: 16px;
}

.fixed-link__tel img{
	filter: brightness(0.3);
}

.fixed-link__contact{
	margin: 0;
}

@media screen and (max-width: 767px), print {

	.fixed-link{
		width: 100%;
		height: 45px;
		bottom: 0;
		right: 0;
		flex-direction: row;
		z-index: 300;
	}

	.fixed-link__tel{
		height: 100%;
		font-size: 16px;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		margin-bottom: 0;
	}

	.fixed-link__tel a{
		font-size: 12px;
		display: block;
	}

	.fixed-link__tel img{
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.fixed-link__contact{
		width: 50%;
		font-size: 12px;
		height: 100%;
		border-radius: 0;
	}


}

.age dd input{
	width: 100px;
}

@media screen and (max-width: 767px), print {
	.age dd input{
		width: 22% !important;
	}

}