@charset "utf-8";
/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
     display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color:#333333;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}


abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}

body {
    /* font-family: 'Noto Sans CJK JP','Noto Sans JP',sans-serif !important; */
    font-family: 'Noto Sans JP',sans-serif !important;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-size:1.6rem;/* 16px*/
    color: #3A3A3A;
}
img {
  max-width: 100%;
}
*, :after, :before {
  box-sizing: border-box;
}
  .br03{
    display: inline-block;
  } 
.wrapper{
  overflow: hidden;
}
.inner{
    width: 95%;
	max-width: 1040px;
    margin: 0 auto;
    text-align: center;
}
[type=button], [type=submit], button {
  color: transparent !important;
  border: none !important;
}
[type=button], [type=reset], [type=submit], button :hover{
  background-color: transparent !important;
  border: none !important;
}

.red {
  color: red;
}

.fwb {
  font-weight: bold;
}
.sp {
    display: none;
}
.cta01 {
    text-align: center;
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 2em;
    margin-top: 1em;
    font-weight: 700;
}
.cta01 a {
    display: block;
    background:-webkit-linear-gradient(#fff 50%, #e8f0f5 50%);
    background:-o-linear-gradient(#fff 50%, #e8f0f5 50%);
    background:linear-gradient(#fff 50%, #e8f0f5 50%);
    width: 20em;
    max-width: 97.5%;
    margin: 0 auto;
    color: #032274;
    border: 1px solid #032274;
    border-radius: 600px;
    padding: 0.5em 0;
    
}
@media only screen and (max-width: 600px) {
    .sp {
        display: block;
    }
    
    .pc {
        display: none;
    }
    .cta01 {
        font-size: 4.75vw;
    }
    .cta01 a {
        padding: 0.75em 0;
    }
}
/*-------------------------------
    ここからheader
---------------------------------*/
.sp-nav {
  display: none;
}

.header-pc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.25em;
  position: fixed;
  background-color: #fff;
  height: 135px;
  top: 0;
  z-index: 999;
}

.header-logo {
  width: 370px;
  margin-left: 2.5em;
}

.header-pc-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-pc-menu .header-contact {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.header-pc-menu .header-contact p {
  font-size: 17px;
  font-family: 'a-otf-ryumin-pr6n', serif;
  /* color: #032274; */
  /* color: #333333; */
  color: red;
}

.header-pc-menu .header-contact a.zen {
  font-size: 25px;
  width: 360px;
  display: inline-block;
  padding: 10px 0;
  background: #DE0025;
  /* background: #ccc; */
  color: #fff;
  border-radius: 50px;
}

.header-pc-menu ul {
  display: flex;
  text-align: center;
  align-items: center;
  margin-right: 2.1875em;
}

.header-pc-menu li {
  font-family: 'a-otf-ryumin-pr6n', serif;
  padding: 0 .9375em;
}

.header-pc-menu .txt-small {
  display: block;
  font-size: 17px;
  color: #032274;
}

.form-btn {
  display: block;
  font-size: 20px;
  color: #fff;
  background-color: #DE0025;
  /* background-color: #ccc; */
  width: 360px;
  height: 50px;
  line-height: 50px;
  border-radius: 35px;
}

/*-------------------------------
  ここまでheader
---------------------------------*/

/*-------------------------------
    ここからtop-vosual
---------------------------------*/
.top-sp{
  display: none;
}
.fv_sp{
	display:none;
}
.top-visual {
/*   background-image: url('../img/FV.jpg');
  background-size: cover;
  padding-top: 44%; */
  margin-top: 135px;
  
}
.fv_pc{
	width: 100%;
	vertical-align: bottom;
}
.top-inner02 {
    position: relative;
}
.top-inner02 .expert {
    position: absolute;
    left: 50%;
    bottom: 28.965%;
    width: 71.52%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
}
.top-inner02 .expert li {
    width: 32.718%;
}
.top-inner02 .expert li a {
    display: block;
    transition: all 0.25s ease;
}
.top-inner02 .expert li a:hover {
    transform: scale(1.03);
}
#read-txt01 {
    margin-bottom: 70px;
}
#read-txt01 .toForm {
  display: block;
  margin: 50px auto;
  max-width: 500px;
  padding: 10px;
  box-sizing: border-box;
  background: #DE0025;
  color: #fff;
  font-size: 16px;
  border: 2px solid #DE0025;
  text-align: center;
  transition: all .6s;
}
#read-txt01 .toForm:hover {
  color: #DE0025;
  background-color: #fff;
}
.read-txt01 .sp_br{
	display:none;
}
.read-txt01 h2{
  padding: 0 15px;
  text-align: center;
  color:#032274;
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 2.4px;
  font-family: 'a-otf-ryumin-pr6n', serif;
  text-shadow: 0px 3px 5px #BBBBBB;
}
.read_flex_img {
    display: block;
}
.read_flex_img img {
    max-width: 234px;
}
.read_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 86%;
    margin: 0 auto;
    max-width: 700px;
    margin-top: 15px;
}
.read_flex_txt ul {
    font-size: 20px;
    font-family: "游明朝", "YuMincho", sans-serif;
    font-weight: 700;
    color: #000;
}
.read_flex_txt ul li {
    background: url(../img/check02.png) no-repeat left center;
    background-size: 1.5em auto;
    padding-left: 2em;
    margin-bottom: 0.5em;
}
.read_flex_txt p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.44px;
    font-family:"游明朝", "YuMincho", sans-serif;
    font-weight: 700;
    color: #000;
}
.read-txt01{
   position: relative;
   padding-top: 75px;
   background-color:#eee;
}
.read-txt01:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 70px solid #eee;
}
.read-txt01-img{
  display: none;
}

@media only screen and (max-width: 920px) {
	
.read-txt01 .sp_br{
	display:block;
}
.read-txt01 h2{

  font-size: 25px;
}
.read-txt01{
   padding-top: 43px;
}
.read_flex_txt p {
    font-size: 14px;
}

}
@media only screen and (max-width: 620px) {
	
.read_flex_txt p {
    font-size: 4vw;
}
.read_flex_img img {
    max-width: 155px;
}
}
@media only screen and (max-width: 479px) {

  #read-txt01 .toForm {
    margin: 10px auto;
    color: #DE0025;
    background-color: transparent;
    border: none;
    font-size: 14px;
  }
	
.read-txt01 h2{
    font-size: 22px;
}
.read-txt01:after {
    border-top: 40px solid #E8F0F5;
}
.read_flex_txt ul li {
    font-size: 4vw;
}
	
}
/*-------------------------------
    ここまでtop-vosual
---------------------------------*/

