 /*

【CSS記述ルール】

① font-sizeはpxで指定してください
　（rem、%等の指定はしないようお願いいたします）

② fec02 はディレクトリ名に変更してください

③ 必ずディレクトリ名が付いたidセレクタを先頭に記述した後に、要素を記述してください
　（例：#oneday .inner、#oneday .page-title 等）

④ CSS内の画像指定パスは、CSSファイルから見た相対パスで指定してください
　（例：../images/ディレクトリ名/画像名.拡張子）

*/

/*------------------------------------------------------------
common
------------------------------------------------------------*/



body.is-active{
  overflow: hidden;
}

body.is-active #fec02{
  scrollbar-gutter: stable;
  overflow: auto;
}
.fec02 {
  font-family: "kozuka-gothic-pr6n", 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  background-color: #fff;
  overflow: hidden;
  line-height: 1.8;
}

#fec02 * {
  box-sizing: border-box;
}

#fec02 a {
  transition: opacity .3s;
}

#fec02 a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#fec02 a:hover {
  text-decoration: none;
}

#fec02 a:focus-visible {
  outline: none;
}

#fec02 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#fec02 .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#fec02 .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#fec02 .text {
  margin-bottom: 2em;
}

#fec02 .text:last-of-type {
  margin-bottom: 0;
}

#fec02 .pc-br {
  display: none;
}

#fec02 .notes {
  display: inline-block;
  position: relative;
  margin-left: 1em;
}

#fec02 .notes::before {
  content: '\0203B';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}

#fec02 .lp-inner{
  width: calc(100% - 60px);
  max-width: 1060px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  .fec02 {
    font-size: 16px;
  }
  
  #fec02 a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
  }
  
  #fec02 .sp-br {
    display: none;
  }
  
  #fec02 .pc-br {
    display: inline;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/

#fec02 #header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #172a88;
  z-index: 99999;
}

#fec02 #header .header-main{
  max-width: 1100px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

#fec02 #header .logo {
  position: absolute;
  width: 114px;
  left: 10px;
  top: 13px;
  z-index: 9999;
}

#fec02 #header .header-top{
  display: none;
}

#fec02 #header .header-inquiry{
  position: relative;
  width: calc(100% - 178px);
  max-width: 200px;
  min-height: 20px;
  display: flex;
  align-items: center;
  margin-right: 46px;
  padding: 5px 15px 5px 6px;
  border: solid 1px #040000;
  border-radius: 99px;
  z-index: 0;
}

#fec02 #header .header-inquiry::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background-color: #f39800;
  z-index: -1;
}

#fec02 #header .header-inquiry::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
  background-color: #040000;
  border-radius: 99px;
  z-index: -2;
}

#fec02 #header .header-inquiry .btn-txt{
  position: relative;
}

#fec02 #header .header-inquiry .btn-txt::before{
  position: absolute;
  content: "";
  width: 18px;
  height: 26px;
  background: url("../images/fec02/fec02_click_ico.png")no-repeat center center / contain;
  right: -20px;
  bottom: -10px;
  z-index: 1;
}

#fec02 #header .header-tel{
  margin-bottom: 20px;
}

#fec02 #header .header-tel a{
  display: block;
  background: #fff;
  color: #231F20;
  padding: 20px 0 15px;
  position: relative;
  overflow: hidden;
}

#fec02 #header .menu-main .header-tel a:after{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-bottom: 0px solid transparent;
  border-top: 170px solid transparent;
  border-right: 60vw solid #f9f5be;
  bottom: 0;
  right: 0;
}

#fec02 #header .header-tel .a-inner{
  max-width: 215px;
  margin: auto;
  position: relative;
  z-index: 2;
}

#fec02 #header .header-tel .ttl-tel{
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
  margin-bottom: 5px;
}

#fec02 #header .header-tel .tel-number{
  display: flex;
  align-items: center;
}

#fec02 #header .header-tel .box-free{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F37021;
  border-radius: 6px;
  color: #fff;
  padding-top: 2px;
  width: 24px;
  height: 24px;
  font-size: 8px;
  line-height: 1.1;
  margin-right: 10px;
}

#fec02 #header .header-tel .image{
  width: calc(100% - 40px);
}

#fec02 #header .header-tel .subTtl{
  text-align: center;
  margin-bottom: 10px;
}

#fec02 #header .header-tel .subTtl span{
  font-size: 11px;
  line-height: 1.5;
  position: relative;
  letter-spacing: 1px;
}

#fec02 #header .header-tel .subTtl span:before,
#fec02 #header .header-tel .subTtl span:after{
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #231F20;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  left: -35px;
}

#fec02 #header .header-tel .subTtl span:after{
  left: auto;
  right: -35px;
}

#fec02 #header .header-tel .ttlBox{
  display: flex;
  max-width: 408px;
  height: 30px;
  margin: auto;
  justify-content: center;
  align-items: center;
  background: rgb(154,199,23);
  background: linear-gradient(90deg, rgba(154,199,23,1) 0%, rgba(0,153,68,1) 100%);
  border-radius: 40px;
  color: #fff;
  font-size: 11px;
  line-height: 2.5;
}

#fec02 #header .menu-main .header-contact{
  margin-bottom: 20px;
}

