:root {
  --green-color: #14AA52;
  --blue-color: #7DBFE9;
  --darkblue-color: #5D94D8;
  --red-color: #D60E4C;
  --orange-color: #FF2222;
  --darkgreen-color: #87BC9D;
  --lightgreen-color: #7EC439;
  --yellow-color: #fcb500;
  --lightorenge-color: #FFBB77;
  --purple-color: #9514ff;
}
body{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 28px;
	line-height: 2;
	letter-spacing: -0.04em;
}
.w_1600 {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.w_1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
p:has(img){
	line-height: 1;
}
img{
	max-width: 100%;
	height: auto;
}
.mv {
  background-color: #f7f6f4;
}
.mv img{
  display: block;
  margin: 0 auto;
  max-width: 960px;
	width: 100%
}
.l-main{
	padding: 48px 0 0;
	overflow-x: hidden;
}
.l-inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: content-box;
}
.u-ta_center{
	text-align: center;
}
.u-ta_right{
	text-align: right;
}
.c-button{
	width: 100%;
	text-align: center;
	padding: 16px 10px 25px;
	background-color: #ff911e;
	color: #fff;
	border-radius: 20px;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	transition: opacity .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-button:hover{
	opacity: .8;
}
.c-button1{
	padding: 7px 30px;
	border: 4px solid #000;
	border-radius: 20px;
	transition: all .3s;
}
.c-button1:hover{
	border-color: #ff911e;
	color: #ff911e;
}
.box {
	margin-top: 56px;
	text-align: center;
}
.box-title {
	margin-top: 28px;
	text-align: center;
}
.box-title .img-fix {
  width: 80%;
  max-width: 560px;
}
.box-title picture img {
  margin-bottom: 70px;
}
.box p + p{
	margin-top: 15px;
}
.sec+.sec{
	margin-top: 110px;
  padding-top: 78px;
  border-top: 4px dashed #000;
}
.c-text{
	margin: 40px auto;
  font-size: 28px;
  padding-left: 83px;
}
.p-stage{
	margin: 130px 0 48px;
}
.boxStage{
	margin: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.boxStage__item{
	width: calc((100% - 60px)/2);
}
.p-boost__img{
	margin: 50px 0 0;
}
.c-text1{
	position: relative;
	max-width: 815px;
	margin: 30px auto;
	line-height: 2.1;
	font-size: 29px;
	font-weight: bold;
}
.c-text1:after{
	content: "";
	background: url(../img/img_bg_text.png) no-repeat left / contain;
	height: 11px;
	width: 100%;
	max-width: 365px;
	position: absolute;
	left: 0;
	bottom: 0
}
.c-text2{
	color: #b2b2b2;
	font-size: 22px;
}
.p-boost__list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 55px 0 100px;
}
.p-boost__list li{
	width: 111px;
	height: 111px;
	border-radius: 100%;
	background-color: #ccc;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.c-text3{
  padding-left: 43px;
  margin: 40px 0 0;
  padding-right: 40px;
  letter-spacing: 0px;
}
.p-point{
	letter-spacing: 0;
	max-width: 630px;
	margin: 0 auto;
}

.p-point__item p{
	font-size: 24px;
	line-height: 1.5;
}

.p-point__item + .p-point__item{
	margin-top: 55px;
}
.p-point__item p + p{
	margin-top: 35px
}
.p-training{
	max-width: 768px;
	margin: 0 auto;
	font-family: "Zen Old Mincho", serif;
	line-height: 1.6;
}
.p-training li{
	border: 2px solid #ccc;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 150px;
	padding: 20px;
}
.p-training__title{
	font-size: 26px;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.p-training__title:after{
	content: "";
	background: url(../img/icon_strike.png) no-repeat center/contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
  height: 10px;
}
.p-training__text{
	font-size: 22px;
	color: #b2b2b2;
	text-align: center;
}
.p-training li+li{
	margin-top: 40px
}
.p-lesson{
	padding: 80px 0 55px
}
.p-lesson__title{
	text-align: center;
	color: #b2b2b2;
	margin-bottom: 15px;
	font-size: 24px
}
.p-lesson__list{
	display: flex;
	gap: 25px
}
.p-lesson__item{
	width: calc((100% - 50px)/3);
	border-radius: 15px;
	overflow: hidden;
}

.sub_page_content10_voice {
    width: 800px;
    margin: 50px auto 80px;
    display: block;
}
@media screen and (max-width:767px){
  .sub_page_content10_voice {
      width: 100%;
      margin: 0 auto 60px;
  }
}

.l-footer{
	display: flex;
	justify-content: center;
	margin: 110px auto 150px;
	padding: 0 20px;
}
.l-footer a{
	max-width: 666px;
	margin: 0 auto;
}
.p-step li{
	position: relative;
	padding-left: 250px;
}
.p-step li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 170px;
	display: block;
	background: url(../img/icon_step1.png) no-repeat center / contain;
}
.p-step li:nth-child(2):before{
	background: url(../img/icon_step2.png) no-repeat center / contain;
}
.p-step li:nth-child(3):before{
	background: url(../img/icon_step3.png) no-repeat center / contain;
}
.p-step li + li{
	margin-top: 10px;
}
.p-step__title{
	font-size: 35px;
	padding-top: 40px;
	padding-bottom: 5px;
	border-bottom: 3px dashed #000;
	margin-bottom: 15px;
	max-width: 470px;
	position: relative;
}
.p-step__title:after{
	content: "";
	position: absolute;
	right: -36px;
	bottom: 0;
	width: 40px;
	height: 67px;
	background: url(../img/icon_pencil.png) no-repeat center / contain;
}
.p-step__text{
	font-size: 23px;
  line-height: 1.8;
}
.p-step__text p + p{
	margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.c-button{
		font-size: 44px;
	}
	.p-step li{
		padding-left: 200px;
	}
	.p-step li:before{
		width: 140px;
		height: 140px;
	}
}
@media screen and (min-width:1025px){
	.p-point__title{
		padding-left: 42px
	}
	.p-point__text{
		padding-left: 30px;
	}
	.c-heading{
		padding-left: 98px;
	}
	.c-heading-2{
		padding-left: 84px;
	}
	.c-heading-2--ct{
		padding-left: 55px;
	}
}
@media screen and (min-width:768px){
	.u-none_pc{
		display: none
	}	
	.p-boost{
		margin: 50px 0 0
	}
	.c-text{
	  padding-right: 20px
	}
}

@media screen and (max-width:767px){
	.u-none_sp{
		display: none
	}
	body{
		font-size: 16px
	}
	.l-inner{
		padding: 0 15px
	}
	.u-none_sp{
		display: none
	}
	[class^=c-text]{
		margin-top: 20px;
		padding-left: 0;
		font-size: 16px;
		padding-right: 0
	}
	.c-text2, .c-text3, .c-text1{
		font-size: 16px
	}
	[class^=c-button]{
		font-size: 18px;
		padding: 12px 5px 15px;
	}
	.sec+.sec{
		margin-top: 50px;
		padding-top: 30px;
		border-top: 2px dashed #000
	}
	.boxStage{
		gap: 20px;
		margin-bottom: 30px
	}
	.p-stage{
		margin: 50px 0 30px
	}
	.boxStage__item{
		width: 100%
	}
	.p-boost{
		margin: 30px 0 0
	}
	.p-boost__img{
		margin: 30px 0 0
	}
	.p-boost__list{
		margin: 30px 0 40px
	}
	.p-boost__list li{
		width: 70px;
		height: 70px;
		font-size: 16px;
	}
	.p-training li+li,
	.p-point__item + .p-point__item{
		margin-top: 30px;
	}
	.p-lesson {
    padding: 30px 0 40px;
	}
	.l-footer{
		margin: 50px auto;
		padding: 0 15px;
	}
	.p-point__item p{
		font-size: 16px
	}
	.p-lesson__title{
		font-size: 18px;
	}
	.c-text1:after{
		max-width: 100px
	}
	.p-point__title img{
		max-width: 250px;
	}
	.p-point__item p + p{
		margin-top: 20px
	}
	.p-step li:before{
		width: 16vw;
		height: 16vw;
	}
	.p-step li{
		padding-left: 21.333vw;
	}
	.p-step__title{
		padding-top: 0;
		font-size: 6.4vw;
		max-width: 64vw;
	}
	.p-step__text{
		font-size: 4.267vw;
	}
	.p-step__text p + p{
		margin-top: 5.333vw;
	}
	.p-training__text{
		font-size: 4.267vw;
	}
	.p-training__title {
    font-size: 5.867vw;
    padding-bottom: 5.333vw;
    margin-bottom: 4.8vw;
	}
}

.scroll {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 2s, opacity 2s, visibility 2s;
}

.scroll-left {
  transform: translateX(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 2s, opacity 2s, visibility 2s;
}

.scroll-right {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 2s, opacity 2s, visibility 2s;
}

.fadein {
  transform: translateX(0);
  opacity: 2;
  visibility: visible;
}

@media screen and (min-width: 961px){
	.mw1{
		max-width: 826px
	}
	.mw2{
		max-width: 701px
	}
	.mw3{
		max-width: 681px
	}
	.mw4{
		max-width: 851px
	}
	.mw5{
		max-width: 741px
	}
	.mw6{
		max-width: 769px
	}
	.mw7{
		max-width: 805px
	}
	.mw8{
		max-width: 828px
	}
	.mw9{
		max-width: 606px
	}
	.mw10{
		max-width: 775px
	}
	.mw11{
		max-width: 932px
	}
	.mw12{
		max-width: 901px
	}
	.mw13{
		max-width: 828px
	}
	.mw14{
		max-width: 770px
	}
	.mw14{
		max-width: 770px
	}
	.mw15{
		max-width: 468px
	}
	.mw16{
		max-width: 592px
	}
	.mw17{
		max-width: 521px
	}
	.mw18{
		max-width: 545px
	}
	.mw19{
		max-width: 588px
	}
	.mw20{
		max-width: 788px
	}
	.mw24{
		max-width: 829px
	}
}

/*footer*/
/* footer */
footer{
	letter-spacing: 0;
	line-height: 1.8;
}
.footer_accese{
    display: flex;
    margin-bottom: 100px;
}
.footer_accese_map{
	width: 50%;
  position: relative;
}

.footer_accese_main{
    background-color: #F7F7F7;
    width: 50%;
    padding: 3vw 5vw;
    box-sizing: border-box;
    /*height: 500px;*/
}

.footer_logo{
    margin-bottom: 40px; 
}

.footer_accese_main_p{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer_accese_main_tel{
    font-size: 45px;
    font-weight: bold;
    display: flex
;
    align-items: center;
    gap: 15px;  
    line-height: 60px;
}

.footer_accese_main_button{
    display: flex;
        gap: 20px;
}

.footer_accese_main_button1{
    width: 190px;
    line-height: 50px;
    text-align: center;
    background-color: var(--green-color);
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.footer_accese_main_button2{
    width: 190px;
    line-height: 50px;
    text-align: center;
    background-color: var(--red-color);
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.footer_main img{
width: 100%;
}

.footer_main{
    background-color: var(--green-color);
   
}

.footer_flex{
    align-items: flex-start;
    display: flex;
    gap: 20px;
    margin-top: 70px;
    margin-bottom: 90px;
    color: white;
    justify-content: space-between;
}

.footer_flex_main{
  display: flex;
	justify-content: space-between;
	gap: 10px; 
	width: calc(100% - 300px);
	flex-wrap: wrap;
}

.footer_logo{
    width: auto !important;
}

.footer_flex_main_cont{
    display: flex;
    flex-direction: column
}

.footer_flex_main_cont a,.footer_main_under_flex a{
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.footer_flex_main_cont_h{
  font-size: 16px;
  margin-bottom: 30px;
}

.footer_main_under_flex{
	text-align: center;
	margin-bottom: 40px;
}

.footer_main_under_c{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 80px;
	background-color: white;
	color: #333333;
}
.footer_flex_main_cont_h{
  padding-right: 10px;
  border-bottom: 1px solid white;
}
.footer_main_under_flex a {
  display: inline-block;
  margin: 0 10px;
}
#scrollUpBtn{
	padding: 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 1vw;
  right: 10px;
  z-index: 100;
  cursor: pointer;
}

@media screen and (min-width: 768px){
	.pc_none{
		display: none !important;
	}
	.footer_accese iframe{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 767px){
	.sp_none{
		display: none !important;
	}
	.footer_flex{
		flex-direction: column;
		margin-bottom: 30px
	}
	.footer_flex_main{
		width: 100%;
		gap: 30px;
	}
	.footer_flex_main_cont{
		width: 100%;
	}
	.footer_main_under_flex a{
		margin: 0;
	}
	.footer_main_under_flex {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 90%;
    margin: 0 auto 60px;
	}
	.footer_accese{
		flex-wrap: wrap;
		width: 100%;
	}
	.footer_accese_map{
		width: 100%;
	  position: relative;
	}
	.footer_accese_map iframe{
		height: 300px;
		width: 100%
	}
	.footer_accese_main{
		width: 100%;
		background-color: #fff;
		margin-top: 30px;
	}
	.footer_accese_main_tel {
  	font-size: 8vw;
  }
	.footer_logo {
		max-width: 130px;
		margin-bottom: 20px;
	}
}