@charset "utf-8";
/* CSS Document */
.section01 {
  position: relative;
  overflow: hidden;
}
.section01__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
/* ---------- present ---------- */
.top_present {
  position: relative;
  width: min(100%, 1280px);
  min-height: clamp(190px, 22vw, 260px);
  margin: 0 auto clamp(70px, 9vw, 120px);
  padding: clamp(28px, 4vw, 48px) clamp(28px, 6vw, 70px);
  background: url("https://auks.jp/system_panel/uploads/images/top1.jpg") center center / cover no-repeat;
  border-radius: 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 70px);
  overflow: hidden;
}
.top_present__txt {
  position: relative;
  z-index: 2;
  width: calc((100% - clamp(24px, 5vw, 70px)) * .52);
  max-width: 520px;
  min-width: 0;
}
.top_present__title {
  display: inline-block;
  margin-bottom: clamp(12px, 2vw, 18px);
  padding-bottom: 10px;
  background: linear-gradient(to right, #31a929 50%, transparent 50%) left bottom / 8px 2px repeat-x;
}
.top_present__title p {
  font-weight: 800;
  letter-spacing: .04em;
}
.top_present__title01 {
  color: #222;
}
.top_present__title01 span {
  color: #31a929;
  font-size: 1.5em;
  letter-spacing: .08em;
}
.top_present__title02_wrap {
  position: relative;
  width: fit-content;
}
.top_present__title02_wrap .top_present__title02 {
  position: relative;
  width: fit-content;
  color: #ff7019;
}
.top_present__title02_wrap img {
  position: absolute;
  top: -4px;
  right: -20px;
  width: 26px;
  height: auto;
  object-fit: contain;
  transform: scaleX(-1);
}
.top_present__lead {
  margin-top: 0;
  color: #222;
  font-weight: 400;
  line-height: 1.8;
}
.top_present__lead span {
  color: #ff7019;
}
.top_present__img {
  position: relative;
  z-index: 2;
  width: calc((100% - clamp(24px, 5vw, 70px)) * .48);
  min-width: 220px;
}
.top_present__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .top_present {
    flex-direction: column;
    align-items: flex-start;
  }
  .top_present__txt, .top_present__img {
    width: 100%;
    max-width: none;
  }
  .top_present__img {
    max-width: 320px;
    min-width: 0;
    margin: 0 auto;
  }
}
/* ---------- top_a ---------- */
.top_a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(520px, 640px) minmax(220px, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
}
.top_a__leftbox, .top_a__rightbox, .top_a__txtbox {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.top_a__leftbox, .top_a__rightbox {
  min-height: 620px;
}
.top_a__txtbox {
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.top_a__imgbox {
  overflow: hidden;
}
.top_a__imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
/* left images */
.top_a__imgbox--leftMain {
  position: absolute;
  top: 96px;
  left: 0;
  width: min(100%, 420px);
  aspect-ratio: 1.02 / 1;
}
.top_a__imgbox--leftSub {
  position: absolute;
  left: clamp(70px, 8vw, 130px);
  top: clamp(390px, 32vw, 460px);
  width: min(62%, 210px);
  aspect-ratio: 1 / 1;
}
/* right images */
.top_a__rightbox {
  display: block;
}
.top_a__imgbox--rightTop {
  position: absolute;
  top: 40px;
  right: 0;
  width: min(100%, 360px);
  aspect-ratio: 1.18 / 1;
}
.top_a__imgbox--rightBottom {
  position: absolute;
  right: clamp(45px, 6vw, 110px);
  top: 360px;
  width: min(66%, 240px);
  aspect-ratio: 1.25 / 1;
}
.top_a__person {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: min(58%, 210px);
  z-index: 2;
}
.top_a__person img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.top_a__subcopy_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-bottom: clamp(12px, 2vw, 20px);
}
.top_a__subcopy_wrap .top_a__subcopy {
  display: inline-block;
  margin-bottom: 0;
  color: #222;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(to right, #31a929 50%, transparent 50%) left bottom / 8px 2px repeat-x;
  padding-bottom: 8px;
}
.top_a__subcopy_wrap .top_a__subcopy_icon {
  width: 22px;
  flex: 0 0 22px;
  transform: translateY(-8px);
}
.top_a__subcopy_wrap .top_a__subcopy_icon--right {
  transform: translateY(-8px) scaleX(-1);
}
.top_a__subcopy_wrap .top_a__subcopy_icon img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.top_a__titleWrap {
  margin-bottom: clamp(24px, 4vw, 44px);
}
.top_a__title {
  color: #222;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
}
.top_a__title span {
  color: #ff7019;
}
.top_a__title span:nth-of-type(2) {
  color: #31a929;
}
.top_a__text {
  margin: 0;
  color: #333;
  line-height: 2.2;
  letter-spacing: .04em;
}
/* ---------- 1220px ---------- */
@media screen and (max-width: 1220px) {
  .top_a {
    grid-template-columns: minmax(170px, 1fr) minmax(470px, 580px) minmax(170px, 1fr);
    gap: clamp(18px, 2.5vw, 34px);
  }
  .top_a__leftbox, .top_a__rightbox {
    min-height: 600px;
  }
  .top_a__imgbox--leftMain {
  }
  .top_a__imgbox--leftSub {
    left: clamp(48px, 7vw, 92px);
    top: clamp(380px, 34vw, 430px);
    width: min(58%, 170px);
  }
  .top_a__imgbox--rightTop {
    width: min(100%, 290px);
  }
  .top_a__imgbox--rightBottom {
    right: clamp(24px, 5vw, 60px);
    top: 360px;
    width: min(62%, 190px);
  }
  .top_a__person {
    left: 0;
    width: min(56%, 170px);
  }
}
@media screen and (max-width: 1080px) {
  .top_a {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(34px, 7vw, 64px);
  }
  .top_a__leftbox {
    order: 1;
    width: 100%;
    min-height: 500px;
    display: block;
  }
  .top_a__txtbox {
    order: 2;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top_a__rightbox {
    order: 3;
    width: 100%;
    min-height: 560px;
    display: block;
  }
  .top_a__imgbox--leftMain {
    top: 0;
    left: 0;
    aspect-ratio: 1.35 / 1;
  }
  .top_a__imgbox--leftSub {
    top: 230px;
    left: 50%;
    width: min(38%, 250px);
    transform: translateX(-10%);
    aspect-ratio: 1 / 1;
  }
  .top_a__imgbox--rightTop {
    top: 0;
    right: 0;
    width: min(64%, 430px);
    aspect-ratio: 1.18 / 1;
  }
  .top_a__imgbox--rightBottom {
    top: 310px;
    right: 7%;
    width: min(42%, 260px);
    aspect-ratio: 1.25 / 1;
  }
  .top_a__person {
    left: 8%;
    bottom: 0;
    width: min(34%, 190px);
  }
  .top_a__text {
    width: 100%;
    text-align: center;
  }
}
/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
  .top_a {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(34px, 7vw, 64px);
  }
  .top_a__leftbox {
    order: 1;
    width: 100%;
    min-height: 500px;
    display: block;
  }
  .top_a__txtbox {
    order: 2;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top_a__rightbox {
    order: 3;
    width: 100%;
    min-height: 560px;
    display: block;
  }
  .top_a__imgbox--leftMain {
    top: 0;
    left: 0;
    aspect-ratio: 1.35 / 1;
  }
  .top_a__imgbox--leftSub {
    top: 230px;
    left: 50%;
    width: min(38%, 250px);
    transform: translateX(-10%);
    aspect-ratio: 1 / 1;
  }
  .top_a__imgbox--rightTop {
    top: 0;
    right: 0;
    width: min(64%, 430px);
    aspect-ratio: 1.18 / 1;
  }
  .top_a__imgbox--rightBottom {
    top: 310px;
    right: 7%;
    width: min(42%, 260px);
    aspect-ratio: 1.25 / 1;
  }
  .top_a__person {
    left: 8%;
    bottom: 0;
    width: min(34%, 190px);
  }
  .top_a__text {
    text-align: center;
  }
}
/* ---------- 768px ---------- */
@media screen and (max-width: 768px) {
  .top_a__leftbox {
    min-height: 480px;
  }
  .top_a__rightbox {
    min-height: 520px;
  }
  .top_a__imgbox--leftMain {
  }
  .top_a__imgbox--leftSub {
    top: 230px;
    width: min(44%, 240px);
  }
  .top_a__imgbox--rightTop {
    width: min(78%, 430px);
  }
  .top_a__imgbox--rightBottom {
    top: 300px;
    width: min(48%, 250px);
  }
  .top_a__person {
    width: min(38%, 190px);
  }
  .top_a__text {
    text-align: left;
    line-height: 1.9;
  }
}

/* ---------- section02 ---------- */
.section02 {
  position: relative;
  overflow: hidden;
}
.section02__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  box-sizing: border-box;
}
.section02__titlebox {
  text-align: center;
  margin-bottom: clamp(34px, 5vw, 58px);
}
.section02__title {
  color: #222;
  line-height: 1.5;
}
.section02__title span {
  color: #31a929;
}
.support_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.support_item {
  min-height: clamp(280px, 28vw, 360px);
  padding: clamp(28px, 4vw, 48px) clamp(22px, 3vw, 38px);
  border-right: 1px solid #d9e5d5;
  border-bottom: 1px solid #d9e5d5;
  box-sizing: border-box;
  text-align: center;
}
.support_item:nth-child(3n) {
  border-right: none;
}
.support_item:nth-last-child(-n + 3) {
  border-bottom: none;
}
.support_img {
  width: min(100%, 170px);
  margin: 0 auto clamp(18px, 2.5vw, 26px);
}
.support_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.support_txt h3 {
  color: #222;
  line-height: 1.5;
  margin-bottom: clamp(12px, 2vw, 18px);
}
.support_txt h3 span {
  color: #31a929;
}
.support_txt p {
  color: #333;
  text-align: left;
}
/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
  .support_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .support_item:nth-child(3n) {
    border-right: 1px solid #d9e5d5;
  }
  .support_item:nth-child(2n) {
    border-right: none;
  }
  .support_item:nth-last-child(-n + 3) {
    border-bottom: 1px solid #d9e5d5;
  }
  .support_item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}
