/*

【CSS記述ルール】

① font-sizeはpxで指定してください
　（rem、%等の指定はしないようお願いいたします）

② fec01 はディレクトリ名に変更してください

③ 必ずディレクトリ名が付いたidセレクタを先頭に記述した後に、要素を記述してください
　（例：#oneday .inner、#oneday .page-title 等）

④ CSS内の画像指定パスは、CSSファイルから見た相対パスで指定してください
　（例：../images/ディレクトリ名/画像名.拡張子）

*/

/*------------------------------------------------------------
common
------------------------------------------------------------*/



body.is-active{
  overflow: hidden;
}

body.is-active #fec01{
  scrollbar-gutter: stable;
  overflow: auto;
}

body.is-active a:not(.menu-scroll){
  pointer-events: none;
}

.fec01 {
  font-family: "kozuka-gothic-pr6n", 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  background-color: #fff;
  overflow: hidden;
  line-height: 1.75;
}

#fec01 * {
  box-sizing: border-box;
}

#fec01 a {
  transition: opacity .3s;
}

#fec01 a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#fec01 a:hover {
  text-decoration: none;
}

#fec01 a:focus-visible {
  outline: none;
}

#fec01 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#fec01 .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#fec01 .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#fec01 .text {
  margin-bottom: 2em;
}

#fec01 .text:last-of-type {
  margin-bottom: 0;
}

#fec01 .pc-br {
  display: none;
}

#fec01 .notes {
  display: inline-block;
  position: relative;
  margin-left: 1em;
}

#fec01 .notes::before {
  content: '\0203B';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}


@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  .fec01 {
    font-size: 16px;
  }
  
  #fec01 a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
  }
  
  #fec01 .sp-br {
    display: none;
  }
  
  #fec01 .pc-br {
    display: inline;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/

#fec01 #header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #000;
  z-index: 99999;
}

#fec01 #header .header-main{
  max-width: 1100px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

#fec01 #header .logo {
  position: absolute;
  width: 114px;
  left: 10px;
  top: 13px;
  z-index: 9999;
}

#fec01 #header .header-top{
  display: none;
}

#fec01 #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 14px;
}

#fec01 #header .header-inquiry::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
  background-color: #b9b0ae;
  border-radius: 99px;
  z-index: -2;
}

#fec01 #header .header-inquiry::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background: rgb(153,208,176);
  background: linear-gradient(90deg, rgba(153,208,176,1) 0%, rgba(0,135,118,1) 100%);
  z-index: -1;
}
#fec01 #header .header-tel{
  margin-bottom: 20px;
}

#fec01 #header .header-tel a{
  display: block;
  background: #fff;
  color: #231F20;
  padding: 20px 0 15px;
  position: relative;
  overflow: hidden;
}

#fec01 #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 #fdf9c0;
  bottom: 0;
  right: 0;
}

#fec01 #header .header-tel .a-inner{
  max-width: 215px;
  margin: auto;
  position: relative;
  z-index: 2;
}

#fec01 #header .header-tel .ttl-tel{
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
  margin-bottom: 5px;
}

#fec01 #header .header-tel .tel-number{
  display: flex;
  align-items: center;
}

#fec01 #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;
}

#fec01 #header .header-tel .image{
  width: calc(100% - 40px);
}

#fec01 #header .header-tel .subTtl{
  text-align: center;
  margin-bottom: 10px;
}

#fec01 #header .header-tel .subTtl span{
  font-size: 11px;
  line-height: 1.5;
  position: relative;
  letter-spacing: 1px;
}

#fec01 #header .header-tel .subTtl span:before,
#fec01 #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;
}

#fec01 #header .header-tel .subTtl span:after{
  left: auto;
  right: -35px;
}

#fec01 #header .header-tel .ttlBox{
  display: flex;
  max-width: 408px;
  height: 30px;
  margin: auto;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(243,144,63,1) 0%, rgba(233,62,58,1) 100%);
  border-radius: 40px;
  color: #fff;
  font-size: 11px;
  line-height: 2.5;
}

#fec01 #header .menu-main .header-contact{
  margin-bottom: 20px;
}

#fec01 #header .menu-main .header-contact a{
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: rgb(241,148,46);
  background: linear-gradient(90deg, rgba(241,148,46,1) 0%, rgba(229,53,43,1) 100%);
  border-radius: 60px;
  font-size: 13px;
}

#fec01 #header .menu-main .header-contact a{
  color: #fff;
  font-size: 12px;
}

#fec01 #header .menu-main .header-contact a svg{
  margin-right: 10px;
  width: 24px;
}