/*-------------------------------
    ここからread-txt02
---------------------------------*/
#read-txt02{
  padding-top: 4.625em;
}
.read-txt02 p{
  font-size: 16px;
  line-height: 1.875;
}
.read-txt02pdt {
    padding-top: 35px;
}
.underline{
  background: linear-gradient(transparent 90%, rgb(0,128,204,0.4) 70%);
}
/*-------------------------------
    ここまでread-txt02
---------------------------------*/

/*-------------------------------
    ここからworries
---------------------------------*/
#worries{
  margin-top: 3.75em;
  margin-bottom: 6.5em;
}
.worries-contents{
  position: relative;
}
.worries_bg01{
  position: absolute;
  left: 0;
  top: 29%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  z-index: -1;
}
.worries_bg02{
  position: absolute;
  right: 0;
  bottom: -8%;
  z-index: -1;
}

.worries-ttl{
  text-align: center;
}
.worries-ttl img {
    padding: 0 15px;
	    width: 95%;
    max-width: 1010px;
}
.worries-ttl01,.worries-ttl02{
  width: 100%;
  text-align: center;
  padding: .9375em 0;
  border-bottom: 1px solid #032274;
  margin: 0;
}
.worries-ttl01,.worries-ttl02{
  font-family: 'a-otf-ryumin-pr6n', serif;
  font-size: 25px;
  margin-top: 0 !important;
  font-weight: normal;
}
.worries-ttl01{
  background-color: #032274;
  color: #fff;
}
.worries-ttl01 .txtBig,.worries-ttl02 .txtBig{
  font-size: 30px;
}

.worries-ttl02{
  background-color: #fff;
  color: #032274;
}

.worries-box{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 6.125em;
}
.worries-txt-box{
  position: relative;
  padding: 15px 0;
}
.worries-txt {
    width: 95%;
    max-width: 350px;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}
.worries-txt02 {
    margin-right: auto;
    margin-left: 20px;
}
.worries-item{
  background-color: #E8F0F5;
  width: 48%;
  max-width: 475px;
  border: 1px solid #032274;
}
.img{
  width: 80px;
  height: 200px;
  background-color: #fff;
  margin: 0 .9375em;
}
/* チェックマーク */
.worries-read {
  font-family: 'a-otf-ryumin-pr6n', serif;
  color: #3571ba;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.worries-read02{
  padding-left: 2.1em;
	font-size:14px;
}

.worries-txt-img01{
    width: 100%;
    max-width: 110px;
    position: absolute;
    z-index: 1;
    left: -18px;
    top: 38%;
	image-rendering: -webkit-optimize-contrast;
}
.worries-txt-img02{
  max-width: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}
.worries-read img{
  vertical-align: middle;
  padding-right: .25em;
}
/* 吹き出し 左 */
.balloon2-left,.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 10px 0px 10px 0;
  padding: 12px 10px 12px 10px;
  width: 100%;
  min-width: 120px;
  max-width: 311px;
  color: #555;
  background: #FFF;
  border-radius: 8px;
  box-sizing: border-box;
  margin-left:auto;
	z-index:0;
}
.balloon2-right {
    margin-right: auto;
    margin-left: 0;
	max-width: 325px;
}
/* 吹き出し　矢印左上 */
.balloon2-left-up:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -22px;
  border: 10px solid transparent;
  border-right: 22px solid #fff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: -1;
}
.balloon2-left-row:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 16px;
    left: -22px;
    border: 10px solid transparent;
    border-right: 22px solid #fff;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    z-index: -1;
}

/* 吹き出し　矢印右上 */
.balloon2-right-up:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px !important;
  right: -22px !important;
  border: 10px solid transparent;
  border-left: 22px solid #fff;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
/* 吹き出し　矢印右下 */
.balloon2-right-row:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px !important;
  right: -22px !important;
  border: 10px solid transparent;
  border-left: 22px solid #fff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.worries-txt01 {
    text-align: center;
    margin-top: 5em;
}
.worries-txt01 img {
    width: 700px;
    max-width: 95%;
}
@media only screen and (max-width: 500px) {
.worries-read02 {
    padding-left: 16px;
    font-size: 12px;
}
.balloon2-left, .balloon2-right {
    max-width: 250px;
}	
	
}
@media only screen and (max-width: 430px) {

.balloon2-left, .balloon2-right {
    max-width: 211px;
}	
	
}
/*-------------------------------
    ここまでworries
---------------------------------*/
#form {
  margin-bottom: 60px;
}

.form-box{
  text-align: center;
  font-family: 'a-otf-ryumin-pr6n', serif;
}
.formbanner {
    width: 90%;
   max-width: 1040px;
}
.sp_link{
	display: none;
}
.form-box02 {
    background-image: none;
    margin-top: 2em;
}
.form-box p{
  font-size: 25px;
  color: #032274;
  font-weight: bold;
}
.form-box .form-btn{
  margin: 0 auto;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
}

/*-------------------------------
    ここからcontents01
---------------------------------*/
#contents01{
    background-color: rgba(232,201,184,0.2);
	padding-top: 88px;
	padding-bottom: 70px;
}
.contents01-anker {
  max-width: 700px;
  margin: 2em auto 5em;
}
.contents01-anker ul li {
  text-align: left;
}
.contents01-anker ul li:not(:last-child) {
  margin-bottom: 16px;
}
.contents01-anker ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 50px 10px 10px;
  background: #032274;
  color: #fff;
}
.contents01-anker ul li a::after {
  content: "▲";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 10px;
}
.contents01-anker ul li a .sp_br {
  display: none;
}
.contents01-anker ul li img {
  width: 30px;
  height: auto;
}
.contents01-img01 {
    text-align: left;
}
.contents01-img01 img{
  width: 100%;
    max-width: 1100px;
}
.contents01-ttl{
/* 	  width: 98%;
  max-width: 1015px; */
  margin-left: auto;
}
.contents01-subttl {
  margin: 50px auto 0 auto;
}
.contents01-subttl h3 {
  font-size: 26px;
  letter-spacing: 0.04em;
  color: #DE0025;
  text-align: center;
}
.contents01-subttl h3 .sp_br {
  display: none;
}
.contents01-ttl h2{
  background-color: #032274;
/*   text-shadow: 0px 3px 5px #FFFFFF; */
  margin-top: .5em;
  font-weight: bold;
  font-size: 40px;
  font-size: clamp(30px, 3.75vw, 40px);
  padding: .6125em 0 .6125em 0;
  color: #fff;
	letter-spacing: .1em;
	margin-bottom: 0;
}
.contents01-ttl h2 .sp_br{
  display: none;
}
.contents01-ttl img{
	width:47px;
	vertical-align: middle;
	margin-right: 37px;
}
.contents01-ttl p {
    margin-left: 50px;
    font-size: 28px;
    color: #032274;
    font-family: 'a-otf-ryumin-pr6n', serif;
	line-height: 2;
    text-shadow: 0px 3px 6px rgb(255 255 255 / 80%);
}
.contents01-ttl p .sp_br{
   display:none;
	}