/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .support_list {
    grid-template-columns: 1fr;
  }
  .support_item, .support_item:nth-child(2n), .support_item:nth-child(3n), .support_item:nth-last-child(-n + 2), .support_item:nth-last-child(-n + 3) {
    border-right: none;
    border-bottom: 1px solid #d9e5d5;
  }
  .support_item:last-child {
    border-bottom: none;
  }
  .support_item {
    min-height: auto;
  }
}
/* ---------- company_area ---------- */
.company_area {
  position: relative;
  overflow: hidden;
}
.company_area .company_area__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-right: clamp(20px, 4vw, 60px);
  padding-left: clamp(20px, 4vw, 60px);
  box-sizing: border-box;
}
.company_area .company_area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 20px);
  margin-bottom: clamp(22px, 3vw, 34px);
  color: #31a929;
}
.company_area .company_area__title::before, .company_area .company_area__title::after {
  content: "";
  height: 1px;
  flex: 1;
  background-image: linear-gradient(to right, #31a929 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  opacity: .8;
}
.company_area .company_area__title p {
  color: #31a929;
  line-height: 1.4;
  white-space: nowrap;
}
.company_area .company_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(8px, 1.2vw, 14px);
}
.company_area .company_item {
  min-height: clamp(62px, 6vw, 80px);
  padding: clamp(10px, 1.5vw, 16px);
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.company_area .company_item img {
  display: block;
  width: 100%;
  max-height: 42px;
  height: auto;
  object-fit: contain;
}
.company_area {
  overflow: hidden;
}
.company_area .company_list {
  display: flex;
  width: max-content;
  gap: clamp(8px, 1.2vw, 14px);
}
.company_area .company_list.is-flow {
  animation: companyFlow 24s linear infinite;
}
.company_area .company_item {
  width: clamp(170px, 18vw, 250px);
  flex: 0 0 clamp(170px, 18vw, 250px);
}
.company_area .company_list.is-flow:hover {
  animation-play-state: paused;
}
@keyframes companyFlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
  .company_area .company_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .company_area .company_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .company_area .company_item {
    min-height: 58px;
  }
}
/* ---------- section03 ---------- */
.section03 {
  position: relative;
  overflow: hidden;
}
.section03::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: url("https://auks.jp/system_panel/uploads/images/top2.png") center bottom / auto 100% repeat-x;
  pointer-events: none;
  opacity: .9;
}
.section03__inner {
  position: relative;
  z-index: 1;
}
.section03__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  margin: 0 auto;
  box-sizing: border-box;
}
.section03__titlebox {
  text-align: center;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.section03__en {
  color: #ff7019;
  letter-spacing: .12em;
  line-height: 1.2;
}
.section03__jp {
  color: #222;
  margin-top: 10px;
}
.message_name_wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.message_name_wrap .message_name {
  color: #222;
  line-height: 1.4;
}
.message_name_wrap .message_name_en {
  color: #ff7019;
  line-height: 1.4;
  letter-spacing: .08em;
}
@media screen and (max-width: 576px) {
  .message_name_wrap {
    flex-wrap: wrap;
  }
}
.message_box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  align-items: center;
  gap: clamp(40px, 6vw, 70px);
  padding-bottom: clamp(70px, 9vw, 110px);
}
.message_photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.message_txt {
  position: relative;
  z-index: 2;
}
.message_title {
  color: #222;
  line-height: 1.6;
  margin-bottom: clamp(22px, 3vw, 34px);
}
.message_title span {
  color: #31a929;
}
.message_lead {
  color: #333;
  margin-bottom: clamp(24px, 4vw, 42px);
}
.message_profile {
  border-top: 1px dotted #9ccc8d;
  padding-top: clamp(22px, 3vw, 34px);
}
.message_position {
  margin-bottom: 6px;
}
.message_name {
  color: #222;
  line-height: 1.4;
}
.message_name span {
  color: #ff7019;
  margin-left: 6px;
  letter-spacing: .08em;
}
.message_person {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(130px, 17vw, 210px);
  z-index: 3;
}
.message_person img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.section03__more {
  position: relative;
  z-index: 4;
  margin: clamp(-56px, -4vw, -30px) auto 0;
}
/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
  .message_box {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 680px;
    margin: 0 auto;
  }
  .message_photo {
    width: min(100%, 360px);
    margin: 0 auto;
  }
  .message_person {
    right: 20px;
    bottom: 320px;
    width: clamp(120px, 24vw, 180px);
  }
  .section03__more {
    margin-top: -34px;
  }
}
/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .message_box {
    padding-bottom: 150px;
  }
  .message_person {
    right: 0;
    bottom: 34px;
    width: 140px;
  }
  .message_name span {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
}
/* ---------- section04 ---------- */
.section04 {
  position: relative;
  overflow: hidden;
}
.section04 .section04__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  box-sizing: border-box;
}
/* ---------- area_box ---------- */
.area_box {
  display: grid;
  grid-template-columns: minmax(320px, 440px) 1fr;
  align-items: center;
  gap: clamp(46px, 7vw, 90px);
  margin-bottom: clamp(54px, 8vw, 90px);
}
.area_box .area_map {
  position: relative;
}
.area_box .area_map > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.area_box .area_badge {
  position: absolute;
  left: 8%;
  top: 34%;
  width: clamp(104px, 11vw, 136px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #ffc400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.area_box .area_badge img {
  position: absolute;
  left: -18px;
  top: -10px;
  width: 34px;
  height: auto;
  object-fit: contain;
}
.area_box .area_badge p {
  color: #fff;
  line-height: 1.5;
}
.area_box .section04__titlebox {
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 42px);
}
.area_box .section04__en {
  color: #ff7019;
  letter-spacing: .12em;
  line-height: 1.2;
}
.area_box .section04__jp {
  color: #222;
  margin-top: 10px;
}
.area_box .area_title {
  color: #31a929;
  line-height: 1.5;
  margin-bottom: clamp(22px, 3vw, 32px);
}
.area_box .area_lead {
  color: #333;
  margin-bottom: clamp(26px, 4vw, 42px);
}
.area_box .area_card {
  background: #fff;
  border-radius: 14px;
  padding: clamp(22px, 3vw, 34px);
  box-sizing: border-box;
}
.area_box .area_card_title {
  color: #31a929;
  margin-bottom: 14px;
}
.area_box .area_card_title i {
  color: #31a929;
  margin-right: 6px;
}
.area_box .area_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.area_box .area_tags p {
  color: #31a929;
  border: 1px solid #31a929;
  border-radius: 6px;
  padding: 5px 12px;
  line-height: 1.4;
}
.area_box .area_note {
  color: #333;
}
/* ---------- area_contact ---------- */
.area_contact {
  position: relative;
  width: min(100%, 960px);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 70px) clamp(24px, 6vw, 100px) clamp(34px, 5vw, 54px);
  background: #fff;
  border-radius: 28px;
  box-sizing: border-box;
}
.area_contact .area_contact_label {
  position: absolute;
  top: 0;
  left: clamp(24px, 8vw, 130px);
  transform: translateY(-50%);
  background: #2faa20;
  color: #fff;
  border-radius: 6px;
  padding: 12px clamp(22px, 4vw, 34px);
}
.area_contact .area_contact_label::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -9px;
  width: 18px;
  height: 18px;
  background: #2faa20;
  transform: rotate(45deg);
}
.area_contact .area_contact_label p {
  color: #fff;
  line-height: 1.4;
}
.area_contact .area_contact_text {
  color: #333;
  margin-bottom: clamp(26px, 4vw, 38px);
}
.area_contact .area_contact_btns {
  display: flex;
  align-items: stretch;
  gap: clamp(28px, 5vw, 54px);
}
.area_contact .area_contact_btns .more.more2 {
  margin-top: 0;
  width: min(100%, 330px);
}
.area_contact .area_tel_btn {
  position: relative;
  width: min(100%, 330px);
  min-height: 66px;
  padding: 16px 22px;
  background: #ffc400;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 0 rgba(212, 158, 0, .4);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease;
}
.area_contact .area_tel_btn:hover {
  opacity: .94;
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgba(212, 158, 0, .4);
}
.area_contact .area_tel_badge {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 188px;
  padding: 5px 14px;
  background: #fff;
  border: 2px solid #ffc400;
  border-radius: 999px;
  text-align: center;
  box-sizing: border-box;
}
.area_contact .area_tel_badge p {
  color: #333;
  line-height: 1.2;
  white-space: nowrap;
}
.area_contact .area_tel_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.area_contact .area_tel_inner i, .area_contact .area_tel_inner p {
  color: #fff;
}
/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
  .area_box {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .area_box .area_map {
    width: min(100%, 420px);
    margin: 0 auto;
  }
  .area_box .area_txt {
    text-align: center;
  }
  .area_box .area_lead {
    text-align: left;
  }
  .area_contact .area_contact_btns {
    flex-direction: column;
    align-items: stretch;
  }
  .area_contact .area_contact_btns .more.more2, .area_contact .area_tel_btn {
    width: 100%;
  }
}
/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .area_contact {
    border-radius: 18px;
  }
  .area_contact .area_contact_label {
    left: 20px;
    right: 20px;
    text-align: center;
  }
  .area_box .area_tags {
    gap: 8px;
  }
}
.news_e {
  align-items: flex-start;
  background: #80c95f;
}

