@charset "utf-8";
/* メインイメージ
---------------------------- */
.mainimgarea{
  position: absolute;
  top: 0;
  width: 100%;
}
.mainimgarea::before {
    content: "";
    position: absolute;
    background: url(/atsugi-de-cycle/assets/img/common/bg01_sp.png) 0% 0% repeat-x;
    width: 100%;
    height: 95%;
    bottom: -50%;
    background-size: auto;
    z-index: -1;
}
.mainimgarea .m-image{
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
  height: 75vh;
}
.mainimgarea img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.m-image{    position: relative;}

.m-image h2{
  position: absolute;
  top: 42%;
  left: 31vw;
  font-size: 4em;
  text-shadow: 1px 2px 3px #000000;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.c02 .m-image h2{left: 35vw;}
.c03 .m-image h2{left: 35vw;}

.m-image h2::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/course/c01/num_icon.svg) 100% 100% no-repeat;
  bottom: 40%;
  left: -10%;
  width: 2.5em;
  height: 2.5em;
  background-size: contain;
}
.c01 .m-image h2::before{
background: url(/atsugi-de-cycle/assets/img/course/c01/num_icon.svg) 100% 100% no-repeat;
background-size: contain;
}
.c02 .m-image h2::before{
  background: url(/atsugi-de-cycle/assets/img/course/c02/num_icon.svg) 100% 100% no-repeat;
  background-size: contain;
}
.c03 .m-image h2::before{
  background: url(/atsugi-de-cycle/assets/img/course/c03/num_icon.svg) 100% 100% no-repeat;
  background-size: contain;
  bottom: 33%;
}
.fc-icon{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 0.3em 1.5em;
  }
.m-image .fcourse{
  width: 35%;
  display: block;
}
.c01 .m-image .fcourse:first-child{margin-right: 5%;}
.c02 .m-image .fcourse{
  width: 40%;
  display: block;
  margin: 0 0 0.1em 2em;
}
.c03 .m-image .fcourse{
  width: 90%;
  display: block;
  margin: 0 0 0.1em 2em;
}
.m-image h2 span{
display: block;
margin-bottom: 0.5em;
}
#d-scroll{
  position: absolute;
  bottom: 3%;
  left: 47.5vw;
  }
#d-scroll a{
  position: relative;
  color: #fff;
  text-decoration: none;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.8em;
}
#d-scroll a::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/a_icon05.svg) 0 0 no-repeat;
  bottom: -20px;
  right: -13px;
  width: 100px;
  height: 13px;
  background-size: contain;
}
.low main{  padding-top: 70vh;}
@media screen and (min-width:768px) and ( max-width:1024px) {
.mainimgarea .m-image{  height: 100%;}
.m-image h2 { left: 23vw;}
#d-scroll { left: 46.5vw;}
.c02 .m-image h2 {left: 26vw;}
.c03 .m-image h2 { left: 24vw;}
.c03 .m-image .fcourse {
    width: 80%;
    display: block;
    margin: 0 0 0.1em 1.8em;
  }
}
@media only screen and (max-width: 767px) {
.mainimgarea{
    position: absolute;
    top: 0;
  }
.mainimgarea::before {
    content: "";
    position: absolute;
    background: url(/atsugi-de-cycle/assets/img/common/bg01_sp.png) 0% 0% repeat-x;
    width: 100%;
    height: 95%;
    bottom: -50%;
    background-size: contain;
}
.mainimgarea .m-image {
  position: relative;
  height: auto;
}
.m-image h2{
  position: absolute;
  top: 38%;
  left: 0;
  font-size: 1.8em;
  text-shadow: 1px 2px 3px #000000;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.m-image h2::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 40%;
  left: 15%;
  width: 2em;
  height: 2em;
  background-size: contain;
}
.c03 .m-image h2::before {
    bottom: 41%;
}
.c02 .m-image h2 {left: 0;}
.c03 .m-image h2 {left: 0;}
.c01 .m-image h2::before{left: 8%;}
.fc-icon {    margin: 0 0 0.3em 3.2em;}
.m-image .fcourse {
  width: 30%;
  display: block;
  margin: 0;
}
.c02 .m-image .fcourse {
    width: 25%;
    display: block;
    margin: 0 0 0.3em 4em;
}
.c03 .m-image .fcourse {
  width: 58%;
      display: block;
      margin: 0 0 0.1em 4.5em;
}
.m-image h2 span{
display: block;
margin-bottom: 0.5em;
}
#d-scroll{
  position: absolute;
  bottom: 3%;
  left: 44%;
  }
