section, footer{
    display: block;
    position: relative;
    background: #3F4B47;
}
footer{
    padding-bottom: 130px;
}
section img, footer img{
    width: 100%;
    position: relative;
}
.pc-img{
    display: block;;
}
.sp-img{
    display: none;
}
a:hover{
    opacity: 0.8;
}
.mv{
    display: block;
    position: relative;
    padding-top: 68.65px;
}
@media screen and (max-width: 1000px){
    .mv{
        padding-top: 49.75px;
    }
}
.about-btn{
    position: absolute;
    width: 24.9%;
    left: 50%;
    transform: translateX(-50%);
    top: 47%;
}
footer .footer-btn{
    position: absolute;
    width: 24.9%;
    left: 50%;
    transform: translateX(-50%);
    top: 47%;
}
.floating-box{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    width: 29%;
}
.floating-box a{
    display: inline;
    width: 100%;
    height: 100%;
}
.floating-box img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px){
    .pc-img{
        display: none;
    }
    .sp-img{
        display: block;
    }
    .about-btn{
        position: absolute;
        width: 90%;
        top: 46%;
    }
    footer .footer-btn {
        position: absolute;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        top: 36%;
    }
    .floating-box{
        width: 100%;
        bottom: -15px;
    }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif CJK JP", "Source Han Serif JP", serif;
}
@media screen and (max-width: 1000px) {
  .header {
    height: inherit;
    position: fixed;
  }
}

.header__inner {
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding-left: 20px;
  padding-left: 1.8rem;
  padding-right: 20px;
  padding-right: 1.8rem;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .header__inner {
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
  }
}

.header.fixed .header__inner {
  padding-top: 0px;
  padding-top: 0rem;
}
@media screen and (max-width: 1000px) {
  .header.fixed .header__inner {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.header__nav-right{
    min-width: 570px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .header__nav {
    display: none;
  }
}

.header__nav-search.--pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  .header__nav-search.--pc {
    display: none;
  }
}

.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .header__nav-wrap {
    z-index: 1000;
    position: relative;
  }
}

.header__logo-group-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header__logo-group-left{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 25px;
    max-width: 750px;
}


@media screen and (max-width: 1000px) {
  .header__logo-group-top {
    display: none;
  }
}

.header__logo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .header__logo-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 5px;
  }
}

.header__logo-flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .header__logo-flex-left {
    margin-right: 0rem;
  }
}

.header__logo-flex-right-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.header__logo-text {
  font-size: 8px;
  font-weight: 500;
  color: #3F4B47;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 366px;
}
.header__logo-text-bottom{
    padding-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .header__logo-group-left{
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 6px;
        flex-direction: column;
        margin-bottom: 5px;
    }
    .header__logo{
        width: 140px;
        margin-top: 5px;
    }
    .header__logo-text-bottom{
        padding-bottom: 0;
    }
    .header__logo-text{
        line-height: 1.2;
    }
}
@media screen and (max-width: 1000px) {
  .header__logo-text {
    display: none;
  }
}

.header.fixed .header__logo-text {
  opacity: 0;
  display: none;
}

.header__logo-text-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  width: 182px;
}
@media screen and (max-width: 1000px) {
  .header__logo {
    margin-top: 0;
    width: 109px;
  }
}

.header.fixed .header__logo {
  margin-top: 0px;
  margin-top: 0rem;
}

.header__logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .header__logo-group {
    margin-top: 0px;
  }
}

.header__logo-item-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: clamp(140px, 22vw, 300px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__logo-item-link img{
    width: 100%;
}
@media screen and (max-width: 1250px) {
  .header__logo-item-link {
    max-width: 11.25rem;
  }
}
@media screen and (max-width: 480px) {
  .header__logo-item-link {
    max-width: 10rem;
  }
}

.header.fixed .header__logo-item-link {
  max-width: 160px;
  max-width: 10rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.header__nav-right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .header__nav-right-top {
    display: none;
  }
}

.header.fixed .header__nav-right-top {
  opacity: 0;
  display: none;
}

.header__nav-right-top-table {
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
  font-size: 10px;
  font-size: 0.625rem;
  color: #484848;
  line-height: 1.4;
}

.header__nav-right-top-table-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-right-top-table-dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48px;
          flex: 0 1 48px;
  font-weight: 400;
}

.header__nav-right-top-table-dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}

.header__nav-right-top-tel {
  font-size: 36px;
  font-size: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  line-height: 1;
}

