@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
/* base color */
/* orizin color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@-webkit-keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-archive h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}

.p-recruit {
  overflow: clip;
}

.p-recruit_block + .p-recruit_block {
  margin-top: clamp(80px, 9vw, 144px);
}
.p-recruit_block--1 {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit_block--1 {
    padding-bottom: 33.3125vw;
  }
}
@media screen and (min-width: 1601px) {
  .p-recruit_block--1 {
    padding-bottom: 44.4166666667vw;
  }
}

.p-recruit_headline {
  margin-bottom: clamp(32px, 4.4444444444vw, 40px);
}

.p-recruit_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 7.1875vw, 92px);
  margin-top: clamp(80px, 7.5vw, 120px);
  padding: clamp(40px, 4.375vw, 56px) clamp(20px, 7.5vw, 96px) clamp(40px, 5.625vw, 72px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3F3F3;
}
@media screen and (max-width: 600px) {
  .p-recruit_bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.p-recruit_bnr > span {
  font-size: clamp(1.5rem, 3.5555555556vw, 2rem);
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  .p-recruit_bnr > span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-recruit_bnr .-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-recruit_bnr .-inner a {
  color: #880000;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3.5555555556vw, 2rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.p-recruit_bnr .-inner a small {
  font-size: clamp(1rem, 2vw, 1.125rem);
  margin-right: 4px;
}

.p-recruit_flex + .p-recruit_flex {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p-recruit_flex hgroup {
  margin-bottom: clamp(40px, 6.2222222222vw, 56px);
}

.p-recruit_flex ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}

.p-recruit_flex ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-recruit_flex ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 600px) {
  .p-recruit_flex ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-recruit_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E7E7E7;
  background-color: #fff;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 2;
  overflow: hidden;
}
.p-recruit_list a::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #880000;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1), -webkit-transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  -webkit-transform: skewY(9.3deg) scaleY(0);
          transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}
.p-recruit_list a span:first-of-type {
  position: relative;
  -webkit-transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}
.p-recruit_list a span:last-of-type {
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  -webkit-transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(225%) translateX(-50%);
          transform: translateY(225%) translateX(-50%);
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 16px;
  line-height: 2;
}
@media (hover: hover) {
  .p-recruit_list a:hover {
    opacity: 1;
  }
  .p-recruit_list a:hover::after {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: skewY(8deg) scaleY(2);
            transform: skewY(8deg) scaleY(2);
  }
  .p-recruit_list a:hover span:last-of-type {
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
    opacity: 1;
    -webkit-transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
  }
}
@media (hover: none) {
  .p-recruit_list a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-recruit_list a:active {
    opacity: 1;
  }
  .p-recruit_list a:active::after {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: skewY(8deg) scaleY(2);
            transform: skewY(8deg) scaleY(2);
  }
  .p-recruit_list a:active span:last-of-type {
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
    opacity: 1;
    -webkit-transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
  }
}

.p-recruit_slider {
  overflow: hidden;
  overflow: hidden;
  margin-top: clamp(80px, 7.5vw, 120px);
}
.p-recruit_slider .-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recruit_slider .-container._left .-wrap {
  -webkit-animation: loop-slide-Right 80s infinite linear 1s both;
          animation: loop-slide-Right 80s infinite linear 1s both;
}
.p-recruit_slider .-container._right .-wrap {
  -webkit-animation: loop-slide-Left 80s infinite linear 1s both;
          animation: loop-slide-Left 80s infinite linear 1s both;
}
.p-recruit_slider .-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-animation: loop-slide-Right 56s infinite linear 1s both;
          animation: loop-slide-Right 56s infinite linear 1s both;
}
.p-recruit_slider .-pic {
  width: clamp(200px, 59.2222222222vw, 533px);
  height: auto;
  position: relative;
}
.p-recruit_slider .-pic img {
  overflow: clip;
  aspect-ratio: 533/340;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit_band {
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 900px) {
  .p-recruit_band {
    margin-top: clamp(80px, 7.5vw, 120px);
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 500px) {
  .p-recruit_band {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit_band {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 30%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100vw;
  }
}

.p-recruit_band .-container {
  width: 100%;
  width: 100vw;
  overflow: hidden;
}

.p-recruit_band .-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}

.p-recruit_band .-pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  .p-recruit_band .-pic {
    width: 33.3125vw;
  }
}

.p-recruit_band .-pic img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.p-company_block + .p-company_block {
  margin-top: clamp(80px, 9vw, 144px);
}

.p-company_block--message p {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}

.p-company_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  margin-top: clamp(40px, 5.3333333333vw, 48px);
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 2.4444444444vw, 1.375rem);
  line-height: 2;
}
.p-company_name small {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
}

.p-company_table + .p-company_table {
  margin-top: clamp(80px, 10vw, 160px);
}

.p-company_map iframe {
  width: 100%;
  height: 400px;
}

.p-company_address {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.8;
}

.p-company_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-company_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
}
.p-company_flex > dl {
  -ms-flex-preferred-size: 49.52%;
      flex-basis: 49.52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-company_flex dt {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: 24px;
}
.p-company_flex dd {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.p-company_flex dd + dt {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}
.p-company_flex + .p-company_flex {
  margin-top: clamp(56px, 7.5vw, 120px);
  padding-top: clamp(56px, 7.5vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #E7E7E7;
}

.p-company_gallery {
  -ms-flex-preferred-size: 39.05%;
      flex-basis: 39.05%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-company_gallery_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}

.p-company_gallery_list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-company_gallery_list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-company_gallery_list .-pic {
  aspect-ratio: 1/1;
}
.p-company_gallery_list .-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company_gallery_logo {
  margin-top: clamp(8px, 1.7777777778vw, 16px);
  width: 60.9756097561%;
}
.p-company_gallery_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-contact h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}
.p-contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 829px) {
  .p-contact_list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.p-contact_tab {
  position: relative;
  width: 296px;
  color: #333;
  background: #fff;
  text-align: center;
  border: 1px solid transparent;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}
.p-contact_tab.active {
  color: #fff;
  background: #ddd;
}
@media screen and (min-width: 829px) {
  .p-contact_tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_tab {
    line-height: 34px;
  }
}
.p-contact_count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 829px) {
  .p-contact_count {
    left: 16px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_count {
    left: 8px;
  }
}
.p-contact_line {
  display: block;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 829px) {
  .p-contact_line {
    width: 72px;
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_line {
    width: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}

.p-policy dd {
  font-size: 15px;
}
.p-policy dd a.link {
  color: #333;
}
.p-policy dd + dt {
  font-size: 15px;
  color: #880000;
  font-weight: bold;
  line-height: 2;
  margin-top: clamp(24px, 3.5555555556vw, 32px);
  margin-bottom: 8px;
}
.p-policy dd + dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.p-policy dd + dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p-policy li {
  position: relative;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-policy li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-notfound {
  margin-top: clamp(80px, 12.5vw, 200px);
}
.p-notfound_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
.p-notfound_head p {
  font-size: clamp(2.25rem, 7.1111111111vw, 4rem);
  font-weight: 500;
  line-height: 1;
}
.p-notfound_head h1 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3.1111111111vw, 1.75rem);
}
.p-notfound_menu {
  margin-top: clamp(24px, 5.3333333333vw, 48px);
}
.p-notfound_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
  max-width: 732px;
  margin: auto;
}
.p-notfound_menu li {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
.p-notfound_menu li + li {
  border-left: 1px solid #E7E7E7;
}
.p-notfound_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
}
.p-notfound_txt {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 2;
}
.p-notfound_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(80px, 10.6666666667vw, 96px);
}

.p-news time {
  display: block;
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
  color: #C4C4C4;
  font-size: 15px;
  font-weight: 500;
}
.p-news._l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 46px clamp(48px, 5.625vw, 72px);
}
@media screen and (max-width: 900px) {
  .p-news._l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news._l + .p-news._l {
  margin-top: clamp(56px, 8.8888888889vw, 80px);
  padding-top: clamp(56px, 8.8888888889vw, 80px);
  border-top: 1px solid #E7E7E7;
}
.p-news._l h2 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3.1111111111vw, 1.75rem);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-news._l h2 a {
  display: block;
}
.p-news._l p {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
  font-size: 15px;
  font-weight: 400;
}
.p-news._l .p-news_pic {
  background-color: #F3F3F3;
  overflow: hidden;
}
.p-news._l .p-news_pic img {
  aspect-ratio: 480/352;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 901px) {
  .p-news._l .p-news_pic {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media screen and (max-width: 900px) {
  .p-news._l .p-news_pic {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (hover: hover) {
  .p-news._l .p-news_pic:hover {
    opacity: 1;
  }
  .p-news._l .p-news_pic:hover img {
    scale: 1.1;
  }
}
@media (hover: none) {
  .p-news._l .p-news_pic {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-news._l .p-news_pic:active {
    opacity: 1;
  }
  .p-news._l .p-news_pic:active img {
    scale: 1.1;
  }
}
@media screen and (min-width: 901px) {
  .p-news._l .p-news_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-news._l .p-news_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
.p-news._s {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.p-news._s h2 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3.1111111111vw, 1.75rem);
  margin-bottom: clamp(16px, 2.2222222222vw, 20px);
}
.p-news._s .p-news_inner {
  margin-bottom: clamp(40px, 7.1111111111vw, 64px);
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
}
.p-news._s .p-news_inner a {
  text-decoration: underline;
}
.p-news._s .p-news_pic {
  max-width: 480px;
}
.p-news._s .p-news_btn {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
  padding-top: clamp(24px, 3.5555555556vw, 32px);
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-news._s .p-news_prev,
.p-news._s .p-news_next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 62px;
}
.p-news._s .p-news_prev a,
.p-news._s .p-news_next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.p-news._s .p-news_prev a b,
.p-news._s .p-news_next a b {
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news._s .p-news_prev a span,
.p-news._s .p-news_next a span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  aspect-ratio: 9/12;
  width: 9px;
  height: 12px;
}
.p-news._s .p-news_prev a span svg,
.p-news._s .p-news_next a span svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-news._s .p-news_prev a span svg path,
.p-news._s .p-news_next a span svg path {
  fill: #880000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news._s .p-news_prev a:hover,
.p-news._s .p-news_next a:hover {
  opacity: 1;
}
.p-news._s .p-news_prev a:hover b,
.p-news._s .p-news_next a:hover b {
  color: #880000;
}
.p-news._s .p-news_prev a:hover span svg path,
.p-news._s .p-news_next a:hover span svg path {
  fill: #880000;
}
.p-news._s .p-news_prev a span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-news._s .p-news_back {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news._s .p-news_back a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news._s .p-news_back a:hover {
  opacity: 1;
  color: #880000;
}

#about-tanigene {
  overflow: clip;
}

.p-about-tanigene_block + .p-about-tanigene_block {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p-about-tanigene_caption {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}

.p-about-tanigene_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 48px;
  margin-top: clamp(48px, 8.8888888889vw, 80px);
}

.p-about-tanigene_list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-about-tanigene_list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-about-tanigene_list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 900px) {
  .p-about-tanigene_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.p-about-tanigene_list p {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  line-height: 2;
  text-align: center;
}

.p-about-tanigene_policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: clamp(80px, 12.5vw, 200px);
  padding: clamp(40px, 5.625vw, 72px) clamp(20px, 8vw, 128px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3F3F3;
}
@media screen and (min-width: 901px) {
  .p-about-tanigene_policy {
    gap: 64px;
  }
}
@media screen and (max-width: 900px) {
  .p-about-tanigene_policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

@media screen and (min-width: 901px) {
  .p-about-tanigene_policy hgroup {
    -ms-flex-preferred-size: 144px;
        flex-basis: 144px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 901px) {
  .p-about-tanigene_policy .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-about-tanigene_block--strength {
  position: relative;
}

.p-about-tanigene_circle {
  position: absolute;
  top: -7.75vw;
  left: -27.375vw;
}
@media screen and (max-width: 600px) {
  .p-about-tanigene_circle {
    left: -50%;
    top: -12.5vw;
  }
}

.p-about-tanigene_block--strength .p-about-tanigene_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 56px;
}
@media screen and (max-width: 900px) {
  .p-about-tanigene_block--strength .p-about-tanigene_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 901px) {
  .p-about-tanigene_nav {
    -ms-flex-preferred-size: 144px;
        flex-basis: 144px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
  .p-about-tanigene_nav .-inner {
    position: sticky;
    top: 56px;
  }
}

@media screen and (min-width: 901px) {
  .p-about-tanigene_block--strength .p-about-tanigene_contents {
    -ms-flex-preferred-size: 53.42%;
        flex-basis: 53.42%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-about-tanigene_box + .p-about-tanigene_box {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p-about-tanigene_box .-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: clamp(40px, 3.75vw, 48px);
  margin-bottom: clamp(32px, 4.4444444444vw, 40px);
}
@media screen and (max-width: 900px) {
  .p-about-tanigene_box .-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.p-about-tanigene_box .-head h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-about-tanigene_box .-info span {
  color: #880000;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}
.p-about-tanigene_box .-info .-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: 28px;
}
.p-about-tanigene_box .-info .-num i {
  display: block;
}
.p-about-tanigene_box .-info .-num svg {
  display: block;
}
@media screen and (min-width: 901px) {
  .p-about-tanigene_box .-info {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}