@charset "utf-8";
/* メインイメージ
---------------------------- */
.mainimgarea{
  position: relative;
}
.mainimgarea::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/m_bg01.svg) 0 0 no-repeat;
  background-size: contain;
  top: 12%;
  left: 13%;
  width: 230px;
  height: 80px;
  z-index: 5;
}
.mainimgarea::after{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/m_bg02.svg) 0 0 no-repeat;
  background-size: contain;
  top: -3%;
  right: 22%;
  width: 150px;
  height: 130px;
  z-index: 5;
}
#mainvarea,
.mainvisual{
  position: relative;
}
.mainvisual{padding-bottom: 1em;}
.mainvisual::before{
  content: "";
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/bg01.png) 0% 0% repeat-x;
  width: 100%;
  height: 70%;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 50px;
  height: 50px;
  color: transparent;
  background: #65c9ba;
  border: none;
  border-radius: 50%;
  z-index: 1;
  transition: opacity 0.5s;
}
.slick-prev {
  z-index: 1;
  left: 12%;
}
.slick-next {
  z-index: 1;
  right: 12%;
}
.slick-prev::after{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f053';
font-size: 3rem;
color: #fff;
position: absolute;
width: 50px;
height: 50px;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
.slick-next::after{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  font-size: 3rem;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.slick-slide{margin: 0 50px;}
.slick-slide img{width: 100%;}
.mainvtxt{
position: absolute;
right: 10%;
bottom: -3%;
}

.mainvtxt p{
  margin-bottom: 0.3em;
  font-size: 1.5em;
}
.mainvtxt p span{
  padding: 5px;
  color: #fff;
  background: #64c9ba;
}
@media only screen and (max-width: 767px) {
  .mainvisual::before {
    content: "";
    background: url(/atsugi-de-cycle/assets/img/common/bg01_sp.png) 0% 0% repeat-x;
    width: 100%;
    height: 65%;
    top: -22%;
    background-size: contain;
}
  .mainimgarea::before {
    content: "";
    top: -5%;
    right: 31%;
    left: unset;
    width: 120px;
    height: 40px;
    z-index: 5;
}
.mainimgarea::after {
  content: "";
  top: -3%;
  right: 5%;
  width: 110px;
  height: 90px;
  z-index: 5;
}
  .mask-img {
    mask-image: url("/atsugi-de-cycle/assets/img/home/main_mask_sp.svg");
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size:  95%;
    /* Chrome, Safari用 */
    -webkit-mask-image: url("/atsugi-de-cycle/assets/img/home/main_mask_sp.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    -webkit-mask-size: 95%;
  }
  .slick01{}
  .slick-slide{
      margin: 0;
}
  .slick-slide div{}
  .mainvisual img {
      width: auto;
      height: 325px;
      object-fit: cover;
  }
  .mainvtxt {
  position: unset;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: auto;
}
.mainvtxt p {
    font-size: 0.9em;
}
.mainvtxt p span {
  color: #343F52;
  background: none;
}

}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .mainvisual::before {
    height: 80%;
    top: -22%;
}
.mainimgarea::before {
    top: 4%;
    left: 11%;
    width: 150px;
    height: 60px;
}
.mainimgarea::after {
    top: -10%;
    right: 17%;
    width: 110px;
    height: 100px;
}
  .slick-slide{}
  .slick-slide img { height: 50vh;}
  .slick-arrow {
    width: 40px;
    height: 40px;
}
  .slick-prev {left: 9%;}
.slick-next { right: 9%;}
  .slick-prev::after {
      font-size: 2.5rem;
      width: 40px;
      height: 40px;
  }
  .slick-next::after {
    font-size: 2.5rem;
    width: 40px;
    height: 40px;
  }
  .mainvtxt p {
      margin-bottom: 0.3em;
      font-size: 1em;
  }


}

/* ページ内スクロール
---------------------------- */
#linkarea{
  position: relative;
  margin: 5em auto 0;
  width: 100%;
}
#linkarea ul{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 75%;
  margin: auto;
}
#linkarea::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/l_bg01_2.svg) 0 0 no-repeat;
  top: -5vh;
  right: 8vw;
  width: 90px;
  height: 90px;
  background-size: contain;
}
#linkarea li{
width: 30%;
text-align: center;
margin: 0 auto 1.5em;
}
#linkarea li a{
  text-decoration: none;
  background: #65C9BA;
  border-radius: 50px;
  padding: 0.5em 1em;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1.1em;
  border: 1px solid #65C9BA;
}