#d-scroll a{
  position: relative;
  color: #fff;
  text-decoration: none;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.2em;
}
#d-scroll a::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/a_icon05.svg) 0 0 no-repeat;
  bottom: -16px;
  right: -8px;
  width: 65px;
  height: 12px;
  background-size: contain;
}
.low main{  padding-top: 10em;}
}


/* コンテンツ /#section01/
---------------------------- */
#section01{
}
.record{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01 dl {
  width: 40%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1em;
  flex-wrap: wrap;
  align-items: center;
}
#section01 dl:last-child{margin: }
#section01 dt{
  width: 55%;
  background: #fff;
  border: 2px solid #65C9BA;
  border-radius: 30px;
  text-align: center;
  font-size: 1.8em;
  color: #65C9BA;
  font-weight: bold;
}
#section01 dt span{
font-size: 0.6em;
vertical-align: top;
}
#section01 dd{
  width: 40%;
  font-size: 2em;
  font-weight: bold;
}
#section01 dd span{font-size: 0.8em;}
#section01 p{
font-size: 1em;
color: #65C9BA;
text-align: center;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .low main {padding-top: 50vh;}
  #section01 dl {  width: 40%;}
}
@media only screen and (max-width: 767px) {
  #section01 {
      position: relative;
      margin: 2em auto 0em;
      padding: 0;
  }
  #section01 dl{
    width: 90%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 1em;
    flex-wrap: wrap;
  }
#section01 dt{
  width: 49%;
  background: #fff;
  border: 2px solid #65C9BA;
  border-radius: 20px;
  text-align: center;
  font-size: 1.2em;
  color: #65C9BA;
}
#section01 dt span{
  font-size: 0.6em;
  vertical-align: top;
  }
#section01 dd{
  width: 40%;
  font-size: 1.3em;
  font-weight: bold;
  }
#section01 dd span{font-size: 0.8em;}
#section01 p{
  font-size: 0.8em;
  color: #65C9BA;
  text-indent: -2.5em;
  padding-left: 2.5em;
  text-align: left;
  }
}


/* コンテンツ /#section02/
---------------------------- */
.low .section.maparea{margin: 2em auto 8em!important;}
.illust {
    position: relative;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.illust img.ilstimage{width: 100%;}
.map01{
  position: relative;
  width: 100%;
  margin: 2em auto 5em;
}

.map01 h3{
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  font-weight: normal;
  }
  .gmapbox{
    width: 100%;
    margin-top: 2em;
    height: auto;
}
.gmapbox iframe{    height: 450px;}

.map02{
  width: 50%;
  position: relative;
  border: 2px solid #343F51;
  padding: 1em;
  border-radius: 15px;
  background: #fff;
  margin: auto;
}
.map02 h3 {
  position: absolute;
  top: -1.6vh;
  left: 2vw;
  display: inline-block;
  padding: 5px 20px;
  background: #fff;
  border: 2px solid #343F51;
  border-radius: 20px;
  font-weight: normal;
  font-size: 1.3em;
}
.map02 ul{
  display: block;
  margin: 1em auto 1em;
  font-size: 1.5em;
  color: #69C8BA;
  font-weight: bold;
  text-align: left;
}
.map02 ul li{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 70%;
  margin: auto;
}
.map02 ul li p{
  width: 10rem;
  margin: 0;
}
.map02 ul li p.m02_ttl{width: 12rem;}
.e_map{}

.icon_exp {
    position: relative;
    width: 40%;
    margin: 3em auto 1em;
    border: 2px solid #343F51;
    background: #fff;
    border-radius: 15px;
}
.icon_exp h3{
  position: absolute;
  top: -1.6vh;
  left: 2vw;
  display: inline-block;
  padding: 5px 15px;
  background: #fff;
  border: 2px solid #343F51;
  border-radius: 20px;
  font-weight: normal;
  font-size: 1.3em;
  }
  .icon_exp_in{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 2em auto 0;
  }
  .icon_exp_in dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 35%;
  }
  .icon_exp_in dt {  width: 20%;}
  .icon_exp_in img{width: 90%;}
  .icon_exp_in dd{
    width: 59%;
    font-size: 1em;
  }
  .icon_exp_in dd::before{
    content: "…";
    font-size: 0.9em;
    margin-right: 1em;
  }
