@charset "UTF-8";

.basic_policy {
  margin-top: -100px;
}
.basic_title {
  top: 140px;
  position: relative;
  z-index: 3;
}
.basic_msg {
  text-align: center;
  padding: 200px 0 250px;
  position: relative;
}
.basic_msg .logo_mark {
  text-align: center;
}
.basic_msg .logo_mark img {
  width: 210px;
}
.basic_msg h3 {
  margin: 50px auto 0;
  font-size: 34px;
  line-height: 1.8;
}
.basic_msg h3 span {
  color: #5fa992;
}
.basic_msg .circle {
  position: absolute;
  left: 50%;
  top: calc(50% - 50px);
  transform: translate(-50%, -50%);
  height: 900px;
  width: 900px;
  background: #fff;
  border-radius: 50%;
  filter: blur(50px);
  z-index: -1;
}
.basic_msg .basic_img {
  position: absolute;
  left: 50%;
  top: calc(50% - 50px);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.basic_msg .basic_img img {
  width: 100%;
}
.lower.group.page_header.no_img {
  position: relative;
  z-index: 10;
}
.policy_imgbox {
  position: relative;
  z-index: 10;
  top: 240px;
  padding: 0 30px;
}
.policy_imgbox img {
  max-width: 100%;
  width: auto;
}
.basic_listbox {
  position: relative;
}
.sticky_nav {
  width: 440px;
  font-size: 13px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  z-index: 150;
  color: #999;
}
.sticky_nav li a {
  transition: ease-in-out 0.3s;
  color: #aaa;
}
.sticky_nav li a:hover {
  color: #fff;
}
.is_active > a {
  color: #fff !important;
  font-weight: 700;
  position: relative;
}
.is_active > a:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5fa992;
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translate(-50%);
}
.basic_list {
  position: relative;
  height: 100svh;
  color: #fff;
  text-align: left;
}
.basic_list .basic_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
.basic_list img {
  max-width: 100%;
  width: auto;
}
.basic_list .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  mix-blend-mode: darken;
}
.basic_list .basic_main {
  position: relative;
  z-index: 2;
  width: 350px;
  top: -50px;
}
.basic_list .basic_main .basic_text {
  font-size: 14px;
  position: relative;
  line-height: 1;
  display: inline-block;
}
.basic_list .basic_main .basic_text:before {
  content: '';
  width: 280px;
  height: 4px;
  background: #5fa992;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(20px, -50%);
}
.basic_list .basic_main h4 {
  font-size: 26px;
  line-height: 1.6;
  margin-top: 25px;
  letter-spacing: 0.1em;
}
.basic_list .basic_listimg {
  position: relative;
  z-index: 2;
}
.basic_list .basic_sub {
  position: relative;
  z-index: 2;
  padding: 50px 0 0 50px;
  top: -50px;
}
.basic_list .basic_sub:before {
  content: '';
  width: calc(100% + 50px);
  height: 2px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: -50px;
  transform: translate(20px, -50%);
}
.basic_list .basic_link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  z-index: 5;
  text-align: center;
  margin-top: 220px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  transition: ease-in-out 0.3s;
}
.basic_list .basic_link a {
  line-height: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.basic_list .basic_link a img {
  width: 15px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: ease-in-out 0.3s;
}
.basic_list .basic_link:hover {
  border-top: 1px solid #5fa992;
  border-bottom: 1px solid #5fa992;
}
.basic_list .basic_link:hover a {
  color: #5fa992;
}
.basic_list .basic_link:hover a img {
  right: 15px;
}
.basic_list .basic_link:hover .upper:before,
.basic_list .basic_link:hover .upper:after,
.basic_list .basic_link:hover .lower:before,
.basic_list .basic_link:hover .lower:after {
  height: 30px;
  background: #5fa992;
}
.basic_list .basic_link .upper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
}
.basic_list .basic_link .upper:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-in-out 0.3s;
}
.basic_list .basic_link .upper:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: ease-in-out 0.3s;
}
.basic_list .basic_link .lower {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
}
.basic_list .basic_link .lower:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: ease-in-out 0.3s;
}
.basic_list .basic_link .lower:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 992px) {
  .top-value__list ol li {
    contain: paint;
    will-change: contain;
    height: 100vh;
  }
}
.top-value__list ol li.--content01 {
  z-index: 11;
}
.top-value__list ol li.--content01 .content__inner {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-value__list ol li.--content01 .content__inner {
    height: 200vh;
    position: absolute;
    top: 0;
    z-index: 11;
  }
}
.top-value__list ol li.--content02 {
  z-index: 22;
}
.top-value__list ol li.--content02 .content__inner {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-value__list ol li.--content02 .content__inner {
    height: 300vh;
    position: absolute;
    top: -100vh;
  }
}
.top-value__list ol li.--content03 {
  z-index: 33;
}
.top-value__list ol li.--content03 .content__inner {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-value__list ol li.--content03 .content__inner {
    height: 300vh;
    position: absolute;
    top: -100vh;
  }
}
.top-value__list ol li.--content04 {
  z-index: 44;
}
.top-value__list ol li.--content04 .content__inner {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-value__list ol li.--content04 .content__inner {
    height: 300vh;
    position: absolute;
    top: -100vh;
  }
}
.top-value__list ol li.--content05 {
  z-index: 55;
}
.top-value__list ol li.--content05 .content__inner {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-value__list ol li.--content05 .content__inner {
    height: 200vh;
    position: absolute;
    top: -100vh;
  }
}
.top-value__list ol li .content__inner {
  height: auto;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .top-value__list ol li .content__inner--sticky {
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .top-value__list ol li .content__inner--sticky > div {
    grid-template-columns: 1fr;
    padding: 64px 35px;
  }
}
.top-value__list ol li .content__inner--sticky > div .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(20px, 2vw, 40px);
  max-width: 468px;
  margin: 0 auto;
  padding-right: 24px;
}
@media screen and (max-width: 991px) {
  .top-value__list ol li .content__inner--sticky > div .body {
    padding: 0;
    max-width: none;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .top-value__list ol li .content__inner--sticky > div .body a {
    width: 100%;
    margin-top: 20px;
  }
}
.top-value__list ol li .content__inner--sticky > div .img figure {
  height: calc(100vh - 48px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .top-value__list ol li .content__inner--sticky > div .img figure {
    height: auto;
  }
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.content__inner--sticky .basic_img {
  width: 100vw;
  height: 100vh;
  min-height: 100svh;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: -1;
}
.content__inner--sticky .basic_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.basic_flex {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.basic_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  top: -30px;
}
.basic_inner .basic_listimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
img {
  max-width: 100%;
  width: auto;
}
.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  mix-blend-mode: darken;
}
.basic_main {
  position: relative;
  z-index: 2;
  width: 350px;
  top: -50px;
}
.basic_main .basic_text {
  font-size: 14px;
  position: relative;
  line-height: 1;
  display: inline-block;
}
.basic_main .basic_text:before {
  content: '';
  width: 250px;
  height: 4px;
  background: #5fa992;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(20px, -50%);
}
.basic_main h4 {
  font-size: 25px;
  line-height: 1.6;
  margin-top: 25px;
  letter-spacing: 0.1em;
}
.basic_listimg {
  position: relative;
  z-index: 2;
}
.basic_sub {
  position: relative;
  z-index: 2;
  padding: 50px 0 0 50px;
  top: -50px;
}
.basic_sub:before {
  content: '';
  width: calc(100% + 50px);
  height: 2px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: -50px;
  transform: translate(20px, -50%);
}
.basic_link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  z-index: 5;
  text-align: center;
  margin-top: 220px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  transition: ease-in-out 0.3s;
}
.basic_link a {
  line-height: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.basic_link a img {
  width: 15px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: ease-in-out 0.3s;
}
.basic_link:hover {
  border-top: 1px solid #5fa992;
  border-bottom: 1px solid #5fa992;
}
.basic_link:hover a {
  color: #5fa992;
}
.basic_link:hover a img {
  right: 15px;
}
.basic_link:hover .upper:before,
.basic_link:hover .upper:after,
.basic_link:hover .lower:before,
.basic_link:hover .lower:after {
  height: 30px;
  background: #5fa992;
}
.basic_link .upper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
}
.basic_link .upper:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-in-out 0.3s;
}
.basic_link .upper:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: ease-in-out 0.3s;
}
.basic_link .lower {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
}
.basic_link .lower:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: ease-in-out 0.3s;
}
.basic_link .lower:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: ease-in-out 0.3s;
}
.--content03 .basic_main {
  top: -75px;
}
.scbox .basic_listimg,
.scbox .basic_main,
.scbox .basic_sub,
.scbox .basic_link {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.scbox.is-inview .basic_listimg {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-delay: 0s;
}
.scbox.is-inview .basic_main,
.scbox.is-inview .basic_sub {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}
.scbox.is-inview .basic_link {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-delay: 0.6s;
}
.scbox.is-inviewed .basic_listimg,
.scbox.is-inviewed .basic_main,
.scbox.is-inviewed .basic_sub,
.scbox.is-inviewed .basic_link {
  opacity: 1 !important;
}
.popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s;
}
.popup.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.popup_content {
  background: rgba(255, 255, 255, 0.95);
  padding: 50px 100px 50px 50px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}
