﻿@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
  background: #FFFFFF;
  color: #333333;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
html .goti,
html .goti form * {
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form * {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.lato{
  font-family: "Lato", sans-serif;
}
.kaisei{
	font-family: "Kaisei HarunoUmi", serif;
}
body {
  width: 100%;
  font-size: 100%;
  text-align: center;
}
main {
  overflow: hidden;
  width: 100%;
}
.sitewrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:1220px) {
  html {
    font-size: 14px;
  }
  .sitewrap {
    width: 100%;
    min-width: 0;
  }
  .sitewrap>* {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width:1020px) {
  .sitewrap>* {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:767px) {
  html {
    font-size: 14px;
  }
  .sitewrap>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* header
-------------------------------------------------------------------*/
header#fix_menu {
  position: absolute;
  top: 51.5px;
  left: 0;
  right: 0;
  z-index: 999;
}
header#fix_menu.fixedMenu {
  position: fixed;
  top: 0;
  background: #fff;
}
.menu_top {
  position: relative;
  overflow: hidden;
}
.menu_top #site_ttl {
  float: left;
  padding: 10px;
  white-space: nowrap;
}
.menu_top #site_ttl a {
  display: inline-block;
  vertical-align: middle;
}
.menu_top #site_ttl a {
  transition: .5s opacity;
}
.menu_top #site_ttl a:hover {
  opacity: 0.7;
}
.menu_top #site_ttl a img {
  height: 70px;
}
.menu_top .header-menu {
  float: right;
  display: flex;
  align-items: flex-end;
  margin-right: 1em;
}
.menu_top .header-menu .tel_link{
	padding-block: 20px;
}
@media screen and (max-width:1330px) {
  .menu_top .header-menu {
    align-items: flex-start;
  }
  .menu_top .header-menu .tel_link a {
    display: block;
    max-width: 200px;
    padding-top: 1em;
  }
  .menu_top .header-menu .tel_link a img {
    max-width: 100%;
  }
}
@media screen and (max-width:767px) {
  header#fix_menu {
    top: 55.5px;
  }
  .menu_top #site_ttl {
    padding: 7.5px;
  }
  .menu_top #site_ttl a img {
    height: 45px;
  }
  .menu_top .header-menu {
    align-items: flex-end;
    max-width: 191px;
    width: 51%;
   background:transparent;
    border-radius: 0 0 10px 10px;
    padding: 16px 0.5em;
    margin-right: 0.5em;
  }
	.menu_top .header-menu .tel_link{
		padding-block:5px;
	}
  .menu_top .header-menu .tel_link a {
    max-width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width:340px) {
  .menu_top #site_ttl a img {
    height: 35px;
  }
}

/* content
-------------------------------------------------------------------*/
/*common*/
.gakuwari_btn{
	position: relative;
	z-index: 15;
}
.gakuwari_btn{
	text-align:center;
	margin: 1em auto 0;
}
.gakuwari_btn a{
	position:relative;
	z-index:15;
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:514px;
	min-height:3.65em;
	border-radius:45px;
	border:solid 2px #fff;
	color:#fff;
	background:#e93d61;
	font-size:1.5rem;
	font-weight:bold;
	padding:10px;
	margin:0 auto 2px;
	text-decoration:none;
	transition:background .4s,color .4s,transform .4s;
}
.gakuwari_btn a:after{
	content: "";
	width:19px;
	height:15px;
	background: url(../img/lp-gakuwari-01/img-arrow.svg);
	background-size:contain;
	position: absolute;
	margin:auto;
	top:0;
	bottom:0;
	right: 4%;
	transition:background-image .4s;
}
.gakuwari_btn a span{
	position:relative;
	padding-left:2em;
}
.gakuwari_btn a span:before{
	content: "";
	width:42px;
	height:32px;
	background: url(../img/lp-gakuwari-01/ico-cap.svg);
	background-size:contain;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	transition:background-image .4s
}
@media (any-hover: hover) {
	.gakuwari_btn a:hover{
		background: #fff;
		color: #e93d61;
		opacity:1;
		transform:translateY(2px);
	}
	.gakuwari_btn a:hover:after{
		background-image: url(../img/lp-gakuwari-01/img-arrow_red.svg);
	}
	.gakuwari_btn a:hover span:before{
		background-image: url(../img/lp-gakuwari-01/ico-cap_red.svg);
	}
}
@media screen and (max-width:768px) {
	.gakuwari_btn a{
	position:relative;
		min-height:3.76em;
		border-width:1px;
		font-size:1.14rem;
	}
	.gakuwari_btn a:after{
		width:18px;
		height:14px;
	}
	.gakuwari_btn a span:before{
		content: "";
		width: 26px;
		height:20px;
	}
}