#fec02 #header .menu-main .header-contact a{
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: rgb(154,199,23);
  background: linear-gradient(90deg, rgba(154,199,23,1) 0%, rgba(0,153,68,1) 100%);
  border-radius: 60px;
  font-size: 13px;
}

#fec02 #header .menu-main .header-contact a{
  color: #fff;
  font-size: 12px;
}

#fec02 #header .menu-main .header-contact a svg{
  margin-right: 10px;
  width: 24px;
}

#fec02 #header .menu-main .header-contact a svg path{
  fill: #fff;
}

#fec02 #header #nav-menu .nav-menuItem{
  margin-bottom: 16px;
}

#fec02 #header #nav-menu .nav-menuItem:last-of-type{
  margin-bottom: 0;
}

#fec02 #header #nav-menu a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 40px;
  padding: 0 17px;
  font-size: 13px;
  background: #fff;
  color: #231F20;
  z-index: 2;
}

#fec02 #header #nav-menu a:before{
  position: absolute;
  content: "";
  height: 0;
  width: 40px;
  right: 0;
  z-index: -1;
  border-bottom: 40px solid #f9f5be;
  border-left: 28vw solid transparent;
  border-right: 0px solid transparent
}

#fec02 #header #nav-menu a:after{
  content: "";
  position: absolute;
  background-image: url("../images/fec02/fec02_arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#fec02 #header .menu-main {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  z-index: -99;
  background: #f8b62d;
  transition: .4s;
  padding: 54px 12px 14px;
}

#fec02 #header .menu-main.is-open {
  visibility: visible;
  opacity: 1;
  top: 0;
  z-index: 999;
}

#fec02 #header .menu-mainScroll{
  max-height: calc(100vh - 125px);
  overflow-y: scroll;
}

#fec02 #header .btn-openMenu {
  position: absolute;
  width: 30px;
  height: 26px;
  top: 17px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  transition: opacity,.3s;
}

#fec02 #header .btn-openMenu::before{
  position: absolute;
  content: "";
  width: 32px;
  height: 26px;
  background-color: transparent;
  top: calc(50% - 13px);
  left: calc(50% - 15px);
}

#fec02 #header .btn-openMenu .toggle-btn {
  width: 30px;
  height: 14px;
  position: relative;
}

#fec02 #header .btn-openMenu:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: calc(50% - 1px);
  left: 6px;
  transition: .4s;
}

#fec02 #header .btn-openMenu.is-open:after {
  opacity: 0;
}

#fec02 #header .btn-openMenu span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 0px;
  left: 6px;
  transition: .4s;
}

#fec02 #header .btn-openMenu span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  bottom: 0px;
  left: 6px;
  transition: .4s;
}

#fec02 #header .btn-openMenu.is-open span:before {
  transform: rotate(-45deg);
  top: 6px;
}

#fec02 #header .btn-openMenu.is-open span:after {
  transform: rotate(45deg);
  bottom: 6px;
}


@media print, screen and (min-width: 768px){
  #fec02 #header .header-main{
    width: calc(100% - 60px);
    height: 100px;
    justify-content: space-between;
  }
  
  #fec02 #header .logo{
    position: relative;
    width: 220px;
    top: auto;
  }
  
  #fec02 #header .header-inquiry{
    width: 300px;
    max-width: none;
    height: 54px;
    margin: 0 auto;
    padding: 10px 40px 10px 10px;
    border-width: 3px;
  }
  
  #fec02 #header .header-inquiry .btn-txt::before{
    width: 40px;
    height: 50px;
    right: -40px;
    bottom: -26px;
  }
  
  #fec02 #header .header-tel{
    margin-bottom: 30px;
  }

  #fec02 #header .header-tel a{
    padding: 22px 0 20px;
  }

  #fec02 #header .header-tel .a-inner{
    max-width: 410px;
  }

  #fec02 #header .header-tel .ttl-tel{
    font-size: 22px;
  }

  #fec02 #header .header-tel .tel-number{
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 10px;
  }

  #fec02 #header .header-tel .box-free{
    width: 44px;
    height: 44px;
    font-size: 15px;
  }

  #fec02 #header .header-tel .image{
    width: calc(100% - 14px);
  }

  #fec02 #header .header-tel .subTtl span{
    font-size: 19px;
  }

  #fec02 #header .header-tel .subTtl span:before,
  #fec02 #header .header-tel .subTtl span:after{
    width: 70px;
    left: -75px;
  }

  #fec02 #header .header-tel .subTtl span:after{
    left: auto;
    right: -75px;
  }
  
  #fec02 #header .header-tel .subTtl{
    margin-bottom: 0;
  }
  
  #fec02 #header .header-tel .ttlBox{
    display: none;
  }

  #fec02 #header #nav-menu a{
    height: 60px;
    font-size: 22px;
  }

  #fec02 #header #nav-menu a:before{
    width: 100px;
    border-bottom: 60px solid #ebe7e2;
    border-left: 30vw solid transparent;
  }

  #fec02 #header #nav-menu a:after{
    width: 26px;
    height: 26px;
    right: 30px;
  }

  #fec02 #header .btn-openMenu{
    position: relative;
  }
  
  #fec02 #header .menu-main {
    padding:100px 0 0;
  }

  #fec02 #header .menu-mainScroll{
    padding: 0 15px 60px;
  }
  
  #fec02 #header .btn-openMenu {
    width: 86px;
    height: 72px;
    top: auto;
    right: 10px;
  }

  #fec02 #header .btn-openMenu::before{
    width: 86px;
    height: 72px;
    left: calc(50% - 43px);
    top: calc(50% - 36px);
    background-color: #f8b62d;
  }

  #fec02 #header .btn-openMenu .toggle-btn {
    width: 38px;
    height: 34px;
  }

  #fec02 #header .btn-openMenu:after {
    width: 38px;
    height: 6px;
    top: calc(50% - 3px);
    left: 24px;
  }

  #fec02 #header .btn-openMenu span:before {
    width: 38px;
    height: 6px;
    left: 0;
  }

  #fec02 #header .btn-openMenu span:after {
    width: 38px;
    height: 6px;
    left: 0;
  }

  #fec02 #header .btn-openMenu.is-open span:before {
    top: 14px;
  }

  #fec02 #header .btn-openMenu.is-open span:after {
    bottom: 14px;
  }
}