@media screen and (min-width:768px) and ( max-width:1024px) {
  .map01 {width: 90%;}
  .maplink img {height: 9.5rem;}
  .map02 {width: 80%;}
  .icon_exp {width: 65%;}
}
@media only screen and (max-width: 767px) {
  .low .section.maparea {margin: 1em auto!important;}
  .illust {
    position: relative;
    width: 95%;
    margin: auto;
}
.map01 {
    position: relative;
    width: 100%;
    margin: auto;
}
.c02 .map01 {width: 100%;}
.c03 .map01 {width: 100%;}

.map02 {
    width: 100%;
    padding: 0.5em;
    margin: 3em auto 1em;
    border-radius: 12px;
}
.map02 h3 {
    top: -2.5vh;
    left: 5vw;
    padding: 5px 20px;
    font-weight: normal;
    font-size: 1.2em;
}
.map02 ul {
    display: block;
    font-size: 1.2em;
    color: #69C8BA;
    font-weight: bold;
}
.map02 ul li p{
  width: 6.5rem;
  margin: 0;
}
.map02 ul li p.m02_ttl{width: 10rem;}

.maplink {
    bottom: -14%;
    left: -5%;
}
.c02 .maplink {
  bottom: 0%;
  left: -7%;
}
.c03 .maplink {
    bottom: 0%;
    left: -7%;
}
.maplink img {height: 6.5rem;}
.icon_exp {
    position: relative;
    width: 95%;
    margin: 1em auto 1em;
    border: 2px solid #343F51;
    background: #fff;
    border-radius: 12px;
}
.icon_exp h3 {
    top: -2.5vh;
    left: 5vw;
    font-size: 1.2em;
}
.icon_exp_in {padding: 0 0.5em;}
.icon_exp_in dl {
    justify-content: space-between;
    width: 31%;
}
.icon_exp_in dt {width: 35%;}
.icon_exp_in dd {
    width: 60%;
    font-size: 0.8em;
}
.icon_exp_in dd::before {
  font-size: 0.7em;
  margin-right: 0.2em;
}

}

/* コンテンツ /#section03/
---------------------------- */
.c_area{    z-index: 1;}
#section03 .container{
  width: 850px;
}
.c_area{
  position: relative;
  width: 90%;
}
.course_ttl{
  display: block;
  width: 25%;
  margin: 0 auto 2em;
  background: #343F52;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 1.5em;
  }
  .c_area .c_box {margin: 0 auto 2em;}
  .c_area .courselist{text-align: center;}
  .c_area .courselist p{
  background: #7ad0c2;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 30px;
  font-size: 0.8em;
}

  .c_area .c_box h2 {
      margin: 0.5em auto;
      font-size: 2.5em;
      font-weight: normal;
      color: #343F52;
      text-align: center;
  }
.c_area div.c_box:nth-of-type(2) h2::before{content: "\02460";}
.c_area div.c_box:nth-of-type(3) h2::before{content: "\02461";}
.c_area div.c_box:nth-of-type(4) h2::before{content: "\02462";}
.c_area div.c_box:nth-of-type(5) h2::before{content: "\02463";}
.c_area div.c_box:nth-of-type(6) h2::before{content: "\02464";}
.c_area div.c_box:nth-of-type(7) h2::before{content: "\02465";}
.c_area div.c_box:nth-of-type(8) h2::before{content: "\02466";}
.c_area div.c_box:nth-of-type(9) h2::before{content: "\02467";}
.c_area div.c_box:nth-of-type(10) h2::before{content: "\02468";}
.c_area div.c_box:nth-of-type(11) h2::before{content: "\02469";}
.c02 .c_area div.c_box:nth-of-type(11) h2::before{content: "";}

