@charset "UTF-8";
body {
    font-family: "Open Sans", "Noto Sans JP", arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #161619;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    word-break: break-word;
    letter-spacing: 0;
}

body button,
body select,
body textarea,
body input {
    font-family: 'Open Sans', arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
    font-size: 1rem;
    padding: .5rem;
    width: 100%;
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.35;
    line-height: 1;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

h4{
    font-weight: bold;
    font-size: 110%;
    margin: 1em 0;
}

p{
    padding-left: 2em;
    padding-bottom: 1em;
}

a {
    text-decoration: none;
    color: #16844e;

}

a:before,
a:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover,
a:active {
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #777;
}

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -js-display: flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (max-width:559px) {
    .flex{
        display: block;
    }
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 700ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

figure{
    text-align: center;
     margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .inner {
        padding: 0 10px;
    }
}

/*cate
----------------*/

#wrapper{
    margin: 0 auto;
    overflow: hidden;
    background-color: #efefef;
}

header{
    width: 100%;
    position: relative;
}



.mainimg {
    width: 100vw;
    height: auto;
}

.mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
header h1{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 10px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

header figure img.mainbottom {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    #wrapper{
        width: 100%;
    }
    header h1{
        width: 100%;
    }
    .slider {
        height: auto;
    }
}

@media screen and (max-width: 559px) {
    header h1{
    }
}

h3 {
    color:#004190;
    text-align: center;
    font-weight: 800;
    font-size:260%;
    margin: 70px auto;
     position: relative;
}

h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 10%; 
    height: 4px; 
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); 
    background-color: #004190; 
}


@media screen and (max-width:559px) {
    h3 {
        font-size: 200%;
    }
    h3:after {
        width: 30%;
    }
}

/*step
----------------*/

.step{
    position: relative;
    margin-top: 260px;
}

.stepin{
    width: 1400px;
    margin: 0 auto;
}

.step h2{
    line-height: 1.6em;
    padding: 0px 10px 70px;
    text-align: left;
    margin: 0 auto;
    max-width: 860px;
}

header h1 {
    top: 800px;
}

@media screen and (max-width: 1650px) {
    header h1 {
        top: 600px;
    }
}

@media screen and (max-width: 1399px) {
    header h1 {
        top: 550px;
    }
    .stepin{
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    header h1 {
        top: 400px;
    }
    .step{
        margin-top: 160px;
    }
    .step img.btn{
        margin: 30px 0;
    }
}

@media screen and (max-width: 926px) {
    header h1 {
        top: 850px;
    }
    .step{
        margin-top: 260px;
    }
}

@media screen and (max-width: 768px) {
    header h1 {
        top: 800px;
    }
    .step{
        margin-top: 120px;
    }
}

@media screen and (max-width:559px) {
    header h1 {
        top: 520px;
    }
    .stepin h2 br {
        display: none;
    }
    .stepin h2 {
        text-align: left;
        padding: 30px 0;
        margin-bottom: 0;
        font-weight: normal;
    }
    .step img.btn {
        margin: 0px 0;
    }
    .step{
        margin-top: 280px;
    }
}

/*date
----------------*/
.date{
    padding: 80px;
    margin: 0 auto;
    text-align: center;
}


.date img{

}

.date img.btn {
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .date{
     padding: 30px 10px;
    }
    .date img.btn {
    margin-bottom: 40px;
    }
}

/*reco
----------------*/
.reco{
    background: #dfeaf8;
    padding: 100px 0;
    position: relative;
}

.reco::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -250px;
    transform: translateX(-50%); /* 中央揃え */
    border-width: 150px; /* 三角形のサイズ */
    border-style: solid;
    border-color: #dfeaf8 transparent transparent transparent; /* 下向き三角形の色設定 */
}


.reco .check {
    font-weight: bold;
    font-size: 180%;
    margin: 80px auto 50px;
    width: 1000px;
    line-height: 2.2em;
}

