@charset "utf-8";
/* CSS Document */
/* ---------- cate1 ---------- */
.cate1 {
  position: relative;
  overflow: hidden;
}
.cate1 .cate1__inner {
  position: relative;
  width: min(100%, 1080px);
  min-height: clamp(480px, 52vw, 620px);
  margin: 0 auto;
  padding: clamp(58px, 7vw, 92px) clamp(20px, 5vw, 70px) 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .55) 0%, rgba(255, 255, 255, .36) 58%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50% 50% 0 0 / 70% 70% 0 0;
  text-align: center;
  box-sizing: border-box;
}
.cate1 .top_a__label {
  margin-bottom: clamp(30px, 4vw, 44px);
}
.cate1 .cate1__logo {
  width: min(100%, 360px);
  margin: 0 auto clamp(34px, 5vw, 56px);
}
.cate1 .cate1__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cate1 .cate1__titleWrap {
  margin-bottom: clamp(22px, 3vw, 34px);
}
.cate1 .cate1__title {
  color: #222;
  line-height: 1.7;
  letter-spacing: .08em;
}
.cate1 .cate1__title span {
  color: #ff7019;
}
.cate1 .cate1__text {
  color: #333;
}
.cate1 .cate1__person {
  position: absolute;
  right: clamp(-30px, -2vw, 0px);
  top: 42%;
  width: clamp(130px, 16vw, 210px);
}
.cate1 .cate1__person img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
.cate1 .cate1__person {
  position: absolute;
  top: 0;
}
}
@media screen and (max-width: 768px) {
  .cate1 .cate1__inner {
    border-radius: 42% 42% 0 0 / 28% 28% 0 0;
  }
}
/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .cate1 .cate1__inner {
    min-height: auto;
  }
  .cate1 .cate1__text br {
    display: none;
  }
  .cate1 .cate1__person {
    width: 90px;
  }
}
/* ---------- cate2 ---------- */
.cate2 {
  position: relative;
  overflow: hidden;
}
.cate2 .cate2__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  box-sizing: border-box;
}
.cate2 .cate2__titlebox {
  text-align: center;
  margin-bottom: clamp(50px, 7vw, 90px);
}
.cate2 .cate2__title {
  color: #222;
  line-height: 1.5;
}
.cate2 .cate2__title span:first-of-type {
  color: #31a929;
}
.cate2 .cate2__title span:nth-of-type(2) {
  color: #222;
}
.cate2 .cate2__list {
  display: flex;
  flex-direction: column;
  gap: clamp(58px, 8vw, 100px);
}
.cate2 .cate2__item {
  --cate2-gap: clamp(42px, 7vw, 92px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--cate2-gap);
}
.cate2 .cate2__item--02 {
  flex-direction: row;
}
.cate2 .cate2__txt {
  position: relative;
  width: calc((100% - var(--cate2-gap)) * .48);
  box-sizing: border-box;
}
.cate2 .cate2__img {
  width: calc((100% - var(--cate2-gap)) * .52);
  max-width: 520px;
  overflow: hidden;
  border-radius: 260px;
  aspect-ratio: 1.55 / 1;
  box-sizing: border-box;
}
.cate2 .cate2__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cate2 .cate2__num {
  width: clamp(54px, 6vw, 74px);
  aspect-ratio: 1 / 1;
  border: 1px solid #ff7019;
  border-radius: 50%;
  color: #ff7019;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(24px, 4vw, 38px);
  line-height: 1;
}
.cate2 .cate2__head {
  color: #31a929;
  line-height: 1.6;
  margin-bottom: clamp(18px, 3vw, 28px);
}
.cate2 .cate2__text {
  color: #333;
}
@media screen and (max-width: 900px) {
  .cate2 .cate2__item, .cate2 .cate2__item--02 {
    flex-direction: column;
    gap: 32px;
  }
  .cate2 .cate2__item .cate2__img, .cate2 .cate2__item--02 .cate2__img {
    order: 1;
  }
  .cate2 .cate2__item .cate2__txt, .cate2 .cate2__item--02 .cate2__txt {
    order: 2;
  }
  .cate2 .cate2__txt, .cate2 .cate2__img {
    width: 100%;
  }
  .cate2 .cate2__img {
    max-width: 560px;
    margin: 0 auto;
  }
}
.cate3 {
  position: relative;
  overflow: hidden;
}
.cate3::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;
}
.cate3 .cate3__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  margin: 0 auto;
  box-sizing: border-box;
}
.cate3 .cate3__titlebox {
  text-align: center;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.cate3 .cate3__en {
  color: #ff7019;
  letter-spacing: .12em;
  line-height: 1.2;
}
.cate3 .cate3__jp {
  color: #222;
  margin-top: 10px;
}
.cate3 .cate3__message {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(42px, 7vw, 86px);
  margin-bottom: 140px;
  width: 100%;
}
.cate3 .cate3__photo {
  width: calc((100% - clamp(42px, 7vw, 86px)) * .40);
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 auto;
}
.cate3 .cate3__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
}
.cate3 .cate3__txt {
  width: calc((100% - clamp(42px, 7vw, 86px)) * .60);
  box-sizing: border-box;
}
.cate3 .cate3__title {
  color: #31a929;
  line-height: 1.5;
  margin-bottom: clamp(24px, 4vw, 38px);
}
.cate3 .cate3__title span {
  color: #31a929;
}
.cate3 .cate3__lead {
  color: #333;
  margin-bottom: clamp(24px, 4vw, 38px);
}
.cate3 .message_profile {
  border-top: 1px dotted #9ccc8d;
  padding-top: clamp(22px, 3vw, 34px);
}
.cate3 .message_position {
  margin-bottom: 6px;
}
.cate3 .message_name_wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.cate3 .message_name_wrap .message_name {
  color: #222;
  line-height: 1.4;
}
.cate3 .message_name_wrap .message_name_en {
  color: #ff7019;
  line-height: 1.4;
  letter-spacing: .08em;
}
.cate3 .cate3__person {
  position: absolute;
  right: 0;
  bottom: -15%;
  width: clamp(130px, 16vw, 210px);
  pointer-events: none;
}
.cate3 .cate3__person img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* ---------- accordion ---------- */
.cate3 .cate3__accordion {
  position: relative;
  z-index: 2;
  width: min(100%, 960px);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 34px) clamp(24px, 5vw, 60px);
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
}
.cate3 .cate3__acc_item {
  border-bottom: 1px solid #d8e5d5;
}
.cate3 .cate3__acc_item:last-child {
  border-bottom: none;
}
.cate3 .cate3__acc_head {
  width: 100%;
  padding: clamp(18px, 3vw, 24px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
}
.cate3 .cate3__acc_head p {
  color: #333;
}
.cate3 .cate3__acc_icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.cate3 .cate3__acc_icon::before, .cate3 .cate3__acc_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #31a929;
  transform: translate(-50%, -50%);
  transition: opacity .3s ease, transform .3s ease;
}
.cate3 .cate3__acc_icon::before {
  width: 14px;
  height: 2px;
}
.cate3 .cate3__acc_icon::after {
  width: 2px;
  height: 14px;
}
.cate3 .cate3__acc_item.is-open .cate3__acc_icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
body:not(.gjs-dashed) .cate3 .cate3__acc_body {
  height: 0;
  overflow: hidden;
  transition: height .4s ease;
}
body:not(.gjs-dashed) .cate3 .cate3__acc_inner {
  padding: 0 0 clamp(18px, 3vw, 26px);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .3s ease, transform .3s ease;
}
.cate3 .cate3__acc_item.is-open .cate3__acc_inner {
  opacity: 1;
  transform: translateY(0);
}
.cate3 .cate3__acc_inner p {
  color: #333;
}
/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
  .cate3 .cate3__message {
    flex-direction: column;
    gap: 34px;
  }
  .cate3 .cate3__photo, .cate3 .cate3__txt {
    width: 100%;
  }
  .cate3 .cate3__photo {
    max-width: 360px;
    margin: 0 auto;
  }
  .cate3 .cate3__person {
    right: 20px;
    bottom: -10%;
    width: clamp(120px, 24vw, 170px);
  }
  .cate3 .cate3__txt {
  }
}
/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
    .cate1__title{
        font-size: 20px;
    }
  .cate3 .message_name_wrap {
    flex-wrap: wrap;
  }
  .cate3 .cate3__txt {
    padding-right: 0;
  }
  .cate3 .cate3__person {
    position: relative;
    right: auto;
    bottom: auto;
    width: 120px;
    margin: 24px 0 0 auto;
  }
  .cate3 .cate3__message {
    margin-bottom: 0;
  }
  .cate3 .cate3__accordion {
    padding: 20px;
  }
}
/* ---------- 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) {}