#d-scroll{
  position: absolute;
  bottom: -20%;
  left: 8vw;
}
#d-scroll a{
  padding-bottom: 4em;
  font-size: 1.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #F76552;
  text-decoration: none;
}
#d-scroll a::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/a_icon04.svg) 0 0 no-repeat;
  bottom: 0px;
  right: 12px;
  width: 14px;
  height: 82px;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  #linkarea{
    position: relative;
    margin: auto;
    width: 100%;
  }
  #linkarea::before{
    content: "";
    display: block;
    position: absolute;
    top: -22%;
    right: 2%;
    width: 80px;
    height: 80px;
    background-size: contain;
  }
  #linkarea li {
      width: 95%;
      text-align: center;
      margin: 0 auto 1.5em;
  }
  #linkarea li a{
    text-decoration: none;
    background: #65C9BA;
    border-radius: 50px;
    padding: 0.4em 1em;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 1em;
    border: 1px solid #65C9BA;
  }
  #d-scroll {
    bottom: -45%;
    left: 4vw;
}
#d-scroll a{
  font-size: 1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  padding-bottom: 4em;

}
#d-scroll a::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/a_icon04.svg) 0 0 no-repeat;
  bottom: 0px;
  right: 14px;
  width: 8px;
  height: 75px;
  background-size: contain;
}

}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #d-scroll {
    bottom: -11%;
    left: 5vw;
  }
  #d-scroll a {
    padding-bottom: 2em;
        font-size: 1em;
  }
  #d-scroll a::after {
    bottom: 0px;
    right: 11px;
    width: 10px;
    height: 50px;
  }
#linkarea::before {
    top: -8vh;
    right: 5vw;
    width: 70px;
    height: 70px;
}
#linkarea ul {
    width: 100%;
}
#linkarea li {width: 31%;}
#linkarea li a {
    padding: 0.5em 0em;
    width: 100%;
    font-size: 1em;
}

}

/* コンテンツ /#section01/
---------------------------- */
#section01{
  margin: 5em auto;
  padding: 5em 0 0;
}
.osusume{position: relative;}
.osusume::before{
  content: "";
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/bg02.svg) 0% 0% no-repeat;
  width: 45vw;
  height: 100%;
  top: -30vh;
  left: -8vw;
  background-size: contain;
      z-index: -1;
}
.osusume .osusume-bg::before{
  content: "";
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/bg03.svg) 0% 0% no-repeat;
  width: 100vw;
  height: 100%;
  top: 60vh;
  left: 0vw;
  background-size: contain;
  z-index: -1;
}
.osusume-ttl span::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/ttl_bg01.svg) 0 0 no-repeat;
  background-size: contain;
  top: 10%;
  left: -40%;
  width: 90px;
  height: 80px;
}
.osusume-ttl span::after{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/ttl_bg02.svg) 0 0 no-repeat;
  background-size: contain;
  top: -15%;
  right: -55%;
  width: 115px;
  height: 80px;
}
.osusume .box{
display: flex;
flex-wrap: wrap;
align-items: flex-end;
margin: 40px auto;
}
.osusume .box01{
  justify-content:flex-end;
  margin: 5em 0 40px auto;
}
.osusume .box03{
justify-content:flex-end;
  margin: 40px 0 40px auto;
}

.osusume .box02{
  justify-content: flex-start;
  margin: 10em auto;
}
.osusume .box .img{
  position: relative;
  width: 42%;
  margin-right: 3%;
  margin-bottom: 5em;
}
.osusume .box01 .lavel,
.osusume .box03 .lavel{
  position: absolute;
  left: -10%;
  top: -9%;
  width: 10vw;
}
.osusume .box02 .lavel{
  position: absolute;
  right: -10%;
  top: -9%;
  width: 10vw;
}