.news_e .news_e__titlebox {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.news_e .news_e__en {
  color: #fff;
  letter-spacing: .14em;
  line-height: 1.2;
}

.news_e .news_e__lead {
  color: #fff;
  margin-top: 8px;
}

/* news_list */
.news_e .contents .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px 20px;
}

/* 3列 */
.news_e .contents .webgene-blog .webgene-item {
  width: calc((100% - 20px * 2) / 3);
}

/* カード */
.news_e .contents .webgene-blog .webgene-item > a {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  padding: clamp(12px, 1.5vw, 18px);
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity .3s ease, transform .3s ease;
}

.news_e .contents .webgene-blog .webgene-item > a:hover {
  opacity: .92;
  transform: translateY(-3px);
}

/* 画像 */
.news_e .contents .webgene-blog .webgene-item .imgbox {
  border-radius: 0;
  overflow: hidden;
}

.news_e .contents .webgene-blog .webgene-item .imgbox img {
  width: 100%;
  aspect-ratio: 1.65 / 1;
  height: auto;
  display: block;
  object-fit: cover;
}

/* テキスト色 */
.news_e .contents .webgene-blog .webgene-item h2,
.news_e .contents .webgene-blog .webgene-item p {
  color: #222;
}

/* カテゴリ */
.news_e .contents .webgene-blog .webgene-item .catename {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 6px 16px;
  background: #ffc400;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
}

