@import url(base.css);
a:hover {
  opacity: 1;}

img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;
    vertical-align: bottom;}

.pc {
  display: none !important;}

.fit {
  width: 100%;
  height: auto;}
.fit70 {
  width: 70%;
  height: auto;
  margin: 0 auto;
  text-align: center;}
.fit50 {
  width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;}

html{ scroll-behavior: smooth;scroll-padding-top: 11vw;}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  font-size: 3.6vw;}

#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  padding-top: 12vw;}

.cInner,
.cInner2 {
  display: block;
  clear: both;
  padding: 0 3vw;
  margin: 0 auto;
  text-align: left;
  position: relative;}
.thankscInner {
  display: block;
  clear: both;
  padding: 0 3vw;
  margin: 8vw auto;
  text-align: left;
  position: relative;}

#contents {
  margin: 0 auto;
  text-align: center;
  background: #FFF;}

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  height: 11vw;}
.header {
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s ease;}
.hidden {
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s ease;} 
#header #logo {
  display: block;
  padding: 1vw;
  float: left;}
#header #logo img {
  display: block;
  height: 8vw;
  width: auto;}

#header #menu .menuBtn {
  position: absolute;
  top: 1.5vw;
  right: 1vw;
  width: 8vw;
  height: 8vw;}
#header #menu .menuBtn img {
  width: 100%;
  height: auto;}
#header #menu .menuContents {
  display: none;
  background: #00923a;
  position: fixed;
  top: 11vw;
  right: 0;
  width: 100%;
  text-align: left;}
#header #menu .menuContents ul li {
  display: block;
  line-height: 150%;
  font-size: 4.2vw;
  position: relative;
  border-bottom: 1px solid #ffffff;}
#header #menu .menuContents ul li a {
  display: block;
  text-decoration: none;
  padding: 2.5vw 10vw 2.5vw 7vw;
  position: relative;
  color: #FFF;
  font-weight: 500;}
#header #menu .menuContents ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5vw;
  width: 2vw;
  height: 2vw;
  margin: -1.5vw 0 0 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
    position: relative;
    background-image: url("/images/school_reform/SP_title_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;}
.mainImg {
    width: 100%;
    margin: auto;
    text-align: center;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.bl_floatingBanner {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;}
.bl_floatingBanner.js_close {
    display: none;}
.bl_floatingBanner_close {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    cursor: pointer;}
.bl_floatingBanner_close span:nth-of-type(1) {
    position: absolute;
    top: 7px;
    right: 0;
    width: 16px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);}
.bl_floatingBanner_close span:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 7px;
    width: 2px;
    height: 16px;
    background-color: #fff;
    transform: rotate(45deg);}

.applicationBtn {
    width: 100%;
    height: 50px;
    margin: 0;
    background-color: #ffa300;}
.applicationBtn:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    position: absolute;
    top: 40%;
    right: 5%;
    margin-top: -4px;
    transform: rotate(45deg);
    text-align: center;
    margin: 0 auto;}
.applicationBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 50px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 5vw;
    line-height: 2em;}
.applicationBtn a:hover {
    text-decoration: none;}
.free {
    display: inline-block;
    background-color: #ff0000;
    border-radius: 20px;
    padding: 0px 20px;
    color: #FFF;
    margin-left: -5vw;
    margin-right: 10px;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.8em;
    text-align: center;}

.applicationBtn2 {
    width: 100%;
    margin: 0 auto;
    background-color: #ffa300;
    border-radius: 30px;
    display: table;}
.applicationBtn2 a {
    display: block;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    padding: 10px 0px;}
.applicationBtn2 a:hover {
    text-decoration: none;}
.applicationBtn2 span {
    display: inline-block;
    background-color: #ff0000;
    border-radius: 20px;
    padding: 3px 10px;
    color: #FFF;
    margin-right: 10px;
    font-weight: bold;
    font-size: 4vw;
text-align: center;}

.thanksBtn {
  text-align: center;
  margin: 5% auto 3% auto;
  padding: 0 3vw;}
.thanksBtn a {
  display: inline-block;
  width: 100%;
  background-color: #ffa300;
  color: #FFF;
  padding: 3vw;
  border-radius: 50px;
  font-size: 3.8vw;
  font-weight: bold;}
.applicationBtn a:hover,
.thanksBtn a:hover {
  text-decoration: none;}