.osusume .box .txt{
  width: 45%;
  margin-bottom: -1%;
}
.osusume .box .txt .fc-icon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.osusume .box .txt .fcourse{
  width: 48%;
  margin: 0 0 0.3em 0;
  }
.osusume .box .txt p{ font-size: 1.2em;}
.osusume .box .txt .balloon p{font-size: 0.8em;}
.osusume .box .txt .courselist ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.osusume .box .txt .courselist li{
  background: #7ad0c2;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 30px;
  font-size: 0.8em;
}
.osusume .box .txt .courselist li:first-child{
  margin-right: 1%;
}
.osusume .box .txt .btn{}
a.btn01{
  display: block;
  width: 95%;
  background: #fff;
  border: 1px solid rgb(101 201 186);
  border-radius: 100vh;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  color: #343F52;
  box-shadow: 4px 4px 0px rgb(101 201 186);
  font-size: 1.2em;
}
.osusume .box .txt .btn a.btn01{font-size: 1.1em;}
a.btn01:hover{
  background: #65c9ba;
  box-shadow: none;
  color: #fff;
  border: 1px solid #fff;
}
.osusume a.txtlink01{width: 95%;}

@media only screen and (max-width: 767px) {
  #section01 {
    margin: 1em auto 5em;
    padding: 5em 0 0;
}
  .osusume::before {
    content: "";
    position: absolute;
    background: url(/atsugi-de-cycle/assets/img/common/bg02_sp.svg) 0% 0% no-repeat;
    width: 100vw;
    height: 360px;
    top: -12vh;
    left: -20vw;
    background-size: contain;
  }
  .osusume .osusume-bg::before {
    background: url(/atsugi-de-cycle/assets/img/common/bg03_sp.svg) 0% 0% no-repeat;
    width: 100vw;
    height: 560px;
    top: 85vh;
    left: 0vw;
    background-size: cover;
}
  .osusume-ttl span::before {
      top: 0;
      bottom: unset;
      left: -46%;
      width: 55px;
      height: 48px;
  }
  .osusume-ttl span::after {
    bottom: -70%;
    right: -50%;
    width: 70px;
    height: 60px;
}
.osusume .box01 { margin: 1em 0 40px auto;}

.osusume .box .img {
    width: 90%;
    margin: 0 auto 1em;
}
.osusume .box02 {
    justify-content: flex-start;
    margin: 3em auto;
}
.osusume .box01 .lavel, .osusume .box03 .lavel {
    left: -2%;
    top: -5%;
    width: 23vw;
}
.osusume .box02 .lavel {
    position: absolute;
    right: -2%;
    top: -5%;
    width: 23vw;
}
.osusume .box .txt {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.osusume .box .txt .courselist li {padding: 0.5em;}

.osusume .box .txt p {
  font-size: 1em;
  text-align: left;
  width: 100%;
  margin: 0em auto 1em;
}
.osusume .box .txt .balloon p {
  margin: 0em auto;
}
.osusume .box .txt .btn{margin-bottom: 1em;}

}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .osusume::before {
    width: 65vw;
    height: 100%;
    top: -30vh;
    left: -8vw;
}
.osusume .osusume-bg::before {
    height: 500px;
    top: 80vh;
}
.osusume .box .img {
    width: 100%;
    margin: 0 auto 1em;
    text-align: center;
}
.osusume .box01 .lavel, .osusume .box03 .lavel {
    position: absolute;
    left: 4vw;
    top: -5vh;
    width: 22vw;
}
.osusume .box02 .lavel {
    right: 4vw;
    top: -5vh;
    width: 22vw;
}
.osusume .box02 {margin: 5em auto;}
.osusume .box .txt {width: 100%;}
.osusume .box .txt .fcourse {
    width: 25%;
    margin: 0 0 0.8em 0;
}

}

/* コンテンツ /#section02/
---------------------------- */
.guide{
  position: relative;
  margin: 5em auto 5em;
}
.guide::before {
    content: "";
    position: absolute;
    background: url(/atsugi-de-cycle/assets/img/common/bg02.svg) 0% 0% no-repeat;
    width: 45vw;
    height: 100%;
    top: -30vh;
    right: -10vw;
    background-size: contain;
    z-index: -1;
}
.guide .container{
  width: 1000px;
  max-width: 1000px;
  margin: auto;
}
.guide-ttl .subttl{
  display: block;
  font-size: 0.7em;
  color: #707070;
  margin-top: 8px;
}
.guide-ttl .ttlbg{ display: inline-block;}