@media only screen and (max-width: 800px) {
	
	.contents01-ttl p {
    font-size: 20px;
}
}
@media only screen and (max-width: 600px) {
	
.contents01-ttl p {
   line-height: 1.5;
    margin: 0 auto;
    margin-top: 10px;
	margin-left: 33px;
}
.contents01-anker ul li a {
  font-size: 16px;
}
.contents01-anker ul li a .sp_br {
  display: inline;
}
	.contents01-ttl p .sp_br{
   display:block;
	}
}
@media only screen and (max-width: 479px){
	
.contents01-ttl p {
	margin-left: 25px;
}
}
/*-------------------------------
    ここまでcontents01
---------------------------------*/

/*-------------------------------
    ここからmovie
---------------------------------*/
.movie_inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 100px auto;
}
.iroha_course {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
	margin-bottom: 98px;
}
.iroha_course_txt {
    color: #032274;
}
.iroha_course_txt h3 {
    font-size: 50px;
    font-size: clamp(38px, 3.4vw, 43px);
    font-family: 'a-otf-ryumin-pr6n', serif;
	letter-spacing: .05em;
	display: inline-block;
    position: relative;
    font-feature-settings: "palt";
}
.iroha_course_txt h3:after {
    content: '';
    display: inline-block;
    width: 149px;
    height: 149px;
    background-image: url(../img/movie_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
   top: 1%;
    right: -28%;
    transform: translate(-50%,-50%);
}
.iroha_course_txt h3 span {
  display: block;
  font-size: 75%;
}
.iroha_read  {
    font-size: 30px;
	font-size: clamp(25px, 3vw, 30px);
	font-weight: bold;
	letter-spacing: .1em;
    font-family: 'a-otf-ryumin-pr6n', serif;
	margin-bottom: 10px;
}
.iroha_read02 {
    font-size: 22px;
    font-weight: 500;
	line-height: 1.92;
    letter-spacing: .1em;
	margin-top: 50px;
}
.iroha_read02 .small {
    font-size: 16px;
    font-weight: normal;
}

.iroha_course_box {
  width: 44%;
	z-index: 1;
}
.iroha_course_content {
  border: 2px solid #032274;
  border-radius: 10px;
}

.iroha_course_content:first-child {
  margin-bottom: 30px;
}

.iroha_course_content h3 {
  padding: 10px 0;
  font-size: 24px;
  color: #fff;
  background-color: #032274;
  border-radius: 8px 8px 0 0;
}

.iroha_course_content h3 span {
  color: yellow;
}

.iroha_course_content p {
  margin-top: 0.5em;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
}

.iroha_course_content ul {
  width: 95%;
  margin: 10px auto;
}

.iroha_course_content li {
  position: relative;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 35px;
}

.iroha_course_content li::before {
  content: url(../img/checkBox.svg);
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: auto;
}

.iroha_sp{
		display:none;
	}
/* movie-item */
/* .movie-box{
  display: flex;
  column-gap: 124px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 110px;
}

.movie-item{
  width: 50%;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 980px) {
.movie-item{
  width: 95%;
}
	
}
.movie-item-ttl p{
  font-family: 'a-otf-ryumin-pr6n', serif;
  font-size: 30px;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 20px;
}
.movie-item-ttl .txtBig{
  font-size: 35px;
}
.txtBg{
  background-color: #0080CC;
}
.red{
  color: #DE0025;
}
.movie-txt-inner{
  position: relative;
}
.movie-txt-img{
  position: absolute;
  top: -14%;
  right: -9%;
	width: 90%;
	max-width: 243px;
  image-rendering: -webkit-optimize-contrast;
}
.movie-txt-img02{
  margin-top: 1em;
}
@media only screen and (max-width: 769px) {
	
.movie-txt-img {
    position: absolute;
    top: -11%;
    right: 15%;
    width: 90%;
    max-width: 191px;
    image-rendering: -webkit-optimize-contrast;
}
}

.movie-item-txt01{    
  position: relative;
  background-repeat: no-repeat;
  background-position:center;
  line-height: 1.875;
  letter-spacing: 2px;
}
.movie_bg {
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.movie-item-txt01 h3 {
    color: #032274;
    font-weight: bold;
	font-size: 16px;
    line-height: 1.875;
	letter-spacing:1.6px;
    padding-bottom: 35px;
	margin:0;
}
.movie-item-txt01 p{
	font-size: 16px;
	letter-spacing:1.6px;
}
.movie_icon {
    display: flex;
    align-items: center;
}
.movie_icon p {
    font-size: 20px;
    margin: 0;
    margin-left: 10px;
    color: #032274;
    font-weight: 900;
    vertical-align: middle;
    position: relative;
}
.movie_icon img {
    width: 34px;
    vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
 */
/* movie-item */

.movie-point{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 4.75em;
    text-align: center;
}
.movie-point-box{
  position: relative;
  width: 25%;
  max-width: 295px;
}
.movie-point-box-inner{
  position: absolute;
  top: 46%;
  left: 54%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 76%;
  text-align: center;
}
.movie-box-txt{
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.txtBlue{
  color: #0080CC;
  font-weight: bold;
}
.txtSmall02{
  display: inline-block;
  font-size: 11px;
}
.movie-point img {
  width: 100%;
}
.movie-box-txt::before {
  content: "";
  background-image: url('../img/point_bg.png');
  width: 100%;
  max-width: 300px;
  height: 150px;
  z-index: -5;
  right: 0;
  top: 0;
}
@media only screen and (max-width:750px) {
.movie-point {
    width: 85%;
    margin-top: 4.75em;
	display: block;
}
.movie-point img {
    width: 80%;
    margin: 0 auto;
}


}
/* -------------------------------
    ここまでmovie
---------------------------------*/

/*-------------------------------
    ここからcontents02
---------------------------------*/

#contents02{
  background-color: #E8F0F5;
  padding-top: 6em;
}
.contents02-ttl{
  width: 98%;
  max-width: 900px;
  background-color: #032274;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0;
  position: relative;
  z-index: 3;
}
.contents02-ttl h2{
  text-align: right;
  padding: .6125em .625em .6125em 0;
}

.contents02-box{
  width: 95%;
  max-width: 1030px;
  margin: 0 auto;
  padding-top: 2.8em;
  padding-bottom: 9em;
  z-index: 2;
}
.contents02-box-txt{
  position: relative;
  z-index: 2;
}
.contents02-box-txt h4{
  font-family: 'a-otf-ryumin-pr6n', serif;
  font-size: 35px;
  font-weight: normal;
  color: #0080CC;
  padding-bottom: 1.15em;

}
.contents02-box-txt p{
  font-size: 18px;
  line-height: 1.875;
}
.contents02-box-img{
  position: absolute;
  right: -6%;
  top: -39%;
  z-index: -1;
}
/*-------------------------------
    ここまでcontents02
---------------------------------*/

/*-------------------------------
    ここからvoice
---------------------------------*/

#voice{
  background-color: #032274;
  padding-top: 8em;
  margin-bottom: 60px;
}
.section-ttl{
  margin: 0 auto;
  color: #fff;
  position: relative;
	text-align: center;
margin-bottom: 80px;
}
.section-ttl-img{
  position: absolute;
  top: -5px;
    left: 5%;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.section-ttl h2{
  font-family: 'a-otf-ryumin-pr6n', serif;
  font-size: 60px;
	font-size: clamp(41px, 5vw, 60px);
  font-weight: normal;
  display:inline-block;
	position:relative;
}
.section-ttl h2 .txtBig{
  font-size: 40px;
	font-size: clamp(24px, 3.25vw, 40px);
}
/* #voice .section-ttl h2:before {
    position: absolute;
    content: '(2022年7月)';
    bottom: -33px;
    left: 55px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP',sans-serif !important;
} */
.section-ttl .sp_br{
  display: none;
}
@media only screen and (max-width:768px) {
.section-ttl .sp_br{
  display: block;
}
.section-ttl {
    margin-bottom: 30px;
}
/* #voice .section-ttl h2:before {
    bottom: 45px;
    left: 42%;
    font-size: 15px;
} */
.section-ttl-img {
    position: absolute;
    top: -7px;
    left: 15%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
}

.slider {
  margin: 0 auto;
  width: 90%;
  max-width: 1040px;
  margin-top: 3.5em !important;
  padding-bottom: 6em !important;
}
.slider-img {
  margin: 0 5px;
}
.slider-img .pdt{
  padding-top: 2em;
}
.slider-img img {
  width: 100%;
  height: auto;
}
.slick-dots{
  display: none !important;
}
.slick-arrow:before{
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before{
  background: url('../img/right.png')!important;
  background-size: contain!important;
  background-repeat: no-repeat;
}

.slick-prev:before{
  background: url('../img/left.png')!important;
  background-size: cover!important;
}
.slick-prev, .slick-next {
  width: 48px !important;
  height: 78px !important;
  z-index: 5;
}
.slick-prev:before, .slick-next:before{
  opacity: 1 !important;
}
.slick-next {
  right: -45px !important;
}
.slick-prev {
  left: -45px !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
/*-------------------------------
    ここまでvoice
---------------------------------*/
/*-------------------------------
    ここからyoyaku-movie
---------------------------------*/
#yokoku-movie{
  background-image: url('../img/yokoku_bg.png');
  background-size: cover;
  padding-top: 6em;
  padding-bottom: 5.8em;
}
.yokoku-movie-ttl{
  color: #032274;
  text-align: center;
  padding-bottom: 4.5em;
}
.yokoku-movie-ttl h2 {
    font-size: 60px;
    font-weight: bold;
}
.yokoku-ttl-img {
  position: absolute;
  top: -55px;
  left: 42px;
}
.play-movie{
  text-align: center;
}
.play-movie iframe{
  width: 607px;
  height: 341px;
}

/*-------------------------------
    ここまでyoyaku-movie
---------------------------------*/
/*-------------------------------
    ここからfaq
---------------------------------*/
#faq {
    margin-top: 4em;
}
#faq h2 {
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 3em;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #032274;
    margin-bottom: 0.25em;
    text-align: center;
}
#faq .txt01 {
    font-size: 112.5%;
    margin-bottom: 3em;
}
#faq .faq-box dl {
    border: 1px solid #032274;
    margin-bottom: 2em;
    text-align: left;
}
#faq .faq-box dl dt {
  display: flex;
  position: relative;
  padding: 0.75em;
  transition: all 0.5s ease;
  cursor: pointer;
}
#faq .faq-box dl dt.active, #faq .faq-box dl dt:hover {
    background: #032274;
    color: #fff;
}
#faq .faq-box dl dt .q {
    background: #D9433F;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    font-size: 150%;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
    border-radius: 100%;
    font-family: 'a-otf-ryumin-pr6n', serif;
}
#faq .faq-box dl dt .txt {
  width: calc(100% - 3em);
  font-weight: 700;
  font-size: 112.5%;
  margin-top: 0.15em;
  margin-left: 0.5em;
}
#faq .faq-box dl dt .plus, #faq .faq-box dl dt .minus {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(0, -50%);
  font-size: 150%;
  color: #032274;
}
#faq .faq-box dl dt.active .plus, #faq .faq-box dl dt:hover .plus, #faq .faq-box dl dt.active .minus, #faq .faq-box dl dt:hover .minus {
    color: #fff;
}
#faq .faq-box dl dd {
    padding: 0.75em;
    display: none;
    background: #f8efe6;
}
#faq .faq-box dl dd .wrap01 {
    display: flex;
    align-items: center;
}
#faq .faq-box dl dd .a {
    background: #032274;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    font-size: 150%;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
    border-radius: 100%;
    font-family: 'a-otf-ryumin-pr6n', serif;
}
#faq .faq-box dl dd .txt {
    width: calc(100% - 3em);
    margin-left: 0.6em;
}
#faq .faq-box dl dd .txt a {
    color: #D9433F;
    text-decoration: underline;
}
@media screen and (max-width: 599px) {
    #faq h2 {
        font-size: 7.25vw;
        margin-bottom: 0.75em; 
    }
    #faq .txt01 {
        text-align: center;
        margin-bottom: 2em;
    }
    #faq .faq-box dl {
      margin-bottom: 1em;
    }
    #faq .faq-box dl dt {
      padding: 0.75em 1.5em 0.75em 0.5em;
    }
    #faq .faq-box dl dt .plus, #faq .faq-box dl dt .minus {
      right: 0.25em;
    }
    #faq .faq-box dl dt .txt {
      font-size: 100%;
      margin-top: 0.35em;
    }
    #faq .faq-box dl dd .wrap01  {
      align-items: flex-start;
    }
}
    