#fec01 #header .menu-main .header-contact a svg path{
  fill: #fff;
}

#fec01 #header #nav-menu .nav-menuItem{
  margin-bottom: 16px;
}

#fec01 #header #nav-menu .nav-menuItem:last-of-type{
  margin-bottom: 0;
}

#fec01 #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;
}

#fec01 #header #nav-menu a:before{
  position: absolute;
  content: "";
  height: 0;
  width: 40px;
  right: 0;
  z-index: -1;
  border-bottom: 40px solid #f4f0bc;
  border-left: 28vw solid transparent;
  border-right: 0px solid transparent
}

#fec01 #header #nav-menu a:after{
  content: "";
  position: absolute;
  background-image: url("../images/fec01/fec01_arrow_sp.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#fec01 #header .menu-main {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  z-index: -99;
  background: rgb(153,208,176);
  background: linear-gradient(90deg, rgba(153,208,176,1) 0%, rgba(0,135,118,1) 100%);
  transition: .4s;
  padding: 54px 12px 14px;
}

#fec01 #header .menu-main.is-open {
  visibility: visible;
  opacity: 1;
  top: 0;
  z-index: 999;
}

#fec01 #header .menu-mainScroll{
  max-height: calc(100vh - 125px);
  overflow-y: scroll;
}

#fec01 #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;
}

#fec01 #header .btn-openMenu::before{
  position: absolute;
  content: "";
  width: 32px;
  height: 26px;
  background-color: transparent;
  top: calc(50% - 13px);
  left: calc(50% - 15px);
}

#fec01 #header .btn-openMenu .toggle-btn {
  width: 30px;
  height: 14px;
  position: relative;
}

#fec01 #header .btn-openMenu:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: calc(50% - 1px);
  left: 6px;
  transition: .4s;
}

#fec01 #header .btn-openMenu.is-open:after {
  opacity: 0;
}

#fec01 #header .btn-openMenu span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 0px;
  left: 6px;
  transition: .4s;
}

#fec01 #header .btn-openMenu span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  bottom: 0px;
  left: 6px;
  transition: .4s;
}

#fec01 #header .btn-openMenu.is-open span:before {
  transform: rotate(-45deg);
  top: 6px;
}

#fec01 #header .btn-openMenu.is-open span:after {
  transform: rotate(45deg);
  bottom: 6px;
}


@media print, screen and (min-width: 768px){
  #fec01 #header .header-main{
    width: calc(100% - 60px);
    height: 100px;
    justify-content: space-between;
  }
  
  #fec01 #header .logo{
    position: relative;
    width: 220px;
    top: auto;
  }
  
  #fec01 #header .header-inquiry{
    width: 300px;
    max-width: none;
    height: 54px;
    margin: 0 auto;
    padding: 10px 40px;
    border-width: 3px;
  }
  
  #fec01 #header .header-tel{
    margin-bottom: 30px;
  }

  #fec01 #header .header-tel a{
    padding: 22px 0 20px;
  }

  #fec01 #header .header-tel .a-inner{
    max-width: 410px;
  }

  #fec01 #header .header-tel .ttl-tel{
    font-size: 22px;
  }

  #fec01 #header .header-tel .tel-number{
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 10px;
  }

  #fec01 #header .header-tel .box-free{
    width: 44px;
    height: 44px;
    font-size: 15px;
  }

  #fec01 #header .header-tel .image{
    width: calc(100% - 14px);
  }

  #fec01 #header .header-tel .subTtl span{
    font-size: 19px;
  }

  #fec01 #header .header-tel .subTtl span:before,
  #fec01 #header .header-tel .subTtl span:after{
    width: 70px;
    left: -75px;
  }

  #fec01 #header .header-tel .subTtl span:after{
    left: auto;
    right: -75px;
  }
  
  #fec01 #header .header-tel .subTtl{
    margin-bottom: 0;
  }
  
  #fec01 #header .header-tel .ttlBox{
    display: none;
  }

  #fec01 #header #nav-menu a{
    height: 60px;
    font-size: 22px;
  }

  #fec01 #header #nav-menu a:before{
    width: 100px;
    border-bottom: 60px solid #f4f0bc;
    border-left: 30vw solid transparent;
  }

  #fec01 #header #nav-menu a:after{
    width: 26px;
    height: 26px;
    right: 30px;
    background-image: url("../images/fec01/fec01_arrow.png");
  }

  #fec01 #header .btn-openMenu{
    position: relative;
  }
  
  #fec01 #header .menu-main {
    padding:100px 0 0;
    background: #82bf25;
  }

  #fec01 #header .menu-mainScroll{
    padding: 0 15px 60px;
  }
  
  #fec01 #header .btn-openMenu {
    width: 86px;
    height: 72px;
    top: auto;
    right: 10px;
  }

  #fec01 #header .btn-openMenu::before{
    width: 86px;
    height: 72px;
    left: calc(50% - 43px);
    top: calc(50% - 36px);
    background-color: #82bf25;
  }

  #fec01 #header .btn-openMenu .toggle-btn {
    width: 38px;
    height: 34px;
  }

  #fec01 #header .btn-openMenu:after {
    width: 38px;
    height: 6px;
    top: calc(50% - 3px);
    left: 24px;
  }

  #fec01 #header .btn-openMenu span:before {
    width: 38px;
    height: 6px;
    left: 0;
  }

  #fec01 #header .btn-openMenu span:after {
    width: 38px;
    height: 6px;
    left: 0;
  }

  #fec01 #header .btn-openMenu.is-open span:before {
    top: 14px;
  }

  #fec01 #header .btn-openMenu.is-open span:after {
    bottom: 14px;
  }
}



