@charset "utf-8";
.about_main {
  background: #f7f3f1;
}
.about_concept_section {
  position: relative;
  overflow: hidden;

  background-color: #F4EFED;
  background-image: url("https://immune-plus.net/system_panel/uploads/images/top_about_line.svg");
  background-position: center bottom 8%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.about_concept_section .leaf_shadow02 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 1;
  width: clamp(360px, 48vw, 720px);
  aspect-ratio: 825 / 619;
  opacity: 1;
  pointer-events: none;
  background: url("https://immune-plus.net/system_panel/uploads/images/leaf-shadow2.png") center / contain no-repeat;
}

.about_concept_section .about_hero {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
}

.about_concept_section .about_hero_img {
  width: 42%;
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: .9 / 1;
  transform: translateY(clamp(-50px, -4vw, -20px));
}

.about_concept_section .about_hero_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_concept_section .about_hero_text {
  width: min(48%, 620px);
  padding-right: clamp(30px, 7vw, 100px);
  color: #333;
}

.about_concept_section .about_hero_head {
  margin-bottom: clamp(40px, 6vw, 70px);
}

.about_concept_section .about_hero_en {
  margin: 0 0 clamp(8px, 1vw, 12px);
  line-height: 1;
  letter-spacing: .02em;
}

.about_concept_section .about_hero_sub {
  margin: 0;
  color: #333;
  line-height: 1.7;
  letter-spacing: .08em;
}

.about_concept_section .about_hero_body h1 {
  margin: 0 0 clamp(24px, 3vw, 34px);
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .12em;
}

.about_concept_section .about_hero_body p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