/*-------------------------------
    ここまでfaq
---------------------------------*/

/*-------------------------------
    ここからoutline
---------------------------------*/
#outline {
  margin-top: 60px;
}


/* table01 */
.toma{
  font-weight: bold;
}
.toma-pdt{
  display: inline-block;
/*   margin-top: .9375em; */
}
.toma-pdt a{
	color: #333;
}
.outline-contents,.outline-table{
  width: 95%;
  max-width: 1010px;
  margin: 0 auto;
}
.outline-table{
	width:100%;
  border-bottom: 1px solid #032274;
}
.outline-ttl {
    width: 100%;
}
.outline-contents h2{
  font-family: 'a-otf-ryumin-pr6n', serif;
  background-color: #032274;
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: normal;
  padding: .625em 1.38em;
  margin: 0 !important;
}

.outline-table th,
.outline-table td {
  padding: 24px 0;
  border: none;
}
.outline-table td {
  padding-left: 2em;
  font-size: 16px;
  padding-right: 5em;
  border-right: 1px solid #032274;
  background-color: #F8FBFF;
}
.outline-table tr:nth-child(odd)>td {
    background-color: #fff;
}

.outline-table td .pd{
  display: inline-block;
  padding: 1.5em 0;
}
.outline-table td .small02{
  font-size: 12px;
}
.outline-table th {
  width: 25%;
  max-width: 204px;
  font-size: 16px;
  color: #032274;
  font-weight: normal;
  text-align: left;
  padding-left: 1.5em;
  border-left: 1px solid #032274;
  border-right: 1px solid #032274;
}
.outline-table tr:nth-child(even){
  background-color: #F8FBFF;
}
.outline-table tr:nth-child(odd)>th {
    background-color: #ffff;
}
/*-------------------------------
    ここまでoutline
---------------------------------*/