.guide-ttl .ttlbg::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/ttl_bg03.svg) 0 0 no-repeat;
  background-size: contain;
  bottom: 0;
  left: -30%;
  width: 85px;
  height: 70px;
}
.guide-ttl .ttlbg::after{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/ttl_bg04.svg) 0 0 no-repeat;
  background-size: contain;
  top: 45%;
  right: -28%;
  width: 90px;
  height: 60px;
}
.guide .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px auto;
  width: 100%;
}
.guide .box01, .guide .box03 {
  justify-content: flex-start;
}
.guide .box02{
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.guide .box .img {
  position: relative;
  width: 40%;
  margin-right: 2%;
}
.guide .box02 .img{
  margin-right: 0%;
  margin-left: 2%;
}
.guide .box01 .img::before,
.guide .box03 .img::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/a_icon02.svg) 0 0 no-repeat;
  top: 35%;
  right: -30%;
  width: 40%;
  height: 4%;
  background-size: contain;
  transition: all 1s;
}
.guide .box02 .img::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/a_icon03.svg) 0 0 no-repeat;
  top: 35%;
  left: -25%;
  width: 40%;
  height: 4%;
  background-size: contain;
  transition: all 1s;
}
.guide .box a:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.guide .box01 .img:hover::before,
.guide .box03 .img:hover::before {
  transform: translate(40%, 0);
}
.guide .box02 .img:hover::before {
  transform: translate(-40%, 0);
}
.guide .box01 .lavel {
  position: absolute;
  left: -4%;
  top: -6%;
  width: 24%;
}
.guide .box02 .lavel{
  position: absolute;
  right: -8%;
  top: -5%;
  width: 30%;
}
.guide .box03 .lavel {
    position: absolute;
    left: -4%;
    top: -8%;
    width: 28%;
}
.guide .box .txt {
  width: 35%;
  margin-top: 6%;
  position: absolute;
  left: 30%;
  bottom: 13%;
}
.guide .box .txt p{
  background: #ffffffed;
  padding: 1em;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .guide {    margin: 1em auto 5em;}
  .guide::before {
    background: url(/atsugi-de-cycle/assets/img/common/bg02_sp.svg) 0% 0% no-repeat;
    width: 100vw;
    height: 360px;
    top: -15vh;
    right: -22vw;
    background-size: contain;
  }
  .guide .container{
    width: 90%;
    max-width: 90%;
  }
  .guide-ttl .ttlbg::before {
    left: -14.5vw;
    width: 55px;
    height: 50px;
    bottom: 80%;
  }
  .guide-ttl .ttlbg::after {
    top: 100%;
    right: -11.5vw;
    width: 55px;
    height: 50px;
}
  .guide-ttl .subttl { font-size: 0.8em;}
  .guide .box{
    position: relative;
    margin: 3em 0px;
  }
  .guide .box .img {
    position: relative;
    width: 60vw;
    margin-right: 2%;
    margin-bottom: 5em;
    left: -10%;
  }
  .guide .box02 .img {
    position: relative;
    width: 60vw;
    margin-right: 2%;
    margin-bottom: 5em;
    left: unset;
    right: -10%;
  }
.guide .box01 .img::before, .guide .box03 .img::before {
  top: 18%;
  right: -15%;
  width: 35%;
  height: 5%;
}
.guide .box01 .img:hover::before, .guide .box03 .img:hover::before {
    transform: translate(0%, 0);
}
.guide .box02 .img::before {
  top: 18%;
  left: -15%;
  width: 35%;
  height: 5%;
}
.guide .box02 .img:hover::before {
    transform: translate(0%, 0);
}
.guide .box01 .lavel {
  position: absolute;
  left: unset;
  top: 5%;
  width: 27%;
  right: -48%;
}
.guide .box02 .lavel {
  right: 125%;
  top: 0%;
  width: 38%;
}
.guide .box03 .lavel{
  left: unset;
  width: 38%;
  top: 0;
  right: -64%;
}
  .guide .box .txt {
      width: 65vw;
      margin-top: 0;
      z-index: 2;
      position: absolute;
      right: 1%;
      bottom: 22%;
  }
  .guide .box02 .txt{
    right: unset;
    left: 0;
    margin-bottom: 0;
  }
  .guide .box .txt p {
      font-size: 0.9em;
      background: #ffffffc7;
      padding: 5px 10px;
      margin-bottom: 0;
  }
  a.txtlink01 {
    margin-top: 0.5em;
    font-size: 0.9em;
}
.guide .box02 a.txtlink01 {
    text-align: left;
    display: inline-block;
}

}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .guide::before {
    width: 75vw;
    height: 100%;
    top: -30vh;
    right: -10vw;
}
  .guide .container{
    width: 90%;
    max-width: 90%;
  }
  .guide .box .img {
    position: relative;
    width: 45vw;
    margin-right: 2%;
    margin-bottom: 5em;
    left: -10%;
  }
  .guide .box02 .img {
    position: relative;
    width: 45vw;
    margin-right: 2%;
    margin-bottom: 5em;
    left: unset;
    right: -10%;
  }