.header__nav-right-top-tel:before {
  content: "";
  width: 22px;
  height: 25px;
  background-size: 22px 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23.0858%2021.2081C20.6865%2018.9686%2020.139%2020.3556%2019.0156%2021.497C18.2717%2022.2507%2017.0579%2021.9257%2015.4902%2020.765C13.5455%2019.325%2012.1173%2017.36%2011.4019%2015.1422C10.826%2013.3554%2010.9525%2012.1827%2011.9778%2011.8167C13.5326%2011.2653%2015.1183%2011.3038%2013.7728%208.3973C12.0811%204.73949%2011.2521%202.06416%208.49642%203.68236C5.13639%205.65936%204.18597%209.6543%205.78463%2014.2103C7.28257%2018.4749%2010.6426%2023.096%2014.3384%2025.9711C18.2847%2029.0438%2022.6184%2029.6964%2025.8312%2027.5195C28.4655%2025.7328%2026.1075%2024.0255%2023.0858%2021.2056V21.2081Z%22%20fill%3D%22%23F38200%22%2F%3E%3C%2Fsvg%3E");
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  margin-right: 24px;
  margin-right: 2.5rem;
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #3F4B47;
}

.header.fixed .header__nav-item {
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.header__nav-item:hover .header__nav-link {
  opacity: 0.6;
}

.header__nav-item-arrow .header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
}

.header__nav-item-arrow .header__nav-link:after {
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-size: 0.625rem 0.625rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201L5.76081%205.23919L1.51817%200.996545%22%20stroke%3D%22%23007FFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  position: relative;
}

.header__nav-item:last-child {
  margin-right: 0px;
}

.header__nav-list--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  background: #F38200;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 40px;
  padding: 0.625rem 2.5rem;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .header__nav-list--contact {
    font-size: 11px;
    padding: 0.625rem 1.25rem;
  }
}

.header__nav-button-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

.header__nav-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header.UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

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

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  position: fixed;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#header.fixed {
  position: fixed;
  z-index: 999;
}

.header__nav-opacity {
  display: none;
}

.header.fixed .header__nav-opacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fadeLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 501;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#fadeLayer.is-active {
  opacity: 0.5;
  visibility: visible;
  pointer-events: auto;
}

.megaMenu {
  background-color: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  top: 125px;
  top: 7.8125rem;
}

.header.fixed .megaMenu {
  top: 46px;
  top: 2.875rem;
}

.megaMenu::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 84, 157, .2), rgba(0, 0, 0, 0) 12px) no-repeat;
  background-size: 100% 12px;
}

.megaMenu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  gap: 0.625rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 36px;
  padding-top: 2.25rem;
  max-width: 940px;
  max-width: 58.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.megaMenu-item {
  display: inline-block;
}

.megaMenu-item-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.75rem;
  border: 1px solid #DCEEFF;
  border: 0.0625rem solid #DCEEFF;
  gap: 12px;
  gap: 0.75rem;
  position: relative;
  padding: 10px 30px 10px 10px;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
}

.megaMenu-item-link:hover {
  color: #007FFF;
  opacity: 1;
  -webkit-box-shadow: 0 0.9375rem 2.5rem rgba(0, 84, 157, .3);
          box-shadow: 0 0.9375rem 2.5rem rgba(0, 84, 157, .3);
}

.megaMenu-item-link:hover:before {
  opacity: 1;
}

.megaMenu-item-link:before {
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-size: 1.25rem 1.25rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%2210%22%20fill%3D%22%23007FFF%22%2F%3E%3Cpath%20d%3D%22M9.23071%207.13281L12.4916%2010.3937L9.22806%2013.6573%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  right: 10px;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.megaMenu-item-img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40px;
          flex: 0 1 40px;
  -ms-flex: 0 1 2.5rem;
      flex: 0 1 2.5rem;
}

.megaMenu-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

/* メニューをhoverした時のスタイル */
.header__nav-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------
Mv
---------------------------------------- */
#g-nav-sp.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  background: rgba(91, 91, 91, 0.4);
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: -1;
  background: rgba(72, 72, 72, .5);
  width: 100%;
  height: 100%;
  top: 57px;
  top: 3.5625rem;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}

.circle-bg.circleactive {
  opacity: 1;
  pointer-events: auto;
}

#g-nav-sp-list {
  display: none;
  position: fixed;
  z-index: 999;
  width: calc(100% - 36px);
  height: calc(100vh - 50px);
  overflow: auto;
  background: #ffffff;
  right: 0;
}

#g-nav-sp-list:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-size: 100% 12px;
}