@media print, screen and (min-width: 1024px){
  #fec01 #header .header-main{
    height: 180px;
  }
  #fec01 #header .logo{
    width: 24%;
    max-width: 256px;
  }
  
  #fec01 #header .header-top{
    display: block;
  }
  
  #fec01 #header .header-tel{
    margin: 0;
  }
  
  #fec01 #header .menu-telContact{
    display: none;
  }
  
  #fec01 #header .header-tel a{
    background-color: transparent;
    color: #fff;
  }
  
  #fec01 #header .header-tel .ttl-tel{
    font-size: 14px;
  }

  #fec01 #header .header-tel .tel-number{
    grid-template-columns: 30px 1fr;
  }

  #fec01 #header .header-tel .box-free{
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  
  #fec01 #header .header-tel .subTtl span{
    font-size: 13px;
  }
  
  #fec01 #header .header-tel .subTtl span:before,
  #fec01 #header .header-tel .subTtl span:after{
    border-color: #fff;
  }
  
  #fec01 #header .header-inquiry{
    margin: 0;
    right: 10px;
    padding: 10px 40px;
  }
  
  #fec01 #header .menu-main{
    width: 400px;
    height: auto;
    right: 10px;
    padding: 0;
  }
  
  #fec01 #header .menu-main.is-open{
    top: 125px;
  }
  
  #fec01 #header .menu-mainScroll{
    padding: 18px 16px;
  }
  
  #fec01 #header #nav-menu a{
    font-size: 16px;
  }
  
  #fec01 #header #nav-menu a:before {
    width: 40px;
    border-left: 120px solid transparent;
  }
}
@media print, screen and (min-width: 1200px){
  #fec01 #header .menu-main{
    right: calc(50vw - 530px);
  }
  
  #fec01 #header .btn-openMenu{
    right: 20px;
  }
  
  #fec01 #header .header-inquiry{
    width: 360px;
  }
}


/*------------------------------------------------------------
content
------------------------------------------------------------*/

#fec01 .txt{
  margin-bottom: 1rem;
  color: #fff;
  font-size: 12px;
}

#fec01 .txt:last-of-type{
  margin-bottom: 0;
}

#fec01 .lp-inner{
  width: calc(100% - 60px);
  max-width: 1060px;
  margin: 0 auto;
}

#fec01 .lp-inner02{
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
}

#fec01 .content-wrapper{
  padding-top: 60px;
  background-color: #000;
}

#fec01 .common-bg{
  background: rgb(241,200,32);
  background: linear-gradient(90deg, rgba(241,200,32,1) 0%, rgba(152,116,47,1) 25%, rgba(197,152,21,1) 50%, rgba(146,111,48,1) 80%, rgba(241,200,32,1) 100%);
}

#fec01 .common-bg02{
  position: relative;
  z-index: 0;
}

#fec01 .common-bg02::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1000px;
  top: 0;
  left: 0;
  background: radial-gradient(rgba(125,125,125,1) 0%, rgba(65,61,60,1) 30%, rgba(0,0,0,1) 100%);
  background-size: 200% 200%;
  background-position: -100% -100%;
  background-color: rgb(0,0,0,1);
  z-index: -1;
}

#fec01 #overview{
  padding: 50px 0;
  background: rgb(65,61,60);
  background: linear-gradient(-135deg, rgba(65,61,60,1) 0%, rgba(65,61,60,1) 30%, rgba(0,0,0,1) 100%);
}

