@charset "utf-8";

.wrapper,
.fv.inner {
  margin: 16em auto 0 auto;
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  margin: -17em 0 0 0;
}

.l-headerBottom {
  margin: 17em 0 0 0;
}

.fv.inner+.l-headerBottom {
  margin: 0 0 0 0;
}

header {
  background-color: #ffff;
  border-top: 8px solid #000;
  border-image: linear-gradient(60deg, #9acc72 40%, #18a86b 100%);
  border-image-slice: 1;
  padding: 15px 0 0 0;
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
}

header h1 {
  font-size: 2em;
  margin: 0;
}

.header_menu_up {
  height: 60px;
  display: flex;
  justify-content: space-between;
}

.header_menu_logo {
  padding: 0 30px;
  width: 28%;
}

header nav .header_menu_uplist {
  display: flex;
  justify-content: center;
  align-items: center;
}

header nav .header_menu_uplist li {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 40px;
}

.con_btn a {
  background: linear-gradient(45deg, #034a3b 0%, #80d032 40%);
  font-weight: bold;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
  font-size: 14px;
  margin: 0 10px;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}

header nav .header_menu_uplist li.asc_btn a {
  background: #fff;
  color: #505C63;
  border: 2px solid #505C63;
  padding: 10px 30px;
  border-radius: 40px;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}

header nav .header_menu_uplist li.asc_btn a {
  color: #505C63;
}

header nav .header_menu_uplist li.tel_btn a {
  background: linear-gradient(45deg, #18a86b 0%, #034a3b 40%);
  font-size: 24px;
  margin: 0 0 0 10px;
  padding: 3px 35px 8px 50px;
  line-height: 1.6;
  text-align: center;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}

.tel_btn span {
  display: block;
  font-size: 10px;
  margin: -5px 0 0 0;
}

header nav .header_menu_uplist .tel_btn a {
  border-radius: 40px 0 0 40px;
}

.tel_btn a {
  background: linear-gradient(45deg, #18a86b 0%, #034a3b 40%);
  padding: 5px 10px 10px 10px;
  font-size: 24px;

  font-weight: bold;
  color: #fff;
  border-radius: 40px;
  margin: 0 10px 10px 0;
  display: block;
}

.rec_btn a {
  font-weight: bold;
  background: #034a3b;
  color: #ffff;
  border: 2px solid #034a3b;
  padding: 10px 30px;
  border-radius: 40px;
  font-size: 14px;
  margin: 10px auto;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}

.con_btn i {
  padding-left: 20px;
  background: url(../img/hd_btn_icon01.png) no-repeat 0px 1px;
  background-size: 15px;
}

.asc_btn i {
  padding-left: 17px;
  background: url(../img/hd_btn_icon02.png) no-repeat 0px 1px;
  background-size: 11px;
}

.tel_btn i {
  padding-left: 23px;
  background: url(../img/hd_btn_icon03.png) no-repeat 0px 10px;
  background-size: 18px;
}

.rec_btn i {
  padding-left: 21px;
  background: url(../img/hd_btn_icon04.svg) no-repeat 0 2px;
  background-size: 16px;
}

.header_menu_up nav {
  width: 60%;
  display: flex;
  justify-content: right;
}

.header_menu_unn {
  padding: 10px 0;
  margin: 20px 0 15px 0;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

.header_menu_unnlist {
  display: flex;
  justify-content: space-between;
}

.header_menu_unnlist li {
  border-right: 1px solid #505C63;
  width: calc(100% / 6);
  font-size: 14px;
  color: #353535;
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.header_menu_unnlist li a {
  text-align: center;
  margin: 5px 0 0 0;
  font-weight: 600;
  color: #505C63;

}

.header_menu_unnlist li i {
  width: 35px;
  height: 39px;
  text-align: center;
  margin: 5px auto 15px auto;
  display: block;
}

.header_menu_unnlist li:nth-child(6) i {
  background: url(../img/hd_icon01.svg) no-repeat top;

}

.header_menu_unnlist li:nth-child(1) i {
  background: url(../img/hd_icon02.svg) no-repeat top;

}

.header_menu_unnlist li:nth-child(2) i {
  background: url(../img/hd_icon03.svg) no-repeat top;
  width: 42px;
}

.header_menu_unnlist li:nth-child(3) i {
  background: url(../img/hd_icon04.svg) no-repeat top;

}

.header_menu_unnlist li:nth-child(4) i {
  background: url(../img/hd_icon05.svg) no-repeat top;

}

.header_menu_unnlist li:nth-child(5) i {
  background: url(../img/hd_icon06.svg) no-repeat top;
  width: 37px;
}

.header_menu_unnlist li:nth-child(7) i {
  background: url(../img/hd_icon07.svg) no-repeat top;
  width: 37px;
}

.header_menu_unnlist li a i {
  transition: all 1s;
}

.header_menu_unnlist li a:hover i {
  transform: translate(0, -10px);
}

.header_menu_unnlist li:last-child {
  border-right: none;
}

a {
  opacity: 1;
  transition: all 0.5s;
}

a:hover {
  opacity: 0.5;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 3px 0;
}



/*アコーディオンタイトル*/
.accordion-area section .title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 15px 33px 20px;
  transition: all .5s ease;
  text-align: left;
  border-bottom: 1px solid #808080;
  font-size: 14px;
  font-weight: bold;
  color: #505C63;
  min-height: 70px;
  display: flex;
  align-items: center;
}

.accordion-area section .title a {
  position: relative;
}

/*アイコンの＋と×*/
.accordion-area section .title02::before,
.accordion-area section .title02::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #9acc72;

}

.accordion-area section .title02::before {
  top: 42%;
  right: 10px;
  transform: rotate(0deg);

}

.accordion-area section .title02::after {
  top: 42%;
  right: 10px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.accordion-area section .title02.close::before {
  transform: rotate(45deg);
}

.accordion-area section .title02.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area section .box {
  display: none;
  /*はじめは非表示*/
  background: #efffe2;
  padding: 6% 3%;
  text-align: left;
  border-bottom: 1px solid #808080;
}

.accordion-area section .box p {
  padding: 1%;
  font-size: 12.0px;
  color: #505C63;
  line-height: 2;
}

footer {
  background-color: #f5faf1;
  padding: 5em 0;

}

.inner.ft_inner {
  display: flex;
  justify-content: space-between;
}

.ft_logo h1 {
  text-align: center;
}

.ft_logo h1 img {
  width: 70%;
  margin: 0 10px 0 0px;
}

footer .ft_menu_left {
  margin: 0 auto;
  width: 90%;
}

footer .con_btn a {
  background: linear-gradient(45deg, #034a3b 0%, #80d032 40%);
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 40px;
  margin: 0 auto;
  text-align: center;
  width: 220px;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  display: block;
  margin: 15px auto;
}

footer .tel_btn a {
  background: linear-gradient(45deg, #18a86b 0%, #034a3b 40%);
  padding: 3px 0 6px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  line-height: 1.5;
  width: 220px;
  margin: 15px auto;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  display: block;
}

footer .asc_btn a {
  background: #fff;
  color: #505C63;
  border: 2px solid #505C63;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
  margin: 0 auto;
  text-align: center;
  width: 220px;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  display: block;
}

footer .rec_btn a {
  background: #034a3b;
  color: #ffff;
  border: 2px solid #034a3b;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
  margin: 15px auto;
  text-align: center;
  width: 220px;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  display: block;
}

footer .con_btn i {
  padding-left: 20px;
  background: url(../img/hd_btn_icon01.png) no-repeat left;
  background-size: 15px;
}

footer .tel_btn i {
  padding-left: 16px;
  background: url(../img/hd_btn_icon03.png) no-repeat 0px 7px;
  background-size: 13px;
}

footer .asc_btn i {
  padding-left: 19px;
  background: url(../img/hd_btn_icon02.png) no-repeat 0px 2px;
  background-size: 13px;
}

footer .rec_btn i {
  padding-left: 22px;
  background: url(../img/hd_btn_icon04.svg) no-repeat 0px 2px;
  background-size: 19px;
}

.ft_right {
  width: 66%;
  display: flex;
}

.ft_accordion-area_box {
  width: 50%;
}

.arrow_big {
  width: 16px;
  height: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#034a3b), to(#80d032));
  background: -o-linear-gradient(left, #034a3b 0%, #80d032 100%);
  background: linear-gradient(90deg, #034a3b 0%, #80d032 100%);
  border-radius: 20%;
  position: absolute;
  left: -30px;
  top: 1.3px;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.arrow_big:after,
.arrow_big:before {
  content: "";
  display: block !important;
  width: 8px;
  height: 8px;
  background: url(../img/icon-arrow-white-right.svg) no-repeat center/contain !important;
  position: absolute !important;
  z-index: 1;
  top: 51% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden;
}

.arrow_big:before {
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.arrow_big:after {
  left: -100%;
}

.accordion-area a {
  transition: all 1s;
}

.accordion-area a:hover .arrow_big {
  transform: translate(5px, 0px);
}




.arrow_sml {
  padding-left: 15px;
  background: url(../img/icon-arrow-white-right_grn.svg) no-repeat left;
  background-size: 8px;
  height: 8px;
}

.addres {
  background-color: #034a3b;
  padding: 1em 0;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

/*リンクの形状*/

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  transition: all 0.3s;
}



/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  border-radius: 60%;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  background: -webkit-gradient(linear, left top, right top, from(#034a3b), to(#80d032));
  background: -o-linear-gradient(left, #034a3b 0%, #80d032 100%);
  background: linear-gradient(90deg, #034a3b 0%, #80d032 100%);
}

#page-top img {

  width: 20px;
}

/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

.pc_nav {
  display: block;
}

.sp_nav {
  display: none;
}

.tel_btn.sp_nav.sp_nav_btn {
  display: none;
}

.plbcy {
  margin: 10px 0;
}

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

  .header_menu_up nav.pc_nav,
  .pc_nav {
    display: none;
  }

  .sp_nav {
    display: block;
  }

  .tel_btn.sp_nav.sp_nav_btn {
    display: none;
  }

  .wrapper,
  .fv.inner {
    margin: 0em auto 0 auto;
  }

  .l-headerBottom {
    margin: 6em 0 0 0;
  }

  #sub_page {
    margin: 0;
  }

  /*アクティブになったエリア*/
  #g-nav.panelactive {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: absolute;
    overflow-y: scroll;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
  }

  /*丸の拡大*/
  .circle-bg {
    position: fixed;
    z-index: 3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    /*丸のスタート位置と形状*/
    transform: scale(0);
    /*scaleをはじめは0に*/
    right: -50px;
    top: -50px;
    transition: all .6s;
    /*0.6秒かけてアニメーション*/

  }

  .circle-bg.circleactive {
    transform: scale(50);
    /*クラスが付与されたらscaleを拡大*/
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav-list {
    display: none;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav.panelactive #g-nav-list {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 3em auto 0 auto;
    align-items: center;
    position: initial;
  }

  #g-nav-list .widget_search {
    width: 100%;
    padding: 0;
    margin: 0 auto 25px;
  }

  /*ナビゲーション*/
  #g-nav ul {
    opacity: 0;
    /*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    z-index: 999;
    top: 50%;
    left: 50%;
    flex-wrap: wrap;
  }

  /*背景が出現後にナビゲーションを表示*/
  #g-nav.panelactive ul {
    opacity: 1;
  }

  /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    /*0.2 秒遅らせて出現*/
    animation-fill-mode: forwards;
    opacity: 0;
    width: 50%;
    border-top: 1px solid #808080;
    border-right: inherit;
    margin: 0 auto;
    padding: 5px 0;
  }

  #g-nav.panelactive ul li:nth-child(5),
  #g-nav.panelactive ul li:nth-child(6) {
    border-bottom: 1px solid #808080;
  }

  #g-nav.panelactive ul li:nth-child(odd) {
    border-right: 1px solid #808080;
  }

  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }


  /*リストのレイアウト設定*/
  #g-nav li {
    text-align: center;
    list-style: none;
  }

  #g-nav li a {
    color: #505C63;
    text-decoration: none;
    padding: 10px;
    display: block;
    letter-spacing: 0.1em;
    font-weight: 600;
  }


  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  header {
    display: flex;
    position: fixed;
    justify-content: space-between;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    width: 100%;
    height: auto;
  }

  .tel_btn.sp_nav {
    line-height: 1.8;
    padding: 0 35px 0;
    position: absolute;
    top: 10px;
    right: 80px;
    text-align: center;
    align-self: center;
    display: flex;
  }

  .tel_btn.sp_nav a {
    padding: 5px 20px;
    font-size: 21px;
    margin: 0 10px 10px 0;
    display: block;
  }

  .tel_btn.sp_nav i {
    padding-left: 21px;
    background: url(../img/hd_btn_icon03.png) no-repeat left;
    background-size: 18px;
  }

  .tel_btn.sp_nav span {
    display: block;
    font-size: 10px;
    margin: -10px 0 0 0;
  }

  .header_menu_logo {
    width: 100%;
  }

  header h1 {
    width: 100%;
    margin: -5px 0 0 0;
  }

  .wider.l-wrapper {
    margin: 0px auto 0 auto;
  }

  .inner.fv {
    margin: 120px auto 0 auto;
  }

  .inner.ft_inner {
    flex-direction: column;
    align-items: center;
  }

  .ft_right {
    width: 100%;
    display: flex;
    padding: 1em 10%;
  }

  #g-nav-list .tel_btn a {
    background: linear-gradient(45deg, #18a86b 0%, #034a3b 40%);
    padding: 0 20px 5px 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 40px;
    margin: 0 10px;
    line-height: 1.8;
    width: 320px;
    text-align: center;
    margin: 1em auto 0.3em;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  }

  #g-nav-list .con_btn a {
    background: linear-gradient(45deg, #034a3b 0%, #80d032 40%);
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 40px;
    width: 320px;
    margin: 0 auto 0.5em;
    line-height: 1.3;
    text-align: center;
    display: block;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  }

  #g-nav-list .asc_btn a {
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 40px;
    width: 320px;
    margin: 0em auto;
    line-height: 1.3;
    text-align: center;
    display: block;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    background: #fff;
    color: #505C63;
    border: 2px solid #505C63;
    border-radius: 40px;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);

  }

  #g-nav-list .rec_btn a {
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 40px;
    width: 320px;
    margin: 10px auto;
    line-height: 1.3;
    text-align: center;
    display: block;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    background: #034a3b;
    color: #ffff;
    border: 2px solid #034a3b;
    border-radius: 40px;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);

  }


  #g-nav-list .con_btn span {
    display: block;
    font-size: 12px;
  }

  #g-nav-list .con_btn i {
    padding-left: 25px;
    background: url(../img/hd_btn_icon01.png) no-repeat 0px 3px;
    background-size: 19px;
  }

  #g-nav-list .asc_btn i {
    padding-left: 20px;
    background: url(../img/hd_btn_icon02.png) no-repeat 0px 3px;
    background-size: 15px;
  }

  #g-nav-list .rec_btn i {
    padding-left: 25px;
    background: url(../img/hd_btn_icon04.svg) no-repeat 0px 3px;
    background-size: 20px;
  }

  #g-nav-list .header_menu_unnlist li a {
    text-align: center;
    margin: 0 0 0 0;
  }

  .hd_nav_logo h1 {
    width: 80%;
    margin: 20px auto -10px auto;
  }

  .hd_nav_logo h1 img {
    width: 100%;
  }



}