#g-nav-sp.panelactive #g-nav-sp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    background-color: #F2F4EF;
  justify-content: flex-start;
}

.about-btn-nav{
  position: relative;
  width: 82%;
  margin: 0 auto;
}

.about-btn-nav img{
  width: 100%;
}

/*ナビゲーション*/
#g-nav-sp ul.g-nav-sp__wrap {
  opacity: 0;
  position: relative;
  z-index: 999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 1000px) {
  #g-nav-sp ul.g-nav-sp__wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: auto;
    height: initial;
    max-width: 41.25rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

#g-nav-sp.panelactive ul.g-nav-sp__wrap {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g-nav-sp__item {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid rgba(225, 143, 119, .5);
  list-style: none;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.g-nav-sp__item:first-child {
  padding-top: 0;
}

.g-nav-sp__item-link {
  color: #554C36;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .g-nav-sp__item-link {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.openbtn1 {
  position: fixed;
  top: 5px;
  top: 0.3125rem;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  width: 56px;
  height: 50px;
  display: none;
  background: #D3D7D6;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .openbtn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    top: 0;
    right: 0;
  }
}

.openbtn1:after {
  content: "MENU";
  top: 30px;
  position: absolute;
  left: auto;
  right: auto;
  font-size: 11px;
  line-height: 1.4;
  color: #5B5B5B;
  font-family: "Zain", serif;
}

.openbtn1.active:after {
  content: "CLOSE";
}

.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 1px;
  background-color: #5B5B5B;
  width: 24px;
}

.header.fixed .openbtn1 span,
.header.page-header .openbtn1 span {
  background-color: #5B5B5B;
}

.openbtn1.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-35deg);
          transform: translateY(6px) rotate(-35deg);
  width: 24px;
}

.openbtn1.active span:nth-of-type(2) {
  -webkit-transform: translateY(0px) rotate(35deg);
          transform: translateY(0px) rotate(35deg);
  width: 24px;
}

.header-sp__nav {
  padding: 16px 20px 60px;
  padding: 2rem 2.25rem 3.75rem;
}

.header-sp__list-item {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  border-bottom: 1px solid #BDC3C1;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.header-sp__list-item:first-child {
  margin-top: 0;
}

.header-sp-conversion-area__button {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  background: #F38200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 40px 14px 30px;
  padding: 0.875rem 2.5rem 0.875rem 1.875rem;
}
@media screen and (max-width: 374px) {
  .header-sp-conversion-area__button {
    padding: 0.875rem 1.875rem 0.875rem 2.5rem;
  }
}

.header-sp-conversion-area__button-top {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  color: #ffffff;
}
@media screen and (max-width:767px) {
  .header-sp-conversion-area__button-top {
    font-size: 0.625rem;
  }
}

.header-sp-conversion-area__button-bottom {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  text-align: center;
  position: relative;
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width:767px) {
  .header-sp-conversion-area__button-bottom {
    font-size: 1.25rem;
  }
}

.header-sp-conversion-area__button::before {
  content: "";
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background-size: 2.5rem 2.5rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2244%22%20height%3D%2244%22%20rx%3D%2222%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M33.0986%2013.0488H10.1328V32.9999H33.0986V13.0488Z%22%20stroke%3D%22%23F38200%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M33.0986%2020.2666H10.1328%22%20stroke%3D%22%23F38200%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M29.126%2011.2939V14.7876%22%20stroke%3D%22%23F38200%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M14.0869%2011.2939V14.7876%22%20stroke%3D%22%23F38200%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2215.8963%22%20cy%3D%2229.0623%22%20r%3D%220.753705%22%20fill%3D%22%23F38200%22%20stroke%3D%22%23F38200%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2221.6248%22%20cy%3D%2229.0623%22%20r%3D%220.753705%22%20fill%3D%22%23F38200%22%20stroke%3D%22%23F38200%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2227.3348%22%20cy%3D%2229.0623%22%20r%3D%220.753705%22%20fill%3D%22%23F38200%22%20stroke%3D%22%23F38200%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2215.8963%22%20cy%3D%2224.2391%22%20r%3D%220.753705%22%20fill%3D%22%23F38200%22%20stroke%3D%22%23F38200%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2221.6248%22%20cy%3D%2224.2391%22%20r%3D%220.753705%22%20fill%3D%22%23F38200%22%20stroke%3D%22%23F38200%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2227.3348%22%20cy%3D%2224.2391%22%20r%3D%220.753705%22%20fill%3D%22%23F38200%22%20stroke%3D%22%23F38200%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 374px) {
  .header-sp-conversion-area__button::before {
    width: 2rem;
    height: 2rem;
    background-size: 2rem 2rem;
  }
}