.c_area div.c_box:nth-of-type(12) h2::before{content: "⑪";}
.c03 .c_area div.c_box:nth-of-type(13) h2::before{content: "⑫";}
.c03 .c_area div.c_box:nth-of-type(14) h2::before{content: "⑬";}
.c_area .imgarea{
    width: 75%;
    margin: auto;
  }
.c_area .imgarea img{width: 100%;}
.c_area .eiconlist{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  }
  .c_area .eiconlist li {
      width: 8%;
      margin-right: 2%;
  }
.c_area .eiconlist li:last-child{margin-right: 0;}
.txtarea{
  width: 80%;
  margin: 1em auto 0;
  font-size: 1.2em;
  }
.txtarea .address,.txtarea .tell{
  margin-bottom: 0;
  font-size: 0.9em;
}

a.txtlink01{margin-top: 0;}

  .totalarea {
      margin: 2em auto;
      text-align: center;
      font-size: 1.4em;
  }
.totalarea p{margin-bottom: 0;}
.memoarea {
    position: relative;
    width: 100%;
    min-height: 13em;
    font-size: 0.7em;
    margin: 1em 0 1em auto;
    color: #65C9BA;
}
.memoarea::before {
    content: "";
    display: block;
    position: absolute;
    background: url(/atsugi-de-cycle/assets/img/common/a_icon06.svg) 0 0 no-repeat;
    background-size: contain;
    top: 0%;
    left: 48%;
    width: 25px;
    height: 100px;
}
.memoarea p{position: relative;}
.memoarea p::after{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/course/att_icon01.svg) 0 0 no-repeat;
  background-size: contain;
  top: -50%;
  right: 0%;
  width: 45px;
  height: 40px;
}
.npbox .txtarea {    text-align: center;}
.npbox .txtarea .hplink a.txtlink01{
  margin: auto;
  text-align: center;
  display: inline-block;
}
a.txtlink01 span {    top: 10px;}
@media screen and (min-width:768px) and ( max-width:1024px) {}
@media only screen and (max-width: 767px) {
  .c_area {
    width: 100%;
}
  .course_ttl {
    display: inline-block;
    width: 25%;
    margin: 0 auto 1em;
    background: #343F52;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    font-size: 1em;
}
.c_area .c_box h2 {font-size: 1.8em;}
.c_area .imgarea {width: 100%;}
.c_area .eiconlist li {    margin-right: 2%;}
.txtarea {
    width: 100%;
    font-size: 1em;
}
.totalarea {
    margin: auto;
    text-align: center;
    font-size: 0.9em;
}
.memoarea {
    position: relative;
    width: 100%;
    min-height: 6em;
    font-size: 0.7em;
    margin: 1em auto 1em;
    color: #65C9BA;
}
.memoarea::before {
    top: 0%;
    left: 40vw;
    width: 15px;
    height: 65px;
}

}

/* コンテンツ /#section04/
---------------------------- */
  .bonus_ttl{
    position: relative;
    width: 100%;
    margin: 3em auto;
    text-align: center;
  }
  .bonus_ttl::before {
    content: "";
    position: absolute;
    background: url(/atsugi-de-cycle/assets/img/common/bg04.svg) 0% 0% no-repeat;
    width: 64vw;
    height: 55vh;
    top: -12vw;
    left: -35vw;
    background-size: contain;
    z-index: -1;
    }
    .bonus_ttl img{
    width: 45%;
    margin: auto;
    text-align: center;
  }
.bonus_ttl .b-ttl-cacth{
    font-size: 1.1em;
    font-weight: bold;
    color: #353f53;
}
  .bonus_ttl .b-ttl-cacth::before{
    content: "▼▼▼";
    padding-right: 0.3em;
  }
  .bonus_ttl .b-ttl-cacth::after{
    content: "▼▼▼";
    padding-left: 0.3em;
  }
  .bonus_ttl .b-ttl{
    background: #fff;
    border: 3.5px solid #353f53;
    padding: 0.5em 3em;
    border-radius: 50px;
    font-size: 1.5em;
    line-height: 1.3;
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.c_area .c_box.mb{margin-bottom: 10em;}
@media screen and (min-width:768px) and ( max-width:1024px) {}
@media only screen and (max-width: 767px) {
  .bonus_ttl .b-ttl-cacth {font-size: 0.9em;}
  .bonus_ttl .b-ttl {font-size: 1.2em;}
  }