.news_e .news_e__more {
  margin: clamp(34px, 5vw, 48px) auto 0;
}

/* ---------- responsive ---------- */
@media screen and (max-width: 1080px) {
  .news_e .contents .webgene-blog {
    gap: 30px;
  }

  .news_e .contents .webgene-blog .webgene-item {
    width: calc((100% - 30px) / 2);
  }
}

/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .news_e {
    flex-direction: column;
  }

  .news_e .contents .webgene-blog {
    gap: 30px;
  }

  .news_e .contents .webgene-blog .webgene-item {
    width: 100%;
  }
}
/* ---------- newstop_b2 ---------- */
.newstop_b2 {
  position: relative;
  overflow: hidden;
}

.newstop_b2 .width-1280-max {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.newstop_b2 .newstop_b2__titlebox {
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 48px);
}

.newstop_b2 .newstop_b2__en {
  color: #ff7019;
  letter-spacing: .14em;
  line-height: 1.2;
}

.newstop_b2 .newstop_b2__lead {
  color: #222;
  margin-top: 10px;
}

.newstop_b2 .webgene-blog {
  display: block;
}

.newstop_b2 .webgene-item {
  border-top: 1px solid rgba(49, 169, 41, .28);
}

.newstop_b2 .webgene-item:last-child {
  border-bottom: 1px solid rgba(49, 169, 41, .28);
}