#fec01 .overview-ttl{
  margin-bottom: 25px;
}

#fec01 .overview-txt{
  margin-bottom: 40px;
  color: #fff;
}

#fec01 .message-main{
  position: relative;
  z-index: 1;
  padding: 50px 0 75px;
  background: url("../images/fec01/fec01_message_bg_sp.png")no-repeat center bottom / cover;
}

#fec01 .message-main-txt .txt{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#fec01 .message-main-txt .txt.white{
  margin: 40px 0;
  padding: 6px;
  background-color: #fff;
  color: #705553;
}

#fec01 .message-ttl{
  margin-top: calc(-100vw / 750 * 68);
  padding:  calc(100vw / 750 * 68) 0 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

#fec01 .message-txt{
  padding: 50px 0;
  color: #fff;
  background: rgb(65,61,60);
  background: linear-gradient(45deg, rgba(65,61,60,1) 0%, rgba(65,61,60,1) 25%, rgba(0,0,0,1) 100%);
}

#fec01 #about{
  padding: 40px 0;
}

#fec01 .about-ttl{
  width: calc(100% + 40px);
  margin-left: -20px;
}

#fec01 .about-main-txt{
  margin-top: -70px;
}

#fec01 .about-img{
  width: calc(100% + 40px);
  margin-left: -20px;
}

#fec01 #merit{
  position: relative;
  padding-bottom: 50px;
}

#fec01 .merit-ttl{
  padding: 8px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#fec01 .slide-block{
  position: relative;
}

#fec01 .slide-block::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(241,200,32);
  background: linear-gradient(90deg, rgba(241,200,32,1) 0%, rgba(152,116,47,1) 25%, rgba(197,152,21,1) 50%, rgba(146,111,48,1) 80%, rgba(241,200,32,1) 100%);
  left: 0;
  bottom: 40px;
}

#fec01 .merit-slide-block .swiper-slide{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 60px;
}

#fec01 .merit-slide-block .slide-img{
  width: calc(50% - 15px);
}

#fec01 .merit-slide-block .slide-txt{
  width: 50%;
  padding-top: calc(100vw / 375 * 60);
  line-height: 1.2;
}

#fec01 #curriculum{
  padding: 35px 0 50px;
}

#fec01 #curriculum .lp-inner{
  min-width: 330px;
}

#fec01 .curriculum-ttl{
  margin-bottom: 36px;
}

#fec01 .curriculum-message{
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 8px 0;
  background-color: #fff;
  color: #474342;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

#fec01 .curriculum-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#fec01 .curriculum-txt{
  width: 50%;
  line-height: 1.2;
}

#fec01 .curriculum-img{
  width: 50%;
  margin-right: -15px;
}

#fec01 .curriculum-step{
  margin: 45px 0 35px -20px; 
  width: calc(100% + 40px);
}

#fec01 .curriculum-slide-block .swiper-slide{
  padding-bottom: 20px;
}

#fec01 .curriculum-slide-block .slide-img{
  margin-bottom: 16px;
}

#fec01 #after{
  position: relative;
  padding-bottom: 146px;
  background: url("../images/fec01/fec01_after_bottom_sp.jpg")no-repeat center bottom / contain;
  background-color: #322725;
}

#fec01 .after-ttl-block{
  padding: 36px 0 74px;
  background: url("../images/fec01/fec01_after_ttl_bg_sp.jpg")no-repeat center bottom / cover;
}

#fec01 .after-point{
  width: calc(100% + 40px);
  margin: 25px 0 36px -20px;
}

#fec01 .after-subttl{
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  background-color: #fff;
  color: #372b26;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#fec01 .after-flow{
  margin: 36px 0 56px;
}

#fec01 .slide-block-ttl{
  width: calc(100% - 100px);
  margin: 24px auto 34px;
}

#fec01 .after-slide-block{
  padding-bottom: 40px;
}

#fec01 .after-slide-block .swiper-slide{
  padding-bottom: 25px;
}

#fec01 .after-slide-block .slide-txt{
  width: fit-content;
  margin: 12px auto 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

#fec01 .after-txt-bottom{
  margin-top: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}

#fec01 #contact{
  padding: 46px 0 42px;
  background-color: #fff;
  text-align: center;
}

#fec01 .contact-txt{
  color: #585757;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#fec01 .contact-btn{
  position: relative;
  width: calc(100% - 70px);
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  padding: 5px 14px;
  z-index: 0;
}

#fec01 .contact-btn::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background: rgb(153,208,176);
  background: linear-gradient(90deg, rgba(153,208,176,1) 0%, rgba(0,135,118,1) 100%);
  z-index: -1;
}