.guide .box01 .img::before, .guide .box03 .img::before {
  top: 18%;
  right: -15%;
  width: 35%;
  height: 5%;
}
.guide .box01 .img:hover::before, .guide .box03 .img:hover::before {
    transform: translate(0%, 0);
}
.guide .box02 .img::before {
  top: 18%;
  left: -15%;
  width: 35%;
  height: 5%;
}
.guide .box02 .img:hover::before {
    transform: translate(0%, 0);
}
.guide .box01 .lavel {
  position: absolute;
  left: unset;
  top: 5%;
  width: 27%;
  right: -48%;
}
.guide .box02 .lavel {
  right: 125%;
  top: 0%;
  width: 51%;
}
.guide .box03 .lavel{
    left: unset;
    width: 40%;
    top: 0;
    right: -55%;
}
  .guide .box .txt {
      width: 65vw;
      margin-top: 0;
      z-index: 2;
      position: absolute;
      right: 1%;
      bottom: 22%;
  }
  .guide .box02 .txt{
    right: unset;
    left: 0;
    margin-bottom: 0;
  }
  .guide .box .txt p {
      font-size: 0.9em;
      background: #ffffffc7;
      padding: 5px 10px;
      margin-bottom: 0;
  }
  a.txtlink01 {
    margin-top: 0.5em;
    font-size: 0.9em;
}
.guide .box02 a.txtlink01 {
    text-align: left;
    display: inline-block;
}

}