.newstop_b2 .webgene-item > a {
  display: block;
  padding: clamp(20px, 3vw, 28px) 0;
  text-decoration: none;
  transition: opacity .3s ease;
}

.newstop_b2 .webgene-item > a:hover {
  opacity: .7;
}

.newstop_b2 .item h3 {
  color: #222;
  line-height: 1.7;
  margin-bottom: clamp(14px, 2vw, 18px);
}

.newstop_b2 .label {
  justify-content: flex-start;
  gap: 18px;
}

.newstop_b2 .date {
  color: #222;
  line-height: 1.4;
}

.newstop_b2 .catelabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  background: #ffc400;
  color: #fff;
  border-radius: 999px;
  line-height: 1.2;
}

.newstop_b2 .newstop_b2__more {
  margin: clamp(34px, 5vw, 48px) auto 0;
}

/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .newstop_b2 .label {
    gap: 12px;
  }
}
.instagram {
  background: #fff;
}

.instagram .entitle1 {
  color: #31a929;
}

.instagram .contents .webgene-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 10px;
}

.instagram .contents .webgene-blog .webgene-item {
  width: calc(100% / 5 - 40px / 5);
}

.instagram .contents .webgene-blog .webgene-item a {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.instagram .contents .webgene-blog .webgene-item a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease 1.0s;
  border-radius: 8px;
}