/*-------------------------------
    ここからteacher
---------------------------------*/

#teacher {
    width: 95%;
    max-width: 1010px;
    margin: 0 auto;
    /* margin-left: auto; */
    /* display: flex; */
    /* border: 1px solid; */
    margin-top: 200px;
	margin-bottom: 100px;
}

.teacher-box {
    display: flex;
    justify-content: center;
    border: 1px solid #0080CC;
    width: 95%;
    margin-left: auto;
    padding: 35px 45px 35px 130px;
    position: relative;
	margin-top: 83px;
    background: #fff;
}
@media only screen and (max-width:1096px) {
.teacher-box {
    flex-direction: column;
    align-items: center;
    width: 95%;
    max-width: 660px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    margin-top: 110px;
}
}
.teacher-read{
  position: absolute;
  top: -15% ;
  left: -8%;
}

.teacher-txt {
  text-align: left;
  padding-left: 55px;
}

.teacher-img img {
  max-width: 150px !important;
}
.teacher-read01 {
  font-weight: bold;
  font-size: 18px;
}
.teacher-txt h3 {
  font-size: 24px;
	margin: 0;
}
.teacher-txt p {
    margin-top: 1em;
    font-size: 16px;
}
@media only screen and (max-width:1096px) {
	
.teacher-read {
    position: absolute;
    top: -9%;
    left: -7%;
}
.teacher-txt {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
    max-width: 450px;
    margin-top: 28px;
}
.teacher-txt p {
    margin-top: 12px;
    font-size: 19px;
}
}
/*-------------------------------
    ここまでteacher
---------------------------------*/

/*-------------------------------
    ここからcontents03
---------------------------------*/

#contents03 {
    background-image: url('../img/contents02_img.png');
    background-size: cover;
    padding-top: 45%;
    margin-top: 100px;
}

/*-------------------------------
    ここまでcontents03
---------------------------------*/

/*-------------------------------
    ここからform-contents
---------------------------------*/

#form-contents {
    background-color: #032274;
    padding-top: 4em;
    padding-bottom: 3em;
}
.form-contents-ttl {
    text-align: center;
    color: #fff;
    font-family: 'a-otf-ryumin-pr6n', serif;
}
.form-contents-ttl h3 {
    font-size: 50px;
    font-weight: normal;
}
.form-contents-ttl p {
    font-size: 25px;
}
.form-contents-ttl .form-txtSmall {
    font-size: 18px;
}

.form-contents-txt{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
/*   background-color: #fff; */
  position: relative;
  text-align: center;
  margin-top: 3em;
  padding-top: 2.5em;
  margin-bottom: 7em;
}
/* .form-contents-txt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 500px 0 500px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
} */
.form-contents-txt h3{
   font-family: 'a-otf-ryumin-pr6n', serif;
/*   font-size: 24px; */
	font-size: 50px;
  display: block;
  width: 80%;
  max-width: 810px;
  margin: 0 auto;
/*   color: #032274; */
	color: #fff;
}
.bdr01{
  text-align: center;
  display: inline-block;
  padding: .325em 0;
  margin: 0;
  border: solid 2px #0080CC;
  position: relative;
}

.bdr01:after{
  content: "";
  border: solid 1px #0080CC;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
}
.form-contents-txt .txtRead{
  font-family: 'a-otf-ryumin-pr6n', serif;
  font-size: 20px;
  color: #032274;
  margin-top: 1em;
}
.underline02{
  background: linear-gradient(transparent 59%, #E8F0F5 54%);
}
.form-contents-txt02 {
  margin-top: .9375em;
}
.form-contents-txt02 p{
  font-size: 16px;
  line-height: 1.5;
}
.form-contents-txt03 {
  margin-top: 1.8em;
}
.form-contents-txt03 p{
  font-family: 'a-otf-ryumin-pr6n', serif;
  font-size: 20px;
  color: #032274;
  line-height: 1.5;
  margin-bottom: 0 !important;
}
.txt03Small {
  padding: 10px 50px;
}
.form-area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 6em;
    background-color: #0080CC;
}
.form-area iframe {
  height: 1050px !important;
}

.form-contents-txt p {
    font-family: 'a-otf-ryumin-pr6n', serif;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-top: 45px;
    line-height: 1.4;
    letter-spacing: .1em;
}
.form-contents-txt p .txtsmall {
    font-size: 18px;
}
.L_form {
    margin: 0 auto;
    margin-top: 30px;
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
    height: 100px;
    line-height: 100px;
    border-radius: 100vh;
    width: 58%;
    max-width: 572px;
}
#kobetsu {
    margin: 3em 0;
}
#kobetsu a {
    display: block;
    margin: 0 auto;
    width: 1040px;
    max-width: 100%;
}

/*-------------------------------
    ここまでform-contents
---------------------------------*/

.trackingBnr {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 100%;
  max-width: 280px;
  z-index: 100;
}

.trackingBnr a {
  transition: all .6s;
}

.trackingBnr a:hover {
  opacity: .6;
}

.trackingBnr .sp {
  display: none;
}

.trackingBnr img {
  width: 100%;
  height: auto;
}

.trackingBnr .close {
  position: absolute;
  top: -27px;
  right: 11px;
  background-color: #163e64;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  padding: 1px 4px;
}

.footer {
  padding: 2.5em 0;
  text-align: center;
}