@media print, screen and (min-width: 1024px){
  #fec02 #header .header-main{
    height: 180px;
  }
  #fec02 #header .logo{
    width: 24%;
    max-width: 256px;
  }
  
  #fec02 #header .header-top{
    display: block;
  }
  
  #fec02 #header .header-tel{
    margin: 0;
  }
  
  #fec02 #header .menu-telContact{
    display: none;
  }
  
  #fec02 #header .header-tel a{
    background-color: transparent;
    color: #fff;
  }
  
  #fec02 #header .header-tel .ttl-tel{
    font-size: 14px;
  }

  #fec02 #header .header-tel .tel-number{
    grid-template-columns: 30px 1fr;
  }

  #fec02 #header .header-tel .box-free{
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  
  #fec02 #header .header-tel .subTtl span{
    font-size: 13px;
  }
  
  #fec02 #header .header-tel .subTtl span:before,
  #fec02 #header .header-tel .subTtl span:after{
    border-color: #fff;
  }
  
  #fec02 #header .header-inquiry{
    margin: 0;
    right: 10px;
    padding: 10px 50px 10px 14px;
  }
  
  #fec02 #header .header-inquiry .btn-txt::before{
    width: 54px;
    height: 66px;
    right: -54px;
    bottom: -45px;
  }
  
  #fec02 #header .menu-main{
    width: 400px;
    height: auto;
    right: max(40px,calc(50% - 540px));
    padding: 0;
  }
  
  #fec02 #header .menu-main.is-open{
    top: 125px;
  }
  
  #fec02 #header .menu-mainScroll{
    padding: 18px 16px;
  }
  
  #fec02 #header #nav-menu a{
    font-size: 16px;
  }
  
  #fec02 #header #nav-menu a:before {
    width: 40px;
    border-left: 120px solid transparent;
  }
}
@media print, screen and (min-width: 1200px){
  #fec02 #header .menu-main{
    right: calc(50vw - 530px);
  }
  
  #fec02 #header .btn-openMenu{
    right: 20px;
  }
   
  #fec02 #header .header-inquiry{
    width: 360px;
  }
}


/*------------------------------------------------------------
content
------------------------------------------------------------*/

#fec02 .txt{
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1.75;
}

#fec02 .txt:last-of-type{
  margin-bottom: 0;
}

#fec02 .common-ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background-color: #fff100;
  border-radius: 46px 0 46px 0;
  color: #172a88;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.05em;
}

#fec02 .main-img-block{
  position: relative;
  padding-top: 60px;
  background-color: #172a88;
  overflow: hidden;
}

#fec02 #overview{
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}

#fec02 #overview::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(168deg, #00b1d3 0%, #00b1d3 55.8%, #0083c8 56.2%, #0083c8 100%);
  top: 0;
  left: 0;
  z-index: -1;
}

#fec02 .overview-content{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: -4px;
  position: relative;
  background-color: #00b1d3;
}

#fec02 .overview-content .main-txt{
  position: absolute;
  width: 130px;
  height: 130px;
  padding-top: 12px;
  background-color: #fff;
  border: solid 5px #00b1d3;
  border-radius: 50%;
  top: -72px;
  left: 25%;
  transform: translateX(-50%);
  color: #00b1d3;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  z-index: -2;
}

#fec02 .overview-content-txt{
  width: 210px;
  padding: 13px 0 20px;
}

#fec02 .overview-content-txt .ttl{
  margin-bottom: 3px;
  color: #fff100;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

#fec02 .overview-content-txt .txt{
  color: #fff;
  line-height: 1.3;
}

#fec02 .overview-content-img{
  width: calc(100% - 210px);
  margin-top: -24px;
}

#fec02 .overview-ttl{
  position: relative;
  z-index: 1;
}

#fec02 .overview-img{
  margin: 18px 0 0;
}

#fec02 #training .bg-wavy{
  padding: 38px 0 75px;
}

#fec02 .bg-wavy{
  position: relative;
  z-index: 0;
}