/* コンテンツ /#section03/
---------------------------- */
.access{position: relative;}
.access::before {
    content: "";
    position: absolute;
    background: url(/atsugi-de-cycle/assets/img/common/bg02.svg) 0% 0% no-repeat;
    width: 45vw;
    height: 100%;
    top: -30vh;
    left: -8vw;
    background-size: contain;
    z-index: -1;
}
.access-ttl span::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/ttl_bg08.svg) 0 0 no-repeat;
  background-size: contain;
  top: -60%;
  left: -75%;
  width: 80px;
  height: 80px;
}
.access-ttl span::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/ttl_bg09.svg) 0 0 no-repeat;
  background-size: contain;
  top: -30%;
  right: -90%;
  width: 100px;
  height: 65px;
}
.access .gbtn{width: 50%;}
.flex-2{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin: 4em auto 2em;
}
.flex-l{
  width: 49%;
  margin-right: 2%;
}
.flex-r{  width: 45%;}
.access a.txtlink01{  display: inline-block;}
.access .courselink a.txtlink01{  text-align: left;}
.access .hplink {margin-bottom: 1em;}
.access .hplink a.txtlink01{
  margin: auto;
  text-align: right;
}
.access .txtbox ul{margin: auto;}
.access .flex-r .coursetxt{color: #F76552;}
.access .flex-r h3{
  margin: 0.5em auto;
  font-size: 1.8em;
  font-weight: normal;
  color: #343F52;
}

.a-topics{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: auto;
  padding: 1em;
  background: #fff;
  border: 2px solid #343F51;
  border-radius: 10px;
}
.a-topics dl{
  width: 32%;
}
.a-topics dl dt{
  font-weight: bold;
  font-size: 1.2em;
}
.a-topics dl dd{
  text-indent: -1.3em;
  padding-left: 1.5em;
}
.a-topics dl dd::before{
  content: "●";
  vertical-align: text-top;
  font-size: 0.6em;
  padding-right: 1em;
}
@media only screen and (max-width: 767px) {
  .access::before {
    background: url(/atsugi-de-cycle/assets/img/common/bg02_sp.svg) 0% 0% no-repeat;
    background-size: contain;
    top: -20vh;
    left: -20vw;
    width: 100vw;
    height: 360px;
  }
  .access-ttl span::before {
    bottom: -45%;
    left: -90%;
    width: 60px;
    height: 60px;
}
.access-ttl span::after {
  top: -30%;
  right: -100%;
  width: 80px;
  height: 55px;
}
  .access .gbtn{width: 100%;}
  .flex-2 {
      width: 100%;
      margin: 1em auto 2em;
  }
  .flex-l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .flex-r {width: 100%;}
  .a-topics {width: 100%;}
  .a-topics dl { width: 100%;}
  .a-topics dl dd {
      text-indent: -1.2em;
      padding-left: 1.4em;
  }
  .a-topics dl dd::before {
      font-size: 0.2em;
      padding-right: 2em;
  }

}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .access::before {
    width: 75vw;
    height: 100%;
    top: -30vh;
    left: -8vw;
}
.flex-2 {
    width: 100%;
    margin: 1em auto 2em;
}
.flex-l {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1em;
}
.flex-l .img{
  margin: auto;
  text-align: center;
}
.flex-r {
  width: 100%;
  text-align: center;
}
.access .gbtn {
    margin: auto;
}
.a-topics {width: 100%;}
.a-topics dl { width: 100%;}
.a-topics dl dd {
    text-indent: -1.2em;
    padding-left: 1.4em;
}
.a-topics dl dd::before {
    font-size: 0.2em;
    padding-right: 2em;
}


}

/* コンテンツ /#section04/
---------------------------- */
.cinfoarea{
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  width: 640px;
  margin: auto;
  align-items: center;
}
.cinfoarea .txt{    width: 400px;}
.cinfoarea .txt p{
  position: relative;
  background: #65C9BA;
  color: #fff;
  padding: 1.5em;
  margin: 0 0 0 0;
  border-radius: 20px;
  height: 120px;
  width: 340px;
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.cinfoarea .txt p::after{
  content: '';
  position: absolute;
  right: -32px;
  top: 14.5px;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #65C9BA #65C9BA transparent;
  border-width: 47px;
  border-radius: 20px;
  transform: rotate(-45deg);
}
.cinfoarea .imgbtn{
  width: 210px;
  margin-left: 20px;
}
.cinfoarea .imgbtn a{
  position: relative;
  	width: 200px;
  	height: 200px;
  	margin: 0;
  	display: block;
  	overflow: hidden;
  	cursor: pointer;
}
.cinfoarea .imgbtn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.cinfoarea .imgbtn a:hover img:nth-of-type(2) {
	opacity: 0;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .cinfoarea {
    width: 85%;
    justify-content: center;
  }
  .cinfoarea .txt p {width: 80%;}
}
@media only screen and (max-width: 767px) {
  .cinfoarea {
    width: 90%;
    justify-content: space-evenly;
}
.cinfoarea .txt {
    width: 100%;
}
.cinfoarea .txt p {
  margin: 0 0em 3em 0;
  height: 110px;
  width: 100%;
  padding: 1em;
  font-size: 1em;
}
.cinfoarea .txt p::after {
  content: '';
      right: 42%;
      top: unset;
      border-width: 40px;
      transform: rotate(45deg);
      bottom: -20%;
      z-index: -1;
}
.cinfoarea .imgbtn {
    width: 180px;
    margin: auto;
    text-align: center;
}
.cinfoarea .imgbtn a {
    width: 180px;
    height: 180px;
}
}