#fec01 .contact-btn::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
  background-color: #b9b0ae;
  border-radius: 99px;
  z-index: -2;
}

#fec01 #voice{
  padding: 50px 0 80px;
}

#fec01 #voice .lp-inner02{
  width: 100%;
}

#fec01 .voice-ttl{
  margin-bottom: 15px;
}

#fec01 .voice-main{
  margin-bottom: 30px;
}

#fec01 .voice-faq-ttl{
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#fec01 .voice-faq-ttl::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: rgb(241,200,32);
  background: linear-gradient(90deg, rgba(241,200,32,1) 0%, rgba(152,116,47,1) 25%, rgba(197,152,21,1) 50%, rgba(146,111,48,1) 80%, rgba(241,200,32,1) 100%);
}

#fec01 .voice-faq-content-wrapper{
  display: none;
}

#fec01 .voice-faq-content:not(:last-of-type){
  margin-bottom: 30px;
}

#fec01 .voice-faq-content:first-of-type .faq-img{
  width: calc(50% - 40px);
  transform: translateX(-20px);
}

#fec01 .voice-faq-content:first-of-type  .ttl{
  width: calc(50% + 40px);
}

#fec01 .voice-faq-content:nth-of-type(3) .faq-img{
  width: calc(50% - 40px);
  transform: translateX(20px);
}

#fec01 .voice-faq-content:nth-of-type(3) .ttl{
  width: calc(50% + 40px);
}

#fec01 .voice-faq-content .ttl{
  margin-bottom: 1rem;
}

#fec01 .voice-faq-content .float-left{
  float: left;
}

#fec01 .voice-faq-content .float-right{
  float: right;
}

#fec01 .form-wrapper{
  padding: 60px 0 70px;
}

#fec01 .form-inner{
  width: calc(100% - 24px);
  max-width: 964px;
  margin: 0 auto;
}

#fec01 .form-inner .contact-block{
  padding-bottom: 42px;
}

#fec01 .form-inner .contact-txt{
  width: calc(100% + 50px);
  margin: 40px 0 15px -25px;
}

#fec01 .form-inner .contact-tel{
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: center;
}

#fec01 .company-block{
  padding: 60px 0 40px;
}

#fec01 .company-ttl{
  margin-bottom: 60px;
  text-align: center;
}

#fec01 .company-item{
  margin: 0 auto 40px;
}

#fec01 .company-item .icon{
  width: 120px;
  margin: 0 auto 32px;
}

#fec01 .company-item:nth-of-type(4) .icon{
  width: 160px;
}

#fec01 .company-item .txt-block{
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
}

#fec01 .company-item .txt-block .txt:not(:last-of-type){
  margin-bottom: 1rem;
}

#fec01 .company-item .txt-block .txt a{
  color: #6fc9f3;
}

#fec01 .company-sns{
  margin-top: 68px;
}

#fec01 .sns-ttl{
  margin-bottom: 16px;
  text-align: center;
}

#fec01 .sns-list{
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 10px;
}

#fec01 #pageTop{
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 9;
  display: none;
}

#fec01 #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);
}

#fec01 #pageTop svg{
  width: 14px;
  height: 10px;
  }

#fec01 #pageTop path{
  fill: #707070;
}

/* slider */


#fec01 .slide-block{
  position: relative;
  padding-bottom: 40px;
}

#fec01 .swiper-button-prev,
#fec01 .swiper-button-next{
  background: url("../images/fec01/fec01_slide_arrow.svg")no-repeat center center / contain;
  width: 14px;
  height: 16px;
  top: auto;
  bottom: 14px;
  left: calc(50% - 66px);
}

#fec01 .swiper-button-next{
  transform: rotate(180deg);
  left: auto;
  right: calc(50% - 66px);
}

#fec01 .curriculum-swiper-button-prev{
  left: calc(50% - 78px);
}

#fec01 .after-swiper-button-prev{
  left: calc(50% - 92px);
}

#fec01 .curriculum-swiper-button-next{
  right: calc(50% - 78px);
}

#fec01 .after-swiper-button-next{
  right: calc(50% - 92px);
}

#fec01 .swiper-pagination-bullet{
  opacity: 1;
  margin: 0 8px;
  background: #727171;
  border: solid 1px #fff;
}

#fec01 .swiper-pagination-bullet-active{
  background-color: #f39800;
}