#fec02 .bg-wavy::before{
  position: absolute;
  content: "";
  width: 25px;
  height: 100%;
  background: url("../images/fec02/fec02_common_bg.png")repeat-y center left / 25px 113px;
  top: 0;
  left: 0;
  z-index: -1;
}

#fec02 .bg-wavy::after{
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  background-color: #ddf1fc;
  top: 0;
  left: -30px;
  z-index: -1;
}

#fec02 .training-content:not(:last-of-type){
  margin-bottom: 28px;
}

#fec02 .training-content-subttl{
  margin: 15px 0;
  color: #00b1d3;
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
}

#fec02 .training-content-overview{
  padding-bottom: 1em;
  color: #172a88;
}

#fec02 .training-content-block{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

#fec02 .training-content-txt{
  width: calc(50% + 30px);
  color: #172a88;
}

#fec02 .training-content-img{
  position: relative;
  width: 50%;
  margin-right: -30px;
}

#fec02 .training-content-img::before{
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  top: -140%;
  left: 40px;
  background: url("../images/fec02/fec02_circle02.png")no-repeat center center / contain;
  z-index: -1;
}

#fec02 .training-bottom-content{
  position: relative;
  z-index: 1;
  width: calc(100% + 160px);
  margin: -90px -80px 0;
}

#fec02 .btn-block{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
}

#fec02 .btn-block-content{
  position: relative;
  width: calc(100% - 30px);
  max-width: 340px;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 8px 36px 8px 10px;
  border: solid 1px #040000;
  border-radius: 99px;
  z-index: 0;
}

#fec02 .btn-block-content::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background-color: #f39800;
  z-index: -1;
}

#fec02 .btn-block-content::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
  background-color: #040000;
  border-radius: 99px;
  z-index: -2;
}

#fec02 .btn-block-content .btn-txt{
  position: relative;
}

#fec02 .btn-block-content .btn-txt::before{
  position: absolute;
  content: "";
  width: 40px;
  height: 46px;
  background: url("../images/fec02/fec02_click_ico.png")no-repeat center center / contain;
  right: -42px;
  bottom: -30px;
  z-index: -1;
}

#fec02 #about{
  padding: 36px 0 90px;
  background: linear-gradient(168deg, #00b1d3 0%, #00b1d3 calc(99.8% - 90px), #0083c8 calc(100% - 90px), #0083c8 100%);
  padding: 36px 0 10px;
}

#fec02 .common-subttl{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#fec02 .about-main{
  margin: 40px 0 28px;
}

#fec02 .about-main-txt{
  margin: 8px 0 26px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 999px;
  color: #00b1d3;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -.05em;
}

#fec02 .about-main .txt{
  color: #fff;
}

#fec02 .about-content .img{
  margin-bottom: 40px;
}

#fec02 .about-content .txt{
  color: #fff;
}

#fec02 .slide-block{
  position: relative;
}

#fec02 #curriculum{
  margin-top: -1px;
  padding: 26px 0 36px;
  background-color: #0083c8;
}

#fec02 .curriculum-slide{
  margin-bottom: 50px;
}

#fec02 .curriculum-slide .curriculum-ttl{
  margin-bottom: 26px;
}

#fec02 .slide-block{
  position: relative;
  padding: 0 0 25px;
}

#fec02 .slide-block::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 25px;
}

#fec02 .swiper-button-prev,
#fec02 .swiper-button-next{
  background: url("../images/fec02/fec02_slide_arrow.svg")no-repeat center center / contain;
  width: 14px;
  height: 16px;
  top: auto;
  bottom: 0;
  left: calc(50% - 78px);
}

#fec02 .swiper-button-next{
  transform: rotate(180deg);
  left: auto;
  right: calc(50% - 78px);
}

#fec02 .voice-swiper-button-prev{
  left: calc(50% - 50px);
}

#fec02 .voice-swiper-button-next{
  right: calc(50% - 50px);
}

#fec02 .swiper-pagination-bullets{
  bottom: -2px;
}

#fec02 .swiper-pagination-bullet{
  opacity: 1;
  margin: 0 8px;
  background: #84bae5;
  border: solid 1px transparent;
}

#fec02 .swiper-pagination-bullet-active{
  background-color: #f39800;
  border-color: #fff;
}

#fec02 .slide-txt{
  padding: 15px 18px 20px;
  color: #fff;
}

#fec02 .curriculum-flow .curriculum-ttl{
  margin-bottom: 34px;
}

#fec02 #merit{
  position: relative;
  overflow: hidden;
}

#fec02 #merit::before{
  position: absolute;
  content: "";
  background: url("../images/fec02/fec02_circle01.png")no-repeat center center / contain;
  width: 51px;
  height: 43px;
  top: -15px;
  right: 15px;
}

#fec02 #merit .lp-inner{
  width: calc(100% - 24px);
  padding: 50px 0;
}

#fec02 .merit-ttl{
  margin-bottom: 20px;
}

#fec02 .merit-ttl.circle{
  position: relative;
}

#fec02 .merit-ttl.circle::before{
  position: absolute;
  content: "";
  width: 144px;
  height: 132px;
  background: url("../images/fec02/fec02_circle02.png")no-repeat center center / contain;
  right: -58px;
  top: -104px;
}

#fec02 .merit-txt:not(:last-of-type){
  margin-bottom: 50px;
}