@media screen and (max-width: 1080px) {
  .about_concept_section .about_hero {
    gap: clamp(40px, 6vw, 70px);
  }

  .about_concept_section .about_hero_img {
    width: 44%;
  }

  .about_concept_section .about_hero_text {
    width: 50%;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .about_concept_section {
    padding: 80px 20px;
    background-size: 160% auto;
  }

  .about_concept_section .about_hero {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(45px, 8vw, 60px);
  }

  .about_concept_section .about_hero_img {
    width: 100%;
    aspect-ratio: 1.2 / 1;
    transform: none;
  }

  .about_concept_section .about_hero_text {
    width: 100%;
    padding-right: 0;
  }

  .about_concept_section .about_hero_head {
    margin-bottom: clamp(35px, 7vw, 50px);
  }
}

@media screen and (max-width: 576px) {
	.about_concept_section .about_hero{
		position: relative;
	}
  .about_concept_section {
    padding: 70px 20px;
    background-size: 220% auto;
  }

  .about_concept_section .about_hero_img {
    aspect-ratio: 1 / 1;
	  position: absolute;
	  top: 0;
	  right: -20px;
	  width: 40%;
	}
	.about_concept_section .about_hero_img img{border-bottom-right-radius: 0;border-top-right-radius: 0;}
	.about_concept_section .about_hero_text{padding-top: 15%;}
}

.about_philosophy_section {
  position: relative;
  overflow: hidden;
  background-color: #F4EFED;
      border-bottom: 1px solid #80625E;
}

.about_philosophy .about_width {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.about_philosophy .about_title {
  margin-bottom: clamp(45px, 6vw, 75px);
}

.about_philosophy .about_title_en {
  margin: 0 0 clamp(8px, 1vw, 12px);
  line-height: 1;
  letter-spacing: .02em;
}

.about_philosophy .about_title h2 {
  margin: 0;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
}

.about_philosophy .about_philosophy_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(30px, 4vw, 50px);
}

.about_philosophy .about_philosophy_text {
  width: min(46%, 560px);
}

.about_philosophy .about_philosophy_text h3 {
  margin: 0 0 clamp(28px, 4vw, 45px);
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
}

.about_philosophy .about_philosophy_text h3 span {
  display: inline-block;
}

.about_philosophy .about_philosophy_text p {
  margin: 0 0 clamp(18px, 2.4vw, 28px);
  color: #333;
  letter-spacing: .05em;
}

.about_philosophy .about_philosophy_text p:last-child {
  margin-bottom: 0;
}

.about_philosophy .about_philosophy_steps {
  width: min(50%, 640px);
  min-width: 580px;
}

.about_philosophy .about_steps_head {
  text-align: center;
}

.about_philosophy .about_steps_head p {
  margin: 0;
  color: #333;
  line-height: 1.8;
  letter-spacing: .08em;
  font-weight: 400;
}

.about_philosophy .about_steps_head span {
  display: block;
}

.about_philosophy .about_steps {
  width: 100%;
  overflow: hidden;
}

.about_philosophy .about_steps_img_sp {
  display: none;
}





@media screen and (max-width: 1080px) {
  .about_philosophy .about_philosophy_content {
    flex-direction: column;
  }

  .about_philosophy .about_philosophy_text{
    width: 100%;
      max-width: 500px;
          margin-right: auto;
     margin-left: auto;
  }
    
  .about_philosophy .about_philosophy_steps {
    width: 100%;
      min-width: 0;
  }

  .about_philosophy .about_steps {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about_philosophy .about_steps_img_pc {
    display: none;
  }

  .about_philosophy .about_steps_img_sp {
    display: block;
  }
}


@media screen and (max-width: 576px) {
  .about_philosophy .about_title {
    margin-bottom: 45px;
  }

  .about_philosophy .about_steps_head {
    text-align: center;
  }

  .about_philosophy .about_steps_head p {
    line-height: 1.7;
  }
}

.cate3,.cate4{
}
.topmessage_e1 .boxwrap1 {
  gap: clamp(45px, 7vw, 100px);
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  align-items: flex-start;
}

.topmessage_e1 .boxwrap1 .leftbox {
  flex: 1;
  padding-top: clamp(20px, 4vw, 55px);
}

.topmessage_e1 .boxwrap1 .rightbox {
  flex: 0 0 44%;
}

.topmessage_e1 .boxwrap1 .imgbox {
  width: 100%;
  aspect-ratio: .76 / 1;
  overflow: hidden;
  border-radius: 6px;
}

.topmessage_e1 .boxwrap1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.topmessage_e1 .boxwrap1 .txtbox .entitle2 {
  margin-bottom: clamp(8px, 1vw, 12px);
  line-height: 1;
  letter-spacing: .02em;
}

.topmessage_e1 .boxwrap1 .txtbox h2 {
  color: #333;
  line-height: 1.7;
  letter-spacing: .08em;
  font-weight: 400;
}

.topmessage_e1 .boxwrap1 .txtbox h2 span {
  display: inline-block;
}

.topmessage_e1 .boxwrap1 .txtbox > p {
  letter-spacing: .05em;
}

.topmessage_e1 .signature {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: clamp(10px, 1.5vw, 16px);
  color: #333;
}

.topmessage_e1 .signature p {
  margin: 0;
  line-height: 1.6;
}

.topmessage_e1 .signature .name,
.topmessage_e1 .signature .name_en {
  letter-spacing: .08em;
}

.topmessage_e1 .career_wrap {
  background: #EDECE8;
  padding: clamp(32px, 5vw, 56px) clamp(28px, 6vw, 70px);
  max-width: 1280px;
        margin-right: auto;
     margin-left: auto;
}

.topmessage_e1 .career_wrap .career_item + .career_item {
  margin-top: clamp(28px, 4vw, 40px);
}

.topmessage_e1 .career_wrap .career_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, .16);
  padding-bottom: clamp(12px, 1.5vw, 16px);
  cursor: pointer;
}

.topmessage_e1 .career_wrap .career_left {
  display: flex;
  align-items: center;
}

.topmessage_e1 .career_wrap .career_left p {
  color: #333;
  letter-spacing: .08em;
  font-weight: 500;
}

.topmessage_e1 .career_wrap .career_icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.topmessage_e1 .career_wrap .career_icon::before,
.topmessage_e1 .career_wrap .career_icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #80625E;
  transform: translate(-50%, -50%);
  transition: .25s ease;
}