@media print, screen and (min-width: 768px){
  
  #fec01 .txt{
    margin-bottom: 1.5rem;
    font-size: min(32px,calc(1.4375rem + ((1vw - 7.68px) * 0.7813)));
  }

  #fec01 .content-wrapper{
    padding-top: 100px;
  }

  #fec01 .common-bg02::before{
    height: 2500px;
    background: radial-gradient(circle,rgba(125,125,125,1) 0%, rgba(65,61,60,1) 30%, rgba(0,0,0,1) 100%);
    background-size: 200% 200%;
    background-position: -100% -100%;
    background-color: rgb(0,0,0,1);
  }
  #fec01 #overview{
    padding: min(170px,calc(100vw / 1920 * 170)) 0  min(200px,calc(100vw / 1920 * 200));
  }

  #fec01 .overview-ttl{
    margin-bottom: min(64px,calc(100vw / 1920 * 64));
  }

  #fec01 .overview-txt{
    margin-bottom: min(190px,calc(100vw / 1920 * 190));
  }

  #fec01 .message-main{
    padding: min(220px,calc(100vw / 1920 * 220)) 0 min(370px,calc(100vw / 1920 * 370));
    background: url("../images/fec01/fec01_message_bg_pc.png")no-repeat center bottom / cover;
  }

  #fec01 .message-main-txt .txt{
    font-size: min(48px,calc(1.875rem + ((1vw - 7.68px) * 1.5625)));
  }

  #fec01 .message-main-txt .txt.white{
    margin: min(80px,calc(100vw / 1920 * 80)) 0;
  }

  #fec01 .message-ttl{
    margin-top: max(-120px,calc(-100vw / 1920 * 120));
    padding:  min(130px,calc(100vw / 1920 * 130)) 0 min(80px,calc(100vw / 1920 * 80));
    font-size: min(58px,calc(2.5rem + ((1vw - 7.68px) * 1.5625)));
  }

  #fec01 .message-txt{
    padding:  min(240px,calc(100vw / 1920 * 240)) 0;
  }

  #fec01 #about{
    padding: min(160px,calc(100vw / 1920 * 160)) 0 min(180px,calc(100vw / 1920 * 180));
  }
  

  #fec01 .about-ttl{
    margin: 0;
  }

  #fec01 .about-main-txt{
    margin-top: clamp(-230px,calc(-100vw / 1920 * 230),-140px);
  }

  #fec01 .about-img{
    width: 100%;
    margin: 0;
  }

  #fec01 #merit{
    padding-bottom: min(220px,calc(100vw / 1920 * 220));
  }
  
  #fec01 #merit .lp-inner{
    overflow: hidden;
  }
  
  #fec01 .merit-ttl{
    padding: min(60px,calc(100vw / 1920 * 60)) 0;
    font-size: min(58px,calc(2.5rem + ((1vw - 7.68px) * 1.5625)));
  }

  #fec01 .slide-block::before{
    height: 4px;
    bottom: 100px;
  }

  #fec01 .merit-slide-block .swiper-slide{
    padding: min(180px,calc(100vw / 1920 * 180)) 0 min(190px,calc(100vw / 1920 * 190));
  }

  #fec01 .merit-slide-block .slide-img{
    width: calc(50% - 72px);
  }

  #fec01 .merit-slide-block .slide-txt{
    padding-top: min(190px, calc(100vw / 1920 * 290));
    line-height: 1.8;
  }

  #fec01 #curriculum{
    padding: min(150px, calc(100vw / 1920 * 150)) 0 min(200px, calc(100vw / 1920 * 200));
  }

  #fec01 .curriculum-ttl{
    margin-bottom: min(140px, calc(100vw / 1920 * 140));
  }

  #fec01 .curriculum-message{
    min-height: auto;
    margin-bottom: min(86px, calc(100vw / 1920 * 86));
    padding: 30px 0;
    font-size: min(40px,calc(1.75rem + ((1vw - 7.68px) * 1.0417)));
  }

  #fec01 .curriculum-txt{
    line-height: 1.8;
  }

  #fec01 .curriculum-img{
    margin-right: max(-68px,calc(-100vw / 1920 * 68));
  }

  #fec01 .curriculum-step{
    margin: min(180px,calc(100vw / 1920 * 180)) 0 min(140px,calc(100vw / 1920 * 140)) 0;
    width: 100%;
  }

  #fec01 #curriculum .curriculum-slide{
    overflow: hidden;
  }

  #fec01 .curriculum-slide-block .swiper-slide{
    padding: 0 70px min(100px,calc(100vw / 1920 * 100));
  }

  #fec01 .curriculum-slide-block .slide-img{
    margin-bottom: min(70px,calc(100vw / 1920 * 70))
  }

  #fec01 #after{
    padding-bottom: min(470px,calc(100vw / 1920 * 470));
    background: url("../images/fec01/fec01_after_bottom.jpg")no-repeat center bottom / contain;
    background-color: #322725;
  }

  #fec01 #after .lp-inner02{
    overflow: hidden;
  }
  
  #fec01 .after-ttl-block{
    padding: min(165px,calc(100vw / 1920 * 165)) 0 min(290px,calc(100vw / 1920 * 290));
    background: url("../images/fec01/fec01_after_ttl_bg.jpg")no-repeat center bottom / cover;
  }

  #fec01 .after-point{
    width: 100%;
    margin:  min(130px,calc(100vw / 1920 * 130)) 0  min(140px,calc(100vw / 1920 * 140));
  }

  #fec01 .after-subttl{
    padding: 30px 0;
    font-size: min(40px,calc(1.75rem + ((1vw - 7.68px) * 1.0417)));
    line-height: 1.75;
  }

  #fec01 .after-flow{
    margin: min(130px,calc(100vw / 1920 * 130)) 0;
  }

  #fec01 .slide-block-ttl{
    width: calc(100% - 400px);
    margin: min(100px,calc(100vw / 1920 * 100)) auto min(130px,calc(100vw / 1920 * 130));
    text-align: center;
  }
  
  #fec01 .after-slide-block .swiper-slide{
    padding: 0 min(125px,calc(100vw / 1920 * 125));
  }
  
  #fec01 .after-slide-block .slide-txt{
    margin: min(45px,calc(100vw / 1920 * 45)) auto min(100px,calc(100vw / 1920 * 100));
    font-size: min(66px,calc(1.625rem + ((1vw - 7.68px) * 3.4722)));
  }

  #fec01 .after-txt-bottom{
    font-size: min(50px,calc(1.375rem + ((1vw - 7.68px) * 2.4306)));
  }

  #fec01 #contact{
    padding: min(200px,calc(100vw / 1920 * 200)) 0 min(180px,calc(100vw / 1920 * 180));
  }

  #fec01 .contact-txt{
    font-size: min(58px,calc(2.5rem + ((1vw - 7.68px) * 1.5625)));
  }

  #fec01 .contact-btn{
    width: calc(100% - 250px);
    min-width: 600px;
    max-width: 650px;
    min-height: 100px;
    margin: min(90px,calc(100vw / 1920 * 90)) auto 0;
    padding: 56px 40px;
  }

  #fec01 .contact-btn::before{
    top: 4px;
    left: 4px;
  }

  #fec01 #voice{
    padding: min(170px,calc(100vw / 1920 * 170)) 0 min(220px,calc(100vw / 1920 * 220));
  }

  #fec01 #voice .lp-inner02{
    width: calc(100% - 60px);
  }

  #fec01 .voice-ttl{
    margin-bottom: min(70px,calc(100vw / 1920 * 70));
  }

  #fec01 .voice-main{
    margin-bottom: min(100px,calc(100vw / 1920 * 100));
  }

  #fec01 .voice-faq-ttl{
    margin-bottom: min(70px,calc(100vw / 1920 * 70));
    padding-bottom: min(40px,calc(100vw / 1920 * 40));
    text-align: center;
  }

  #fec01 .voice-faq-ttl::before{
    height: 4px;
  }

  #fec01 .voice-faq-content:not(:last-of-type){
    margin-bottom: min(100px,calc(100vw / 1920 * 100));
  }
  
  #fec01 .voice-faq-content .ttl{
    margin-bottom: min(60px,calc(100vw / 1920 * 60));
  }

  #fec01 .form-wrapper{
    padding: min(190px,calc(100vw / 1920 * 190)) 0  min(230px,calc(100vw / 1920 * 230));
  }

  #fec01 .form-inner .contact-block{
    padding-bottom:  min(140px,calc(100vw / 1920 * 140));
  }

  #fec01 .form-inner .contact-txt{
    width: 100%;
    margin: min(120px,calc(100vw / 1920 * 120)) 0  min(60px,calc(100vw / 1920 * 60));
  }
  
  #fec01 .company-block{
    padding: min(200px,calc(100vw / 1920 * 200)) 0;
  }

  #fec01 .company-ttl{
    width: calc(100% - 200px);
    margin:0 auto min(180px,calc(100vw / 1920 * 180));
  }

  #fec01 .company-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto min(180px,calc(100vw / 1920 * 180));
  }

  #fec01 .company-item .icon{
    width: 194px;
    max-width: 20%;
    margin: 0 70px 0 0;
  }

  #fec01 .company-item:nth-of-type(4) .icon{
    width: 214px;
  }

  #fec01 .company-item .txt-block{
    width: calc(100% - 268px);
    min-width: calc(80% - 70px);
    font-size: 22px;
  }

  #fec01 .company-item .txt-block .txt {
    font-size: min(22px,calc(1rem + ((1vw - 7.68px) * 0.5208)));
  }

  #fec01 .company-item:nth-of-type(4) .txt-block{
    width: calc(100% - 288px);
  }

  #fec01 .sns-ttl{
    margin-bottom: 60px;
  }

  #fec01 .sns-list{
    grid-gap: 50px;
  }

  #fec01 #pageTop{
    bottom: 30px;
    right: 30px;
    z-index: 999;
  }

  #fec01 #pageTop a{
    width: 60px;
    height: 60px;
    border: solid 3px #707070;
    box-shadow: 4px 4px 4px rgba(0,0,0,.16);
  }

  #fec01 #pageTop svg{
    width: 24px;
    height: 20px;
  }
  
  #fec01 .form-inner{
    width: calc(100% - 60px);
  }


  
