/* 準備中用 */
/* .preparation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #f0f0f0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
  padding-bottom: 100px;
}
.preparation-1 {
	font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.preparation a, .preparation a:hover {
	color: #2171ba;
	text-decoration: underline;
}
.entry-header {
	z-index: 99999;
	position: relative;
}
#wrapper-footer {
	position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
main {
	display: none!important;
} */
/* //準備中用 */
html {
	font-size: 16px;
}
body{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}
a {
    color: #213d55;
    transition: .3s;
}
a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
  font-family: YuGothic, 'Yu Gothic' , '游ゴシック', 'Helvetica Neue' , 'Hiragino Sans','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro' , 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', -apple-system, BlinkMacSystemFont, sans-serif;
}
.noto-serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}
.ryumin {
	font-family: "Midashi Min MA31";
}
.lato{
	font-family:'Lato', sans-serif;
}
.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.font-red {
  color: #ec1c24;
}
.bg-pink {
	background-color: #f28f99;
}
.bg-summer {
	background-color: #00afec;
}
.bg-black {
	background-color: #000000;
}
.bg-darkblue {
	background-color: #1E2678;
}
.bg-red {
	background-color: #cf111b;
}
.bg-blue {
	background-color: #0083cf;
}
.entry-header{
	height: 109px;
}
.limit-img {
	position: absolute;
  bottom: -33px;
  left: 87px;
  width: 130px;
  height: 130px;
}
.bg-gray {
  background-color: #e6e7e8;
}
#pageTop, .free_cons {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
#pageTop.fadein, .free_cons.fadein {
  opacity: 1;
  pointer-events: auto;
}
.headimg{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.headimg img{
	padding: 0 5px;
	width: 365px;
	height: auto;
}
.triangle{
	width: 0;
	height: 0;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	border-top: 84px solid #00BFDF;
	margin: 0 auto 40px auto;
}
.balloon{
	text-align: center;
}
.balloon img{
	margin: -80px auto 0 auto;
}
h2{
	text-align: center;
}
.man-to-man2 h2{
	margin: 10px 0 40px 0;
	color: #2171BA;
	width: 100%;
}
.line{
	display: inline;
	margin: 0 auto;
	background:linear-gradient(transparent 60%, #FFDD50 0%) ;
}
.size33{
	font-size: 33px;
}
.size48{
	font-size: 48px;	
}
.toyama{
	background-color: #E0F0FC;
	padding-top: 60px;
	margin: 0;
	text-align: center;
	position: relative;
}
.toyama h2{
	color: #2171BA;
		margin: 0;
}
.pass{
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
	font-size: 26px;
	font-weight: bold;
	color: #0083CF;
	line-height: 31px;
	margin-top: 50px;
	padding-bottom: 130px;
}
.pass_sp{
	display: none;
}
.passin_1{
	background-color: rgba( 255, 255, 255, 0.6 );
	width: 402px;
	height: 316px;
	border: solid 4px #0083CF;
	border-radius: 5px;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    z-index: 1;
    margin-right: 120px;
}

.passin_p {
	padding: 10px 0 15px 0 !important;
	letter-spacing:-2px;
}

.passin_1 img{
	width: 245px;
	height: auto;
}
.passin_2{
	background-color: rgba( 255, 255, 255, 0.6 );
	width: 402px;
	height: 316px;
	border: solid 4px #0083CF;
	border-radius: 5px;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    z-index: 1;
	margin-left: 120px;
}

.passin_p {
	padding: 10px 0 15px 0 !important;
}

.passin_2 img{
	width: 351px;
	height: auto;
}
.passin_girl{
	z-index: 2;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	width: 351px;
	height: auto;
	right: 0;
	left: 0;
}
.passin_ishikawa1 img{
	width: 180px;
	height: auto;
}
.passin_ishikawa2 img{
	width: 300px;
	height: auto;
}
.imgsp{
	display: none;
}
.form{
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0083CF;
}
.solu{
	padding-top: 50px;
}

.app{
	padding-top: 10px;
    font-size: 1.25rem;
}
.app_sp{
	display: none;
}
.formbtn{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.formbtn img{
	margin: 20px 10px 50px 10px;
	width:100%;
	max-width: 448px;
	height: auto;
}
.app2{
	padding-top: 30px; 
}

.size4451{
	font-size: 44.51px;
}

.size38{
	font-size: 38px;
}

.size25{
	font-size: 25px;
}
.size25-spsmall {
	font-size: 25px;
}
.leanstyle{
	padding-bottom: 90px;
}

.plan{
	font-weight: bold;
	background-color: #00BFDF;
	color: #FFFFFF;
	padding-top: 15px;
}

.planwrap{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
/*
.planin{
	margin-left: -5%;
}
*/

.planwrap img{
	margin-left: -14%;
}
.planwrap img.no-margin{
	margin-left: 0;
}
.black-dot{
	position: relative;
}
.black-dot::before{
	position: absolute;
	content: '';
	top: -2px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	width: 5px;
	height: 5px;
	background: #000000;
	border-radius: 2.5px;
}

.top_p{
	font-size: 38.35px !important;
	text-align: center !important;
	line-height: 46.02px !important;
}

.under_p{
	margin-top: -20px;
	font-size: 44.51px !important;
}

.special{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
	font-size: 66.41px !important;
	text-align: center !important;
}

.plan2{
	text-align: center;
}

.plan2 img{
	margin-top: -30px;
	margin-bottom: 30px; 
}

.free_cons{
	position: fixed;
	top: 35%;
	right: 0;
	z-index: 300;
}

.free_cons:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}

.free_cons2{
	display: none;
}

.site-info-img{
	padding-top: 20px;
}
.site-info img{
	padding: 0;
}

.copyright{
	color: #fff !important;
	padding: 10px 0 !important;
}
.strength-detail-box{
	display:none;
}
.step0-box{
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.08em;
	border: 0.5px solid #b5b5b6;
	padding-top: 18px;
	max-width: 489px;
}

.gray-arrow {
	width: 28px;  
  height: 23px;
  background-color: #58595b;
  position: relative;
  top: 15px;
}

.gray-arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 27px solid transparent;
  border-top: 27px solid #58595b;
  left: -50%;
  bottom: -50px;
}
.step-box{
	border: 1px solid #494949;
	border-radius: 5px;
	padding-top: 40px;
	position: relative;
	z-index: 100;
}
.trapezoid{
	position: absolute;
	top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 148px;
  height: 0;
  border-top: 33px solid #58595b;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  z-index: 120;
}
.trapezoid span{
	display: block;
	font-size: 22px;
	margin-top: -32px;
  text-align: center;
}
.step-6{
	font-size: 18px;
}
.step-after-box{
	border: 1px solid #58595b;
	border-radius: 15px;
}
.step-after-box p{
	position: relative;
	font-size: 25px;
	line-height: 30px;
	z-index: 100;
}
.step-after-img{
	position: absolute;
	right: 1px;
	bottom: 5px;
	width: 90%;
	z-index: 10;
}/*
.fv-white-back {
	position: relative;
	z-index: 0;
}
.fv-white-back::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #FFFFFF;
	z-index: -1;
}
.fv-white-back::after {
	content: '';
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) ;
  -webkit- transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 400px 0 400px 138px;
	border-color: transparent transparent transparent #ffffff;
	z-index: -1;
}*/
.z-10 {
	z-index: 10;
	position: relative;
}
@media all and (-ms-high-contrast: none){
  .trapezoid span{
		margin-top: -30px;
	}
}
.step-red{
	color: #e82214;
	font-size: 24px;
  letter-spacing: -0.05em;

}
.step-p{
	font-size: 22px;
	line-height: 1.5;
	font-weight: 500;
}
.after-gray-triangle::after {
	content: '';
	position: absolute;
	bottom: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 52px 0 52px;
  border-color: #58595b transparent transparent transparent;
	z-index: 10;
}
.space-narrow{
	letter-spacing: -0.55em;
}
.space-narrow-2{
	letter-spacing: -0.1em;
}
#pageTop a span {
	position: relative;
}
#pageTop a span::before {
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ガチハル */
.fv-topcatch {
	font-size: 36px;
	line-height: 63px;
}
.sakitasu-fv {
	background: url(../images/gachi/fv-girl.jpg) no-repeat right bottom;
}
.fv-buttons a {
	margin-bottom: 27px;
	width: 90%;
	height: 96px;
	border-radius: 48px;
	color: #FFFFFF;
	max-width: 460px;
}
.fv-buttons a:hover {
	color: #FFFFFF;
}
.fv-tel {
	background-color: #E82214;
	text-align: right;
}
.fv-mail {
	background-color: #005BAB;
	text-align: center;
}
.fv-buttons a .bottom-number::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: -70px;
    background: url(../images/gachi/tel-white.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 37px;
}
.fv-buttons a .btn-inner {
    padding-top: 15px;
    padding-right: 58px;
}
.fv-buttons a .to-mailform {
	color: #FFFFFF;
	padding-top: 26px;
  padding-left: 26px;
}
.fv-buttons a .to-mailform::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: -37px;
    background: url(../images/gachi/mail-white.png) no-repeat;
    background-size: contain;
    width: 47px;
    height: 35px;
}
.why {
	font-size: 21px;
	line-height: 32px;
}
.why2 {
	font-size: 25px;
	line-height: 38px;
}
.two-packs {
	font-size: 30px;
	line-height: 35px;
}
.line2 {
  display: inline;
  margin: 0 auto;
  background: linear-gradient(transparent 60%, #FFF100 60%, #FFF100 90%, transparent 90%);
}
.select-reason h3 {
	font-size: 25px;
	line-height: 1.4;
}
.thispoint {
	font-size: 32px;
}
.black-sec-1 {
	font-size: 58.85px;
}
.black-sec-2 {
	font-size: 36.5px;
}
.black-sec-3 {
	font-size: 22px;
}
.black-sec-4 {
	font-size: 16px;
}
.sec1 {
	background: url(../images/gachi/sec1-bg.jpg) no-repeat center center/cover;
}
.sec1-whitebox {
	background-color: rgba(255,255,255,0.92);
}
.sec1-girl {
	position: absolute;
	right: -23px;
	bottom: -7px;
}
.sec1-ttl {
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #cf111b;
	padding: 5px 15px;
	font-weight: 900;
	margin-bottom: 30px;
	position: relative;
	font-size: 30px;
	border-radius: 27px;
	z-index: 0;
}
.sec1-ttl::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 8%;
	width: 42px;
	height: 41px;
	background: url(../images/gachi/sec1-tail.svg) no-repeat center center/contain;
	z-index: -1;
}
.sec1-p {
	font-size: 20px;
	font-weight: 700;
}
.yellow-box {
	font-size: 22px;
	color: #cf111b;
	background-color: #fff000;
	padding: 5px 15px;
	margin: 15px 0;
}
.sec1-dl {
	display: flex;
	margin-bottom: 10px;
	width: 100%;
}
.sec1-dl dt {
	min-width: 164px;
  font-size: 19px;
}
.sec1-dl dd {
	margin-bottom: 0;
}
.bg-beige {
	background-color: #f5f0ea;
}
.sec2-shadow {
  box-shadow: 3px 3px 3px rgba(000,000,000,0.42); 
}
.sec2-head {
	font-size: 24px;
  line-height: 31px;
}
.sec2-title-sub {
	font-size: 14px;
	font-weight: 500;
}
.gachi-icon {
	width: 150px;
}
.line-bold {
  display: inline;
  margin: 0 auto;
  background: linear-gradient(transparent 35%, #FFDD50 0%);
  font-weight: 700;
}
.select-reason .noto {
	padding-left: 53px;
}
/*
.sec2-teacer {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	margin: auto;
}*/
.sec2-para {
	font-size: 18px;
	line-height: 35px;
	padding-top: 15px;
	font-feature-settings: "palt";
}
.sec2-girl {
	position: absolute;
	right: 0;
	bottom: 0;
}
.sakinatsu-qa {
	padding: 0 0 184px 0;
}
.point-wrap .shingo {
	font-size: 35px;
}
.point-wrap .noto {
	font-size: 30px;
}
.point-wrap {
	position: relative;
	padding-left: 43px;
}
.point-wrap::before {
  content: '◎';
  position: absolute;
  top: -4px;
  font-size: 42px;
  left: 0;
}
.qa-title {
	margin-bottom: 28px;
	font-size: 25px;
	line-height: 34px;
}
.qa-title span {
	font-size: 30px;
}
.qa-wrap {
	border: 1px solid #000000;
	border-radius: 25px;
	padding: 15px;
}
.qa-wrap img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.qa-wrap a {
	display: block;
	margin-bottom: 25px;
	font-weight: 700;
	color: #005bab;
	font-size: 20px;
	position: relative;
  padding-left: 23px;
}
.qa-wrap a::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 7px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 10px solid #005bab;
}
.qa-wrap a:hover {
	color: #005bab;
}
.sakinatsu-qa .container {
	position: relative;
}
.sakinatsu-qa .container::before {
	content: '';
	position: absolute;
	bottom: -184px;
	left: -49px;
	width: 185px;
	height: 310px;
	background: url(../images/gachi/sec3-woman.png) no-repeat center center/contain;
	z-index: -1;
}
.sakinatsu-qa .container::after {
	content: '';
	position: absolute;
	right: -117px;
	bottom: -184px;
	width: 283px;
	height: 300px;
	background: url(../images/gachi/sec3-girl.png) no-repeat center center/contain;
	z-index: -1;
}
.application {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.application-1 {
	font-size: 24px;
	font-weight: 700;
}
.application-1big {
	font-size: 29px;
}
.application-2 {
	font-size: 18px;
}
a.to-classlist {
 	color: #FFFFFF;
 	font-size: 18px;
 	text-decoration: underline;
}
a.to-classlist:hover {
 	color: #FFFFFF;
}
.flow-sec {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.flow {
	font-size: 40px;
}
.sec1-point {
	font-size: 20px;
}
.sec1 h3 {
	font-size: 25px;
}
.kikaku1-wrap {
	border: 1px solid #000000;
	background: #FFFFFF;
}
.kikaku1-wrap img {
	width: 800px;
	max-width: 100%;
}
.only-first {
	font-size: 15px;
	line-height: 22px;
}
.qa-wrap dt {
  font-size: 1.1rem;
  padding-left: 1.5rem;
  color: #00afec;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  position: relative;
}
.qa-wrap dt::before {
  content: 'Q.';
  position: absolute;
  top: 0;
  left: 0;
}
.qa-wrap dd {
  font-size: 1.15rem;
  padding-left: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  position: relative;
}
.qa-wrap dd::before {
  content: 'A.';
  position: absolute;
  top: 0;
  left: 0;
}
/* お問い合わせボタン */
.to-freediyal-btn, .to-mailform-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #005bab;
	width: 385px;
	max-width: 100%;
	height: 72px;
	font-size: 20px;
	border-radius: 36px;
}
.to-freediyal-btn, .to-freediyal-btn:hover {
	color: #ec1c24;
}
.to-mailform-btn, .to-mailform-btn:hover {
	color: #005bab;
}
.to-freediyal-btn:hover, .to-mailform-btn:hover {
	text-decoration: none;
}
.to-freediyal-btn span, .to-mailform-btn span {
	position: relative;
	padding-left: 60px;
	display: inline-block;
	font-weight: 700;
}
.to-freediyal-btn span::before {
	content: '';
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  background: url(../images/lp/icon_tel.png) no-repeat center center/contain;
  width: 40px;
  height: 30px;
}
.to-mailform-btn span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  background: url(../images/lp/icon_mail.png) no-repeat center center/contain;
  width: 40px;
  height: 32px;
}
.balloon-leave {
	font-size: 42px;
	font-weight: 700;
	position: relative;
	line-height: 1.3;
	margin-bottom: 35px;
	color: #fff;
	background-color: #0083CF;
	text-align: center;
	padding: 35px 10px;
}
.balloon-leave::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -23px;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 20px 0 20px;
	border-color: #0083cf transparent transparent transparent;

}
/* レスポンシブ */
@media screen and (min-width: 1220px) {
.fv .container {
		max-width: 1220px;
	}
}
@media screen and (min-width: 1200px) {
	.step-after-box p{
		margin-left: 40px;
	}
	.sec1-dl dt {
    min-width: 190px;
    font-size: 22px;
	}
	.sec1-dl dd {
    font-size: 20px;
	}
	.app {
	font-size: 1.5rem;
    }
}
@media all and (min-width: 992px) {

}
@media all and (min-width: 768px) and (max-width: 1200px) {
	.step-red-small{
		font-size: 19px;
	}
	.step-after-box p{
		font-size: 20px;
		line-height: 25px;
		z-index: 100;
	}
}
@media all and (min-width: 768px) and (max-width: 991px) {
	.only-first {
    letter-spacing: -0.08em;
	}
}
@media screen and (min-width: 1199px) and (max-width: 1240px) {
	.sakitasu-fv {
	  background: url(../images/gachi/fv-girl.jpg) no-repeat 148% bottom;
	}
}
@media screen and (max-width: 1199px) {
	/*.fv-white-back::after {
    border-width: 320px 0 320px 138px;
  }*/
	.black-sec-2 {
    font-size: 30px;
	}
	.limit-img {
    bottom: -21px;
    left: 52px;
    width: 110px;
    height: 110px;
	}
	.fv-biggest{
		font-size: 55px;
	}
	.fv-bigger{
		font-size: 43px;
	}
	.fv-big{
		font-size: 35px;
	}
	.fv-big-sub{
		font-size: 27px;
	}
	.point-big{
		font-size: 30px;
	}
	.point-normal{
		font-size: 18px;
	}
	.fv-topcatch {
		font-size: 30px;
		line-height: 40px;
	}
	.sakitasu-fv {
		background-size: 71%;
	}
	.fv-head {
		width: 600px;
	}
	.sec1-girl {
    width: 322px;
    bottom: -5px;
	}
	.sec2-head {
    font-size: 22px;
    line-height: 28px;
	}
	.sec2-para {
    font-size: 15px;
    line-height: 29px;
  }
  .step-red {
    font-size: 20px;
  }
  .qa-wrap a {
    font-size: 18px;
  }
  .sakinatsu-qa .container::before {
    left: -14px;
    width: 149px;
    height: 250px;
	}
	.sakinatsu-qa .container::after {
    right: -56px;
    bottom: -185px;
    width: 222px;
    height: 235px;
	}
	.application-1 {
    font-size: 22px;
	}
	.application-2 {
    font-size: 17px;
	}
	.sec1 h3 {
    font-size: 20px;
	}
	.why {
    font-size: 19px;
    line-height: 30px;
	}
	.why2 {
		font-size: 23px;
		line-height: 36px;
	}
	.two-packs {
		font-size: 28px;
	}
	.sec1-ttl {
	  font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
	html {
		font-size: 15px;
	}
	.select-reason h3 {
		font-size: 20px;
	}
	.passin_2 img{
		width: 250px;
		height: auto;
	}
	.passin_ishikawa2 img{
		width: 220px;
		height: auto;
	}
	.limit-img {
    left: -2px;
	}/*
	.fv-white-back::after {
    border-width: 300px 0 300px 100px;
  }*/
	.select-reason .noto {
    padding-left: 40px;
	}
	.step0-box{
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0em;
		padding-top: 16px;
	}
	.fv-biggest{
		font-size: 40px;
	}
	.fv-bigger{
		font-size: 35px;
	}
	.fv-big{
		font-size: 30px;
	}
	.fv-big-sub{
		font-size: 23px;
	}
	.fv-comment{
		font-size: 20px;
	}
	.point-big{
		font-size: 20px;
	}
	.point-normal{
		font-size: 18px;
	}
	.autumn-balloon{
		font-size: 25px;
	}
	.from-now-box{
		margin-top: 15px;
		margin-left: 150px;
	}
	.plan-big{
		font-size: 30px;
	}
	.plan-small{
		font-size: 22px;
	}
	.black-sec-1 {
		font-size: 40px;
	}
	.black-sec-2 {
    font-size: 21px;
	}
	.black-sec-3 {
		font-size: 20px;
	}
	.black-sec-4 {
		font-size: 15px;
	}
	.sec1-girl {
    width: 240px;
	}
	.sec2-head {
    font-size: 20px;
    line-height: 25px;
	}
	.qa-wrap a {
    font-size: 16px;
  }
  .sakinatsu-qa .container::before {
    left: -23px;
    width: 116px;
    height: 194px;
	}
	.sakinatsu-qa .container::after {
    right: -60px;
    width: 176px;
    height: 188px;
	}
	.flow {
		font-size: 35px;
	}
	.size48{
		font-size: 42px;
	}
	.size4451 {
    font-size: 35px;
	}
	.size38 {
    font-size: 25px;
	}
	.qa-title {
    margin-bottom: 22px;
    font-size: 21px;
    line-height: 30px;
	}
	.qa-title span {
    font-size: 26px;
    display: inline-block;
    position: relative;
    top: 3px;
	}
	.sec1-desc {
		font-size: 15px;
	}
	.fv-head {
    width: 490px;
	}
	.fv-topcatch {
    font-size: 25px;
    line-height: 38px;
	}
	.two-packs {
		font-size: 26px;
	}
	.thispoint {
		font-size: 28px;
	}
	.point-wrap .shingo {
    font-size: 25px;
    line-height: 28px;
	}
	.point-wrap .noto {
    font-size: 20px;
    line-height: 28px;
	}
	.point-wrap {
    padding-top: 5px;
    padding-left: 34px;
	}
	.point-wrap::before {
    top: -1px;
    font-size: 27px;
	}
	.sec1-ttl {
    font-size: 27px;
    border-radius: 48px;
    padding: 5px 28px;
	}
	.sec1-p {
    font-size: 18px;
  }
  .yellow-box {
    font-size: 20px;
  }
  .sec1-dl dd {
    font-size: 14px;
	}
  .balloon-leave {
    font-size: 32px;
  }
	/* お問い合わせ */
	.to-freediyal-btn, .to-mailform-btn {
    font-size: 18px;
  }
  .to-freediyal-btn span::before {
    width: 35px;
    height: 28px;
	}
	.to-mailform-btn span::before {
    width: 30px;
    height: 24px;
	left: 10px;
	}
	.to-freediyal-btn span, .to-mailform-btn span {
    padding-left: 45px;
  }
  .to-freediyal-btn, .to-mailform-btn{
	width: 320px;
  }
}
@media screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}
	/*
	.fv-white-back::before {
    width: 100%;
    height: 42%;
  }
  .fv-white-back::after {
  	width: 0;
		height: 0;
		border-style: solid;
		border-width: 100px 405px 0 405px;
		border-color: #ffffff transparent transparent transparent;
	  top: 46%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
  }*/
	.only-first {
		font-size: 14px;
		line-height: 21px;
	}
	.entry-header{
		height: 90px !important;
		padding-bottom: 7px;
	}
	.headimg img{
		margin-bottom: -10px;
		padding: 0 5px !important;
		width: 50%;
		height: auto;
	}
	.select-reason .noto {
    padding-left: 34px;
    font-size: 14px;
	}
	.limit-img {
    bottom: -16px;
    left: -5px;
    width: 85px;
    height: 85px;
	}
	.select-reason h3 {
    font-size: 17px;
	}
	.why {
    font-size: 17px;
    line-height: 28px;
	}
	.why2 {
		font-size: 19px;
		line-height: 30px;
	}
	.site-info-img{
		padding: 40px 0 10px 0;
	}
	.site-info img{
		padding: 0;
	}
	.size38{
		font-size: 25px;
	}
	.size4451{
		font-size: 30px;
	}
	.free_cons{
		width: 60px;
		top: 25%;
		height: auto;
	}
	.planwrap img{
		margin-left: -5%;
	}

	.pass_sp{
		display: block;
		font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
		font-size: 26px;
		font-weight: bold;
		color: #0083CF;
		line-height: 31px;
		margin-top: 20px;
	}
	.passin_1_sp{
		background-color: rgba( 255, 255, 255, 0.6 );
		width: 402px;
		height: 316px;
		border: solid 4px #0083CF;
		border-radius: 5px;  
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px; 
		margin: 0 auto 20px auto;
	}
	.passin_p_sp {
		padding: 10px 0 15px 0 !important;
		letter-spacing:-2px;
	}
	.passin_1_sp img{
		width: 65%;
		height: auto;
	}
	.passin_2_sp{
		background-color: rgba( 255, 255, 255, 0.6 );
		width: 402px;
		height: 316px;
		border: solid 4px #0083CF;
		border-radius: 5px;  
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px; 
	    margin: 0 auto;
	}
	.passin_p_sp {
		padding: 10px 0 15px 0 !important;
	}
	.passin_2_sp img{
		width: 80%;
		height: auto;
	}
	.passin_girl_sp{
		width: 90%;
		margin: 0 auto;
	}
	.passin_ishikawa1_sp img{
		width: 40%;
		height: auto;
	}
	.passin_ishikawa2_sp img{
		width: 70%;
		height: auto;
	}
	.formbtn{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 15px 20px;
	}
	.formbtn img{
		margin: 5px;
		width: 95%;
		height: auto;
	}
	.size33{
		font-size: 25px;
	}
	.size48{
		font-size: 30px;
	}
	.app_pc{
		display: none;
	}
	.app_sp{
		display: inline-block;
		font-size: 20px !important;
		padding-top: 10px;
	}
	.imgpc{
		display: none;
	}

	.imgsp{
		display: block;
		width: 97%;
		margin: 0 auto; 
	}
	.free_cons2{
		display:block;
		position: fixed;
		bottom: 0;
		text-align: center;
		width: 100%;
		z-index: 300;
	}

	.free_cons2 img{
		display: inline-block;
		width: 80%;
	}
	.free_cons2:hover{
		opacity: 0.8;
		filter: alpha(opacity=80);
		-moz-opacity:0.8;
	}

	.free_cons{
		display: none;
	}
	.fv-comment{
		font-size: 18px;
	}
	.sp-br{
		display: block;
	}
	.fv-biggest{
		font-size: 33px;
	}
	.fv-bigger{
		font-size: 30px;
	}
	.fv-big{
		font-size: 28px;
		line-height: 30px;
	}
	.step0-box{
		max-width: 330px;
	}
	.autumn-balloon{
		font-size: 20px;
	}
	.step-img-box{
		width: 75%;
	}
	.step-img-box-small{
		width: 50%;
	}
	.black2-1{
		font-size: 18px;
	}
	.black2-2{
		font-size: 30px;
	}
	.black-big{
		font-size: 40px;
	}
	.fv-topcatch {
    font-size: 25px;
    line-height: 35px;
	}
	.sakitasu-fv {
		background-size: 66%;
	}
	.sec1-girl {
    width: 215px;
    bottom: -3px;
	}
	.sec2-head {
		font-size: 16px;
    line-height: 21px;
    height: auto;
    padding: 7px 0;
	}
	.sec2-girl {
		position: static;
	}
	.flow {
		font-size: 28px;
	}
	.step-p{
		font-size: 20px;
		max-width: 300px;
	}
	.gachi-icon {
    width: 111px;
	}
	.qa-title {
    letter-spacing: -0.04em;
    font-size: 17px;
    line-height: 23px;
	}
	.sec1 h3 {
    font-size: 18px;
    line-height: 25px;
	}
	.sec1 p {
		font-size: 14px;
	}
	.size25-spsmall {
		font-size: 16px;
	}
	.two-packs {
		font-size: 20px;
		line-height: 25px;
	}
	.thispoint {
		font-size: 25px;
	}
  .sec1-ttl {
  	font-size: 24px;
    border-radius: 64px;
	}
  .sec1-p {
    font-size: 16px;
	}
	.yellow-box {
    font-size: 18px;
	}
	.sec1-dl {
    display: block;
  }
  .sec1-dl dt {
      font-size: 17px;
  }
	/* お問い合わせ */
	.to-freediyal-btn, .to-mailform-btn {
    height: 60px;
	}
	.qa-wrap dd {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
	/*.fv-white-back::before {
    width: 100%;
    height: 44%;
  }
  .fv-white-back::after {
  	width: 0;
		height: 0;
		border-style: solid;
		border-width: 100px 405px 0 405px;
		border-color: #ffffff transparent transparent transparent;
	  top: 46%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
  }*/
	.sec1-point {
    font-size: 16px;
	}
	.select-reason h3 {
    font-size: 16px;
	}
	.sec1 h3 {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.07em;
  }
	.two-packs {
    font-size: 17px;
    line-height: 23px;
	}
	.qa-title span {
    font-size: 23px;
    padding-top: 4px;
	}
	.qa-title {
    font-size: 17px;
    line-height: 23px;
    margin-right: -15px;
    margin-left: -15px;
	}
	.limit-img {
    bottom: -11px;
    left: 15px;
    width: 20%;
    height: auto;
	}
	.size38 {
    font-size: 19px;
	}
	.size4451 {
    font-size: 25px;
	}
	.balloon {
    height: 0;
	}
	.from-now{
		font-size: 18px;
	}
	.plan-big{
		font-size: 20px;
	}
	.fv-topcatch {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.07em;
	}
	.fv-3 {
		width: 94%;
	}
	.sakitasu-fv {
    background-image: none;
	}/*
	.sakitasu-fv .container {
    padding-bottom: 20px;
	}*/
	.sakitasu-fv {
		background-size: 104%;
	}
	.sec1-girl {
    width: 40%;
    right: -10px;
	}
	.sec1-ttl {
    font-size: 15px;
  }
  .yellow-box {
      font-size: 14px;
  }
	.sec2-head {
    font-size: 15px;
    line-height: 20px;
	}
	.sec2-para {
    font-size: 14px;
    line-height: 25px;
	}
	.sakinatsu-qa {
    padding: 0 0 184px 0;
	}
	.qa-title {
		margin-bottom: 15px;
	}
	.qa-wrap a {
    padding-left: 15px;
	}
	.qa-wrap a::before {
    left: 1px;
  }
  .entry-header {
    height: 68px !important;
	}
	.sakinatsu-qa .container::before {
    left: 9px;
    width: 98px;
    height: 165px;
	}
	.sakinatsu-qa .container::after {
    right: 6px;
    width: 150px;
    height: 161px;
	}
	.application-1 {
    font-size: 21px;
	}
	.application-1big {
    font-size: 24px;
	}
	.application-2 {
    font-size: 14px;
	}
	a.to-classlist {
    font-size: 16px;
	}
	.why {
    font-size: 16px;
    line-height: 26px;
	}
	.point-wrap {
    padding-left: 27px;
	}
	.point-wrap .shingo {
    font-size: 16px;
    letter-spacing: -0.1em;
    line-height: 23px;
	}
	.point-wrap .noto {
    font-size: 15px;
    line-height: 22px;
	}
	.point-wrap::before {
    top: 1px;
    font-size: 22px;
  }
  .thispoint {
		font-size: 20px;
	}
	.select-reason .noto {
		padding-left: 31px;
    letter-spacing: -0.08em;
	}
	/* お問い合わせ */
	.to-freediyal-btn, .to-mailform-btn {
    margin-right: auto;
    margin-left: auto;
	}
	.balloon-leave {
	    padding: 18px 10px;
	}
}
@media screen and (max-width: 530px) {

	.strength-head{
		height: 220px !important;
	}
/*	.accordion-container{
		flex-direction: column;
		align-items: center;
	}*/
	.accordion-box label:before {
	    left: 20%;
	}
	.bgcolor{
		height: 30vh;
	}

	.btn-tel{
		height: 73px;
	}
	.btn-inner{
	  padding-top: 10px;
	  padding-right: 15%;
	}
	.bottom-number{
		font-size: 36px;
	}
	/*
	.sakitasu-fv .container {
		padding-bottom: 296px;
	}*/
	.black-sec-1 {
		font-size: 30px;
	}
	.black-sec-2 {
		font-size: 18px;
	}
	.black-sec-3 {
		font-size: 18px;
	}
	.black-sec-4 {
		font-size: 14px;
	}
	.only-first {
    letter-spacing: -0.04em;
	}
}
@media screen and (max-width: 450px) {
	.btn-inner{
	  padding-top: 12px;
	  padding-right: 10%;
	}
	.top-number{
		font-size: 15px;
	}
	.bottom-number{
		font-size: 33px;
	}

	.black2-2{
		font-size: 25px;
	}
	.black-big{
		font-size: 30px;
	}
	.from-now-box{
		margin-left: 50px;
	}
	/*
	.sakitasu-fv .container {
		padding-bottom: 250px;
	}*/
	.select-reason h3 {
    font-size: 14px;
    letter-spacing: -0.05em;
	}
	.balloon-leave {
	    font-size: 23px;
	}
}
@media screen and (max-width: 402px) {
	.pass_sp{
		font-size: 20px;
	}
	.passin_1_sp{
		width: 100%;
		height: 280px;
	}
	.passin_2_sp{
		width: 100%;
		height: 280px;
	}
	.subject{
		font-size: 27px;
	}
	.btn-inner{
	  padding-right: 10%;
	}
	.bottom-number{
		font-size: 30px;
	}
	.step-after-img {
    width: 80%;
	}
	.from-now-box{
		margin-right: auto;
		margin-left: auto;
	}
	
	.from-now-box::before{
		background: none;
	}
	/*
	.sakitasu-fv .container {
		padding-bottom: 209px;
	}*/
	.black-sec-3 {
    font-size: 15px;
	}
	.black-sec-4 {
    letter-spacing: -0.07em;
	}
	.qa-title {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.09em;
    margin-right: -20px;
    margin-left: -20px;
	}
	.qa-title span {
    font-size: 19px;
  }
  .to-freediyal-btn, .to-mailform-btn{
	width: 300px;
  }
}
@media all and (-ms-high-contrast: none)and (max-width: 402px) {
	  .from-now-box{
			margin-right: 50px;
			margin-left: 50px;
		}
	}
