@import url(base.css);
img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;
    vertical-align: bottom;}

.sp {
  display: none !important;}
 
html{ scroll-behavior: smooth;scroll-padding-top: 100px;}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-width: 1000px;
  overflow-x: hidden;
  padding-top: 100px;}

.cInner {
  display: block;
  clear: both;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;}
.thankscInner {
  display: block;
  clear: both;
  width: 1000px;
  margin: 100px auto;
  text-align: left;
  position: relative;}

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

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;}
.header {
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s ease;}
.hidden {
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s ease;} 

.header_innner {
    width: 1000px;
  height: 100px;
    margin: 0px auto;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;}

#header #logo {
  width: 400px;
  text-align: left;
  margin-left: 0px;
  padding: 0px 20px;}
#header #logo img {
    width: 100%;}

#header #menu {
  margin-right: 0px;
  position: relative;}
#header #menu .menuBtn {
	display: none;}
#header #menu .menuContents {
    display: flex;
    align-items: center;}
#header #menu .menuContents ul li {
  display: inline-block;
  line-height: 150%;
  font-size: 17px;
  margin: 0 10px;
  position: relative;
  transition: all 0.1s ease-in;}
#header #menu .menuContents ul li a {
  display: block;
  text-decoration: none;
  padding: 0px 5px;
  position: relative;
  color: #000;
  font-weight: bold;
  border-bottom: 2px #529043 solid;}
#header #menu .menuContents ul li a:link,#header #menu .menuContents ul li a:visited {color:#000;text-decoration:none;}
#header #menu .menuContents ul li a:hover,#header #menu .menuContents ul li a:active {color:#494949;text-decoration:none;}
#header #menu .menuContents ul li:hover ul {
  display: block;}
#header #menu .menuContents ul li.mContact {
  padding: 0px 10px;}
#header #menu .menuContents ul li.mContact a {
  background-color: #ffa300;
  padding: 10px 40px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  border-bottom: none;}
