@charset "UTF-8";
/* ---------------------------------------------
*  pc_only
--------------------------------------------- */
.pc_only {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc_only {
    display: none;
  }
}

/* ---------------------------------------------
*  sp_only
--------------------------------------------- */
.sp_only {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp_only {
    display: block;
  }
}

@media print, screen and (max-width: 959px) {
  .js-nav-toggle {
    position: fixed;
    top: 5px;
    right: 5px;
    height: 57px;
    cursor: pointer;
  }
}

.js-fade-up {
  opacity: 0;
  transform: translateY(20px);
}
.js-fade-up.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s, opacity 0.6s;
}

.js-fade-down {
  opacity: 0;
  transform: translateY(-20px);
}
.js-fade-down.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s, opacity 0.6s;
}

.js-slide-left {
  opacity: 0;
  transform: translateX(20px);
}
.js-slide-left.is-active {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.6s, opacity 0.6s;
}

/* ---------------------------------------------
*  site-footer
--------------------------------------------- */
.site-footer {
  position: relative;
  margin-top: 100px;
  padding-top: 50px;
  background: #e9e8e8;
}
@media screen and (max-width: 960px) {
  .site-footer {
    margin-top: 50px;
  }
}

.site-footer__inner {
  position: relative;
  display: block;
  width: 100%;
  margin-inline: auto;
  padding-inline: 30px;
}

.site-footer__contents--2 {
  position: absolute;
  right: 30px;
}
@media screen and (min-width: 961px) {
  .site-footer__contents--2 {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 960px) {
  .site-footer__contents--2 {
    position: relative;
    right: initial;
    margin-top: 40px;
  }
}

.site-footer__bottom {
  position: relative;
  margin-top: 30px;
  padding-inline: 30px;
  padding-block: 10px 10px;
}

.site-footer__bottom-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .site-footer__bottom-inner {
    flex-direction: column;
    align-items: center;
  }
}

/* ---------------------------------------------
*   site-footer-logo
--------------------------------------------- */
.site-footer-logo {
  width: min(600px, 43%);
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .site-footer-logo {
    width: 76.9230769231vw;
  }
}

.site-footer-logo__img img {
  width: 50%;
  margin-inline: auto;
}

.site-footer-logo__txt {
  margin-top: 10px;
  padding-top: 10px;
  font-family: "Shippori Mincho B1", serif;
  border-top: solid 1px #231815;
}
@media screen and (max-width: 960px) {
  .site-footer-logo__txt {
    font-size: 0.8rem;
  }
}

/* ---------------------------------------------
*   site-footer-btn-list
--------------------------------------------- */
@media screen and (max-width: 960px) {
  .site-footer-btn-list {
    width: 100%;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
    padding-inline: 0;
  }
}

.site-footer-btn-list__item {
  width: 10em;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.8rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 960px) {
  .site-footer-btn-list__item {
    width: 100%;
    font-size: 0.9rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .site-footer-btn-list__item:hover {
    opacity: 0.6;
  }
}

.site-footer-btn-list__link {
  display: block;
  padding: 5px;
  text-align: center;
  background: #231815;
}
@media screen and (max-width: 960px) {
  .site-footer-btn-list__link {
    padding: 0.7em 5px;
  }
}
.site-footer-btn-list__link span {
  color: #fff;
}
.site-footer-btn-list__link--1 span {
  background: url("../images/common/icon-mail.png") 0 50% no-repeat;
  background-size: 13px auto;
  padding-left: 20px;
}
.site-footer-btn-list__link--2 span {
  background: url("../images/common/icon-staff.png") 0 50% no-repeat;
  background-size: 13px auto;
  padding-left: 20px;
}

/* ---------------------------------------------
*   site-footer-banner
--------------------------------------------- */
.site-footer-banner {
  position: absolute;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .site-footer-banner {
    position: relative;
    margin-top: 40px;
  }
}

/* ---------------------------------------------
*   site-footer-links
--------------------------------------------- */
.site-footer-links {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1em;
}

.site-footer-links__item {
  position: relative;
  display: block;
  font-size: 0.8rem;
  padding-inline: 0.5em;
  padding-block: 0.3em 0.2em;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-color: currentColor !important;
          text-decoration-color: currentColor !important;
  text-decoration-thickness: from-font !important;
  text-underline-offset: 0.12em;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer-links__item:hover {
    text-decoration: none !important;
  }
}
.site-footer-links__item + .site-footer-links__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.6em;
  width: 0.5px;
  height: 0.8em;
  background: #4e4e4e;
}