.topmessage_e1 .career_wrap .career_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.topmessage_e1 .career_wrap .career_item.active .career_icon::after {
  opacity: 0;
}

.topmessage_e1 .career_wrap .career_body {
  display: none;
  padding: clamp(18px, 2.5vw, 28px) clamp(18px, 3vw, 35px) 0;
  overflow: hidden;
}

.topmessage_e1 .career_wrap .career_body p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

@media screen and (max-width: 900px) {
  .topmessage_e1 .boxwrap1 {
    flex-direction: column;
  }

  .topmessage_e1 .boxwrap1 .rightbox,
  .topmessage_e1 .boxwrap1 .leftbox {
    flex: 0 0 100%;
    width: 100%;
  }

  .topmessage_e1 .boxwrap1 .rightbox {
    order: 2;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .topmessage_e1 .boxwrap1 .leftbox {
    order: 1;
    padding-top: 0;
  }

  .topmessage_e1 .boxwrap1 .imgbox {
    aspect-ratio: 1 / 1.15;
  }

  .topmessage_e1 .career_wrap {
    padding: 32px 24px;
  }
}

@media screen and (max-width: 576px) {
  .topmessage_e1 .career_wrap {
    padding: 28px 20px;
  }

  .topmessage_e1 .career_wrap .career_item + .career_item {
    margin-top: 28px;
  }

  .topmessage_e1 .career_wrap .career_body {
    padding-right: 0;
    padding-left: 0;
  }

  .topmessage_e1 .signature {
    flex-wrap: wrap;
  }
}

.staff_section {
  position: relative;
  overflow: hidden;
    border-top: 1px solid #80625E;
  border-bottom: 1px solid #80625E;
}

.staff_section .staff_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.staff_section .staff_head {
  margin-bottom: clamp(40px, 6vw, 70px);
}

.staff_section .staff_en {
  margin: 0 0 clamp(8px, 1vw, 12px);
  line-height: 1;
  letter-spacing: .02em;
}

.staff_section .staff_jp {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}

.staff_section .staff_list {
  display: flex;
  flex-direction: column;
  gap: clamp(70px, 9vw, 120px);
}

.staff_section .staff_item {
  display: flex;
  align-items: flex-start;
  gap: clamp(55px, 7vw, 90px);
}

.staff_section .staff_img {
  width: clamp(280px, 32vw, 360px);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: .78 / 1;
}

.staff_section .staff_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff_section .staff_content {
  flex: 1;
  min-width: 0;
}

.staff_section .staff_profile {
  margin-bottom: clamp(32px, 4vw, 45px);
}

.staff_section .staff_position {
  margin-bottom: clamp(8px, 1vw, 12px);
  color: rgba(51, 51, 51, .55);
  letter-spacing: .18em;
}

.staff_section .staff_name {
  margin-bottom: clamp(28px, 3vw, 38px);
  color: #333;
  font-weight: 400;
  letter-spacing: .08em;
}

.staff_section .staff_name span {
  display: inline-block;
  margin-left: 8px;
  font-size: clamp(11px, 1vw, 13px);
  letter-spacing: .12em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.staff_section .staff_text {
  color: #333;
  letter-spacing: .05em;
}

.staff_section .staff_accordion {
  background-color: #EDECE8;
  padding: clamp(26px, 3vw, 36px) clamp(28px, 4vw, 50px);
}

.staff_section .staff_acc_item + .staff_acc_item {
  margin-top: clamp(22px, 3vw, 32px);
}

.staff_section .staff_acc_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: clamp(10px, 1.3vw, 14px);
  border-bottom: 1px solid rgba(51, 51, 51, .14);
  cursor: pointer;
}

.staff_section .staff_acc_head p {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}

.staff_section .staff_acc_icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.staff_section .staff_acc_icon::before,
.staff_section .staff_acc_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background-color: #80625E;
  transform: translate(-50%, -50%);
  transition: .25s ease;
}

.staff_section .staff_acc_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.staff_section .staff_acc_item.active .staff_acc_icon::after {
  opacity: 0;
}

.staff_section .staff_acc_body {
  display: none;
  padding: clamp(16px, 2vw, 24px) clamp(18px, 3vw, 30px) 0;
  overflow: hidden;
}