/* slider */
  
  
  #fec01 .slide-block{
    padding-bottom: 100px;
  }
  
  #fec01 .swiper-button-prev,
  #fec01 .swiper-button-next{
    width: 46px;
    height: 52px;
    bottom: 10px;
    left: calc(50% - 245px);
  }

  #fec01 .swiper-button-next{
    left: auto;
    right: calc(50% - 245px);
  }

  #fec01 .curriculum-swiper-button-prev{
    left: calc(50% - 265px);
  }

  #fec01 .after-swiper-button-prev{
    left: calc(50% - 360px);
  }

  #fec01 .curriculum-swiper-button-next{
    right: calc(50% - 265px);
  }

  #fec01 .after-swiper-button-next{
    right: calc(50% - 360px);
  }

  #fec01 .swiper-pagination-bullet{
    width: 36px;
    height: 36px;
    margin: 0 28px;
    border-width: 2px;
  }
}

@media print, screen and (min-width: 1024px){
  #fec01 .content-wrapper{
    padding-top: 180px;
  }
}



@media print, screen and (min-width: 1060px){  
  #fec01 a:not([href^="tel:"]),
  #fec01 .voice-balloon-item,
  #fec01 .voice-faq-ttl{
    transition: all .3s;
    cursor: pointer;
  }
  
  #fec01 #header .btn-openMenu:hover,
  #fec01 a:not([href^="tel:"]):hover,
  #fec01 .voice-balloon-item:hover,
  #fec01 .voice-faq-ttl:hover{
    opacity: .6;
  }
  
}