@media only screen and (max-width: 768px) {
  .tel_btn.sp_nav {
    display: none;
  }

  .tel_btn.sp_nav.sp_nav_btn {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    top: 10px;
    right: 60px;
    margin: 0;
  }

  .tel_btn.sp_nav.sp_nav_btn a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
  }

  .ft_accordion-area_box:nth-child(2) li:nth-child(2) .arrow_big {
    top: 10px;
  }

  .tel_btn.sp_nav i {
    padding-left: 15px;
    background: url(../img/hd_btn_icon03.png) no-repeat 1px 6px;
    background-size: 14px;
  }

  .header_menu_logo {
    padding: 0 10px;
  }

  header h1 {
    width: 230px;
    margin: -5px 0 0 0;
  }

  header {
    height: 70px;
  }

  .openbtn1 {
    top: 10px;
  }

  .ft_right {
    flex-direction: column;
  }

  .ft_accordion-area_box {
    width: 100%;
  }

  .accordion-area li:last-child {
    margin: 0;
  }

  #page-top {
    width: 45px;
    height: 45px;
    right: 20px;
    bottom: 20px;
  }

  #page-top a {
    width: 45px;
    height: 45px;
  }

  #page-top img {
    width: 12px;
  }

  #g-nav.panelactive #g-nav-list {
    display: flex;
    flex-direction: column;
    max-width: 95%;
    margin: 4.5em auto 0 auto;
    padding: 0 0 20em 0;
  }

  .openbtn1.active {
    top: 0;
  }

  #g-nav-list .tel_btn,
  #g-nav-list .con_btn,
  #g-nav-list .asc_btn {
    width: 90%;
  }

  .ft_right {
    padding: 1em 3%;
  }

  .wider.l-wrapper {
    margin: 00px auto 0 auto;
  }

  .inner.fv {
    margin: 80px auto 0 auto;
  }

  .ft_logo h1 {
    text-align: center;
  }

  .ft_logo h1 img {
    width: 70%;
  }

  #g-nav .tel_btn span {
    display: block;
    font-size: 10px;
    margin: -6px 0 5px 0;
  }

  .accordion-area section .box {
    padding: 5% 1%;
  }

  .accordion-area section .box p {
    line-height: 3;
  }

  footer .con_btn a {
    padding: 15px 25px;
    width: 65vw;
  }

  footer .tel_btn a {
    padding: 5px 0 9px 0;
    width: 65vw;
  }

  footer .asc_btn a {
    padding: 15px 25px;
    width: 65vw;
  }

  footer .rec_btn a {
    padding: 15px 25px;
    width: 65vw;
  }

}