.staff_section .staff_acc_body p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

@media screen and (max-width: 900px) {
  .staff_section .staff_item {
    flex-direction: column;
    gap: clamp(35px, 6vw, 50px);
  }

  .staff_section .staff_img {
    width: min(100%, 420px);
  }
}

@media screen and (max-width: 576px) {
  .staff_section .staff_accordion {
    padding: 26px 20px;
  }

  .staff_section .staff_acc_body {
    padding-right: 0;
    padding-left: 0;
  }

  .staff_section .staff_name span {
    display: block;
    margin-top: 4px;
    margin-left: 0;
  }
}
.about_feature_section {
  position: relative;
  overflow: hidden;
  background-color: #F4EFED;
}

.about_feature .about_width {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.about_feature .about_title {
  margin-bottom: clamp(55px, 7vw, 90px);
}

.about_feature .about_title_en {
  margin: 0 0 clamp(8px, 1vw, 12px);
  line-height: 1;
  letter-spacing: .02em;
}

.about_feature .about_title h2 {
  margin: 0;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
}

.about_feature .about_feature_list {
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 8vw, 100px);
}

.about_feature .about_feature_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(45px, 7vw, 95px);
}

.about_feature .about_feature_text {
  flex: 1;
  min-width: 0;
  padding-top: clamp(8px, 1vw, 16px);
}

.about_feature .about_feature_title {
  display: flex;
  margin: 0 0 clamp(24px, 3vw, 34px);
  align-items: baseline;
  gap: clamp(10px, 1.4vw, 16px);
  color: #333;
  line-height: 1.7;
  letter-spacing: .08em;
  font-weight: 600;
}

.about_feature .about_feature_title p {
  margin: 0;
     font-weight: 700;
}
.about_feature .about_feature_title h3{
  margin: 0;
     font-weight: 700;
}


.about_feature .about_feature_num {
  position: relative;
  padding-right: clamp(10px, 1.4vw, 16px);
  color: #333;
}

.about_feature .about_feature_num::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1em;
  background-color: #333;
  transform: translateY(-50%);
}

.about_feature .about_feature_text > p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

.about_feature .about_feature_img {
  width: clamp(180px, 20vw, 270px);
  aspect-ratio: 1;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
}

.about_feature .about_feature_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_feature .about_feature_accordion {
  margin-top: clamp(35px, 5vw, 55px);
}

.about_feature .about_feature_acc_item + .about_feature_acc_item {
  margin-top: clamp(22px, 3vw, 32px);
}

.about_feature .about_feature_acc_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: clamp(10px, 1.4vw, 14px);
  border-bottom: 1px solid rgba(51, 51, 51, .16);
  cursor: pointer;
}

.about_feature .about_feature_acc_head p {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}

.about_feature .about_feature_acc_icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.about_feature .about_feature_acc_icon::before,
.about_feature .about_feature_acc_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background-color: #80625E;
  transform: translate(-50%, -50%);
  transition: .25s ease;
}

.about_feature .about_feature_acc_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.about_feature .about_feature_acc_item.active .about_feature_acc_icon::after {
  opacity: 0;
}

.about_feature .about_feature_acc_body {
  padding: clamp(16px, 2vw, 24px) clamp(18px, 3vw, 30px) 0;
  overflow: hidden;
}

.about_feature .about_feature_acc_body p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

.about_feature .about_feature_btn {
  margin-top: clamp(28px, 4vw, 42px);
}

.about_feature .feature_more_btn {
  display: inline-flex;
  min-width: 150px;
  min-height: 36px;
  padding: 8px 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background-color: #80625E;
  text-decoration: none;
  transition: opacity .35s ease, transform .35s ease;
}

.about_feature .feature_more_btn p {
  margin: 0;
  line-height: 1.4;
  letter-spacing: .08em;
}