#fec02 #voice{
  padding: 50px 0;
  background-color: #172a88;
}

#fec02 .voice-slide-ttl{
  margin: 10px 0 -10px;
}

#fec02 .voice-slide-content .img{
  width: calc(50% - 20px);
  margin: 0 0 20px 20px;
  float: right;
}

#fec02 .voice-slide-content .txt{
  padding: 20px 0 15px;
  color: #fff;
}

#fec02 #faq{
  position: relative;
  padding: 32px 0 20px;
  color: #fff;
  z-index: 0;
}

#fec02 #faq::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(168deg, #00b1d3 0%, #00b1d3 55.8%, #0083c8 56.2%, #0083c8 100%);
  top: 0;
  left: 0;
  z-index: -1;
}

#fec02 .faq-list{
  margin-top: 36px;
}

#fec02 .faq-ttl{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 15px;
  padding: 8px 8px 8px 30px;
  background-color: #f39800;
  border: solid 1px #172a88;
  border-radius: 99px;
  font-weight: 700;
}

#fec02 .faq-ttl::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/fec02/fec02_faq_arrow.png")no-repeat center center / contain;
  top: calc(50% - 10px);
  left: 4px;
  z-index: 1;
  transition: all .3s;
}

#fec02 .faq-ttl.active::before{
  transform: rotate(180deg);
}

#fec02 .faq-ttl::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
  background-color: #172a88;
  border-radius: 99px;
  z-index: -1;
}

#fec02 .faq-ttl .txt{
  padding-left: 1rem;
  text-indent: -1rem;
}

#fec02 .faq-txt{
  position: relative;
  margin: 0 0 12px 20px;
  padding-left: 10px;
}

#fec02 .faq-txt:last-of-type{
  margin-bottom: 0;
}

#fec02 .faq-txt::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

#fec02 .form-wrapper .bg-wavy{
  width: calc(100% - 60px);
  max-width: 1060px;
  margin: 0 auto;
}

#fec02 .form-inner{
  max-width: 964px;
  margin: 0 auto;
}

#fec02 .form-inner .contact-block{
  padding: 40px 0 30px;
}

#fec02 .form-inner .contact-txt{
  width: calc(100% + 50px);
  margin: 34px 0 18px -25px;
}

#fec02 .form-inner .contact-tel{
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: center;
}

#fec02 .company-block{
  padding: 60px 0 40px;
  background-color: #172a88;
}

#fec02 .company-ttl{
  margin-bottom: 50px;
  text-align: center;
}

#fec02 .company-item{
  margin: 0 auto 40px;
}

#fec02 .company-item .icon{
  width: 120px;
  margin: 0 auto 32px;
}

#fec02 .company-item:nth-of-type(4) .icon{
  width: 160px;
}

#fec02 .company-item .txt-block{
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
}

#fec02 .company-item .txt-block .txt:not(:last-of-type){
  margin-bottom: 1rem;
}

#fec02 .company-item .txt-block .txt a{
  color: #6fc9f3;
}

#fec02 .company-sns{
  margin-top: 68px;
}

#fec02 .sns-ttl{
  margin-bottom: 16px;
  text-align: center;
}

#fec02 .sns-list{
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 10px;
}

@media print, screen and (max-width: 767px){

  #fec02 #overview .lp-inner{
    width: calc(100% - 20px);
  }

  #fec02 .training-ttl{
    width: calc(100% + 60px);
    margin: 0 -30px 12px;
  }
  
  #fec02 .training-list{
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
}