/*-------------------------------------------------
	++ TOP
-------------------------------------------------*/
.WhiteBg {
  padding: 30px 0 40px 0;
  background-color: #FFF;}
.GreenBg {
  padding: 30px 0 40px 0;
  background-color: #f2ffe9;}
h3 {
  font-size: 4.2vw;
  line-height: 1.5em;
  margin-bottom: 5vw;
  color: #009525;
  font-weight: bold;
  text-align: center;}
h3 span {
    display: inline-block;
    color: #ffa300;
    font-size: 6.5vw;}
h3.orange {
  font-size: 4.5vw;
  margin: 30px 0 20px 0;
  color: #ffa300;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;}
h3.orange::before,
h3.orange::after {
  background-color: #ffa300;
  border-radius: 0px;
  content: "";
  height: 4px;
  width: 19px;}
h3.orange::before {
  margin-right: 1px;
  transform: rotate(60deg);}
h3.orange::after {
  margin-left: 1px;
  transform: rotate(-60deg);}
h3.teacher {
    width: 100%;
    line-height: 65px;
    font-size: 4.8vw;
    margin: 10px auto 20px auto;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-image: url("/images/school_reform/md_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;}
h4 {
  font-size: 4vw;
  margin: 40px 0 5px 0;
  color: #00923a;
  font-weight: bold;
  text-align: left;}
h4.digitalexpoTtl {
    color: #ffa300;
    font-weight: bold;
    font-size: 4vw;
    background-color: transparent;
    text-align: left;
    line-height: 1.2em;
    margin: 5px 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    position: relative;}
h4.digitalexpoTtl:before {
    content: attr(data-number);
    background-color: #009525;
    color: #fff;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.6rem;
    margin-right: 1.2rem;
    flex-shrink: 0;}
h4.scheduleTtl {
    width: 100%;
    background-color: #009525;
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 10px auto;
    font-size: 4.5vw;
    line-height: 1.8em;
    font-weight: bold;}

.worrieslistDisc {
	margin:0;}
.worrieslistDisc li {
	text-align: left;
    font-size: 3.8vw;
    font-weight: bold;
	line-height: 1.5em;
    margin-bottom: 10px;
	list-style-type:none;
	padding: 0 0 5px 25px;
    background-image: url("/images/school_reform/ic_check.svg");
    background-position: left top 3px;
    background-repeat: no-repeat;
    background-size: 20px;}

.digitalexpoBox {
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px 15px 20px 15px;
    box-shadow: 8px 8px 0 #cfe39a;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;}
.digitalexpoImg {
    width: 80%;
    margin: 0 auto;
    text-align: center;}
.digitalexpoTxt {
    width: 100%;
    margin-bottom: 10px;}

.hostbg {
    width: 100%;
    padding: 30px 0 30px 0;
    background-image: url("/images/school_reform/bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;}
.hostBox {
    display: flex;
    justify-content: space-between;}

.teacherBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 2%;
    margin-bottom: 30px;}
.teacherItem {
    width: 49%;
    background-color: #FFFFFF;
    padding: 15px 10px 15px 10px;
    box-shadow: 5px 5px 0 #cfe39a;
    border-radius: 20px;
    text-align: center;
    position: relative;}
.teacherName {
    font-size: 3.0vw;
    font-weight: normal;
    text-align: center;
    line-height: 1.2em;
    margin: 8px auto 3vw auto;}
.teacherName span {
    display: block;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.3em;}
.teacherBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;}
.e-link {
    display: inline-block;
    background-color: #ffa300;
    color: #fff;
    border-radius: 100px;
    line-height: 1;
    padding: 10px 15px 12px;
    border: none;
    font-size: 3.8vw;
    cursor: pointer;}
.e-linkG {
    background-color: #8c8c8c;}
.p-popup {
    display: none;
    z-index: 99999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);}
.p-popup_in {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateX(0%) translateY(-50%);}
.p-popup_list {
    position: relative;
    width: 90%;
    height: 85vh;
    background-color: #FFFFFF;
    padding: 20px;
    box-shadow: 10px 10px 0 #cfe39a;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    overflow: scroll;}
.e-company {
    font-size: 3.5vw;
    font-weight: normal;
    margin: 5px auto 0 auto;}
.e-name {
    font-size: 4.8vw;
    font-weight: bold;
    margin: 5px auto 0 auto;}
.e-text {
    text-align: left;
    margin: 10px auto;}

.table_design {
    margin-bottom: 30px;}
.table_design li{
    border:1px solid #ababab;
    border-top:none;}
.table_design li:first-child{
    border-top:1px solid #ababab;}
.table_design.second li:first-child{
        border:none;}
.table_design.second li:nth-child(2){
    border-top:1px solid #ababab;}
.table_design li dl{
    display:block;}
.table_design li dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    padding:10px 0;
    background:#f2f2f2;
    color:#000000;
    border-bottom:1px solid #ababab;}
.table_design li dl dt.border{
    border-right:none;}
.table_design li dl dd{
    width:100%;
    padding:10px;
    background:#fff;
    position: relative;}
.table_design li dl dd div.ic_photo2 {
    width: 20%;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    border-left: none;}
.table_design li dl dd div.ic_photo2 img {
    width: 100%;
    border: 1px #00923a solid;
    border-radius: 100%;}
.table_design li dl dd div.ic_photo3 {
    width: 32%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0;
    border-left: none;}
.table_design li dl dd div.ic_photo4 {
    width: 32%;
    position: absolute;
    bottom: 10px;
    right: 35%;
    padding: 0;
    border-left: none;}
.table_design li dl dd.half{
    display:flex;
    padding:0;}
.table_design li dl dd h4.scheduleTtl2 {
    display: inline-block;
    padding: 5px 15px;
    margin:0;
    font-size:4vw;
    font-weight:bold;
    color: #fff;
    background-color: #00923a;}
.table_design li dl dd h5.scheduleTtl2G {
    margin:5px 0 0 0;
    font-size:3.8vw;
    line-height: 1.4em;
    font-weight:bold;
    color: #00923a;}
.table_design li dl dd h5.scheduleTtl2G span {
    display: block;
    color: #000;}
.table_design li dl dd h4.scheduleTtl2B {
    margin:0 5px 0 0;
    font-size:3.8vw;
    font-weight:bold;
    color: #3f5ac6;}
.table_design li dl dd h4.scheduleTtl2O {
    margin:0 5px 0 0;
    font-size:3.8vw;
    font-weight:bold;
    color: #ff9a00;}
.table_design li dl dd p{
    background-image: url(/images/school_reform/ic_m_g.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 30px;
    text-align: left;
    font-size: 3.5vw;
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 10px;
    padding: 0 0 0 40px;}
.table_design li dl dd p.Blue {
    background-image: url(/images/school_reform/ic_m_b.svg);}
.table_design li dl dd p.Purple {
    background-image: url(/images/school_reform/ic_m_p.svg);}
.table_design li dl dd p span{
    display:block;
    margin-bottom:5px;
    font-weight:bold;}
.table_design li dl dd div.btn {
    width:32%;
    position: absolute;
    bottom: 0px;
    right: 5px;
    padding: 0 !important;
    border-left:none;}
.table_design li dl dd div.btn2 {
    width:32%;
    position: absolute;
    bottom: 0px;
    right: 35%;
    padding: 0 !important;
    border-left:none;}
.table_design li dl dd.half div{
    width:50%;
    padding:10px;
    position: relative;}
.table_design li dl dd.half div.btn {
    width:47%;
    position: absolute;
    bottom: 0px;
    right: 5px;
    padding: 0 !important;
    border-left:none;}
.table_design li dl dd.half div.btn2 {
    width:47%;
    position: absolute;
    bottom: 0px;
    right: 51%;
    padding: 0;
    border-left:none;}
.table_design li dl dd.half div.ic_photo,
.table_design li dl dd.half div.ic_photoB,
.table_design li dl dd.half div.ic_photoP {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    border-left: none;}
.table_design li dl dd.half div.ic_photo img {
    width: 100%;
    border: 1px #00923a solid;
    border-radius: 100%;}
.table_design li dl dd.half div.ic_photoB img {
    width: 100%;
    border: 1px #6e71ff solid;
    border-radius: 100%;}
.table_design li dl dd.half div.ic_photoP img {
    width: 100%;
    border: 1px #de71ff solid;
    border-radius: 100%;}
.table_design li dl dd.half div.border {
    border-left:1px solid #ababab;}
.table_design li dl dd.half div.category{
    color:#fff;
    font-size:4vw;
    text-align:center;}
.table_design.second li:first-child dt{
    background:transparent;
    padding: 0;}
.table_design.second li:first-child dd div{
    border-top:1px solid #ababab;}
.table_design.second li dd div.border2 {
    border-right:1px solid #ababab;}
.bg_up{
    background:#6e71ff;
    color:#fff;}
.bg_cost{
    background:#de71ff;
    color:#fff;}
.Ttlmt20 {margin-top: 0px;}

.representativeBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;}
.representativeImg {
    width: 50%;
    margin: 0 auto 10px auto;;
    text-align: center;}
.representativeTxt {
    width: 100%;}
.representativeTxt h4 {
    color: #000000;
    font-weight: bold;
    font-size: 4.5vw;
    margin: 0 0 15px 0;
    text-align: left;}

.Tbl02 table {
	width:100%;
	margin: 1% 0;
    border-collapse: separate;
    border-spacing: 8px;    }
.Tbl02 table tr th,
.Tbl02 table tr td {
    width: 100%;
    display: block;
	padding:5px;
	position:relative;}
.Tbl02 table tr th {
	background-color:#00923a;
	color:#FFF;
    font-weight: bold;
	font-size:4vw;
    padding: 5px 20px;
	line-height: 1.5em;
	text-align: left;
    vertical-align: middle;}
.Tbl02 table tr th.none {
    display: none;}
.Tbl02 table tr th span {
    color: #FF0000;
    font-weight: normal;
    display: inline-block;
    font-size: 3vw;
    padding-left: 10px;}
.Tbl02 table tr td {
	text-align: left;
	font-size:4vw;
	font-weight:normal;
	color:#333;
	line-height: 1.5em;
    vertical-align: middle;}
.Tbl02 table tr td span.cap {
    font-size: 3vw;
    display: inline-block;
    padding-left: 1em;}
.Tbl02 table tr td span {
    font-size: 3.8vw;
    padding-left: 0;}

.m-form-text {
    height: 2.4em;
    padding: 0 16px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 0 1px #bdbdbd inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;}
.m-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(0, 146, 58) inset;}
::placeholder {color: #dbdbdb;}
.textbox100 { width: 100%;}
.textbox45 { width: 47%;}
.textbox20 { width: 40%;}
.textbox80 { width: 100%;}

.m-form-radio input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;}
.m-form-radio-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #666;}
.m-form-radio-name:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    margin-right: 4px;
    flex-shrink: 0;
    background-color: #FFF;}
.m-form-radio input:checked + .m-form-radio-name:before {
    border: 0.3em solid rgb(0, 146, 58);}
.m-form-radio input:checked + .m-form-radio-name {
    color: rgb(0, 146, 58);}
.m-form-radio input:focus + .m-form-radio-name {
    color: rgb(0, 146, 58);}
.m-form-radio input.focus-visible + .m-form-radio-name .m-form-radio-text {
    background: linear-gradient(transparent 90%, rgba(0, 146, 58, 0.3) 90%);}

.m-form-select {
    position: relative;}
.m-form-select:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    pointer-events: none;}
.m-form-select select {
    height: 2.4em;
    width: 100%;
    padding: 0 8px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 0 1px #bdbdbd inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;}
.m-form-select select::-ms-expand {
    display: none;}
.m-form-select select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(0, 146, 58) inset;}

.m-form-checkbox input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;}
.m-form-checkbox-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #666;
    position: relative;}
.m-form-checkbox-name2 {
    cursor: pointer;
    display: inline-flex;
    align-items: flex-start;
    color: #666;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px;}
.m-form-checkbox-name:before,
.m-form-checkbox-name2:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    margin-right: 6px;
    flex-shrink: 0;
    background-color: #FFFFFF;}
.m-form-checkbox input:checked + .m-form-checkbox-name:before,
.m-form-checkbox input:checked + .m-form-checkbox-name2:before {
    border: 1px solid rgb(0, 146, 58);
    background-color: rgb(0, 146, 58);}
.m-form-checkbox input:checked + .m-form-checkbox-name:after,
.m-form-checkbox input:checked + .m-form-checkbox-name2:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 0.3em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.4em;
    height: 0.6em;
    transform: translateY(-2px) rotate(45deg);}
.m-form-checkbox input:checked + .m-form-checkbox-name,
.m-form-checkbox input:checked + .m-form-checkbox-name2 {
    color: rgb(0, 146, 58);}
.m-form-checkbox input:focus-visible + .m-form-checkbox-name .m-form-checkbox-text,
.m-form-checkbox input:focus-visible + .m-form-checkbox-name2 .m-form-checkbox-text {
    background: linear-gradient(transparent 90%, rgba(0, 146, 58, 0.3) 90%);}
.m-form-checkbox input.focus-visible + .m-form-checkbox-name .m-form-checkbox-text,
.m-form-checkbox input.focus-visible + .m-form-checkbox-name2 .m-form-checkbox-text {
    background: linear-gradient(transparent 90%, rgba(0, 146, 58, 0.3) 90%);}

.listDisc {
	margin:0 0 1em 0;}
.listDisc li {
	text-align: left;
	line-height: 1.5em;
	list-style-type:none;
	padding: 0 0 0 4.0em;
	text-indent: -4.0em;}

.operationC {
    text-align: left;
    margin: 0;
    font-size: 4vw;}

.sessionBox {
    display: flex;
    flex-wrap: wrap;}
.sessionItem {
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    padding: 0;
    position: relative;}
.sessionImg {
    display: none;}
.sessionItem p {
    width: 100%;
    font-size: 3.8vw;
    line-height: 1.3em;
    padding-left: 7%;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  background-color: #00923a;
  color: #FFF;
  font-size: 3.5vw;
  padding: 3vw 0 60px 0;}
#footer .copy {
  margin: 0px;}
#footer .copy a {
  color: #FFF;}

.pagetop {
    position: fixed;
    bottom: 15vw;
    right: 5vw;
    width: 14vw;
    height: 14vw;}
.spCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9996;}