.about_feature .feature_more_btn:hover {
  opacity: .75;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .about_feature .about_feature_list {
    gap: 42px;
  }

  .about_feature .about_feature_item {
    display: grid;
    grid-template-columns: 1fr 42%;
    gap: 18px 20px;
    align-items: start;
  }

  .about_feature .about_feature_text {
    display: contents;
  }

  .about_feature .about_feature_title {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    line-height: 1.6;
  }

  .about_feature .about_feature_num {
    padding-right: 0;
    padding-bottom: 10px;
    line-height: 1;
  }

  .about_feature .about_feature_num::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 1px;
    transform: none;
  }

  .about_feature .about_feature_title h3 {
    line-height: 1.55;
    letter-spacing: .08em;
  }

  .about_feature .about_feature_img {
    grid-column: 2;
    grid-row: 1;
    order: initial;
    width: 100%;
    margin: 0;
    align-self: center;
  }

  .about_feature .about_feature_text > p {
    grid-column: 1 / 3;
    grid-row: 2;
    line-height: 2;
  }

  .about_feature .about_feature_accordion,
  .about_feature .about_feature_btn {
    grid-column: 1 / 3;
  }
}
.circulation_section {
  position: relative;
  overflow: hidden;
  background-color: #F4EFED;
  border-top: 1px solid #80625E;
  border-bottom: 1px solid #80625E;
}

.circulation_section .circulation_inner {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: clamp(55px, 8vw, 120px);
}

.circulation_section .circulation_text {
  width: min(48%, 590px);
  flex-shrink: 0;
}

.circulation_section .circulation_head {
  margin-bottom: clamp(32px, 5vw, 55px);
}

.circulation_section .circulation_en {
  margin: 0 0 clamp(22px, 3vw, 34px);
  line-height: 1;
  letter-spacing: .02em;
}

.circulation_section .circulation_title {
  margin: 0;
  color: #333;
  line-height: 1.7;
  letter-spacing: .08em;
  font-weight: 400;
}

.circulation_section .circulation_body p {
  margin: 0 0 clamp(20px, 2.4vw, 30px);
  color: #333;
  letter-spacing: .05em;
}

.circulation_section .circulation_body p:last-child {
  margin-bottom: 0;
}

.circulation_chart {
  position: relative;
  width: min(48%, 560px);
  aspect-ratio: 1;
  flex-shrink: 0;
}

.circulation_chart_line {
  position: absolute;
  inset: 8%;
  z-index: 1;
  pointer-events: none;
  animation: circulationRotate 40s linear infinite;
}

.circulation_chart_line img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.circulation_chart::after {
  content: "";
  position: absolute;
  inset: 23%;
  z-index: 0;
  border-radius: 50%;
  background-color: rgba(128, 98, 94, .34);
}

.circulation_chart_center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 30%;
  aspect-ratio: 1;
  place-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
}

.circulation_chart_center p {
  margin: 0;
  color: #fff;
  line-height: 1.6;
  letter-spacing: .08em;
}

.circulation_chart_circle {
  position: absolute;
  z-index: 3;
  display: flex;
  width: 32%;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 5px solid rgba(221, 216, 210, .9);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(128, 98, 94, .22);
  text-align: center;
}

.circulation_chart_circle .num {
  margin: 0 0 clamp(16px, 2vw, 24px);
  color: rgba(51, 51, 51, .42);
  font-family: "Cormorant Infant", serif;
  line-height: 1;
    font-size: 20px;
    font-weight: 700;
}
.circulation_chart_circle .txt {
  margin: 0;
  color: #333;
  line-height: 1.35;
  letter-spacing: .05em;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif

}

.circulation_chart .circle01 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.circulation_chart .circle02 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.circulation_chart .circle03 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.circulation_chart .circle04 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@keyframes circulationRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 900px) {
  .circulation_section .circulation_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(45px, 8vw, 70px);
  }

  .circulation_section .circulation_text,
  .circulation_chart {
    width: 100%;
  }

  .circulation_chart {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 576px) {
  .circulation_section .circulation_head {
    margin-bottom: 32px;
  }

  .circulation_section .circulation_en {
    margin-bottom: 22px;
  }

  .circulation_chart {
    width: min(100%, 360px);
  }

  .circulation_chart_circle {
    width: 35%;
    border-width: 4px;
  }

  .circulation_chart_circle .num {
    margin-bottom: 12px;
  }

  .circulation_chart_circle .txt {
    font-size: 13px;
  }

  .circulation_chart_center p {
    font-size: 14px;
  }
}