@media screen and (max-width: 360px) {
	.size48{
		font-size: 25px;
	}
	.step0-box{
		font-size: 15px;
	}
	.bottom-number::before {
    left: -50px;
    width: 40px;
    bottom: 5px;
	}
	/*
	.sakitasu-fv .container {
		padding-bottom: 180px;
	}*/
}

/* 目次 */
.menu-section {
	background-color: #0083cf;
}
.menu-ttl {
	text-align: center;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.5;
}
.pagejump-links {
	list-style: none;
  padding-left: 0;
  margin: 0 -7.5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.pagejump-links li {
    display: block;
    padding: 7.5px;
    width: 50%;
}
ul.pagejump-links li a {
	text-align: center;
	display: block;
	background-color: #fff;
	box-shadow: 4px 4px 7px #043d70;
	position: relative;
	height: 100%;
	padding: 5rem 3px 2rem;
}
ul.pagejump-links li a::before {
	content: '';
	position: absolute;
	top: 1rem;
	right: 0;
	left: 0;
	margin: auto;
	width: 3rem;
	height: 3rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu-about::before {
	background-image: url(../images/gachi/icon-gachinko.svg);
}
.menu-difference::before {
	background-image: url(../images/gachi/icon-strength.svg);
}
.menu-faq::before {
	background-image: url(../images/gachi/icon-faq.svg);
}
.menu-flow::before {
	background-image: url(../images/gachi/icon-flow.svg);
}
.menu-campaign::before {
	background-image: url(../images/gachi/icon-campaign.svg);
}
.pagejump-name {
	color: #2E97BD;
	line-height: 1.5;
	font-size: 13px;
}
ul.pagejump-links li a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #2e97bd transparent transparent transparent;
}
ul.pagejump-links li a:hover {
	text-decoration: none;
}
@media all and (min-width: 576px) {
	ul.pagejump-links li a {
		padding: 5rem 10px 2rem;
	}
	.pagejump-name {
		font-size: 14px;
	}

}
@media all and (min-width: 768px) {
	ul.pagejump-links li {
		width: 180px;
		max-width: 25%;
	}
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
	ul.pagejump-links li a {
		padding-top: 6rem;
	}
	ul.pagejump-links li a::before {
		width: 4rem;
		height: 4rem;
	}
}
/* //目次 */