@charset "UTF-8";
header {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px; /* バーの高さを指定 */
  z-index: 100;
}

.progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(80deg, #eb6133 40%, #0075be 100%);
  height: 100%;
  width: 0; /* 初期値は0 */
}

.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 208px;
  height: 63px;
}
@media screen and (max-width: 768px) {
  .logo {
    top: 15px;
    left: 12px;
    width: 185px;
    height: 56px;
  }
}

.banner {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 480px;
  width: 33.33vw;
}
@media screen and (max-width: 768px) {
  .banner {
    top: 72px;
    width: 77.6vw;
  }
}
.banner.hide {
  display: none;
}

.pc-menu {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}

.pc-menu__circle--view {
  position: absolute;
  top: 50vh;
  left: -50px;
  width: 540px;
  height: 540px;
  transform: translate(-50%, -50%);
  border-radius: 270px;
  background-color: #eb6133;
  transition: all 0.6s 0s ease;
  z-index: 101;
}

.pc-menu__items {
  position: absolute;
  width: 180px;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 102;
  left: 30px;
}
.pc-menu__items li {
  line-height: 31.09px;
  list-style: none;
}

.pc-menu__items--hidden {
  position: absolute;
  width: 150px;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 102;
  left: 20px;
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
}

.pc-menu a {
  color: #e5dfc0;
  text-decoration: none;
  font-family: "Quicksand";
  font-style: normal;
  font-size: 16.5px;
}

.pc-menu__parent:hover a,
.pc-menu__child:hover a {
  color: white;
}

.pc-menu__parent:not(:hover) a,
.pc-menu__child:not(:hover) a {
  color: #ece9ad;
}

.pc-menu__parent--appeal a {
  font-size: 14px;
}
.pc-menu__parent--appeal:not(:hover) a {
  color: #91ece1;
}

.pc-menu__child a {
  margin-left: 10px;
  font-size: 14px;
}

.tmp_section {
  height: 100vh;
}

.pc-menu__circle--hidden {
  background-color: #0075be;
  left: 0;
  width: 177px;
  height: 177px;
}

.pc-menu__items--scroll {
  position: absolute;
  width: 150px;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 102;
  left: 16px;
  color: white;
  font-family: "LINE Seed JP_OTF";
}

.pc-menu.menu-hidden {
  opacity: 0;
  z-index: -1;
}

.text_hidden {
  display: none;
}

.sp-header {
  display: none;
}
.sp-header__logo {
  width: 185px;
}

.hamburger {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  z-index: 102;
  right: 10px;
  top: 10px;
}

.line {
  display: block;
  height: 2px;
  margin-bottom: 5px;
  background-color: #0075be;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.line-1 {
  width: 45px;
}

.line-2 {
  width: 30px;
  margin-left: 15px;
}

.sp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.sp-header a {
  text-decoration: none;
}
.sp-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eb6133;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
  padding: 15px;
  padding-bottom: 75px;
  z-index: 101;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.sp-header__bg.open {
  transform: translateY(0);
}
.sp-header__menu {
  margin-top: 40px;
}
.sp-header__list {
  list-style: none;
}
.sp-header__line {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #fff;
}
.sp-header__line--border-none {
  border: none;
}
.sp-header__sub-text {
  width: 159px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}
.sp-header__main-text {
  flex: 1;
  color: #fff;
  font-size: 0.9375rem;
}
.sp-header__sub-list {
  margin-left: 29px;
  list-style: none;
}
.sp-header__button {
  display: flex;
  align-items: center;
  gap: 24px;
  height: auto;
  padding: 24px 16px;
  margin-top: 12px;
  background-color: #fff;
}
.sp-header__button--appeal {
  background-color: #d2f4f0;
}
.sp-header__button--appeal .sp-header__button-sub {
  width: auto;
}
.sp-header__button--appeal .sp-header__button-sub-inner {
  font-size: 1.0625rem;
}
.sp-header__button-sub {
  width: 100px;
}
.sp-header__button-sub-inner {
  background-image: linear-gradient(to right, #0075be 30%, #eb6133 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #eb6133;
  font-size: 1.25rem;
  font-weight: bold;
}
.sp-header__button-main {
  color: #0075be;
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .pc-menu {
    display: none;
  }
  .sp-header {
    display: block;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn2 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  width: 50px;
  height: 50px;
  cursor: pointer;
}

/*ボタン内側*/
.openbtn2 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  height: 2px;
  background-color: #0075be;
}

.openbtn2 span:nth-of-type(1) {
  top: 29px;
  left: 20px;
  width: 50%;
}

.openbtn2 span:nth-of-type(2) {
  top: 22px;
  left: 0;
  width: 90%;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn2.active span:nth-of-type(1) {
  top: 20px;
  left: 6px;
  transform: translateY(6px) rotate(-200deg);
  width: 90%;
}

.openbtn2.active span:nth-of-type(2) {
  top: 32px;
  left: 6px;
  transform: translateY(-6px) rotate(200deg);
  width: 90%;
}

/*========= レイアウトのためのCSS ===============*/
body {
  background: #f3f3f3;
  padding: 20px;
}

a {
  color: #333;
  text-decoration: none;
}

.lead {
  margin: 20px 0 0 0;
}

.btn-block {
  width: 200px;
  padding: 30px;
}