@media print, screen and (min-width: 768px){

  #fec02 .txt{
    font-size: min(28px,calc(1.25rem + ((1vw - 7.68px) * 0.6944)))
  }

  #fec02 .common-ttl{
    height: min(130px,calc(100vw / 1200 * 130));
    border-radius: min(130px,calc(100vw / 1200 * 130)) 0;
    font-size: min(58px,calc(2.625rem + ((1vw - 7.68px) * 1.3889)))
  }

  #fec02 .main-img-block{
    padding-top: 100px;
  }
  
  #fec02 #overview{
    padding-bottom: min(120px,calc(100vw / 1920 * 120));
  }
  
  #fec02 #overview::before{
    background: linear-gradient(168deg, #00b1d3 0%, #00b1d3 55.95%, #0083c8 56%, #0083c8 100%);
  }
  
  #fec02 .overview-content{
    align-items: center;
    margin-bottom: max(-20px,calc(-100vw / 1920 * 20));
  }
  
  #fec02 .overview-content .main-txt{
    width: calc(100vw / 1920 * 520);
    height: calc(100vw / 1920 * 520);
    border-width: calc(100vw / 1920 * 20);
    padding-top: calc(100vw / 1920 * 66);
    top: calc(-100vw / 1920 * 260);
    font-size: min(50px,calc(1.375rem + ((1vw - 7.68px) * 2.4306)));
  }

  #fec02 .overview-content-txt{
    width: 50%;
    min-width: 360px;
    margin: 0 auto;
    padding: min(36px,calc(100vw / 1920 * 36)) 0 min(60px,calc(100vw / 1920 * 60));
  }

  #fec02 .overview-content-txt .ttl{
    margin-bottom: 10px;
    font-size: min(36px,calc(1.625rem + ((1vw - 7.68px) * 0.8681)));
  }

  #fec02 .overview-content-txt .txt{
    line-height: 1.75;
  }

  #fec02 .overview-content-img{
    width: 45%;
    max-width: calc(100% - 360px);
    margin-top: max(-136px,calc(-100vw / 1920 * 136));
  }

  #fec02 .overview-img{
    margin-top: min(100px,calc(100vw / 1920 * 100));
  }
  
  #fec02 #training .bg-wavy{
    padding: min(220px,calc(100vw / 1920 * 220)) 0 min(420px,calc(100vw / 1920 * 420));
  }

  #fec02 .bg-wavy::before{
    width: min(114px,calc(100vw / 1920 * 114));
    background: url("../images/fec02/fec02_common_bg.png")repeat-y center left / min(114px,calc(100vw / 1920 * 114)) min(516px,calc(100vw / 1920 * 516));
  }

  #fec02 .bg-wavy::after{
    width: max(30px,calc((100vw - 100%) / 2));
    left: min(-30px,calc(50% - 50vw));
  }

  #fec02 .training-ttl{
    margin-bottom: min(30px,calc(100vw / 1920 * 30));
  }
  
  #fec02 .training-content:not(:last-of-type){
    margin-bottom: min(140px,calc(100vw / 1920 * 140));
  }

  #fec02 .training-content-subttl{
    margin :min(66px,calc(100vw / 1920 * 66)) 0;
    font-size: min(65px,calc(2.875rem + ((1vw - 7.68px) * 1.6493)));
  }

  #fec02 .training-content-txt{
    width: 50%;
    min-width: 400px;
  }

  #fec02 .training-content-img{
    width: calc(50% + 60px);
    margin-right: -60px;
    max-width: calc(100% - 340px);
  }

  #fec02 .training-content-img::before{
    width: min(604px,calc(100vw / 1920 * 604));
    height: min(550px,calc(100vw / 1920 * 550));
    top: max(-580px,calc(-100vw / 1920 * 580));
    left: min(155px,calc(100vw / 1920 * 155));
    background: url("../images/fec02/fec02_circle02.png")no-repeat center center / contain;
  }