/*animation*/
@keyframes mv_left {
	0% { transform:translate(7%,7%) ; opacity:0 ;}
	30% { transform:translate(0,0); opacity:1;}
	100% { transform:translate(0,0); opacity:1;}
}
@keyframes mv_right {
	0% { transform:translate(-7%,7%) ; opacity:0 ;}
	30% { transform:translate(0,0); opacity:1;}
	100% { transform:translate(0,0); opacity:1;}
}
@media screen {
	.mv_left{
		opacity:0 ;
		transform:translate(-7%,-7%)
	}
	.once.mv_left{
		animation:mv_left 2s 1.4s forwards;
	}
	.mv_right{
		opacity:0 ;
		transform:translate(-7%,7%)
	}
	.once.mv_right{
		animation:mv_right 2s 1.4s  forwards;
	}
}


/*visual*/
.visual{
	position: relative;
	z-index:20;
	background: url(../img/lp-gakuwari-01/bg-mv.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.visual .visual_wrap{
	position:relative;
	z-index: 15;
	padding-block: 2.5em 0;
}
.visual .mv-title{
	position:relative;
	z-index:20;
	margin-bottom: 3em;
}
.visual .mv-title img{
	max-width:100%;
	height:auto;
}
.visual .mv-title .fikidashi-left{
	position:absolute;
	z-index: 25;
	left: 16%;
	top: -3%;
	width: 15%;
}
.visual .mv-title .fikidashi-right{
	position:absolute;
	z-index:25;
	right: 15%;
	top: 2%;
	width: 16%;
}
.visual .mv-title .mv_style{
	font-size:2.375rem;
	font-weight:bold;
	text-align:center;
	position:relative;
	z-index:20;
}
.visual .mv-title .mv_style:before{
	content: "";
	width:212px;
	height:216px;
	background: url(../img/lp-gakuwari-01/deco-mv_left.png);
	background-size:contain;
	position: absolute;
	top: 23%;
	bottom:0;
	left: 11.5%;
	margin:auto;
}
.visual .mv-title .mv_style:after{
	content: "";
	width:204px;
	height:230px;
	background: url(../img/lp-gakuwari-01/deco-mv_right.png);
	background-size:contain;
	position: absolute;
	top: 41%;
	bottom:0;
	right: 11%;
	margin:auto;
}
.visual .mv-title .mv_style .mv_blue{
	font-size: 3rem;
	color:#0d3d82;
}
.visual .mv-title .mv_style .txt_box{
	line-height:1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75em;
	margin-top: 0.25em;
}
.visual .mv-title .mv_style .txt_box span{
	font-size:10.625rem;
	display:block;
	line-height:1;
	width: 1.147em;
	height: 1.147em;
	border: 5px solid #e93d61;
	border-radius: 10px;
	box-shadow: 6px 6px 0px #e93d61;
	font-weight: 600;
	padding: 0 15px 15px;
}
.visual .mv_bottom{
	max-width: 800px;
	margin:0 auto;
	background:#0d3d82;
	border-radius: 30px 30px 0 0;
	padding:0 30px 30px;
	position:relative;
	z-index:20;
}
.visual .mv_illust_left{
	content: "";
	width: 31.625%;
	position: absolute;
	bottom:0;
	left: -37%;
	margin:auto;
}
.visual .mv_illust_right{
	content: "";
	width: 24.625%;
	position: absolute;
	bottom:0;
	right: -32%;
	margin:auto;
}
.visual .mv_bottom .txt-image{
	position:relative;
	z-index:5;
	margin:0 auto;
	top:-1em;
	width: 92%;
	left: -1em;
}
.visual .mv_bottom .txt-image img{
	max-width:100%;
	height:auto;
}
@media screen and (max-width:1400px) {
	.visual .mv_illust_left{
		left:-30%;
	}
	.visual .mv_illust_right{
		right:-25%;
	}
}
@media screen and (max-width:1200px) {
	.visual .visual_wrap{
		padding-top:8em;
	}
	.visual .mv-title .mv_style .txt_box span{
		padding:20px;
	}
	.visual .mv-title .fikidashi-left{
		left: 14%;
	}
	.visual .mv-title .fikidashi-right{
		width: 14%;
	}
	.visual .mv-title .mv_style{
		font-size:min(2.375rem,2.8vw);
	}
	.visual .mv-title .mv_style .txt_box span{
		font-size: min(10.625rem,13vw);
		padding: 0 15px;
	}
	.visual .mv-title .mv_style .mv_blue{
		font-size: min(3rem,3.5vw);
	}
	.visual .mv-title .mv_style:before{
		width: 19.203%;
		height: 87.8%;
		background-repeat: no-repeat;
	}
	.visual .mv-title .mv_style:after{
		width: 18.479%;
		height: 93.49%;
		background-repeat: no-repeat;
	}
	.visual .mv_bottom{
		width:65%;
	}
}
@media screen and (max-width:768px) {
	.visual{
		background-image: url(../img/lp-gakuwari-01/bg-mv_sp.jpg);
		background-position:top center;
	}
	.visual .visual_wrap{
		padding-block: 4.5em 0;
	}
	.visual .mv-title{
		margin-bottom: 3em;
	}
	.visual .mv-title .fikidashi-left{
		left: -2%;
		width: 25.51%;
		top: -12%;
	}
	.visual .mv-title .fikidashi-right{
		right: 5%;
		width: 22.32%;
		top: -7%;
	}
	.visual .mv-title .mv_style{
		font-size: 1.57rem;
	}
	.visual .mv-title .mv_style:before{
		content: "";
		width: 100px;
		height: 93px;
		background-image: url(../img/lp-gakuwari-01/deco-mv_left_sp.png);
		top: -25%;
		left: -20px;
	}
	.visual .mv-title .mv_style:after{
		content: "";
		width: 93px;
		height: 93px;
		background-image: url(../img/lp-gakuwari-01/deco-mv_right_sp.png);
		top: -58%;
		bottom:0;
		right: -20px;
		margin:auto;
	}
	.visual .mv-title .mv_style .mv_blue{
		font-size: 2rem;
	}
	.visual .mv-title .mv_style .txt_box{
		line-height:1;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0.75em;
		margin-top: 0.5em;
	}
	.visual .mv-title .mv_style .txt_box span{
		font-size: 6.57rem;
		width: 1.147em;
		height: 1.147em;
		border-width: 3px;
		border-radius: 5px;
		box-shadow: 3px 3px 0px #e93d61;
		padding: 0 10px;
	}
	.visual .mv_bottom{
		border-radius: 15px 15px 0 0;
		padding: 0 0 15px;
		position:relative;
		z-index:20;
		width: 100%;
	}
	.visual .mv_bottom:before{
		content:"";
		width:100%;
		height:30px;
		background:#0d3d82;
		position:absolute;
		top:0;
		left:0;
		right:0;
		margin:auto;
		border-radius:10px 10px 0 0;
	}
	.visual .mv_bottom .txt-image{
		width: 100%;
		left: 4%;
		top: -1.5em;
	}
	.visual .gakuwari_btn{
		margin-block:0;
	}
	.visual .mv_illust_left{
		content: "";
		width: 100px;
		position: absolute;
		top: -117px;
		left: -7%;
		margin:auto;
		max-height: fit-content;
		bottom: auto;
		z-index: -1;
	}
	.visual .mv_illust_right{
		content: "";
		width: 83px;
		position: absolute;
		top: -124px;
		bottom: auto;
		right: -4%;
		margin:auto;
		max-height: fit-content;
		z-index: -1;
	}
}


/*useful*/
.useful{
	position:relative;
	z-index:20;
	background: rgb(7,117,186);
	background: linear-gradient(334deg, rgba(7, 117, 186, 1) 0%, rgb(24 146 212) 100%);
	padding-block:3em 4em;
}
.useful:before{
	content: "";
	width: 100%;
	height: 463px;
	background: url(../img/lp-gakuwari-01/bg-useful.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	z-index: 0;
	
}
.useful .useful_inner{
	position:relative;
	z-index:5;
}
.useful .useful_area{
	max-width:1100px;
	margin: 0 auto 2.5em;
	padding-left: 50px;
	position:relative;
	z-index:20;
}
.useful .useful_area .useful_image{
	position:absolute;
	z-index:5;
	width: 34%;
	left: 6%;
}
.useful .useful_area .useful_txt{
	width: 60%;
	margin-left: auto;
}
.useful .useful_area .useful_style{
	font-size: 2.5rem;
	font-weight:500;
	margin-bottom: 1rem;
	display: inline-block;
	padding: 0.8em 1.1em 0.8em 1.05em;
	background: #fff;
	line-height: 1;
	border-radius: 20px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
.useful .useful_area .useful_style:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 20px solid #ffffff;
	border-left: 0;
	position:absolute;
	left:-20px;
	top:0;
	bottom:0;
	margin:auto;
}
.useful .useful_area .useful_style .underline{
	font-size: 3.125rem;
	font-weight:bold;
	background: linear-gradient(transparent 70%, #ffe400 30%);
	line-height: 1;
}
.useful .useful_area .useful_font{
	padding-left:1em;
}
.useful .useful_area .useful_font em{
	font-size: 1.75rem;
	font-weight:500;
	display:block;
	margin-bottom:0.125em;
}
.useful .useful_area .useful_font em .underline{
	font-size: 2.25rem;
	font-weight:bold;
	background: linear-gradient(transparent 70%, #ffe400 30%);
}
.useful .useful_area .useful_font p{
	font-size: 1.125rem;
	font-weight: 500;
}
.useful .useful_area .useful_font p .white_plan{
	color:#0d3d82;
	font-size: 1.5rem;
	font-weight:bold;
	display:inline-block;
	padding:0.125em 0em;
	background:#fff;
	margin-right:0.25em;
}
.useful .price_area{
	position:relative;
	z-index:20;
	max-width: 1010px;
	margin: 6em auto 0;
	text-align: center;
}
.useful .price_area .price_image{
	margin: 0 auto;
}
.kakko_style{
	position:relative;
	z-index:5;
	display: inline-block;
	font-size: 3rem;
}
.kakko_style span{
	position:relative;
	z-index:15;
	font-size: 3rem;
	text-align:center;
	max-width:fit-content;
	margin:0 auto 1em;
	font-weight:bold;
	color:#ffe400;
	padding: 0.4375em 1.3125em;
	line-height: 1;
	display:block;
}
.kakko_style:before,
.kakko_style:after,
.kakko_style span:before,
.kakko_style span:after{
	content:"";
	width: 0.4167em;
	height: 0.4167em;
	border-left:4px solid #ffe400;
	border-top:4px solid #ffe400;
	position:absolute;
}
.kakko_style:before{
	left: 0;
	top: 0;
}
.kakko_style:after{
	right: 0;
	top: 0;
	transform:rotate(90deg);
}
.kakko_style span:before{
	left: 0;
	bottom: 0;
	transform:rotate(-90deg);
}
.kakko_style span:after{
	right: 0;
	bottom: 0;
	transform:rotate(180deg);
}
@media screen and (max-width:1200px) {
	.useful .price_area{
		margin: 8em auto 0;
	}
	.useful:before{
		height:65%;
	}
	.useful .useful_area .useful_style{
		font-size: 2rem;
	}
	.useful .useful_area .useful_style .underline{
		font-size: 2.75rem;
	}
	.useful .useful_area .useful_font em{
		font-size: 1.375rem;
	}
	.useful .useful_area .useful_font em .underline{
		font-size: 1.875rem;
	}
	.useful .useful_area .useful_font p{
		font-size: 1rem;
	}
	.kakko_style,
	.kakko_style span{
		font-size:2.5rem;
	}
	.useful .useful_area .useful_font p .white_plan{
		font-size: 1.125rem;
	}
	.useful{
		padding-block:5em 3em;
	}
}
@media screen and (max-width:768px) {
	.useful{
		padding-block: 2.5em 4em;
		overflow: hidden;
	}
	.useful:before{
		content: "";
		width: 100%;
		height:100%;
		background-image: url(../img/lp-gakuwari-01/bg-useful_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top -13vw center;
		position: absolute;
		top:0;
		left:0;
		right:0;
		margin:auto;
		z-index: 0;
	}
	.useful .useful_area{
		margin:0 auto 2em;
		padding-left:0px;
		text-align: center;
	}
	.useful .useful_area .useful_image{
		width: 58.265%;
		left: 0;
		right: 0;
		margin: auto;
		top: 5em;
	}
	.useful .useful_area .useful_txt{
		width: 100%;
		margin-left: 0;
	}
	.useful .useful_area .useful_style{
		font-size: 1.42rem;
		border-radius: 10px;
		margin: 0px auto 39%;
		padding: 0.825em 0.85em;
	}
	.useful .useful_area .useful_style:before{
		border-top-width: 10px;
		border-bottom-width:10px;
		border-right-width:16px;
		left:0px;
		right:0;
		top:auto;
		bottom:-15px;
		transform:rotate(-90deg)
	}
	.useful .useful_area .useful_style .underline{
		font-size: 1.78rem;
	}
	.useful .useful_area .useful_font em{
		font-size: 1.28rem;
	}
	.useful .useful_area .useful_font em .underline{
		font-size: 1.64rem;
	}
	.useful .useful_area .useful_font p{
		font-size: 1.125rem;
		line-height: 2;
	}
	.useful .useful_area .useful_font p .white_plan{
		font-size: 1.42rem;
		line-height: 1.25;
	}
	.useful .price_area{
		position:relative;
		z-index:20;
		max-width:1000px;
		margin: 5em auto 0;
		text-align: center;
	}
	.useful .price_area .price_image{
		margin: 0 auto;
		padding: 0 22px;
	}
	.useful .price_area .price_image img + img{
		margin-top:2.07em
	}
	.kakko_style{
		font-size: 2.07rem;
	}
	.kakko_style span{
		margin:0 auto 1em;
		padding: 0.38em 1.278em;
		font-size: 2.07rem;
	}
	.kakko_style:before,
	.kakko_style:after,
	.kakko_style span:before,
	.kakko_style span:after{
		width: 0.38em;
		height: 0.38em;
		border-left-width: 2px;
		border-top-width: 2px;
	}
}
@media screen and (max-width:768px) and (min-width:540px) {
	.useful:before{
		background-position: top -35vw center;
	}
}
@media screen and (max-width:415px) {
	.useful:before{
		background-position: top -5vw center;
	}
}
@media screen and (max-width:380px) {
	.useful:before{
		background-position: top 0vw center;
	}
}
@media screen and (max-width:330px) {
	.useful:before{
		background-position: top 0vw center;
	}
	.useful .useful_area .useful_style{
		font-size: 1.21rem;
	}
	.useful .useful_area .useful_style .underline{
		font-size: 1.56rem;
	}
	.useful .useful_area .useful_font em{
		font-size: 1.14rem;
	}
	.useful .useful_area .useful_font em .underline{
		font-size: 1.47rem;
	}
	.useful .useful_area .useful_font p .white_plan{
		font-size: 1.21rem;
	}
}

/*regulations*/
.regulations{
	position:relative;
	z-index:20;
	padding-block:6em 7em;
	background:url(../img/lp-gakuwari-01/bg-regulations.jpg);
	background-size:contain;
}
.regulations .regulations_wrap{
	max-width:1000px;
	margin:0 auto;
	background:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	padding: 60px;
	border-radius: 20px;
	text-align: center;
}
.regulations .regulations_wrap .kakko_style span{
	color:#0d3d82;
}
.regulations .regulations_wrap .kakko_style:before,
.regulations .regulations_wrap .kakko_style:after,
.regulations .regulations_wrap .kakko_style span:before,
.regulations .regulations_wrap .kakko_style span:after{
	border-left-color:#0d3d82;
	border-top-color:#0d3d82;
}
.regulations .regulations_wrap ul{
	text-align:left;
	max-width:770px;
	margin:0 auto;
}
.regulations .regulations_wrap ul li{
	font-size:1.125rem;
	font-weight:500;
}
.regulations .regulations_wrap ul li + li{
	margin-top:0.5em;
}
@media screen and (max-width:768px) {
	.regulations{
		padding-block: 3em;
		background-image: url(../img/lp-gakuwari-01/bg-regulations_sp.jpg);
	}
	.regulations .regulations_wrap{
		padding: 30px 15px;
		border-radius: 10px;
	}
	.regulations .regulations_wrap ul li{
		font-size:1rem;
	}
}

/*plan*/
.plan{
	position:relative;
	z-index:25;
	background: #f3f6fd;
}
.plan_title{
	background:#fcc800;
	position:relative;
	z-index:25;
}
.plan_title:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 70px solid transparent;
	border-left: 70px solid transparent;
	border-top: 56px solid #fcc800;
	border-bottom: 0;
	position:absolute;
	left:0;
	right:0;
	bottom:-55px;
	margin:auto;
}
.plan_title_wrtap{
	position:relative;
	z-index:20;
	display:flex;
	justify-content:space-between;
	align-items: center;
	max-width:1000px;
	margin:0 auto;
}
.plan_title_wrtap img{
	max-width:100%;
	height:auto;
}
.plan_title_wrtap .plan_gakuwari{
	position:relative;
	z-index:5;
	top: -30px;
	width: 17.5%;
}
.plan_title_wrtap .plan_style{
	color:#0031ab;
	font-size:2.25rem;
	font-weight:bold;
	height: 100%;
	display:flex;
	justify-content:center;
	align-items: center;
	position:relative;
	z-index:10;
}
.plan_title_wrtap .plan_style .underline{
	background: linear-gradient(transparent 70%, #fff 30%);
	font-size: 2.75rem;
}
.dots {
	background-image: radial-gradient(circle at center, #0031ab 15%, transparent 15%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	padding-top: .1em;
}
.plan_title_wrtap .plan_image{
	position:relative;
	z-index:5;
	margin-top: -3em;
	width: 20%;
}
.plan_intro{
	background:#0d3d82;
	color:#fff;
	padding-block: 85px 75px;
}
.plan_intro .plan_style02{
	position:relative;
	z-index:15;
	font-size:2.25rem;
	font-weight:bold;
	max-width: fit-content;
	margin: 0 auto 1em;
}
.plan_intro .plan_style02:before,
.plan_intro .plan_style02:after{
	content: "";
	width:28px;
	height:45px;
	background: url(../img/lp-gakuwari-01/img-chuunichi_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top:0;
	bottom:0;
	left: -7%;
	margin:auto;
	z-index: 0;
	background-position: top center;
}
.plan_intro .plan_style02:after{
	background-image: url(../img/lp-gakuwari-01/img-chuunichi_right.png);
	left:auto;
	right:-5%;
}
.otoku-title{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	max-width:1000px;
	margin: 0 auto 2em;
	height:200px;
}
.otoku-title .otoku-tit{
	width:40%;
	display:flex;
	justify-content:center;
	align-items: center;
	background:#fcc800;
	border-radius:10px 0 0 10px;
	padding:20px;
	border-right:2px solid #0d3d82;
}
.otoku-title .otoku-tit .plan_style03{
	color:#0d3d82;
	font-size:1.375rem;
	font-weight:500;
	text-align:center;
}
.otoku-title .otoku-tit .plan_style03 span{
	display:block;
	font-size:2.75rem;
	font-weight:bold;
	line-height: 1.2;
}
.otoku-title .otoku_price{
	width:60%;
	background:#fff;
	border-radius:0 10px 10px 0;
}
.otoku-title .otoku_price_image{
	position:relative;
	z-index:5;
	top:30%;
	transform:translateY(-50%);
	right: -5%;
	width: 100%;
}
.chunichi-col{
	position:relative;
	z-index:5;
	max-width: 632px;
	margin: 3em auto 0;
}
.chunichi-image{
	float:left;
	margin-right: 1.25em;
}
.chunichi_style04{
	font-size:1.375rem;
	font-weight:bold;
	color:#fcc800;
	margin-bottom: 0.5em;
	padding-top: 1.5em;
}
.chunichi-col p{
	font-weight:500;
	line-height: 1.875;
}
@media screen and (max-width: 1000px) {
	.plan_title_wrtap .plan_style{
		font-size:2rem;
	}
	.plan_title_wrtap .plan_style .underline{
		font-size: 2.55rem;
	}
}
@media screen and (max-width:768px) {
	.plan_title:before{
		border-right-width:17px;
		border-left-width: 17px;
		border-top-width:22px;
		bottom:-21px;
	}
	.plan_title_wrtap .plan_gakuwari{
		position:relative;
		z-index:5;
		top: -11px;
		width: 39.04%;
	}
	.plan_title_wrtap .plan_style{
		font-size:1.28rem;
		display:block;
		text-align:center;
		width: 86%;
	}
	.plan_title_wrtap .plan_style .underline{
		font-size: 1.57rem;
	}
	.plan_title_wrtap .plan_style .dots {
		padding-top: .1em;
	}
	.plan_title_wrtap .plan_image{
		position: relative;
		z-index:5;
		width: 38.365%;
		margin-top: -1em;
	}
	.plan_intro{
		padding-block: 37px 40px;
	}
	.plan_intro .plan_style02{
		font-size: 1.28rem;
		margin: 0 auto 1.5em;
		text-align: center;
	}
	.plan_intro .plan_style02:before,
	.plan_intro .plan_style02:after{
		content: "";
		width: 22px;
		height: 35px;
		top: auto;
	}
	.otoku-title{
		height:auto;
		flex-wrap:wrap;
		padding: 0 30px;
	}
	.otoku-title .otoku-tit{
		width:100%;
		border-radius:10px 10px 0 0;
		border-right:none;
	}
	.otoku-title .otoku-tit .plan_style03{
		font-size:1.07rem;
	}
	.otoku-title .otoku-tit .plan_style03 span{
		font-size:2rem;
	}
	.otoku-title .otoku_price{
		width:100%;
		border-radius:0 0 10px 10px;
	}
	.otoku-title .otoku_price_image{
		top: 37%;
		right: -10%;
		width: 100%;
	}
	.gakuwari_btn a{
		width:85%;
	}
	.chunichi-col{
		margin: 3em auto 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 1em 0;
	}
	.chunichi-image{
		width:88px;
	}
	.chunichi_style04{
		font-size: 1.14rem;
		margin-bottom: 0;
		padding-top: 0;
	}
	.chunichi-col p{
		text-align:center;
		line-height: 1.875;
	}
}

/*about-pay*/
.about-pay{
	position:relative;
	z-index:20;
	padding-block:50px;
	text-align:center;
}
.about-pay .pay_style{
	font-size:1.5rem;
	font-weight:bold;
	color:#0d3d82;
	text-align:center;
	max-width:max-content;
	margin:0 auto;
	padding:0 0.5em 0.25em;
	border-bottom:2px solid #0d3d82;
	margin-bottom:1em;
}
.about-pay p{
	text-align:center;
	font-size:1.125rem;
	font-weight:500;
	line-height:1.6;
}
@media screen and (max-width:768px) {
	.about-pay{
		padding-block:40px;
	}
	.about-pay .pay_style{
		font-size:1.28rem;
	}
	.about-pay p{
		font-size:1rem;
	}
}





/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 90px;
	right: 3%;
	max-width: 153px;
	width: 8%;
	z-index: 500;
}
main a.page_link {
	margin-top: -60px;
	padding-top: 60px;
	display: block;
	position:relative;
	z-index:-10;
}
@media screen and (max-width: 767px) {
	#pageTop {
	    width: 70px;
	    right: 10px;
	    bottom: 10px;
	}
}