.header-sp-conversion-area__button::after {
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%229%22%20height%3D%2215%22%20viewBox%3D%220%200%209%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.61621%201.44238L7.48226%207.30843L1.61143%2013.1793%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 0.9375rem 0.9375rem;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .header-sp-conversion-area__button::after {
    right: 0.875rem;
  }
}

.header-sp-conversion-area__button-tel {
  border-top: 2px solid #ffffff;
  border-top: 0.125rem solid #ffffff;
  background: #FFEE9B;
  min-height: 80px;
  min-height: 5rem;
}
@media screen and (max-width:767px) {
  .header-sp-conversion-area__button-tel {
    padding-left: 2.625rem;
  }
}

.header-sp-conversion-area__button-tel:after {
  content: none;
}

.header-sp-conversion-area__button-tel:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%2220%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M26.5425%2024.8084C24.3273%2022.7407%2023.8217%2024.0214%2022.7845%2025.0752C22.0977%2025.7711%2020.977%2025.471%2019.5295%2024.3994C17.734%2023.0698%2016.4153%2021.2556%2015.7548%2019.2079C15.2231%2017.5582%2015.3399%2016.4754%2016.2866%2016.1375C17.7221%2015.6283%2019.1862%2015.6639%2017.9438%2012.9803C16.3819%209.60309%2015.6165%207.13297%2013.0722%208.62705C9.96989%2010.4524%209.09238%2014.1409%2010.5684%2018.3474C11.9515%2022.285%2015.0538%2026.5515%2018.466%2029.2062C22.1096%2032.0432%2026.1109%2032.6457%2029.0773%2030.6358C31.5095%2028.9861%2029.3324%2027.4097%2026.5425%2024.8062V24.8084Z%22%20fill%3D%22%23F38200%22%2F%3E%3C%2Fsvg%3E");
}

.header-sp-conversion-area__button-tel-top {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  color: #603300;
}

.header-sp-conversion-area__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  gap: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  background: #FFB764;
}
@media screen and (max-width: 374px) {
  .header-sp-conversion-area__bottom {
    gap: 0.5rem;
  }
}

.header-sp-conversion-area__bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  gap: 0.125rem;
  color: #603300;
  font-size: 10px;
  font-size: 0.625rem;
}

.header-sp-conversion-area__bottom-title {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 1px 5px;
  padding: 0.0625rem 0.3125rem;
  background: #F38200;
  color: #ffffff;
}

.header-sp-megaMenu-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.header-sp-megaMenu-item {
  display: inline-block;
}

.header-sp-megaMenu-item-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.75rem;
  border: 1px solid #DCEEFF;
  border: 0.0625rem solid #DCEEFF;
  gap: 12px;
  gap: 0.75rem;
  position: relative;
  padding: 10px 30px 10px 10px;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
}
@media screen and (max-width: 1000px) {
  .header-sp-megaMenu-item-link {
    font-size: 14px;
    min-height: 2.375rem;
    padding: 0.375rem 1.875rem 0.375rem 0.625rem;
    height: 100%;
  }
}

.header-sp-megaMenu-item-link:before {
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background-size: 1rem 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%2210%22%20fill%3D%22%23007FFF%22%2F%3E%3Cpath%20d%3D%22M9.23071%207.13281L12.4916%2010.3937L9.22806%2013.6573%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  right: 10px;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-sp-megaMenu-item-img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40px;
          flex: 0 1 40px;
  -ms-flex: 0 1 2.5rem;
      flex: 0 1 2.5rem;
}
@media screen and (max-width: 1000px) {
  .header-sp-megaMenu-item-img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 1.25rem;
            flex: 0 1 1.25rem;
  }
}

.header-sp-megaMenu-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.header-sp__list-item.js-header-sp-list-item .header-sp__list-item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
}

.header-sp__list-item.js-header-sp-list-item .header-sp__list-item-arrow:after {
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-size: 0.625rem 0.625rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201L5.76081%205.23919L1.51817%200.996545%22%20stroke%3D%22%23007FFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  position: relative;
}

.header-sp__list-item.js-header-sp-list-item.active .header-sp__list-item-arrow:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.js-header-sp-list-item .header-sp-megaMenu-list {
  display: none;
}

.js-header-sp-list-item.active .header-sp-megaMenu-list {
  display: grid;
}