#fec02 .training-bottom-content{
  width: 100%;
  margin: max(-420px,calc(-100vw / 1920 * 420)) 0 0;
}
  
  #fec02 .training-content .txt{
    font-size: min(32px,calc(1.4375rem + ((1vw - 7.68px) * 0.7813)));
  }

  #fec02 .btn-block{
    height: min(600px,calc(100vw / 1920 * 600));
  }

  #fec02 .btn-block-content{
    width: min(1000px,calc(100vw / 1920 * 1000));
    max-width: none;
    height: min(150px,calc(100vw / 1920 * 150));
    border-width: 3px;
    justify-content: center;
    padding:8px min(100px,calc(100vw / 1920 * 100)) 8px min(40px,calc(100vw / 1920 * 40)) ;
  }

  #fec02 .btn-block-content::after{
    top: 6px;
    left: 4px;
  }

  #fec02 .btn-block-content .btn-txt::before{
    width: min(166px,calc(100vw / 1920 * 166));
    height: min(190px,calc(100vw / 1920 * 190));
    background: url("../images/fec02/fec02_click_ico.png")no-repeat center center / contain;
    right: max(-166px,calc(-100vw / 1920 * 166));
    bottom: max(-150px,calc(-100vw / 1920 * 150));
  }

  #fec02 #about{
    padding: min(160px,calc(100vw / 1920 * 160)) 0 min(400px,calc(100vw / 1920 * 400));
    background: linear-gradient(168deg, #00b1d3 0%, #00b1d3 calc(99.95% - (100vw / 1920 * 400)), #0083c8 calc(100% - (100vw / 1920 * 400)), #0083c8 100%);
    padding: min(160px,calc(100vw / 1920 * 160)) 0 10px;
  }

  #fec02 .common-subttl{
    margin-bottom: min(20px,calc(100vw / 1920 * 20));
    font-size: min(58px,calc(2.625rem + ((1vw - 7.68px) * 1.3889)))
  }

  #fec02 .about-main{
    margin: min(160px,calc(100vw / 1920 * 160)) 0 min(130px,calc(100vw / 1920 * 130));
  }

  #fec02 .about-main-txt{
    margin: min(40px,calc(100vw / 1920 * 40))
   0 min(140px,calc(100vw / 1920 * 140));
    padding: min(60px,calc(100vw / 1920 * 60)) 0;
    font-size: min(43px,calc(1.9375rem + ((1vw - 7.68px) * 1.0417)));
  }
  
  #fec02 .about-content .img{
    margin-bottom: min(120px,calc(100vw / 1920 * 120));
  }

  #fec02 #curriculum{ 
    padding: min(180px,calc(100vw / 1920 * 180)) 0 min(220px,calc(100vw / 1920 * 220));
  }

  #fec02 .curriculum-slide{
    overflow: hidden;
    margin-bottom: min(180px,calc(100vw / 1920 * 180));
  }

  #fec02 .curriculum-slide .curriculum-ttl{
    margin-bottom: min(100px,calc(100vw / 1920 * 100));
  }

  #fec02 .slide-block{
    padding: 0 0 100px;
  }

  #fec02 .slide-block::before{
    bottom: 100px;
    height: 4px;
  }

  #fec02 .swiper-button-prev,
  #fec02 .swiper-button-next{
    width: 46px;
    height: 52px;
    left: calc(50% - 245px);
  }

  #fec02 .swiper-button-next{
    left: auto;
    right: calc(50% - 245px);
  }

  #fec02 .voice-swiper-button-prev{
    left: calc(50% - 170px);
  }

  #fec02 .voice-swiper-button-next{
    right: calc(50% - 170px);
  }

  #fec02 .swiper-pagination-bullets{
    bottom: 0;
  }

  #fec02 .swiper-pagination-bullet{
    width: 36px;
    height: 36px;
    margin: 0 22px;
    border-width: 2px;
  }

  #fec02 .slide-txt{
    padding: min(58px,calc(100vw / 1920 * 58)) min(75px,calc(100vw / 1920 * 75)) min(100px,calc(100vw / 1920 * 100));
  }
  
  #fec02 .slide-txt .txt{
    font-size: min(35px,calc(1.5625rem + ((1vw - 7.68px) * 0.8681)));
  }

  #fec02 .curriculum-flow .curriculum-ttl{
    margin-bottom: min(50px,calc(100vw / 1920 * 50));
  }
  
  #fec02 #merit::before{
    width: min(204px,calc(100vw / 1920 * 204));
    height: min(168px,calc(100vw / 1920 * 168));
    right: max(18px,calc(50% - 582px));
    top: max(-60px,calc(-100vw / 1920 * 60));
  }

  #fec02 #merit .lp-inner{
    padding: min(160px,calc(100vw / 1920 * 160)) 0 min(200px,calc(100vw / 1920 * 200))
  }

  #fec02 .merit-ttl{
    margin-bottom: min(80px,calc(100vw / 1920 * 80));
  }

  #fec02 .merit-txt:not(:last-of-type){
    margin-bottom: min(150px,calc(100vw / 1920 * 150));
  }
  
  #fec02 .merit-ttl.circle::before{
    width: min(604px,calc(100vw / 1920 * 604));
    height: min(550px,calc(100vw / 1920 * 550));
    right: auto;
    left: calc(50% + 200px);
    top: max(-480px,calc(-100vw / 1920 * 480));
  }

  #fec02 #voice{
    padding: min(220px,calc(100vw / 1920 * 220)) 0;
  }
  
  #fec02 #voice .lp-inner{
    overflow: hidden;
  }

  #fec02 .voice-slide-ttl{
    margin: min(40px,calc(100vw / 1920 * 40)) 0 max(-30px,calc(-100vw / 1920 * 30));
  }

  #fec02 .voice-slide-content .img{
    width: max(calc(50% - 80px),calc(50% - 100vw / 1920 * 80));
    margin: 0 0 min(50px,calc(100vw / 1920 * 50)) min(80px,calc(100vw / 1920 * 80));
  }

  #fec02 .voice-slide-content .txt{
    padding: min(76px,calc(100vw / 1920 * 76)) 0 min(130px,calc(100vw / 1920 * 130));
  }

  #fec02 #faq{
    padding: min(180px,calc(100vw / 1920 * 180)) 0 min(150px,calc(100vw / 1920 * 150));
  }

  #fec02 #faq::before{
    background: linear-gradient(168deg, #00b1d3 0%, #00b1d3 55.95%, #0083c8 56%, #0083c8 100%);
  }

  #fec02 .faq-list{
    margin-top: min(100px,calc(100vw / 1920 * 100));
  }

  #fec02 .faq-ttl{
    cursor: pointer;
    min-height: min(90px,calc(100vw / 1920 * 90));
    margin-bottom: min(40px,calc(100vw / 1920 * 40));
    padding: 15px 8px 15px min(120px,calc(100vw / 1920 * 120));
    border-width: 5px;
    transition: all .3s;
  }
  
  #fec02 .faq-ttl .txt{
    transition: all .3s;
  }
  
  #fec02 .faq-ttl:hover{
    background-color: #f8b62d;
  }
  

  #fec02 .faq-ttl::before{
    width: min(70px,calc(100vw / 1920 * 70));
    height: min(70px,calc(100vw / 1920 * 70));
    top: max(calc(50% - 35px),calc(50% - 100vw / 1920 * 35));
    left: min(18px,calc(100vw / 1920 * 18));
  }

  #fec02 .faq-ttl::after{
    top: 6px;
    left: 6px;
  }

  #fec02 .faq-txt{
    margin: 0 min(25px,calc(100vw / 1920 * 25)) min(50px,calc(100vw / 1920 * 50)) min(86px,calc(100vw / 1920 * 86));
    padding-left: min(36px,calc(100vw / 1920 * 36));
  }

  #fec02 .faq-txt::before{
    width: 3px;
  }

  #fec02 .form-inner .contact-block{
    padding: min(156px,calc(100vw / 1920 * 156)) 0 min(140px,calc(100vw / 1920 * 140));
  }

  #fec02 .form-inner .contact-txt{
    width: 100%;
    margin: min(130px,calc(100vw / 1920 * 130)) auto min(60px,calc(100vw / 1920 * 60));
  }

  #fec02 .form-inner .contact-tel{
    width: 100%;
  }
  
  #fec02 .company-block{
    padding: min(200px,calc(100vw / 1920 * 200)) 0;
  }

  #fec02 .company-ttl{
    margin:0 auto min(180px,calc(100vw / 1920 * 180));
  }

  #fec02 .company-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto min(180px,calc(100vw / 1920 * 180));
  }

  #fec02 .company-item .icon{
    width: 194px;
    max-width: 20%;
    margin: 0 70px 0 0;
  }

  #fec02 .company-item:nth-of-type(4) .icon{
    width: 214px;
  }

  #fec02 .company-item .txt-block{
    width: calc(100% - 268px);
    min-width: calc(80% - 70px);
    font-size: 22px;
  }

  #fec02 .company-item .txt-block .txt {
    font-size: min(22px,calc(1rem + ((1vw - 7.68px) * 0.5208)));
  }

  #fec02 .company-item:nth-of-type(4) .txt-block{
    width: calc(100% - 288px);
  }

  #fec02 .sns-ttl{
    margin-bottom: 60px;
  }

  #fec02 .sns-list{
    grid-gap: 50px;
  }
  
}
@media print, screen and (min-width: 1024px){
  #fec02 .main-img-block{
    padding-top: 180px;
  }
}