.footer-link a{
  margin: 0 1.8em;
}
.footer-box-txt h2{
  font-size: 20px;
  list-style: 1.8;
}
.footer-box-txt .footer-small{
  font-size: 14px;
}
.footer-box-txt p{
  font-size: 12px;
}
.footer-box-img {
  margin-right: 1.8em;
}
.footer-box {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer-box-txt .pdt {
  padding-top: 1.65em;
}
.footer-link ul {
  justify-content: center;
}
.footer-box-txt {
    text-align: left;
}

.mov-youtube {
    display: block;
    width: 90%;
    height: 340px;
    max-width: 600px;
    margin: 4em auto;
}

@media only screen and (max-width:980px) {
.worries-box {
    flex-direction: column;
    align-items: center;
    margin-top: .9375em;
}
.worries-item {
    width: 90%;
    max-width: 550px;
    margin-top: 40px;
}
.worries-txt-img02 {
    bottom: -16px;
}
.worries-txt02 {
    margin-top: 5px;
}

.form-contents-txt:after {
  border-width: 40px 50vw 0 50vw;
}
}
/* タブレット */
@media only screen and (max-width:768px) {


  .br{
    display: inline-block;
  }
  .br02{
    display: block;
  } 
  .br03{
    display: inline;
  } 
/*-------------------------------
    ここからheader
---------------------------------*/
.header-pc {
  display: none;
}

.active {
  opacity: 1;
  transform: translate(0, 0);
}


/*　------ sp__menu ------　*/
.sp-nav {
  display: block;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.header-logo {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.header-logo-sp img {
  width: 170px;
  margin-top: .2em;
}

.sp-form {
  font-family: 'a-otf-ryumin-pr6n', serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-form .txt-small {
  font-weight: bold;
  font-size: 10px;
  /* color: #032274 !important; */
  color: red !important;
  text-align: center;
}

.sp-form .form-btn {
  font-size: 14px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  width: 193px;
  text-align: center;
}

/* hamburger */

/* nav-menu */
.nav-menu {
  position: fixed;
  overflow-y: scroll;
  z-index: 99;
  text-align: left;
  width: 100%;
  height: auto;
  display: none;
  background-color: #fff;
}

.sp-nav .header-logo-sp {
  height: 60px;
  margin-left: .625em;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.nav-menu .sp-menu {
  display: flex;
  justify-content: center;
}

.sp-menu img {
  width: 30px;
}

.share.header-pc-menu ul {
  margin-right: 0 !important;
}

.sp-menu>li,
.sp-web-menu {
  padding: .625em .9375em 1.25em .9375em;
}

/* nav-menu */

/* hamburger */
.toggle {
  position: fixed;
  right: 15px;
  top: 16px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  display: block;

}

.toggle:before {
  content: url('../img/share.png');
  display: inline-block;
}

.toggle_a::before {
  content: url('../img/nav.png');
}

/* hamburger */

/*　------ sp__menu ------　*/

/*-------------------------------
ここまでheader
---------------------------------*/
.top-visual {
  margin-top: 60px;
}

.top-visual .form-box {

}
/*-------------------------------
    ここからworries
---------------------------------*/
.worries-ttl img {
  width: 90%;
}
.worries-box {
    max-width: 700px;
    margin-top: 4.125em;
}
.worries-ttl01, .worries-ttl02 {
    font-size: 18px;
}
.worries-ttl01 .txtBig, .worries-ttl02 .txtBig {
    font-size: 25px;
}
.worries-read {
    font-size: 15px;
}
.worries-txt-img img {
  max-width: 100px !important;
  vertical-align: bottom;
  padding-top: 8.07635em;
}
.worries-txt-img01,.worries-txt-img02 {
  margin-top: auto;
  margin-left: .5em;
}
.worries-txt-img01 {
  margin-right: .5em;
}
.worries-txt01 {
    margin-top: 3em;
}

/*-------------------------------
    ここまでworries
---------------------------------*/

/*-------------------------------
    ここからcontenst01
---------------------------------*/
.contents01-img01 {
    text-align: center;
}
.contents01-img01 img {
    width: 90%;
}
.contents01-subttl {
  margin: 30px auto 0 auto;
}
.contents01-subttl h3 {
  font-size: 18px;
}
.contents01-subttl h3 .sp_br {
  display: inline;
}
.contents01-ttl {
   max-width: 550px;
    margin: 0 auto;
}
.contents01-ttl h2 {
    font-size: 19px;
	padding: 15px 0;
}

.contents01-ttl img {
  width: 30px;
  margin-right: 20px;
}
.iroha_course {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
	text-align: center;
}
.iroha_read {
    font-size: 19px;
    margin-bottom: 5px;
}
.iroha_course_txt h3 {
    font-size: 31px;
}
.iroha_read02 {
    font-size: 20px;
    line-height: 2;
    margin-top: 30px;
}
.iroha_course_img {
    width: 100%;
    max-width: 500px;
}
	.iroha_sp{
		display:block;
	}
	.iroha_pc{
		display:none;
	}
.iroha_course_txt h3:after {
    width: 95px;
    height: 95px;
    top: 12%;
    right: -11%;
}
.iroha_course_box {
  width: 100%;
}
.iroha_read02 .small {
    font-size: 10px;
}
/*-------------------------------
    ここまでcontents01
---------------------------------*/

/*-------------------------------
    ここからmovie
---------------------------------*/
.movie-box {
    width: 95%;
}
.movie-item-ttl .txtBig {
    font-size: 25px;
}
.movie-item-ttl p {
    font-size: 23px;
}
.movie-item-txt01 {
    font-size: 14px;
    width: 95%;
}

.contents02-box-img {
    position: static;
    margin-top: 1.8em;
    text-align: center;
}
.contents02-box-img img {
  width: 70%;
}
.contents02-box {
  padding-bottom: 5em;
}
/*-------------------------------
    ここまでmovie
---------------------------------*/

/*-------------------------------
    ここからcontents02
---------------------------------*/

.section-ttl {
    max-width: 700px;
}
.section-ttl h2 {
    font-size: 40px;
	line-height: 1.7; 
    text-align: center;
}
.section-ttl h2 .txtBig {
    font-size: 30px;
}

/*-------------------------------
    ここまでcontents02
---------------------------------*/

.slider {
  margin: 0 auto;
  width: 75%;
  margin-top: 3.5em !important;
  padding-bottom: 6em !important;
}
.slick-prev, .slick-next {
  top: 40% !important;
}
.yokoku-ttl-img {
  position: absolute;
  top: -75px;
  left: 42px;
}
/*-------------------------------
    ここからoutline
---------------------------------*/

#outline {
    margin-top: 70px;
}
.outline-contents, .outline-table {
    max-width: 700px;
}
/*-------------------------------
    ここまでoutline
---------------------------------*/

/*-------------------------------
    ここからteacher
---------------------------------*/

.teacher-box {
    width: 90%;
	max-width: 450px;
}
.teacher-txt {
  padding: 0.75em;
}
/*-------------------------------
    ここまでteacher
---------------------------------*/

#contents03 {
  margin-top: 4em;
}
/*-------------------------------
    ここからform-contents
---------------------------------*/
.form-contents-txt {
    max-width: 700px;
}
.pc_link{
	display: none;
}
.sp_link{
	display:block; 
	margin: 0 auto;
    width: 90%;
    max-width: 500px;
}
.L_form {
    margin-top: 30px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    width: 85%;
    max-width: 390px;
}
.form-contents-txt p {
    font-size: 18px;
    letter-spacing: 0.05em;
	margin-top: 25px;
}
.form-contents-txt p .txtsmall {
    font-size: 13px;
}
/*-------------------------------
    ここまでform-contents
---------------------------------*/

.footer-box {
    width: 90%;
    margin: 0 auto;
}
.form-area {
  width: 90%;
  margin: 0 auto;
}
.form-area iframe {
  height: 1212px !important;
}
}


@media only screen and (max-width: 540px) {
/*-------------------------------
    ここからteacher
---------------------------------*/
#teacher {
  margin-top: 3em;
}
.teacher-box {
    flex-direction: column;
    width: 85%;
}
.teacher-read img {
    width: 70px;
}
.teacher-txt h3 {
  font-size: 20px;
}
.teacher-read01 {
    font-size: 14px;
}
.teacher-txt p {
    margin-top: 1em;
    font-size: 12px;
    line-height: 1.5;
}
.teacher-read {
    position: absolute;
    top: -6%;
    left: -6%;
}
.teacher-img {
    padding-left: 0;
    text-align: center;
}
.teacher-txt {
    padding: 0 1.25em;
    padding-top: 1.25em;
}
/*-------------------------------
    ここまでteacher
---------------------------------*/
	
}
/* sp */


@media only screen and (max-width: 479px) {
  

/*-------------------------------
    ここからtop-visual
---------------------------------*/


.top-visual {
    margin-top: 60px;
    position: relative;
}
.fv_pc{
	display: none;
}
.fv_sp{
	display: block;
}
.top-sp{
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  background-color: #eeeef6;
}
.top-sp .form-box {
    transform: translateY(0);
    margin-top: 0;
    padding-top: 1em;
}
.top-sp .form-box p {
  color: red;
}
.top-form{
  /* padding-top: 20px; */
  background-image: none;
}
.top-form .form-btn {
  height: 40px !important;
  line-height: 40px !important;
}
.top-inner02 .expert {
    bottom: 33.956%;
    width: 94%;
}
.top-inner02 .expert li {
    width: 31.444%;
}
/*-------------------------------
    ここまでtop-visual
---------------------------------*/

/*-------------------------------
    ここからread-txt01,read-txt02
---------------------------------*/
#read-txt01 {
    margin-bottom: 50px;
}
#read-txt02 {
    padding-top: 2em;
}

.read_flex_img {
	margin-top: 15px;
}
.read_flex {
    flex-direction: column;
}
.read-txt01-img{
  display: none;
/*   text-align: center; */
/*   margin: 7em 0 0.5em 0; */
}
.read-txt01-img img{
  width: 60%;
}
.read-txt02 p {
  font-size: 3.99999vw;
}
.inner {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.read-txt02pdt{
  padding-top: 3em;
}
/*-------------------------------
    ここまでread-txt01,read-txt02
---------------------------------*/
/*-------------------------------
    ここからworries
---------------------------------*/
#worries {
    margin-top: 2.75em;
    margin-bottom: 4.5em;
}
.worries-box {
    margin-top: .9375em;
}
.worries-ttl img {
  width: 98%;
  margin: 0 auto;
	padding: 0;
}

.worries-item {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
}
.worries-txt-img img {
    padding-top: 2.07635em;
    width: 100%;
    max-width: 100% !important;
}
.worries-ttl01, .worries-ttl02 {
  font-size: 3.99999vw;
  padding: .625em 0px;
}
.worries-read {
  font-size: 15px;
}
.worries-read02 {
  font-size: 12px;
}
.worries-ttl01 .txtBig, .worries-ttl02 .txtBig {
  font-size: 5.33333vw;
}
.worries-read {
    font-size: 15px;
}
.worries-read img {
    width: 15px;
}
.balloon2-left {
  padding: 10px 5px 10px 5px;
}
.balloon2-right {
  padding: 10px 5px 10px 5px;
}
.worries-txt-img01,.worries-txt-img02 {
    margin-top: auto;
    top: 25%;
    bottom: 35%;
    max-width: 100%;
}
.worries-txt-img01 {
    width: 30%;
}
.worries-txt-img02 {
    width: 35%;
}
.brpdl{
  padding-left: 1.2em;
}
.worries-read .brpdl{
  display: block;
}
.worries_bg01 {
  width: 120px;
  height: 70px;
  left: 0;
  top: 12%;
  z-index: -1;
}
.worries_bg02 {
  width: 120px;
  height: 70px;
  right: 0;
  bottom: -3%;
  z-index: -1;
}

/*-------------------------------
    ここまでworries
---------------------------------*/

/*-------------------------------
    ここからform-box
---------------------------------*/

.form-box p {
    font-size: 3.73333vw;
}
.form-box .form-btn {
  font-size: 5.33333vw;
  height: 50px;
  line-height: 50px;
  width: 300px;
}
.form-box {
  /* padding-bottom: 3em; */
  transform: translateY(20px);
  margin-top: -80px;
  padding-top: 80px;
}
/*-------------------------------
    ここまでformm-box
---------------------------------*/

/*-------------------------------
    ここからmovie
---------------------------------*/
#contents01 {
    padding-top: 0;
}
.contents01-ttl {
    margin-top: 4.6em;
}