/* ---------------------------------------------
*   site-footer-copyright
--------------------------------------------- */
.site-footer-copyright {
  font-size: 0.8rem;
}
@media screen and (max-width: 960px) {
  .site-footer-copyright {
    margin-top: 0.5em;
  }
}

/* ---------------------------------------------
*   site-header
--------------------------------------------- */
.site-header {
  margin-bottom: 50px;
  padding-block: 30px;
}
@media screen and (max-width: 960px) {
  .site-header {
    padding-block: 20px;
  }
}

.site-header__logo {
  width: 20%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .site-header__logo {
    width: auto;
    height: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .site-header__logo img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
  position: relative;
  width: 70%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .wrapper {
    width: 90%;
  }
}

/* ---------------------------------------------
*   animation
--------------------------------------------- */
.animation-title {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.animation-title.is-animated {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* ---------------------------------------------
*   c-btn-hamburger
--------------------------------------------- */
.c-btn-hamburger {
  position: fixed;
  top: 25px;
  right: 25px;
  display: grid;
  place-items: center;
  width: 57px;
  height: 57px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 998;
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-hamburger:hover {
    opacity: 0.6;
  }
}

.c-btn-hamburger__box {
  position: relative;
  width: 57px;
  height: 57px;
  display: block;
}

.c-btn-hamburger__bar {
  position: absolute;
  left: 13px;
  width: 54%;
  height: 2px;
  display: block;
  background: #000;
  transition: all 0.6s ease-in-out;
  /* ---------- open状態（aria-expandedでトグル） ---------- */
}
.c-btn-hamburger__bar:nth-child(1) {
  top: 15px;
}
.c-btn-hamburger__bar:nth-child(2) {
  top: 23px;
}
.c-btn-hamburger__bar:nth-child(3) {
  top: 31px;
}
.c-btn-hamburger__bar[aria-expanded=true] .c-btn-hamburger__bar {
  background: #000;
}
.c-btn-hamburger__bar[aria-expanded=true] .c-btn-hamburger__bar:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}
.c-btn-hamburger__bar[aria-expanded=true] .c-btn-hamburger__bar:nth-child(2) {
  top: 25px;
  width: 0;
  left: 50%;
}
.c-btn-hamburger__bar[aria-expanded=true] .c-btn-hamburger__bar:nth-child(3) {
  top: 25px;
  width: 55%;
  transform: rotate(-45deg);
}

/* ---------- body.open でも同じ開閉を許可 ---------- */
body.open .c-btn-hamburger .c-btn-hamburger__bar {
  background: #000;
}
body.open .c-btn-hamburger .c-btn-hamburger__bar:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}
body.open .c-btn-hamburger .c-btn-hamburger__bar:nth-child(2) {
  top: 25px;
  width: 0;
  left: 50%;
}
body.open .c-btn-hamburger .c-btn-hamburger__bar:nth-child(3) {
  top: 25px;
  width: 55%;
  transform: rotate(-45deg);
}

/* ---------------------------------------------
*   c-list-news
--------------------------------------------- */
.c-list-news {
  width: min(800px, 60%);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .c-list-news {
    width: 90%;
  }
}

.c-list-news__item {
  line-height: 1.7em;
  margin-bottom: 15px;
}
.c-list-news__item time {
  margin-right: 2em;
}

.c-list-news__link {
  display: block;
}

.c-list-news__icon {
  background: #e0c745;
  font-weight: 500;
  padding: 0 3px;
}

/* ---------------------------------------------
*  c-nav-global
--------------------------------------------- */
.c-nav-global {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50%;
  font-size: 1.3rem;
  color: #000;
  background: #f2f2f2 url("images/common/icon-bee.png") 30px 95% no-repeat;
  background-size: 50px auto;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  z-index: 990;
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (max-width: 959px) {
  .c-nav-global {
    padding: 0;
  }
}

.c-nav-global__nav-list {
  list-style: none;
}

.c-nav-global__nav-item {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.c-nav-global__nav-link {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.6s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-nav-global__nav-link:hover {
    color: #666;
  }
}

/* ---------- open状態 ---------- */
.open {
  overflow: hidden;
}

.open .c-nav-global {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0s;
}

.open .c-nav-global__nav-item {
  opacity: 1;
  transform: translateX(0);
  font-weight: 700;
}

.open .c-nav-global__nav-item:last-child {
  margin-top: 30px;
}

/* ---------------------------------------------
*   c-pager
--------------------------------------------- */
.c-pager {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-pager {
    margin-top: 60px;
  }
}

.c-pager .page-numbers {
  display: inline-block;
  padding: 0.4em 1em;
  background: #f2f2f2;
  border: solid 1px #ccc;
}

.c-pager .page-numbers.current {
  color: rgb(133, 133, 133) !important;
}

.c-pager .page-numbers:not(.current):hover {
  background: #fff;
}

.c-pager .page-numbers + .page-numbers {
  margin-left: 0.4em;
}

/* ---------------------------------------------
*   c-pager-single
--------------------------------------------- */
.c-pager-single {
  margin-top: 30px;
  text-align: center;
}

.c-pager-single a {
  display: inline-block;
  margin: 0 1px;
  padding: 10px 10px 10px 20px;
  font-size: 0.9rem;
  letter-spacing: 10px;
  background: #f2f2f2;
  border: solid 1px #ccc;
}

.c-pager-single a:hover {
  background: #fff;
}

/* ---------------------------------------------
*   c-ttl-main
--------------------------------------------- */
.c-ttl-main {
  position: relative;
  display: inline-block;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.8em;
  font-weight: normal;
  letter-spacing: 5px;
  white-space: nowrap;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .c-ttl-main {
    text-shadow: 1px 2px 1px #fff;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl-main {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 500px) {
  .c-ttl-main {
    font-size: 1.25rem;
  }
}
.c-ttl-main::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 51px;
  height: 53px;
  background: url(../images/common/icon-bee.png) right bottom/contain no-repeat;
}
@media screen and (max-width: 834px) {
  .c-ttl-main::after {
    width: 41px;
    height: 43px;
  }
}
@media screen and (max-width: 500px) {
  .c-ttl-main::after {
    width: 31px;
    height: 33px;
  }
}

.c-ttl-main > span {
  text-indent: -0.5em;
  display: inline-block;
  font-style: normal;
}

/* ---------------------------------------------
*  c-ttl-section
--------------------------------------------- */
.c-ttl-section {
  background: url("../images/common/icon-bee.png") 49.5% 0 no-repeat;
  background-size: 30px;
  text-align: center;
  padding: 40px 0 0 0;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

/* ---------------------------------------------
*   c-ttl-page
--------------------------------------------- */
.c-ttl-page {
  padding: 20px 20px 20px 50px;
  margin-bottom: 50px;
  background: #f2f2f2 url("../images/common/icon-bee.png") 20px 50% no-repeat;
  background-size: 20px;
}

.c-ttl-page__txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}
@media screen and (max-width: 960px) {
  .c-ttl-page__txt {
    font-size: 1.2rem;
  }
}

/* ---------------------------------------------
*  c-ttl-page-2
--------------------------------------------- */
.c-ttl-page-2 {
  margin-bottom: 30px;
  padding-top: 40px;
  background: url("../images/common/icon-bee.png") 49.5% 0 no-repeat;
  background-size: 30px;
  text-align: center;
  letter-spacing: 5px;
}

/* ---------------------------------------------
*   p-404
--------------------------------------------- */
.p-404 {
  margin-block: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-404__bottom {
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .p-404__bottom {
    margin-top: 40px;
  }
}

/* ---------------------------------------------
*   p-ttl-404
--------------------------------------------- */
.p-ttl-404 {
  background: url("../images/common/icon-bee.png") 49.5% 0 no-repeat;
  background-size: 30px;
  text-align: center;
  padding: 40px 0 0 0;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

/* ---------------------------------------------
*   about
--------------------------------------------- */
.about {
  position: relative;
  overflow-x: clip;
}

/* ---------------------------------------------
*   about-section
--------------------------------------------- */
.about-section {
  position: relative;
}
.about-section--concept {
  margin-bottom: 100px;
}
.about-section--greeting {
  padding: 100px 0;
  background: #f2f2f2;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.about-section--company-info {
  margin-top: 100px;
  width: 70%;
  margin-inline: auto;
}
.about-section--group-info {
  width: 70%;
  margin-inline: auto;
}
.about-section--access {
  margin-top: 100px;
}
.about-section--sdgs {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .about-section--access {
    margin-top: 100px;
  }
  .about-section--company-info {
    margin-top: 100px;
    width: 100%;
  }
  .about-section--group-info {
    width: 100%;
  }
}

.about-section__ttl {
  margin-bottom: 30px;
  padding-top: 40px;
  background: url("../images/common/icon-bee.png") 49.5% 0 no-repeat;
  background-size: 30px;
  text-align: center;
  letter-spacing: 5px;
}
.about-section__ttl--greeting {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  padding-right: 2em;
  text-align: left;
  background: #f2f2f2 url("../images/common/icon-bee.png") top right 0.5em no-repeat;
  background-size: 30px;
}
@media screen and (max-width: 960px) {
  .about-section__ttl--greeting {
    margin-inline: auto;
    padding: 40px 0 0 0;
    text-align: center;
    background: url("../images/common/icon-bee.png") 49.5% 0 no-repeat;
    background-size: 30px;
  }
}

.about-section__row-inner {
  display: grid;
  grid-template-columns: 25% 1fr;
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .about-section__row-inner {
    display: block;
    width: 90%;
  }
}

.about-section__lead {
  text-align: center;
  line-height: 2em;
}
@media screen and (max-width: 960px) {
  .about-section__lead {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .about-section__lead--access {
    text-align: center;
  }
}

.about-section__access-map {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .about-section__access-map {
    margin-top: 20px;
  }
}

/* ---------------------------------------------
*   about-block-greeting
--------------------------------------------- */
.about-block-greeting {
  position: relative;
  text-align: left;
}

.about-block-greeting__txt {
  line-height: 2em;
}
.about-block-greeting__txt + .about-block-greeting__txt {
  margin-top: 0.8em;
}

.about-block-greeting__name {
  text-align: right;
  line-height: 1.5em !important;
  margin: 20px 0 0 0;
}

/* ---------------------------------------------
*  about-company-profile
--------------------------------------------- */
.about-company-profile {
  position: relative;
}
.about-company-profile--visio {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .about-company-profile--visio {
    margin-bottom: 50px;
  }
}
.about-company-profile caption {
  background: #f2f2f2;
  margin-top: 50px;
  padding: 5px;
}
@media screen and (max-width: 960px) {
  .about-company-profile caption {
    padding-block: 9px;
  }
}
.about-company-profile th {
  width: 20%;
  font-weight: 400;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .about-company-profile th {
    display: block;
    width: 100%;
    padding-block: 20px 0.2em;
  }
}
.about-company-profile td {
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .about-company-profile td {
    padding: 0 0 20px 0;
    display: block;
    border-bottom: dashed 1px #ccc;
  }
}
@media screen and (max-width: 960px) {
  .about-company-profile td:last-child {
    border-bottom: none;
  }
}

/* -- about-section__figure -- */
.about-section__figure {
  position: relative;
  width: min(800px, 70%);
  margin-top: 100px;
  margin-inline: auto;
  text-align: center;
  aspect-ratio: 1298/1382;
}
@media screen and (max-width: 787px) {
  .about-section__figure {
    margin-top: 50px;
    width: 100%;
  }
}
.about-section__figure picture, .about-section__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.about-section__figure .about-section__figure-links {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.about-section__figure .about-section__figure-link {
  position: absolute;
  pointer-events: auto;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 999px;
  width: 28%;
  height: 25%;
}
@media (max-width: 787px) {
  .about-section__figure .about-section__figure-link {
    width: 35%;
    height: 30%;
  }
}
.about-section__figure .about-section__figure-link--1 {
  right: 19%;
  top: 16%;
}
@media (max-width: 787px) {
  .about-section__figure .about-section__figure-link--1 {
    right: 3%;
    top: 38%;
  }
}
.about-section__figure .about-section__figure-link--2 {
  left: 3%;
  top: 42%;
}
@media (max-width: 787px) {
  .about-section__figure .about-section__figure-link--2 {
    left: 5%;
    top: 64%;
  }
}
.about-section__figure .about-section__figure-link--3 {
  left: 19%;
  top: 69%;
}
@media (max-width: 787px) {
  .about-section__figure .about-section__figure-link--3 {
    left: 43%;
    top: 64%;
  }
}
.about-section__figure .about-section__figure-link--4 {
  right: 2.8%;
  top: 43%;
}
@media (max-width: 787px) {
  .about-section__figure .about-section__figure-link--4 {
    right: 21%;
    top: 12%;
  }
}

/* ---------------------------------------------
*   buying-section
--------------------------------------------- */
.buying-section {
  position: relative;
}
.buying-section--target {
  margin-bottom: 100px;
}
.buying-section--center {
  text-align: center;
}
.buying-section--price {
  margin-top: 100px;
}

.buying-section__ttl {
  margin-bottom: 30px;
  padding: 40px 0 0 0;
  background: url("../images/common/icon-bee.png") 49.5% 0 no-repeat;
  background-size: 30px;
  text-align: center;
  letter-spacing: 5px;
}

.buying-section__lead {
  text-align: center;
  margin-bottom: 100px;
}

.buying-section__target {
  display: grid;
  grid-template-columns: 33% 33% 34%;
  width: min(800px, 60%);
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .buying-section__target {
    grid-template-columns: 50% 50%;
    width: 90%;
  }
}

.buying-section__target-item {
  padding: 25px;
  background: #f2f2f2;
}
.buying-section__target-item:nth-child(even) {
  background: #e1e1e1;
}
@media screen and (max-width: 960px) {
  .buying-section__target-item:nth-child(3), .buying-section__target-item:nth-child(6) {
    background: #e1e1e1;
  }
  .buying-section__target-item:nth-child(4), .buying-section__target-item:nth-child(5) {
    background: #f2f2f2;
  }
}

.buying-section__target-ttl {
  font-size: 1rem;
}

.buying-section__target-txt {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.buying-section__note {
  font-size: 0.8rem;
}

/* ---------------------------------------------
*   contact
--------------------------------------------- */
.contact__table {
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .contact__table {
    width: 100%;
  }
}

.contact__table th {
  width: 25%;
  font-weight: 400;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .contact__table th {
    width: 100%;
    display: block;
  }
}

.contact__table td {
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .contact__table td {
    padding: 0 0 20px 0;
    display: block;
    border-bottom: dashed 1px #ccc;
  }
}

@media screen and (max-width: 960px) {
  .contact__table tr:last-child td {
    border: none;
  }
}

.contact__input {
  border: solid 1px #ccc;
  padding: 5px;
  width: 100%;
  background: #f2f2f2;
}

.contact__input--short {
  width: 3em;
}

.contact__buttons {
  text-align: center;
}

.contact__buttons input {
  display: inline-block;
  width: 45%;
  margin: 0 1px;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: opacity 0.5s ease;
}

.contact__buttons__send {
  background: #ff8800;
  color: #fff;
}

.contact__buttons__back {
  background: #ddd;
}

@media (hover: hover) and (pointer: fine) {
  .contact__buttons input:hover {
    opacity: 0.7;
  }
}

.contact__privacy {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 20px;
}

.contact__privacy-link {
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .contact__privacy-link:hover {
    text-decoration: none !important;
  }
}

@media screen and (max-width: 960px) {
  .mwform-radio-field.horizontal-item {
    display: block;
  }
  .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
    margin-top: 8px;
    margin-left: 0;
  }
}

/* ---------------------------------------------
*   p-loading-wrapper
--------------------------------------------- */
.p-loading-wrapper {
  position: fixed;
  inset: 0;
  height: 100dvh;
  display: grid;
  place-items: center;
  background-color: #fff;
  z-index: 999;
}
.p-loading-wrapper.is-op-end {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: transparent;
  transition: opacity 0.4s ease;
  z-index: -1;
  transition: all 1s ease-out;
  filter: blur(40px);
  transform: scale(1.05);
  opacity: 0;
  -webkit-animation: opEndAnimation 3s ease-out 0s forwards;
          animation: opEndAnimation 3s ease-out 0s forwards;
  will-change: filter, opacity, visibility;
  pointer-events: none;
}

@-webkit-keyframes opEndAnimation {
  0% {
    filter: blur(0);
    opacity: 1;
    visibility: visible;
  }
  50% {
    filter: blur(40px);
    opacity: 0;
    visibility: visible;
  }
  85% {
    filter: blur(40px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    filter: blur(9999px);
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    pointer-events: none;
  }
}

@keyframes opEndAnimation {
  0% {
    filter: blur(0);
    opacity: 1;
    visibility: visible;
  }
  50% {
    filter: blur(40px);
    opacity: 0;
    visibility: visible;
  }
  85% {
    filter: blur(40px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    filter: blur(9999px);
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    pointer-events: none;
  }
}
/* ---------------------------------------------
*   p-loading-container
--------------------------------------------- */
.p-loading-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

/* ---------------------------------------------
 *  p-loading-cover
 * --------------------------------------------- */
.p-loading-cover {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 1;
}

/* ---------------------------------------------
*   p-loading-main
--------------------------------------------- */
.p-loading-main {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.p-loading-main.is-text-out {
  -webkit-animation: textOut 700ms ease forwards;
          animation: textOut 700ms ease forwards;
  will-change: filter, opacity;
}
.p-loading-main.is-visible {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes textOut {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  60% {
    filter: blur(8px);
    opacity: 0.2;
  }
  100% {
    filter: blur(18px);
    opacity: 0;
  }
}

@keyframes textOut {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  60% {
    filter: blur(8px);
    opacity: 0.2;
  }
  100% {
    filter: blur(18px);
    opacity: 0;
  }
}
.p-loading-main__catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  transform: scale(1.03);
  -webkit-animation: 1s ease-out forwards textAnimation;
          animation: 1s ease-out forwards textAnimation;
  filter: blur(1px);
}

@-webkit-keyframes textAnimation {
  0% {
    filter: blur(5px);
    transform: scale(1.03);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes textAnimation {
  0% {
    filter: blur(5px);
    transform: scale(1.03);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
.p-loading-main__catch-txt {
  display: inline-block;
}

.p-loading-main__catch-txt-ja {
  font-weight: 500;
  font-size: 1.5em;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 7.5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .p-loading-main__catch-txt-ja {
    letter-spacing: 5px;
  }
}

.p-loading-main__catch-txt-en {
  font-size: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  color: #999999;
}
@media screen and (max-width: 640px) {
  .p-loading-main__catch-txt-en {
    text-align: center;
  }
}
.p-loading-main__catch-txt-en > span {
  margin-right: 4px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.5s;
  transform: translateX(10px);
}
.p-loading-main__catch-txt-en > span:nth-of-type(6), .p-loading-main__catch-txt-en > span:nth-of-type(9), .p-loading-main__catch-txt-en > span:nth-of-type(16), .p-loading-main__catch-txt-en > span:nth-of-type(22), .p-loading-main__catch-txt-en > span:nth-of-type(25) {
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .p-loading-main__catch-txt-en > span:nth-of-type(-n + 15) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  .p-loading-main__catch-txt-en > span:nth-of-type(15) {
    margin-right: 0;
  }
}
.p-loading-main__catch-txt-en > span:last-child {
  margin-right: 0;
}

/* ---------------------------------------------
*   is-opTextFade
--------------------------------------------- */
.is-opTextFade {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ---------------------------------------------
*  p-loading-logo
--------------------------------------------- */
.p-loading-logo {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-loading-logo {
    max-width: 160px;
  }
}

.p-loading-logo__svg {
  width: 100%;
  height: auto;
}

.p-loading-logo__svg > g > path {
  fill: transparent;
  stroke: #888888;
  fill-opacity: 0;
  stroke-width: 1px;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: 5s ease-in forwards 0.8s logoAnimation;
          animation: 5s ease-in forwards 0.8s logoAnimation;
  color: transparent;
}

@-webkit-keyframes logoAnimation {
  0% {
    fill: transparent;
    stroke-dashoffset: 1000;
  }
  30% {
    fill-opacity: 0;
    fill: #888888;
  }
  50% {
    stroke-dashoffset: 650;
    fill: #888888;
    fill-opacity: 1;
  }
  70% {
    stroke-dashoffset: 450;
    fill: #888888;
    fill-opacity: 1;
  }
  90% {
    stroke-dashoffset: 200;
    fill: #888888;
    fill-opacity: 1;
  }
  100% {
    fill: #888888;
    fill-opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes logoAnimation {
  0% {
    fill: transparent;
    stroke-dashoffset: 1000;
  }
  30% {
    fill-opacity: 0;
    fill: #888888;
  }
  50% {
    stroke-dashoffset: 650;
    fill: #888888;
    fill-opacity: 1;
  }
  70% {
    stroke-dashoffset: 450;
    fill: #888888;
    fill-opacity: 1;
  }
  90% {
    stroke-dashoffset: 200;
    fill: #888888;
    fill-opacity: 1;
  }
  100% {
    fill: #888888;
    fill-opacity: 1;
    stroke-dashoffset: 0;
  }
}
/* ---------------------------------------------
*   slide-fade
--------------------------------------------- */
.slide-fade > span {
  -webkit-animation-name: slideFade;
          animation-name: slideFade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition: all 0.1s ease-in-out !important;
}

@-webkit-keyframes slideFade {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideFade {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ---------------------------------------------
*   p-news-post
--------------------------------------------- */
.p-news-post__date {
  font-size: 0.8rem;
  border-bottom: solid 1px #ccc;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  text-align: right;
}

.p-news-post p {
  margin-bottom: 2em;
  line-height: 1.75;
}

/* ---------------------------------------------
*   Privacy
--------------------------------------------- */
.p-page-privacy {
  position: relative;
}

.p-page-privacy__content {
  padding: 24px 16px;
}
@media screen and (max-width: 960px) {
  .p-page-privacy__content {
    padding: 40px 20px;
  }
}

.p-page-privacy__introduction {
  margin: 0 0 28px;
}

.p-page-privacy__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-page-privacy__item {
  padding-top: 24px;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 960px) {
  .p-page-privacy__item {
    padding-top: 28px;
  }
}
.p-page-privacy__item + .p-page-privacy__item {
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .p-page-privacy__item + .p-page-privacy__item {
    margin-top: 28px;
  }
}

.p-page-privacy-item__title {
  font-weight: 400;
  line-height: 1.7;
  display: flex;
  gap: 0.4em;
  align-items: baseline;
  margin: 0 0 10px;
}
@media screen and (max-width: 960px) {
  .p-page-privacy-item__title {
    margin-bottom: 12px;
  }
}

.p-page-privacy-item__title > span {
  font-feature-settings: "pnum";
  white-space: nowrap;
}

.p-page-privacy-item__title-sub {
  font-weight: 300;
  margin: 14px 0 8px;
}

.p-page-privacy-item__text,
.p-page-privacy-item__text-info {
  margin: 0 0 8px;
}

.p-page-privacy-item__text-num-wrap {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
}

.p-page-privacy-item__text-num {
  margin: 0;
}

.p-page-privacy-item__text-info {
  letter-spacing: 0.02em;
}

/* ---------------------------------------------
*   recruit
--------------------------------------------- */
.recruit {
  position: relative;
}

.recruit__lead {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .recruit__lead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }
}

.recruit__table {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .recruit__table {
    margin-bottom: 30px;
  }
}
.recruit__table caption {
  padding-block: 5px;
  padding-inline: 3px;
  background: #888;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
}
@media screen and (max-width: 960px) {
  .recruit__table caption {
    padding-block: 7px;
  }
}
.recruit__table th {
  width: 20%;
  font-weight: 400;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .recruit__table th {
    width: 100%;
    display: block;
    padding-block: 20px 0.8em;
  }
}
.recruit__table td {
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .recruit__table td {
    width: 100%;
    padding: 0 0 20px 0;
    display: block;
    border-bottom: dashed 1px #ccc;
  }
}

/* ---------------------------------------------
*   sustainability
--------------------------------------------- */
.sustainability {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

/* ---------------------------------------------
*   sdgs-section
--------------------------------------------- */
.sdgs-section {
  position: relative;
  padding-block: 50px;
}
.sdgs-section::before, .sdgs-section::after {
  content: "";
  position: absolute;
  background: url(../images/sustainability/img_line.jpg) no-repeat center top/contain;
  width: 100%;
  height: 20px;
}
.sdgs-section::before {
  top: 0;
  left: 0;
}
.sdgs-section::after {
  bottom: 0;
  left: 0;
}

.sdgs-section__top-img {
  width: min(300px, 15%);
  margin-inline: auto;
}
.sdgs-section__top-img img {
  display: block;
  width: 100%;
}

.sdgs-section__contents-inner {
  padding-inline: 20px;
}
@media screen and (max-width: 599px) {
  .sdgs-section__contents-inner {
    padding-inline: 15px;
  }
}

.sdgs-section__lead {
  margin-top: 60px;
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .sdgs-section__lead {
    font-size: 1rem;
  }
}

/* ---------------------------------------------
*   sdgs-section-ttl
--------------------------------------------- */
.sdgs-section-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sdgs-section-ttl__txt-1 {
  font-size: 60px;
  text-align: center;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 599px) {
  .sdgs-section-ttl__txt-1 {
    font-size: clamp(30px, 10vw, 60px);
    line-height: 1.33;
  }
}

.sdgs-section-ttl__txt-1-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sdgs-section-ttl__txt-1-br {
    display: block;
  }
}

.sdgs-section-ttl__txt-2 {
  font-size: 38px;
  text-align: center;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 599px) {
  .sdgs-section-ttl__txt-2 {
    font-size: clamp(22px, 7vw, 38px);
  }
}

.sdgs-section-ttl__txt-year {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 599px) {
  .sdgs-section-ttl__txt-year {
    font-size: clamp(18px, 5vw, 30px);
  }
}

/* ---------------------------------------------
*   sdgs-main
--------------------------------------------- */
.sdgs-main {
  margin-inline: auto;
  margin-top: 50px;
}

.sdgs-main__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 10%;
       column-gap: 10%;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .sdgs-main__container {
    width: min(360px, 90%);
    display: block;
  }
}

/* ---------------------------------------------
*   sdgs-main-item
--------------------------------------------- */
.sdgs-main-item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.sdgs-main-item:nth-child(n+3) {
  margin-top: 35px;
}
@media screen and (max-width: 599px) {
  .sdgs-main-item:nth-child(n+3) {
    margin-top: inherit;
  }
}
@media screen and (max-width: 599px) {
  .sdgs-main-item + .sdgs-main-item {
    margin-top: 50px;
  }
}

.sdgs-main-item__ttl {
  margin-inline: auto;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
}
@media screen and (max-width: 399px) {
  .sdgs-main-item__ttl {
    font-size: clamp(22px, 7vw, 38px);
  }
}

.sdgs-main-item__list {
  position: relative;
  margin-top: 20px;
  padding-left: 0.5em;
}

.sdgs-main-item__list-item {
  position: relative;
  padding-left: 1em;
  text-indent: -0.2em;
  font-weight: 300;
}
.sdgs-main-item__list-item::before {
  content: "";
  position: relative;
  width: 3px;
  height: 3px;
  top: -4px;
  left: -0.5em;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
}

.sdgs-main-item__icons {
  width: 90%;
  margin-top: 25px;
  margin-inline: auto;
}
.sdgs-main-item__icons img {
  display: block;
}

/* ---------------------------------------------
*   sdgs-bottom
--------------------------------------------- */
.sdgs-bottom {
  margin-top: 70px;
}

.sdgs-bottom__container {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 599px) {
  .sdgs-bottom__container {
    display: block;
  }
}

.sdgs-bottom__img {
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .sdgs-bottom__img {
    width: 75%;
  }
}

.sdgs-bottom__txt-wrap {
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .sdgs-bottom__txt-wrap {
    margin-left: 0;
  }
}

.sdgs-bottom__txt {
  display: block;
  font-size: 0.7rem;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .sdgs-bottom__txt {
    margin-top: 15px;
  }
}

/* ---------------------------------------------
*   p-top-catchphrase__main
--------------------------------------------- */
.p-top-catchphrase__main {
  width: 50%;
  padding-right: 6vw;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-top-catchphrase__main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
  }
}

/* ---------------------------------------------
*  p-top-catchphrase
--------------------------------------------- */
.p-top-catchphrase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: min(1400px, 70%);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 1000px) {
  .p-top-catchphrase {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .p-top-catchphrase {
    position: relative;
  }
}

/* ---------------------------------------------
*   p-top-catchphrase__img-wrap
--------------------------------------------- */
.p-top-catchphrase__img-wrap {
  flex: 1;
  height: 52vw;
  max-height: 765px;
}
@media screen and (max-width: 1000px) {
  .p-top-catchphrase__img-wrap {
    position: relative;
    height: 75vw;
    z-index: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-top-catchphrase__img-wrap {
    flex: auto;
    width: 90%;
    height: 100vw;
  }
}

.p-top-catchphrase__img {
  position: relative;
  height: 100%;
}
.p-top-catchphrase__img img {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto;
  max-height: clamp(300px, 40vw, 763px);
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/3.5;
}
@media screen and (max-width: 1000px) {
  .p-top-catchphrase__img img {
    max-height: clamp(300px, 54vw, 763px);
  }
}
@media screen and (max-width: 834px) {
  .p-top-catchphrase__img img {
    left: auto;
    right: 0;
    width: auto;
    max-height: clamp(300px, 75vw, 763px);
  }
}

/* ---------------------------------------------
*   p-top-news
--------------------------------------------- */
.p-top-news {
  background: #e9e8e8;
  padding: 50px 0;
}

.p-top-news__inner {
  max-width: min(1400px, 70%);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 599px) {
  .p-top-news__inner {
    max-width: 100%;
  }
}

/* ---------------------------------------------
*   p-top-instagram
--------------------------------------------- */
.p-top-instagram {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .p-top-instagram {
    margin-top: 80px;
  }
}

.p-top-instagram__container {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .p-top-instagram__container {
    width: auto;
    padding-inline: 20px;
  }
}

/* ---------------------------------------------
*   p-top-banner
--------------------------------------------- */
.p-top-banner {
  width: min(800px, 60%);
  max-width: 100%;
  margin-inline: auto;
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .p-top-banner {
    width: 95%;
  }
}
.p-top-banner--2 {
  width: min(700px, 50%);
  margin-top: 50px;
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .p-top-banner--2 {
    width: 95%;
    margin-top: 30px;
    margin-bottom: 100px;
  }
}

.p-top-banner__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
/*# sourceMappingURL=style-main.css.map */