/*------------------------------------------------------------
footer
------------------------------------------------------------*/

#fec01 #footer {
  position: relative;
  padding: 20px 0;
  background-color: #fff;
}
#fec01 #footer .footer-link{
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  background-color: rgba(255,255,255,.5);
  z-index: 998;
}

#fec01 #footer .footer-link-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 60px);
  margin: 0 auto;
}

#fec01 #footer .footer-link-item{
  width: calc((100% - 10px) / 2);
}

#fec01 #footer .footer-content{
  background-color: #a99990;
}

#fec01 #footer .footer-inner{
  width: calc(100% - 28px);
  margin: 0 auto;
  padding: 46px 0 40px;
}

#fec01 #footer .footer-logo{
  width: calc(100% - 120px);
  margin: 30px auto;
}

@media print, screen and (min-width: 768px){

  #fec01 #footer .footer-link{
    width: 100vw;
    padding: 20px 0;
  }

  #fec01 #footer .footer-link-inner{
    width: calc(100% - 240px);
    max-width: min(954px,calc(100vw / 1920 * 954));
  }

  #fec01 #footer .footer-link-item{
    width: calc((100% - 50px) / 2);
    position: relative;
  }
  
  #fec01 #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;
  }

  #fec01 #footer .footer-inner{
    width: calc(100% - 120px);
    max-width: 1060px;
    padding: 170px 0 150px;
  }

  #fec01 #footer .footer-logo{
    width: calc(100% - 240px);
    max-width: 728px;
    margin: 94px auto 60px;
  }
}


/*------------------------------------------------------------
form
------------------------------------------------------------*/

#fec01_confirm .header-inquiry,
#fec01_thanks .header-inquiry{
  visibility: hidden;
}

@media print, screen and (min-width: 768px){
  #fec01_confirm .btn-openMenu,
  #fec01_thanks .btn-openMenu{
    display: none!important;
  }

}