.contents01-ttl h2 {
/*     font-size: 7.99999vw; */
    text-align: center;
}
.contents01-ttl h2 .sp_br{
  display: block;
}
.contents01-img01 {
  padding-top: 4.4375em;
}
.contents01-img01 img {
  width: 100%;
  margin: 0 auto;
}
.contents02-box {
  padding-bottom: 4.5em;
}

.contents02-ttl h2 {
    text-align: left;
    padding: .25em 0 .25em .625em;
}
.contents02-box-txt h4 {
     font-size: 5.86666vw;
    padding-bottom: 1.15em;
}
.contents02-box-txt {
  width: 85%;
  margin: 0 auto;
  padding-left: 0;
}
.movie-box {
    flex-direction: column;
    margin: 0 auto;
    margin-top: 4em;
	margin-bottom: 8em;
}
.movie-item {
    width: 90%;
    margin: 0 auto;
    margin-top: 4.5em;
}
.movie-txt-img {
    position: absolute;
    top: -16%;
    right: 0;
    width: 190px;
}
.movie-item-ttl p {
    font-size:16px;
}
.movie_icon {
    margin-bottom: 5px;
}
.movie_icon img {
  width: 25px;
}
.movie-item-ttl .txtBig {
  font-size: 6.93333vw;
  letter-spacing: -.9px;
}
.txtBg {
    padding: .1em 0;
}
.movie-item-txt01 {
  font-size: 3.99999vw;
  width: 100%;
}
.movie-point{
  width: 90%;
  margin: 0 auto;
}
.movie-point-box {
    width: 95%;
}
.movie-point img {
  width: 100%;
}
#contents02 {
  padding-top: .5em;
}
.contents02-box-txt p {
  font-size: 3.99999vw;
}
.contents02-box-img img {
  width: 90%;
}
	
