#cnt_main {
  box-sizing: border-box;
}
#cnt_main * {
  box-sizing: border-box;
}

.secMain {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.secMain_title {
  position: relative;
  background: #fff100;
}
@media screen and (min-width: 768px) {
  .secMain_title {
    order: 2;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .secMain_title {
    padding: 9.375vw 6.25vw 6.25vw;
  }
}
@media screen and (min-width: 768px) {
  .secMain_title ._in {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .secMain_title ._in ._title {
    flex: 0 0 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1160px) {
  .secMain_title ._in ._title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .secMain_title ._in ._title {
    width: 61.25vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .secMain_title ._in ._txt {
    flex: 0 0 50%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .secMain_title ._in ._txt {
    margin-top: 9.375vw;
  }
}
.secMain_title ._in ._txt ._lead {
  font-family: "shippori-mincho", serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .secMain_title ._in ._txt ._lead {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .secMain_title ._in ._txt ._lead {
    text-align: center;
    letter-spacing: 0em;
    font-size: 2.8125vw;
  }
}
.secMain_title ._in ._txt ._caption {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .secMain_title ._in ._txt ._caption {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .secMain_title ._in ._txt ._caption {
    text-align: center;
    margin-top: 1.5625vw;
    font-size: 2.8125vw;
  }
}
.secMain_title ._in ._txt ._caption ._tag {
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .secMain_title ._in ._txt ._caption ._tag {
    font-size: 12px;
    margin: 0 5px;
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .secMain_title ._in ._txt ._caption ._tag {
    padding: 1.5625vw;
    margin: 0 0.9375vw;
    font-size: 2.8125vw;
  }
}
.secMain_title::before, .secMain_title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .secMain_title::before, .secMain_title::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .secMain_title::before, .secMain_title::after {
    width: 3.4375vw;
    height: 3.4375vw;
  }
}
.secMain_title::before {
  z-index: 1;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, #fff 0, #fff 50%, transparent 50%);
}
.secMain_title::after {
  z-index: 2;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 50%, transparent 50%);
}
@media screen and (min-width: 768px) {
  .secMain_img.-top {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .secMain_img.-btm {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .secMain_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .secMain_img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .secCircle {
    padding: 40px 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .secCircle {
    padding: 6.25vw 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .secCircle._1 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .secCircle._1 {
    padding-top: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .secCircle._5 {
    padding-bottom: 0;
  }
  .secCircle._5 .secCircle_main {
    padding-bottom: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .secCircle._6 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .secCircle._6 .secCircle_main {
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) {
  .secCircle._7 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .secCircle._7 {
    padding-top: 0;
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) {
  .secCircle_in {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.secCircle_heading1 ._pickup {
  display: block;
  --p-bg-color: #666;
}
.secCircle_heading1 ._pickup.-nutritional {
  --p-bg-color: #ff6817;
}
.secCircle_heading1 ._pickup.-human {
  --p-bg-color: #ffa100;
}
.secCircle_heading1 ._pickup.-media {
  --p-bg-color: #0069d4;
}
.secCircle_heading1 ._pickup.-nursing {
  --p-bg-color: #97cfe2;
}
.secCircle_heading1 ._pickup {
  border-bottom: 1px solid var(--p-bg-color);
}
@media screen and (max-width: 767px) {
  .secCircle_heading1 ._pickup img {
    height: 4.375vw;
    width: auto;
  }
}
.secCircle_heading1 ._title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .secCircle_heading1 ._title {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .secCircle_heading1 ._title {
    padding: 6.25vw 0;
  }
}
.secCircle_heading1 ._title span {
  text-align: left;
  font-family: "shippori-mincho", serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .secCircle_heading1 ._title span {
    letter-spacing: 0.15em;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .secCircle_heading1 ._title span {
    letter-spacing: 0.1em;
    font-size: 3.4375vw;
  }
}
.secCircle_heading1 ._title::before {
  content: "";
  display: block;
  background: url(../img/ico1.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .secCircle_heading1 ._title::before {
    margin-right: 0.8em;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .secCircle_heading1 ._title::before {
    margin-right: 0.5em;
    width: 3.75vw;
    height: 3.75vw;
  }
}
.secCircle_heading2 {
  position: relative;
  background: #000;
}
@media screen and (min-width: 768px) {
  .secCircle_heading2 {
    padding: 5px 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .secCircle_heading2 {
    padding: 1.5625vw 0;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .secCircle_heading2 {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .secCircle_heading2 {
    cursor: pointer;
  }
}
.secCircle_heading2 ._title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.secCircle_heading2 ._title span {
  text-align: left;
  font-family: "shippori-mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #fff;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .secCircle_heading2 ._title span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .secCircle_heading2 ._title span {
    font-size: 3.4375vw;
  }
}
.secCircle_heading2 ._title::before {
  content: "";
  display: block;
  background: url(../img/ico1.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .secCircle_heading2 ._title::before {
    margin-right: 0.8em;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .secCircle_heading2 ._title::before {
    margin-right: 0.8em;
    width: 3.75vw;
    height: 3.75vw;
    transform: rotate(-90deg);
    transition: 0.3s ease-in-out;
  }
}
.secCircle_heading2 ._title.-sporty::before {
  background-image: url(../img/ico2.svg);
}
.secCircle_heading2 ._title.-cultural::before {
  background-image: url(../img/ico3.svg);
}
.secCircle_heading2 ._title.-other::before {
  background-image: url(../img/ico4.svg);
}
.secCircle_heading2.is-open ._title::before {
  transform: rotate(0deg);
}
.secCircle_heading2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(-45deg, #fff 0, #fff 50%, transparent 50%);
}
@media screen and (min-width: 768px) {
  .secCircle_heading2::before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .secCircle_heading2::before {
    width: 2.1875vw;
    height: 2.1875vw;
  }
}
.secCircle_heading2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: -1px;
  background: linear-gradient(135deg, #fff 0, #fff 50%, transparent 50%);
}
@media screen and (min-width: 768px) {
  .secCircle_heading2::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .secCircle_heading2::after {
    width: 2.1875vw;
    height: 2.1875vw;
  }
}
@media screen and (min-width: 768px) {
  .secCircle_heading2 + .secCircle_main {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .secCircle_heading2 + .secCircle_main {
    display: none;
  }
}

.circleList > ul {
  display: grid;
}
@media screen and (min-width: 768px) {
  .circleList > ul {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .circleList > ul {
    gap: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .circleList.-col2 > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .circleList.-col2 > ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .circleList.-col1 > ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .circleList.-col1 > ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .circleList.-col4 > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .circleList.-col4 > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.circleItem {
  display: flex;
  height: 100%;
  --p-bg-color: #666;
  --p-txt-color: rgb(0,0,0);
}
.circleItem.-nutritional {
  --p-bg-color: #ff6817;
  --p-txt-color: rgb(255,255,255);
}
.circleItem.-human {
  --p-bg-color: #ffa100;
  --p-txt-color: rgb(255,255,255);
}
.circleItem.-media {
  --p-bg-color: #0069d4;
  --p-txt-color: rgb(255,255,255);
}
.circleItem.-nursing {
  --p-bg-color: #97cfe2;
}
.circleItem.-sporty {
  --p-bg-color: #fff100;
}
.circleItem.-cultural {
  --p-bg-color: #9dde00;
}
.circleItem.-other {
  --p-bg-color: #d9a2ff;
}
.circleItem ._img {
  position: relative;
}
.circleItem ._img img {
  position: relative;
  z-index: 0;
  object-fit: cover;
}
.circleItem ._img ._tag {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .circleItem ._img ._tag {
    top: 12px;
    right: 12px;
    font-size: 13px;
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .circleItem ._img ._tag {
    top: 1.875vw;
    right: 1.875vw;
    padding: 1.5625vw;
    font-size: 2.5vw;
  }
}
.circleItem ._txt {
  position: relative;
  background: var(--p-bg-color);
  color: var(--p-txt-color);
  display: flex;
  flex-direction: column;
}
.circleItem ._txt > h3 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(from var(--p-txt-color) r g b/50%);
  text-align: left;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .circleItem ._txt > h3 {
    letter-spacing: 0.1em;
    padding-bottom: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .circleItem ._txt > h3 {
    letter-spacing: 0.05em;
    padding-bottom: 1.5625vw;
    font-size: 3.75vw;
  }
}
.circleItem ._txt > h3 span {
  text-align: left;
  margin-left: 0.6em;
}
@media screen and (min-width: 768px) {
  .circleItem ._txt > h3 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .circleItem ._txt > h3 span {
    font-size: 2.5vw;
    margin-top: 0.1em;
  }
}
.circleItem ._txt > h3::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid var(--p-txt-color);
  border-right: 1px solid var(--p-txt-color);
  transform: rotate(45deg);
  margin-right: 0.5em;
}
.circleItem ._txt > p {
  text-align: left;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .circleItem ._txt > p {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .circleItem ._txt > p {
    margin-top: 2.5vw;
    font-size: 2.5vw;
    line-height: 1.55;
  }
}
.circleItem ._txt > span {
  display: block;
  width: fit-content;
  line-height: 1;
  border: 1px solid var(--p-txt-color);
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .circleItem ._txt > span {
    margin: 30px auto 0;
    padding: 8px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .circleItem ._txt > span {
    margin: 3.125vw auto 0;
    padding: 1.5625vw;
    font-size: 2.5vw;
  }
}
.circleItem ._txt::before, .circleItem ._txt::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .circleItem ._txt::before, .circleItem ._txt::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .circleItem ._txt::before, .circleItem ._txt::after {
    width: 3.4375vw;
    height: 3.4375vw;
  }
}
.circleItem ._txt::before {
  z-index: 1;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, #fff 0, #fff 50%, transparent 50%);
}
.circleItem ._txt::after {
  z-index: 2;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 50%, transparent 50%);
}
.circleItem.-col {
  flex-direction: column;
}
.circleItem.-col ._txt {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .circleItem.-col ._txt {
    padding: 4.7169811321% 5.6603773585%;
  }
}
@media screen and (max-width: 767px) {
  .circleItem.-col ._txt {
    padding: 4.6875vw;
  }
}
@media screen and (min-width: 768px) {
  .circleItem.-col.-mini ._txt {
    padding: 7.8431372549% 9.8039215686%;
  }
}
@media screen and (max-width: 767px) {
  .circleItem.-col.-mini ._txt {
    padding: 3.75vw;
  }
}
@media screen and (min-width: 768px) {
  .circleItem.-col.-mini ._txt > h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .circleItem.-col.-mini ._txt > h3 {
    font-size: 2.5vw;
  }
}
.circleItem.-col.-mini ._txt > p {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .circleItem.-col.-mini ._txt > span {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .circleItem.-col.-mini ._txt > span {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .circleItem.-row {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .circleItem.-row ._img {
    flex: 0 0 50%;
  }
}
.circleItem.-row ._txt {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .circleItem.-row ._txt {
    flex: 0 0 50%;
    padding-left: 5.9090909091%;
    padding-right: 5.9090909091%;
  }
}
@media screen and (max-width: 767px) {
  .circleItem.-row ._txt {
    padding: 4.6875vw;
  }
}

#club_cirlce #btn_contact a span {
  background: url(../img/btn_contact.jpg) no-repeat center;
  background-size: cover;
}/*# sourceMappingURL=pageParts.css.map */