.reco ul li:before {
    content:"";
    background: url(../images/dateli.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 37px;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}

.reco .ex {
    width: 1200px;
    margin: 0 auto;
} 

.reco .flex {
    margin-bottom: 120px;
}

.reco .flex img{
    width: 22%;
    width: calc((100% - 20px) / 4) ;
}

.recosub img{
    position: absolute;
    top: -0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1000px;   
}

@media screen and (max-width: 1024px) {
    .reco{
        padding: 50px 0;
    }
    .reco .check {
        margin: 50px auto 0px;
        width: 90%;
        font-size: 150%;
    }
    .reco .ex {
        width: 90%;
        margin: 0 auto;
    }
    .reco .recoBtm{
        bottom: -150px;
    }
    .recosub img {
        width: 100%;
        top: 50px;
    }
}

@media screen and (max-width:559px) {
    .reco .check {
        font-size: 150%;
        width: 90%;
        margin: 50px auto;
    }
    .reco .flex img{
        width: 100%;
        margin-bottom: 20px;
    }
    .reco .recoBtm {
        bottom: -70px;
    }
    .reco figure {
        padding: 0 10px;
    }
}

@media screen and (max-width:320px) {
    .reco .recoBtm {
        bottom: -60px;
    }
}


/*anx
----------------*/

.anx {
    margin: 14rem auto 0;
    width: 1200px;
}
.anx .anxIm{
    float: right;
}

.anx ul {
    font-weight: bold;
    font-size: 200%;
    margin: 80px auto;
}

.anx ul li:before {
    content:"";
    background: url(../images/anxCk.gif) no-repeat;
    display: inline-block;
    width: 46px;
    height: 38px;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}

.anx ul:after {
    clear: both;
}

.welcome{
    background: #ed4f00;
    font-weight: bold;
    font-size: 250%;
    padding: 20px;
    color: #fff;
    text-align: center;
    position: relative;
}

.welcome:after{
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #ed4f00;
  }

@media screen and (max-width: 1024px) {
    .anx {
        margin-top: 240px;
        width: 100%;
    }
    .anx .anxTi{
        width: 90%;
        margin: 0 auto;
    }
    .anx ul {
        font-size: 150%;
    }
}

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

    .anx .anxIm{
        display: none;
    }
}

@media screen and (max-width:559px) {
    .anx {
        margin-top: 140px;
    }
    .welcome {
        font-size: 180%;
    }
    .anx ul {
        width: 90%;
        line-height: 1.4em;
        font-size: 160%;
        margin: 40px auto;
    }
    .anx ul li{
        padding-bottom: 1em;
    }
}

/*feature
----------------*/
.feature {
    text-align: center;
    margin: 0 auto;
    width: 1200px;
}
.feature .feau{
    width: 30%;
    width: calc((100% - 20px) / 3);
}

.feature p{
    padding:20px;
    text-align: left;
}

@media screen and (max-width:1024px) {
    .feature {
        width: 100%;
    }
}

@media screen and (max-width:559px) {
    .feature .feau{
        width: 100%;
    }
}

/*curriculum
----------------*/

.curriculum{
    background: #e6e6e6;
    padding: 40px 10px;
    margin: 40px 0;
}


.curriculum dl{
    display: flex;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
}

.curriculum dl dt{
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #ccc;
    padding: 10px 30px;
    color: #333;
    line-height: 1.4;
}

.curriculum dl dt span{
    font-weight:normal;
    display:block;
    background-color:#4d4d4d;
    color:#fff;
    border-radius:20px;
    font-size:.8rem;
    margin-bottom:10px;
    width:120px;
}

.curriculum dl dt span.txtsmall{
    background-color:#fff;
    color:#4d4d4d;
    font-size:.9rem;
}

.curriculum dl dd{
    display:block;
    width:100%;
}

.curriculum dl dd strong{
    display:block;
    width:100%;
    margin-bottom:5px;
    background: #004190;
    color:#fff;
    font-weight:bold;
    font-size:170%;
    padding: 0.2em 10px;
}

.curriculum dl dd ul{

    padding:10px;
}

.curriculum dl dd ul li{
    list-style: none;
    font-size: 1em;
    color: #4d4d4d;
}

.curriculum .bg_o{
  background-color:#1275bc;
  padding:20px;
}

.curriculum .bg_o p{
  color:#fff;
  background-color:inherit;
}

.curriculum .bg_o p.notice{
  padding:0;
}

.curriculum .bg_o p strong{
  display:block;
  font-size:1.5em;
  margin-bottom:10px;
}

.curriculum .time{
    font-size: 60%;
    width: 120px;
    padding-right: 1em;
}

.curriculum .inst {
    background: #efefef;
    padding: 5px 20px;
    margin: 0.2em 1em 2em;
    display: inline-block;
}

.curriculum .att{
    font-size:120%;
    margin:2em auto 0;
    width: 1200px;
}

.curriculum .att p{
    padding: 0;
}

.curriculum .att p.bold{
    font-weight:bold;
    font-size:150%;
    color: #f7931e;
}

@media screen and (max-width:1024px) {
.curriculum dl{
    width: 100%;
    margin-bottom: 20px;
}
.curriculum .att{
    width: 100%;
}
}

@media screen and (max-width:559px) {
    .curriculum dl{
        display:block;
    }

    .curriculum dl dt{
        padding:0 0 10px 0;
    }

    .curriculum dl dt span{
        width:100%;
        border-radius:0;
        padding:5px;
    }

    .curriculum dl dt br{
        display:none;
    }
    .curriculum .time {
         width: 100%;
    }
}