.popup_close01 {
  position: fixed;
  top: 30px;
  right: 50px;
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  width: 100px;
  height: 100px;
}
.popup_box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.popup_titlebox {
  display: flex;
  align-items: center;
}
.popup_titlebox .popup_img {
  width: 175px;
  margin-right: 50px;
}
.popup_titlebox .popup_title {
  color: #5ea38d;
  font-size: 36px;
}
.popup_titlebox .popup_subtitle {
  background: linear-gradient(90deg, #5ea38d 0%, #84c24c 100%);
  color: #fff;
  padding: 0.35em 0.75em;
  display: inline-block;
  font-size: 24px;
  margin-top: 20px;
}
.popup_list {
  margin-top: 20px;
}
.popup_list_inner {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px dotted #5ea38d;
}
.popup_list_inner h4 {
  color: #5ea38d;
  width: 180px;
  padding-top: 5px;
  font-weight: 700;
  font-size: 16px;
}
.popup_list_inner .popup_list_text {
  width: calc(100% - 180px);
  font-size: 16px;
}
.popup_list_inner .popup_list_text li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.6;
}
.popup_list_inner .popup_list_text li:before {
  content: '●';
  color: #5ea38d;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 13px;
}
.popup_close {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  cursor: pointer;
}
.popup_close span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.popup_close span img {
  margin-left: 15px;
  width: 40px;
}
.popup_img_value {
  margin: 50px 0;
}
@media screen and (max-width: 991px) {
  .basic_msg {
    padding-top: 50px;
  }
  .basic_msg .circle {
    width: 600px;
    height: 600px;
  }
  .top-value__list ol li {
    height: 600px;
    overflow: hidden;
  }
  .content__inner .basic_img {
    display: none;
  }
  #slogan {
    background: url(https://howa-g.jp/wordpress/wp-content/themes/howa/_img/basic/basic01_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  #rinen {
    background: url(https://howa-g.jp/wordpress/wp-content/themes/howa/_img/basic/basic02_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  #vision {
    background: url(https://howa-g.jp/wordpress/wp-content/themes/howa/_img/basic/basic03_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  #value {
    background: url(https://howa-g.jp/wordpress/wp-content/themes/howa/_img/basic/basic04_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  #management {
    background: url(https://howa-g.jp/wordpress/wp-content/themes/howa/_img/basic/basic05_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .basic_inner {
    display: block;
    top: 50px;
  }
  .basic_inner .basic_listimg,
  .scbox.is-inview .basic_listimg {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    transform: none;
  }
  .mask {
    height: 200%;
  }
  .basic_sub {
    position: relative;
    padding: 0;
    top: 0;
  }
  .basic_sub:before {
    display: none;
  }
  .basic_link,
  .scbox.is-inview .basic_link {
    position: relative;
    transform: none;
    left: 0;
    margin-top: 50px;
  }
  .popup_close01 {
    position: fixed;
    top: 0;
    right: 10px;
    width: 80px;
    height: 80px;
  }
  .popup_titlebox .popup_title {
    font-size: 30px;
  }
  .popup_titlebox .popup_subtitle {
    font-size: 22px;
    line-height: 1.4;
  }
  .popup_titlebox .popup_subtitle br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .basic_msg {
    padding: 50px 0 200px;
  }
  .policy_imgbox {
    top: 200px;
  }
  .scbox {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .basic_inner .basic_listimg,
  .scbox.is-inview .basic_listimg,
  .basic_msg .logo_mark img {
    width: 150px;
  }
  .basic_msg .circle {
    width: 400px;
    height: 400px;
    top: 100px;
  }
  .basic_msg .basic_img {
    position: absolute;
    top: 0;
    transform: translate(-50%);
  }
  .basic_title {
    padding-top: 0;
  }
  .basic_msg h3 {
    padding: 0 20px;
    font-size: 20px;
  }
  .basic_inner .basic_listimg,
  .scbox.is-inview .basic_listimg {
    left: 50%;
    right: auto;
    top: 0;
    transform: translate(-50%);
  }
  .basic_inner {
    top: 0;
    padding-top: 220px;
  }
  .basic_main {
    top: -40px;
  }
  .top-value__list ol li .content__inner--sticky > div {
    padding: 80px 20px;
  }
  .top-value__list ol li {
    height: auto;
  }
  .--content03 .basic_main {
    top: -40px;
  }
  .basic_link,
  .scbox.is-inview .basic_link {
    left: 50%;
    transform: translate(-50%);
  }
  .basic_link a {
    font-size: 15px;
  }
  .basic_main h4 {
    font-size: 22px;
  }
  .popup_content {
    padding: 40px 15px;
  }
  .popup_close01 {
    position: absolute;
    top: -20px;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .popup_titlebox .popup_img {
    width: 110px;
    margin-right: 15px;
  }
  .popup_title_inner {
    width: calc(100% - 140px);
  }
  .popup_titlebox .popup_title {
    font-size: 22px;
    padding-right: 20px;
  }
  .popup_titlebox .popup_subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
  .popup_list_inner {
    display: block;
  }
  .popup_list_inner h4 {
    margin-bottom: 15px;
  }
  .popup_list_inner .popup_list_text {
    width: 100%;
    font-size: 14px;
  }
  #slogan .basic_main h4 br {
    display: none;
  }
  .sticky_nav {
    width: 100%;
    font-size: 11px;
    transform: translate(50%);
    right: auto;
    left: -50%;
    padding: 0 15px;
    bottom: 15px;
  }
}