#header #menu .menuContents ul li.mContact.current {
  background-color: transparent;
  color: #FFF;}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
    position: relative;
    height: 600px;
    background-image: url("/images/school_reform/PC_title_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;}
.mainImg {
    text-align: center;
    margin: 30px auto 0 auto;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.bl_floatingBanner {
    position: fixed;
    bottom: 150px;
    right: 0px;
    max-width: 100%;}
.bl_floatingBanner.js_close {
    display: none;}
.bl_floatingBanner_close {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
    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: 140px;
    height: 150px;
    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;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-top: -4px;
    transform: rotate(45deg);
    text-align: center;
    margin: 0 auto;}
.applicationBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 140px;
    height: 150px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3em;}
.applicationBtn a:hover {
    text-decoration: none;}
.free {
    display: block;
    background-color: #ff0000;
    border-radius: 15px;
    padding: 3px 20px;
    color: #FFF;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;}

.applicationBtn2 {
    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: 18px;
    padding: 10px 30px;}
.applicationBtn2 a:hover {
    text-decoration: none;}
.applicationBtn2 span {
    display: inline-block;
    background-color: #ff0000;
    border-radius: 20px;
    padding: 3px 25px;
    color: #FFF;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
text-align: center;}

.thanksBtn {
  text-align: center;
  margin: 20px auto 2% auto;}
.thanksBtn a {
  display: inline-block;
  background-color: #ffa300;
  color: #FFF;
  width: 550px;
  padding: 10px 0px;
  border-radius: 25px;
  font-size: 16px;
  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: 25px;
  margin: 25px 0;
  color: #009525;
  font-weight: bold;
  text-align: center;}
h3 span {
    display: inline-block;
    color: #ffa300;
    font-size: 35px;}
h3.orange {
  font-size: 25px;
  margin: 30px 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: 30px;}
h3.orange::before {
  margin-right: 8px;
  transform: rotate(60deg);}
h3.orange::after {
  margin-left: 8px;
  transform: rotate(-60deg);}
h3.teacher {
    width: 400px;
    line-height: 85px;
    font-size: 25px;
    margin: 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: 110%;
    margin: 40px 0 5px 0;
    color: #00923a;
    font-weight: bold;
    text-align: left;
    line-height: 1.3em;}
h4.digitalexpoTtl {
    color: #ffa300;
    font-weight: bold;
    font-size: 130%;
    background-color: transparent;
    text-align: left;
    line-height: 1.5em;
    margin: 10px 0 20px 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.8rem;
    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: 130%;
    line-height: 1.8em;
    font-weight: bold;}

.worrieslistDisc {
    width: 700px;
	margin:0 auto;
    text-align: center;}
.worrieslistDisc li {
	text-align: left;
    font-size: 120%;
    font-weight: bold;
	line-height: 2em;
    margin-bottom: 8px;
    border-bottom: 1px #ffa300 solid;
	list-style-type:none;
	padding: 0 0 0 30px;
    background-image: url("/images/school_reform/ic_check.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;}

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

.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: 30px 50px;
    margin-bottom: 30px;}
.teacherItem {
    width: 290px;
    background-color: #FFFFFF;
    padding: 15px 15px 15px 15px;
    box-shadow: 10px 10px 0 #cfe39a;
    border-radius: 20px;
    text-align: center;
    position: relative;}
.teacherName {
    font-size: 85%;
    font-weight: normal;
    text-align: center;
    line-height: 1.3em;
    margin: 8px auto 10px auto;}
.teacherName span {
    display: block;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.8em;}
.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: 110%;
    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: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);}
.p-popup_list {
    position: relative;
    width: 1000px;
    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: 100%;
    font-weight: normal;
    margin: 5px auto 0 auto;}
.e-name {
    font-size: 150%;
    font-weight: bold;
    margin: 5px auto 0 auto;}
.e-text {
    text-align: left;
    margin: 5px auto 10px auto;
    font-size: 95%;}

.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;
    border-right:1px solid #ababab;}
.table_design.second li:nth-child(2){
    border-top:1px solid #ababab;}
.table_design li dl{
    display:flex;}
.table_design li dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
    width:20%;
    padding:20px 0;
    background:#f2f2f2;
    color:#000000;}
.table_design li dl dt.border{
    border-right:1px solid #ababab;}
.table_design li dl dd{
    width:80%;
    padding:20px;
    background:#fff;
    position: relative;}
.table_design li dl dd div.ic_photo2 {
    width: 10%;
    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: 120px;
    position: absolute;
    bottom: 0px;
    right: 80px;
    padding: 0;
    border-left: none;}
.table_design li dl dd div.ic_photo4 {
    width: 120px;
    position: absolute;
    bottom: 0px;
    right: 210px;
    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:100%;
    font-weight:bold;
    color: #fff;
    background-color: #00923a;}
.table_design li dl dd h5.scheduleTtl2G {
    margin:5px 0 0 0;
    font-size:100%;
    line-height: 1.3em;
    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:110%;
    font-weight:bold;
    color: #6e71ff;}
.table_design li dl dd h4.scheduleTtl2O {
    margin:0 5px 0 0;
    font-size:110%;
    font-weight:bold;
    color: #de71ff;}
.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: 80%;
    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:120px;
    position: absolute;
    bottom: 0px;
    right: 80px;
    padding: 0;
    border-left:none;}
.table_design li dl dd div.btn2 {
    width:120px;
    position: absolute;
    bottom: 0px;
    right: 210px;
    padding: 0;
    border-left:none;}
.table_design li dl dd.half div{
    width:50%;
    padding:20px;
    border-left:1px solid #ababab;
    position: relative;}
.table_design li dl dd.half div.btn {
    width:120px;
    position: absolute;
    bottom: 0px;
    right: 5px;
    padding: 0;
    border-left:none;}
.table_design li dl dd.half div.btn2 {
    width:120px;
    position: absolute;
    bottom: 0px;
    right: 130px;
    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: 20%;
    position: absolute;
    top: 10px;
    right: 10px;
    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.category{
    color:#fff;
    font-size:110%;
    text-align:center;}
.table_design.second li:first-child dt{
    background:transparent;}
.table_design.second li:first-child dd div{
    border-top:1px solid #ababab;}
.bg_up{
    background:#6e71ff;
    color:#fff;}
.bg_cost{
    background:#de71ff;
    color:#fff;}
.Ttlmt20 {margin-top: 25px !important;}

.representativeBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px 15px;
    margin-bottom: 30px;}
.representativeImg {
    width: 190px;}
.representativeTxt {
    width: 800px;}
.representativeTxt h4 {
    color: #000000;
    font-weight: bold;
    font-size: 110%;
    margin: 0 0 10px 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 {
	padding:5px;
	position:relative;}
.Tbl02 table tr th {
    width: 250px;
	background-color:#00923a;
	color:#FFF;
    font-weight: bold;
	font-size:100%;
    padding: 8px 20px;
	line-height: 1.5em;
	text-align: left;
    vertical-align: middle;}
.Tbl02 table tr th.none {
    background-color: transparent;}
.Tbl02 table tr th span {
    color: #FF0000;
    font-weight: normal;
    display: inline-block;
    font-size: 80%;
    padding-left: 10px;}
.Tbl02 table tr td {
	text-align: left;
	font-size:110%;
	font-weight:normal;
	color:#333;
	line-height: 1.5em;
    vertical-align: middle;}
.Tbl02 table tr td span.cap {
    font-size: 80%;
    display: inline-block;
    padding-left: 1em;}
.Tbl02 table tr td span {
    font-size: 100%;
    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: 45%;}
.textbox20 { width: 20%;}
.textbox80 { width: 80%;}

.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: 22%;
    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: 80%;
    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: 10px;
    left: 10px;}
.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-checkbox2 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-checkbox2 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-checkbox2 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 1.0em;
	text-indent: -1.0em;}
.operationC {
    text-align: center;
    margin: 0 auto;
    font-size: 110%;}

.sessionBox {
    display: flex;
    flex-wrap: wrap;}
.sessionItem {
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 1%;
    display: flex;
    flex-direction: column;
    position: relative;}
.sessionImg {
    width: 80%;
    text-align: center;
    margin: 0 auto;}
.sessionImg img {
    width: 100%;}
.sessionItem p {
    font-size: 70%;
    line-height: 1.3em;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  background-color: #00923a;
  color: #FFF;
  padding: 40px 0;}
#footer .copy {
  margin: 0px;}
#footer .copy a {
  color: #FFF;}

.pagetop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
.pagetop img {
	display:block;}

.spCover {
  display: none;
  width: 1px;
  height: 1px;
  position: absolute;}