/*instructor
----------------*/

.instructor {
    width: 1200px;
        margin: 0 auto;
}

.instructor img {
    z-index: 1000;
    max-width:350px;
}

.instructor .ins01{
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.instructor .ins01 figure {
    text-align: center;
}

.instructor p.inTop {
    text-align: center;
    margin-top: 1em;
}
.instructor p.intext {
    padding: 20px;
    background: #fff36e;
    width: 45%;
    position: absolute;
    top: 4em;
    right:0;
}

.instructor p.inpro{
    padding: 20px 60px 60px;
    font-size: 120%;
    line-height: 1.8em;
}

.inName{
    font-weight: bold;
    font-size: 150%;
}

@media screen and (max-width:1024px) {
    .instructor {
        width: 100%;
        margin: 0 auto;
    }
    .instructor .ins01 img{
    width: 100%;
    }
    .instructor p.intext,
    .instructor p.inpro {
        width: 100%;
        margin: 0 auto 30px;
        padding: 20px 0;
    }
}



/*point
----------------*/
.point{
    background: #004190;
    color: #fff;
    padding: 3em 10px;
}

h4{
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 220%;
    margin: 0 auto 30px;
    position: relative;
}

h4:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #fff;
}

.point ul,
.point p{
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.point ul{
    font-size: 130%;
}

@media screen and (max-width: 1024px) {
    .point h4,
    .point ul,
    .point p{
        width: 100%;
    }
}

@media screen and (max-width: 559px) {
h4{
    text-align: left;
    font-size: 180%;
    line-height: 1.6em;
}
}

/*qa
----------------*/
.qa{
    background: #e6e6e6;
    padding: 1.5em 10px;
}

.qa dl {
    background: #fff;
    margin: 0 auto 0.8em;
    width: 1200px;
}

.qa dl dt,
.qa dl dd{
    padding: 10px 20px;
}

.qa dl dt{
    border-bottom: 1px #e6e6e6 solid;
    font-size: 18px;
    line-height: 1.8em;
}

.qa dl dt:before {
    content: 'Q';
    color: #004190;
    font-size: 2em; 
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding-right: 1em;
}

.qa dl dd{
    font-size: 16px;
    line-height: 1.8em;
}

.qa dl dd:before {
    content: 'A';
  color: #808080;
  font-size: 2em; 
  display: inline-block;
      vertical-align: middle;
      font-weight: bold;
  padding-right: 1em;
}

@media screen and (max-width:1024px) {
    .qa dl {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .qa dl dt:before,
    .qa dl dd:before { 
      padding-right: 0.2em;

    }
}

/*contact
----------------*/

.contact {
    width: 1200px;
    margin: 0 auto;
}

.contact p.Anform{
    margin: 2em auto;
    text-align: left;
    font-size: 18px;
    line-height: 1.8em;
}


.contact p.formAn {
    margin: 2em auto;
    text-align: center;
    font-size:120%;
}

@media screen and (max-width:1024px) {
    .contact {
        width: 100%;
    }
    .contact p.formAn {
        padding: 0 20px;
        text-align: left;
    }
    .contact p.Anform {
        padding: 0 20px;
    }
    .contact p.Anform b {
        display: block;
        background: #efefef;
        padding-left: 0.8em;
        margin-top: 0.8em;
    }
}

@media screen and (max-width:1024px) {
    .contact {
        width: 100%;
    }
}

/*footer
----------------*/
footer{
    text-align: center;
}

.footerCon{
    background: #004190;
    padding: 1.6em;
}

.footerCon h4 {
    margin: 1em;
        text-align: center;

}

.footerCon h4:after{
    display: inline-block;
    width: 10%;
    }

.footerCon p{
    font-weight: bold;
    font-size: 120%;
    color: #fff;
    padding: 0;
}

.copyright{
    padding: 10px;
    background: #333;
    color: #fff;
}
/*---------------- table    -*/

table {
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

table td,
table th {
    padding: 0.5em 10px;
    border: 1px solid #ccc;
    text-align: left;
}

table td.bkOre {
    background: #f7931e;
    color:#fff;
    font-weight:bold;
    font-size:170%;
    padding: 0.2em 10px;
}

table th {
    text-align: left;
    padding-left: 2em;
    color: #fff;
    width: 40%;
}

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

    table td,
    table th {
        display: block;
        width: 100%;
        margin-top: -1px;
        padding-left: 0;
        border-bottom: none;
    }
    table th {
        padding-left: 1em;
        border-bottom: none;
    }

}


.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}

/*---------------- form    -*/
#formtable{
    width: 1200px;
}

.OF_center{
    margin: 0 auto;
    text-align: center;
}

#OF_form1 {
    width: 100% !important;
}

.btn{
    padding: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