.about_width {
  width: 1140px;
  margin: 0 auto;
}
.about_title p {
  margin: 0;
  color: var(--rose);
  font-family: "Cormorant Infant", serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: .02em;
}
.about_title h2 {
  margin: 11px 0 0 15px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 39.4px;
}


.about_name {
  margin-top: 25px !important;
  font-family: "Zen Old Mincho", serif;
}
.about_name {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.about_name p {
  margin: 0;
}
.about_name p:last-child {
  color: var(--rose);
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
}

.about_staff {
  box-sizing: border-box;
  height: 2062px;
  background: #f7f3f1;
}
.about_staff .about_width {
  position: relative;
  height: 100%;
  padding-top: 145px;
}
.about_staff .about_title {
  margin-bottom: 58px;
}
.about_staff_item {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  box-sizing: border-box;
  width: 1140px;
  min-height: 760px;
  margin-bottom: 188px;
}
.about_staff_item > div:first-child {
  width: 360px;
  height: 420px;
  overflow: hidden;
}
.about_staff_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_staff_en {
  margin: 99px 0 0;
  color: var(--rose);
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 30px;
}
.about_staff_item h3 {
  margin: 0 0 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.about_staff_item > div:last-child > p:last-child {
  margin: 0;
  font-size: 16px;
  line-height: 29px;
}
.about_staff_reverse > div:first-child {
  order: 0;
}

.about_circulation {
  position: relative;
  box-sizing: border-box;
  height: 665px;
  margin-top: 195px;
  background: #eee4de;
}
.about_circulation .about_width {
  position: relative;
  height: 100%;
  padding-top: 50px;
}
.about_circulation .about_title {
  width: 560px;
}
.about_circulation .about_title h2 {
  font-size: 26px;
}
.about_circulation_lead {
  width: 530px;
  margin: 26px 0 0;
  font-size: 16px;
  line-height: 29px;
}
.about_circulation_grid {
  position: absolute;
  top: 95px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
}
.about_circulation_grid > div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 170px;
  height: 170px;
  padding: 20px;
  border: 1px solid rgba(128, 98, 94, .35);
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.about_circulation_grid > div:nth-child(1) {
  top: 15px;
  left: 165px;
  background: #c1a893;
  color: #fff;
}
.about_circulation_grid > div:nth-child(2) {
  bottom: 60px;
  left: 45px;
}
.about_circulation_grid > div:nth-child(3) {
  right: 45px;
  bottom: 60px;
}
.about_circulation_grid img {
  display: none;
}
.about_circulation_grid h3 {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.about_circulation_grid p {
  display: none;
}
.about_main > .lower_cta {
  margin-top: 95px;
}
@media screen and (max-width:767px) {
  .about_width {
    width: 330px;
  }
  .about_title p {
    font-size: 48px;
  }
  .about_title h2 {
    font-size: 20px;
  }

  .about_name {
    display: block;
  }


  .about_circulation {
    height: 1174px;
    margin-top: 155px;
  }
  .about_circulation .about_width {
    padding-top: 0;
  }
  .about_circulation .about_title {
    width: 330px;
  }
  .about_circulation-lead {
    width: 330px;
  }
  .about_circulation_lead {
    width: 330px;
    font-size: 15px;
    line-height: 27px;
  }
  .about_circulation_grid {
    top: 570px;
    right: -20px;
    width: 370px;
    height: 450px;
  }
  .about_circulation_grid > div {
    width: 145px;
    height: 145px;
  }
  .about_circulation_grid > div:nth-child(1) {
    left: 112px;
  }
  .about_circulation_grid > div:nth-child(2) {
    left: 35px;
  }
  .about_circulation_grid > div:nth-child(3) {
    right: 25px;
  }
  .about_main > .lower_cta {
    margin-top: 80px;
  }
}