.instagram .contents .webgene-blog .webgene-item a:hover > div {
  transform: translate(-50%, -50%) scale(1.1);
}

.instagram .follow_link {
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
  border-bottom: 1px solid #222;
  padding-bottom: 8px;
}

.instagram .follow_link p,
.instagram .follow_link i {
  color: #222;
}

@media screen and (max-width: 768px) {
  .instagram .contents .webgene-blog {
    gap: 8px;
  }

  .instagram .contents .webgene-blog .webgene-item {
    width: calc(100% / 2 - 8px / 2);
  }
}


.fv .fv__line_btn {
  position: relative;
  width: min(100%, 298px);
  min-height: 82px;
  padding: 22px 20px 18px;
  background: #ff7019;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 0 rgba(220, 88, 12, .45);
  box-sizing: border-box;
  transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease;
}
.fv .fv__line_btn:hover {
  opacity: .94;
  transform: translateY(4px);
  box-shadow: 0 2px 0 rgba(220, 88, 12, .45);
}
.fv .fv__line_btn .fv__line_badge {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 186px;
  padding: 6px 16px;
  background: #fff;
  border: 2px solid #ff7019;
  border-radius: 999px;
  text-align: center;
  box-sizing: border-box;
}
.fv .fv__line_btn .fv__line_badge p {
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}
.fv .fv__line_btn .fv__line_inner {
  gap: 10px;
  flex-wrap: nowrap;
}
.fv .fv__line_btn .fv__line_inner p {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
.fv .fv__line_btn .fv__line_img {
  width: 38px;
  flex: 0 0 38px;
}
.fv .fv__line_btn .fv__line_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
body:not(.gjs-dashed) .fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  padding-top: 70px;
  background:
    radial-gradient(circle at 9% 0%, rgba(137, 209, 79, .92) 0 16%, transparent 16.5%), radial-gradient(circle at 83% 11%, rgba(75, 197, 83, .65) 0 17%, transparent 17.5%), radial-gradient(circle at 100% 62%, rgba(126, 205, 72, .78) 0 18%, transparent 18.5%), radial-gradient(circle at 76% 110%, rgba(40, 154, 36, .72) 0 34%, transparent 34.5%), linear-gradient(135deg, #58bf37 0%, #43b936 42%, #2fad2c 100%);
}
body.gjs-dashed .fv {
  position: relative;
  width: 100%;
  min-height: 640px;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 0%, rgba(137, 209, 79, .92) 0 16%, transparent 16.5%), radial-gradient(circle at 83% 11%, rgba(75, 197, 83, .65) 0 17%, transparent 17.5%), radial-gradient(circle at 100% 62%, rgba(126, 205, 72, .78) 0 18%, transparent 18.5%), radial-gradient(circle at 76% 110%, rgba(40, 154, 36, .72) 0 34%, transparent 34.5%), linear-gradient(135deg, #58bf37 0%, #43b936 42%, #2fad2c 100%);
}
.fv::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 255, 255, .09) 0 9%, transparent 9.5%), radial-gradient(circle at 78% 20%, rgba(255, 255, 255, .07) 0 13%, transparent 13.5%), linear-gradient(120deg, rgba(255, 255, 255, .06) 0%, transparent 38%, rgba(0, 120, 30, .08) 100%);
}
.fv::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(38, 149, 34, .34) 100%);
}
/* swiper */
.fv .swiper {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  pointer-events: none;
}
body.gjs-dashed .fv .swiper {
  height: auto;
}
body:not(.gjs-dashed) .fv .swiper-slide {
  width: 100% !important;
  height: 100vh;
  min-height: 640px;
}
body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
  width: 100% !important;
  height: 100vh;
  min-height: 640px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body:not(.gjs-dashed) .fv .swiper-slide img {
  display: block !important;
  width: 100%;
  height: auto;
  opacity: 0;
}
body:not(.gjs-dashed) .fv .swiper-slide-active .swiper-img, .fv .swiper-slide-duplicate-active .swiper-img, .fv .swiper-slide-prev .swiper-img {
  animation: fv-zoomUp 10s linear 0s normal both;
}
/* overlay */
body:not(.gjs-dashed) .fv .fv__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 100%, rgba(255, 255, 255, .08) 0 18%, transparent 18.5%), radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .06) 0 16%, transparent 16.5%);
}
body:not(.gjs-dashed) .fv .fv__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: .3;
}
/* decoration */
.fv .fv__deco {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.fv .fv__deco img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.fv .fv__deco--left {
  top: 70px;
  left: 0;
  width: clamp(260px, 36vw, 520px);
}
.fv .fv__deco--right {
  right: 0;
  bottom: 0;
  width: clamp(260px, 36vw, 500px);
}
/* txtbox */
body:not(.gjs-dashed) .fv .txtbox, body.gjs-dashed .fv .txtbox {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: clamp(20px, 8vw, 220px);
  transform: translateY(-50%);
  width: calc(100% - clamp(40px, 16vw, 220px));
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}
.fv .fv__maincopy {
  display: none;
}
.fv .fv__maincopy_img {
  width: clamp(320px, 42vw, 610px);
  max-width: 52%;
  margin-bottom: clamp(18px, 2.4vw, 28px);
}
.fv .fv__maincopy_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.fv .fv__lead {
  margin-top: clamp(18px, 2.4vw, 28px);
  color: #fff;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-shadow: none;
}
.fv .fv__action {
  width: 100%;
  margin-top: clamp(26px, 3vw, 34px);
  justify-content: flex-start;
  align-items: flex-end;
  gap: clamp(12px, 1.6vw, 20px);
}
/* circle links */
.fv .fv__circle_links {
  gap: clamp(10px, 1.5vw, 14px);
}
.fv .fv__circle_link {
  width: clamp(140px, 11vw, 150px);
  aspect-ratio: 1 / 1;
  border: 2px solid #ffc400;
  border-radius: 50%;
  background: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform .3s ease, box-shadow .3s ease;
}
.fv .fv__circle_link:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
}
.fv .fv__circle_link .imgbox {
  width: 50px;
  height: 50px;
}
.fv .fv__circle_link .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fv .fv__circle_link p {
  color: #333;
  font-weight: 700;
  line-height: 1.35;
}
.fv .fv__circle_link .icon {
  width: 16px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #31a929;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv .fv__circle_link .icon i {
  color: #fff;
  font-size: 8px;
}
/* person */
.fv .fv__person {
  position: absolute;
  right: clamp(90px, 9vw, 250px);
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 4;
  width: clamp(430px, 34vw, 620px);
  height: auto;
  pointer-events: none;
}
.fv .fv__person img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center center;
}
/* flow text */
.fv .fv__bg_text {
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 3;
  width: max-content;
  min-width: 100%;
  color: rgba(255, 255, 255, .18);
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: clamp(54px, 8vw, 100px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
  pointer-events: none;
  animation: fvTextFlow 24s linear infinite;
}
.fv .fv__bg_text::after {
  content: " HOUSE CONNECTIONS";
  padding-left: .6em;
}
/* animation */
@keyframes fv-zoomUp {
  0% {
    filter: blur(6px);
    transform: scale(1);
  }
  30% {
    filter: blur(0);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes fvTextFlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ---------- 1080px ---------- */
@media screen and (max-width: 1080px) {
  body:not(.gjs-dashed) .fv, body.gjs-dashed .fv {
    height: auto;
    min-height: 900px;
  }
  body:not(.gjs-dashed) .fv .swiper-slide, body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
    height: 900px;
    min-height: 900px;
  }
  body:not(.gjs-dashed) .fv .txtbox, body.gjs-dashed .fv .txtbox {
    top: 180px;
    left: 6%;
    transform: none;
    width: 88%;
    max-width: none;
  }
  .fv .fv__action {
    flex-direction: column;
  }
  .fv .fv__maincopy_img {
    width: min(100%, 520px);
    max-width: 58%;
  }
  .fv .fv__action {
    align-items: flex-start;
  }
}
/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
  body:not(.gjs-dashed) .fv, body.gjs-dashed .fv {
    min-height: 1080px;
  }
  body:not(.gjs-dashed) .fv .swiper-slide, body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
    height: 1080px;
    min-height: 1080px;
  }
  body:not(.gjs-dashed) .fv .txtbox, body.gjs-dashed .fv .txtbox {
    top: 96px;
    left: 40px;
    transform: none;
    width: calc(100% - 80px);
  }
  .fv .fv__maincopy_img {
    max-width: 100%;
  }
  .fv .fv__action {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .fv .fv__circle_links {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
  }
  .fv .fv__circle_link {
    width: 140px;
  }
  .fv .fv__person {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    transform: none;
    width: min(70%, 420px);
  }
  .fv .fv__bg_text {
    bottom: 0;
  }
}
/* ---------- 768px ---------- */
@media screen and (max-width: 768px) {
  body:not(.gjs-dashed) .fv, body.gjs-dashed .fv {
    min-height: 940px;
  }
  body:not(.gjs-dashed) .fv .swiper-slide, body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
    height: 940px;
    min-height: 940px;
  }
  body:not(.gjs-dashed) .fv .txtbox, body.gjs-dashed .fv .txtbox {
    top: 25%;
  }
	.fv .fv__person{
		top: 20%;
		width: min(70%, 360px);
	}
  .fv .fv__maincopy_img {
    width: min(100%, 360px);
  }
  .fv .fv__circle_links {
    width: 100%;
    justify-content: flex-start;
  }
}
/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  body:not(.gjs-dashed) .fv, body.gjs-dashed .fv {
    min-height: 100vh;
  }
  body:not(.gjs-dashed) .fv .swiper-slide, body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
    height: 880px;
    min-height: 880px;
  }
  body:not(.gjs-dashed) .fv .txtbox, body.gjs-dashed .fv .txtbox {
    top: 130px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .fv .fv__deco--left {
    width: 220px;
  }
  .fv .fv__deco--right {
    width: 220px;
    bottom: 170px;
  }
  .fv .fv__maincopy_img {
    width: min(50%, 200px);
    margin-bottom: 70px;
  }
  .fv .fv__lead {
    line-height: 1.7;
  }
  .fv .fv__line_btn {
    width: 100%;
    min-height: 76px;
  }
  .fv .fv__circle_links {
    gap: 8px;
  }
  .fv .fv__circle_link {
    width: calc((100% - 16px) / 3);
    min-width: 0;
  }
  .fv .fv__circle_link .imgbox {
    width: 24px;
    height: 24px;
  }
  .fv .fv__person {
    right: 0;
    top: 15%;
    width: min(50%, 200px);
  }
  .fv .fv__bg_text {
    font-size: 48px;
    bottom: 6px;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}