@media print, screen and (min-width: 1060px){
  #fec02 a:not([href^="tel:"]),
  #fec02 .voice-balloon-item{
    transition: all .3s;
    cursor: pointer;
  }
  
  #fec02 #header .btn-openMenu:hover,
  #fec02 a:not([href^="tel:"]):hover,
  #fec02 .voice-balloon-item:hover {
    opacity: .6;
  }
  
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/

#fec02 #footer .footer-link{
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  background-color: rgba(255,255,255,.5);
  z-index: 998;
}

#fec02 #footer .footer-link-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 60px);
  margin: 0 auto;
}

#fec02 #footer .footer-link-item{
  width: calc((100% - 10px) / 2);
}

#fec02 #footer .footer-content{
  background-color: #a99990;
}

#fec02 #footer .footer-inner{
  width: calc(100% - 28px);
  margin: 0 auto;
  padding: 46px 0 40px;
}

#fec02 #footer .footer-sns-block{
  padding-bottom: 50px;
}

#fec02 #footer .footer-ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 30px;
  margin: 0 auto 20px;
  border: solid 1px #fff;
  border-radius: 99px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

#fec02 #footer .sns-list{
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 10px;
}

#fec02 #footer .footer-map{
  height: 0;
  padding-top: 52%;
  position: relative;
}

#fec02 #footer .footer-map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fec02 #footer .address{
  margin-top: 16px;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}

#fec02 #footer .footer-logo{
  width: calc(100% - 120px);
  margin: 30px auto;
}

#fec02 #pageTop{
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 9;
  display: none;
}

#fec02 #pageTop a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0,0,0,.16);
}

#fec02 #pageTop svg{
  width: 14px;
  height: 10px;
  }

#fec02 #pageTop path{
  fill: #707070;
}


@media print, screen and (min-width: 768px){

  #fec02 #footer .footer-link{
    width: 100vw;
    padding: 20px 0;
  }

  #fec02 #footer .footer-link-inner{
    width: calc(100% - 240px);
    max-width: min(954px,calc(100vw / 1920 * 954));
  }

  #fec02 #footer .footer-link-item{
    width: calc((100% - 50px) / 2);
    position: relative;
  }
  
  #fec02 #footer .footer-link-item::before{
    position: absolute;
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #fec02 #footer .footer-inner{
    width: calc(100% - 120px);
    max-width: 1060px;
    padding: 170px 0 150px;
  }

  #fec02 #footer .footer-sns-block{
    padding-bottom: 160px;
  }

  #fec02 #footer .footer-ttl{
    width: calc(100% - 100px);
    max-width: 716px;
    height: 110px;
    margin: 0 auto 70px;
    border: solid 4px #fff;
    font-size: 50px;
  }

  #fec02 #footer .address{
    margin-top: 70px;
    font-size: 36px;
  }

  #fec02 #footer .footer-logo{
    width: calc(100% - 240px);
    max-width: 728px;
    margin: 94px auto 60px;
  }
  
  #fec02 #pageTop{
    bottom: 30px;
    right: 30px;
    z-index: 999;
  }

  #fec02 #pageTop a{
    width: 60px;
    height: 60px;
    border: solid 3px #707070;
    box-shadow: 4px 4px 4px rgba(0,0,0,.16);
  }

  #fec02 #pageTop svg{
    width: 24px;
    height: 20px;
  }
  
}

@media print, screen and (min-width: 1024px){
  #fec02 #footer .sns-list{
    grid-gap: 68px;
  }
}

/*------------------------------------------------------------
form
------------------------------------------------------------*/

#fec02_confirm .header-inquiry,
#fec02_thanks .header-inquiry{
  visibility: hidden;
}

@media print, screen and (min-width: 768px){
  #fec02_confirm .btn-openMenu,
  #fec02_thanks .btn-openMenu{
    display: none!important;
  }

}