.iroha_course_txt h3 {
    font-size: 7vw;
    white-space: nowrap;
}
/*-------------------------------
    ここまでmovie
---------------------------------*/
/*-------------------------------
    ここからvoice
---------------------------------*/
#voice {
  padding-top: 3em;
  margin-bottom: 0;
}
.section-ttl h2 {
    font-size: 30px;
    line-height: 1.7;
    text-align: center;
}
.section-ttl h2 .txtBig {
    font-size: 20px;
    font-weight: bold;
}
/* #voice .section-ttl h2:before {
    bottom: 33%;
    left: 40%;
    font-size: 12px;
} */
.section-ttl{
  position: relative;
}

.section-data{
  position:absolute;
  top: 40px;
  left: 25px;
}
.section-ttl-img {
  width: 74px;
  position: absolute;
  top:2px;
}
.slider {
  width: 100% !important;
  margin-top: 2.5em !important;
  padding-bottom: 4em !important;
}
.slick-dotted.slick-slider {
  overflow: hidden;
}
.slider-img img {
    width: 65% !important;
    height: auto;
    margin: 0 auto !important;
}
.slick-prev, .slick-next {
  top: 42% !important;
}
.slick-arrow:before {
    content: ""!important;
    width: 50%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: -40px !important;
}
.slick-prev, .slick-next {
  width: 90px !important;
  height: 74px !important;
}
.slick-prev {
    left: 45px !important;
}
.slick-next {
  right: -77px !important;
}
.slider-img .pdt {
    padding-top: 0;
}
/*-------------------------------
    ここまでvoice
---------------------------------*/

/*-------------------------------
    ここからyokoku-movie
---------------------------------*/
#yokoku-movie {
  padding-top: 5em;
  padding-bottom: 5.8em;
}
.yokoku-movie-ttl h2 {
    font-size: 6.66666vw;
    font-weight: bold;
}
.yokoku-movie-ttl {
  padding-bottom: 3em;
}
.play-movie iframe {
  width: 90%;
  height: 189px;
}
.yokoku-ttl-img {
  position: absolute;
  top: -28px;
  left: 25px;
  width: 83px;
}

/*-------------------------------
    ここまでyokoku-movie
---------------------------------*/
    
/*-------------------------------
    ここからoutline
---------------------------------*/
#outline {
    margin-top: 4em;
}

.outline-contents h2 {
  font-size: 5.33333vw;
  padding: .625em 1.8em;
}
.outline-ttl {
    width: 95%;
    margin: 0 auto;
}
.outline-table {
    width: 95%;
}
.outline-table td {
    padding-left: 1em;
    padding-right: 2em;
    font-size: 3.99999vw;
}
 .outline-table th {
    width: 26%;
    font-size: 3.99999vw;
    padding-left: .875em;
}
.outline-contents{
  border-bottom: none;
}
/*-------------------------------
    ここまでoutline
---------------------------------*/
  #contents03 {
    background-image: url('../img/contents02_img_sp.png');
    background-size: cover;
    padding-top: 131%;
    margin-top: 4em;
}
/*-------------------------------
    ここからform-contents
---------------------------------*/

#form-contents{
  padding-bottom: 1em;
}
.form-contents-ttl h3 {
    font-size: 7.99999vw;
    font-weight: normal;
}
.form-contents-ttl p {
    font-size: 5.33333vw;
    margin-top: .25em;
}
.form-contents-ttl .form-txtSmall {
    font-size: 3.2vw;
}
.form-contents-txt {
    width: 90%;
    padding-bottom: 1em;
    margin-top: 1.8em;
    padding-top: 1.7em;
}

.form-contents-txt h3 {
    font-size: 30px;
    width: 90%;
}
.sp-none{
  display: none;
}
.bdr01 {
    padding: .9375em 0 .75em 0;
}
.bdr01:after {
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.form-contents-txt .txtRead {
    font-size: 4.53333vw;
    line-height: 2;
    margin-top: 1em;
}
.form-contents-txt02 p {
    font-size: 3.2vw;
    line-height: 2;
}
.form-contents-txt03 p {
    font-size: 4.53333vw;
}
.txt03Small{
  font-size: 3.99999vw !important;
  padding: 10px 5px;
}
.form-contents-txt03 {
    width: 90%;
    margin: 0 auto;
    margin-top: 1em;
}
.underline03 {
    background: linear-gradient(transparent 59%, #E8F0F5 54%);
}
.form-contents-txt:after {
  border-width: 40px 45vw 0 45vw;
}
.form-area iframe {
    height: 1490px !important;
}
/*-------------------------------
    ここまでform-contents
---------------------------------*/
/*-------------------------------
    ここからfooter
---------------------------------*/

.trackingBnr {
  right: 0;
  bottom: 0;
  max-width: 100%;
}

.trackingBnr .pc {
  display: none;
}

.trackingBnr .sp {
  display: block;
}

.trackingBnr .close {
  right: 0;
  background-color: #051e6d;
}

.footer {
  padding-bottom: 150px;
}

.footer-link img {
  width: 30px;
}
.footer-link a {
  margin: 0 .9375em;
}
.footer-box {
    margin-top: 2em;
    flex-direction: column;
}
.footer-box-img {
     margin-right: 0; 
     margin: 0 auto;
}
.footer-box-txt {
    width: 90%;
    margin: 0 auto;
}
.footer-box-txt h2 {
    font-size: 3.73333vw;
}
.form-area {
    width: 90%;
    margin: 0 auto;
    margin-top: 6em;
}
.footer-box-txt .footer-small {
    font-size: 3.2vw;
    font-weight: normal;
}
.footer-box-txt p {
    font-size: 3.2vw;
}
/*-------------------------------
    ここまでfooter
---------------------------------*/

.mov-youtube {
    height: 220px;
    margin: 2em auto;
}

}
/* sp */
@media only screen and (max-width: 375px) {

  .form-area iframe {
    height: 1540px !important;
  }
  
}

@media only screen and (max-width: 320px) {


.form-area iframe {
  height: 1590px !important;
}
}