@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet');@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* ==========================================================================
  Foundation
============================================================================*/



.c-font__14 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-font__14 {
    line-height: 1.71;
  }
}
.c-font__serif {
  font-family: "Noto Serif JP", serif;
}
.c-font__en {
  font-family: "Lato", sans-serif;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #f0f8f8;
}

main {
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.67;
  background-color: #f0f8f8;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*Chrome,Safari*/
  -ms-text-size-adjust: 100%; /*EgdeMobile*/
  -moz-text-size-adjust: 100%; /*firefox*/
}

img {
  max-width: 100%;
  height: auto;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"] {
    text-decoration: none;
    font-weight: 900;
  }
}
/* ==========================================================================
  layout
============================================================================*/
.p-footer {
  background-color: #0ba29a;
  padding: 32px 45px 10px;
  color: #FFFFFF;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-footer {
    padding: 16px 14px 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 16px 11px 5px;
  }
}
.p-footer__area {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 16px;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-footer__area {
    padding: 0;
  }
}
.p-footer__logo {
  max-width: 216px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 22.5vw;
    min-width: 108px;
  }
}
.p-footer__lead {
  margin-top: 17px;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-footer__lead {
    margin-top: 14px;
    font-size: 10px;
  }
}
@media screen and (max-width: 374px) {
  .p-footer__lead {
    font-size: 8px;
  }
}
.p-footer__r {
  position: relative;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .p-footer__r {
    right: 28px;
    top: 2px;
  }
}
@media screen and (max-width: 374px) {
  .p-footer__r {
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer .c-contact {
    gap: 3px;
  }
}
.p-footer .c-contact > .tell-deco {
  background-color: #FFFFFF;
  color: #0ba29a;
  padding: 20px 14px;
}
@media screen and (max-width: 767px) {
  .p-footer .c-contact > .tell-deco {
    font-size: clamp(12px, 3.2vw, 24px);
    padding: 2.6vw 1.8vw;
  }
}
.p-footer .c-contact__tel {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer .c-contact__tel {
    font-size: clamp(24px, 6.4vw, 48px);
    margin-top: 0;
  }
}
.p-footer .c-contact__reception {
  margin-top: 0;
}
.p-footer .c-button {
  background-color: #FFFFFF;
  color: #0ba29a;
}
@media screen and (max-width: 767px) {
  .p-footer .c-button {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer .c-contact__foam {
    text-align: right;
    margin-top: 13px;
  }
}
.p-footer__copyright {
  margin-top: 14px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}

.l-header {
  display: flex;
  justify-content: space-between;
  padding: 21px 45px;
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1165px) {
  .l-header {
    padding: 21px 14px;
  }
}
.l-header__logo {
  max-width: 191px;
  margin-left: 5px;
}
@media screen and (max-width: 1165px) {
  .l-header__logo {
    max-width: 145px;
  }
}
.l-header .gnav__shop-link {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-header .gnav__shop-link {
    text-align: left;
  }
}
.l-header .gnav__shop-link img {
  width: 14px;
  margin-left: 5px;
}
@media screen and (max-width: 960px) {
  .l-header .gnav__shop-link img {
    max-width: 14px;
    min-width: 7px;
    width: 2vw;
  }
}
.l-header .gnav__menu {
  display: flex;
  margin-top: 13px;
}
.l-header .gnav__menu--item:not(:last-of-type) {
  padding-right: 37px;
  position: relative;
}
@media screen and (max-width: 1165px) {
  .l-header .gnav__menu--item:not(:last-of-type) {
    padding-right: 19px;
  }
}
.l-header .gnav__menu--item:not(:last-of-type) ::after {
  content: "/";
  position: absolute;
  right: 17px;
}
@media screen and (max-width: 1165px) {
  .l-header .gnav__menu--item:not(:last-of-type) ::after {
    right: 8px;
  }
}
@media screen and (max-width: 960px) {
  .l-header .gnav__menu--item:not(:last-of-type) ::after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .l-header .c-button {
    padding: 10px 22px;
  }
}
.l-header__area {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 1165px) {
  .l-header__area {
    gap: 10px;
  }
}

.l-header.site-header {
  justify-content: end;
  position: absolute;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .l-header.site-header {
    position: fixed;
    top: 13px;
    right: -22px;
    padding: 0;
  }
}

.l-header.header-change {
  background: #FFFFFF;
  position: fixed;
  z-index: 999;
  align-items: center;
  top: 0;
  height: 100px;
  transition: 0.5s;
  color: #000000;
  box-shadow: 0px 0px 12px 0px rgba(139, 139, 139, 0.39);
}
@media screen and (max-width: 960px) {
  .l-header.header-change {
    background-color: transparent;
    top: 12px;
    right: -20px;
    justify-content: end;
    padding: 0;
    box-shadow: none;
  }
  .l-header.header-change > .l-header__logo {
    display: none;
  }
}

#top .l-header.header-change {
  top: -105px;
}
@media screen and (max-width: 960px) {
  #top .l-header.header-change {
    display: none;
  }
}

#top .l-header.header-change.show {
  top: 0;
  z-index: 99;
}

#top .l-header.header-change .gnav__menu__item a {
  color: #fff;
  text-decoration: none;
}

/* ==========================================================================
  object
============================================================================*/
.c-ham {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-ham {
    display: block;
  }
  .c-ham__area {
    display: none;
  }
  .c-ham__area.active {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(139, 139, 139, 0.2);
    max-width: 310px;
    width: 34vw;
    min-width: 192px;
    color: #000000;
    padding: 95px 18px 23px;
    border-radius: 14px;
    position: absolute;
    z-index: -1;
    right: 30px;
    top: -6px;
    font-size: 14px;
  }
  .c-ham__area.active .gnav__menu--item:not(:last-of-type) {
    padding-right: 0;
  }
  .c-ham__gnav .gnav__shop-link {
    display: none;
  }
  .c-ham__gnav .gnav__menu {
    flex-direction: column;
    gap: 33px;
  }
  .c-ham__contact {
    margin: 0 auto;
  }
}

.c-ham__openbtn {
  position: relative;
  right: 40px;
  background: #0ba29a;
  cursor: pointer;
  width: 97.5px;
  height: 97.5px;
  padding-top: 26px;
  border-radius: 50vh;
  text-align: center;
}
.c-ham__openbtn img {
  max-width: 74px;
}
.c-ham__openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}
.c-ham__openbtn span:nth-of-type(1) {
  top: 60px;
}
.c-ham__openbtn span:nth-of-type(2) {
  top: 69px;
}
.c-ham__openbtn span:nth-of-type(3) {
  top: 77px;
}
.c-ham__openbtn.active span:nth-of-type(1) {
  left: 50%;
  transform: translate(-50%, 9px) rotate(-29deg);
  width: 45%;
}
.c-ham__openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.c-ham__openbtn.active span:nth-of-type(3) {
  left: 50%;
  transform: translate(-50%, -9px) rotate(29deg);
  width: 45%;
}

.c-ttl__h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: clamp(15px, 4vw, 30px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-ttl__h2 {
    margin-left: 20px;
    letter-spacing: -0.05em;
    gap: 2px;
  }
}
.c-ttl__h2--logo {
  max-width: 192px;
  min-width: 96px;
  width: 20vw;
}
.c-ttl__en {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-ttl__en {
    font-size: 24px;
  }
}
.c-ttl__en > .jp {
  margin-top: 5px;
  text-align: center;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-ttl__en > .jp {
    font-size: 10px;
    margin-top: 0;
  }
}

.c-button {
  display: inline-flex;
  background-color: #0ba29a;
  border-radius: 50vh;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 1em 1.5em;
  min-width: 213px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 14px;
    min-width: 107px !important;
  }
}
.c-button__top {
  text-align: center;
}
.c-button__top a {
  display: inline-flex;
  background-color: #0ba29a;
  color: #FFF;
  padding: 3px 10px;
  border-radius: 3px;
  letter-spacing: 0.075em;
  padding: 5px 10px;
}

.c-banner {
  padding: 30px 10px;
}
.c-banner__wrapper {
  text-align: center;
}

.c-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .c-contact {
    gap: 5px;
  }
}
.c-contact > .tell-deco {
  background-color: #0ba29a;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  padding: 14px;
  border-radius: 50vh;
}
@media screen and (max-width: 767px) {
  .c-contact > .tell-deco {
    font-size: 12px;
    padding: 2vw;
  }
}
.c-contact__tel {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: -4px;
}
.c-contact__tel::before, .c-contact__tel::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-contact__tel::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.c-contact__tel::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media screen and (max-width: 767px) {
  .c-contact__tel {
    font-size: 24px;
  }
}
.c-contact__reception {
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
}
.c-contact__reception::before, .c-contact__reception::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-contact__reception::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.c-contact__reception::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media screen and (max-width: 767px) {
  .c-contact__reception {
    font-size: 8px;
    margin-top: -3px;
  }
}
.c-contact__foam {
  margin-top: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-contact__foam {
    text-align: left;
    margin-top: 21px;
  }
}

/* ==========================
        MV画像
========================== */
.p-mv {
  position: relative;
  overflow: hidden;
}
.p-mv__logo {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    left: 51%;
    top: 44.5%;
  }
}
.p-mv__logo > img {
  max-width: 662px;
  width: 60.96vw;
}
@media screen and (max-width: 960px) {
  .p-mv__logo > img {
    min-width: 227px;
  }
}
.p-mv__copy {
  position: absolute;
  color: #FFF;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.22em;
  bottom: 38px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    font-size: 16px;
    line-height: 1.5;
    bottom: 35px;
    left: 11px;
    letter-spacing: 0.075em;
  }
}

/* MV Youtube */
.video-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .video-wrap {
    height: 100svh;
    width: 100%;
  }
}

.video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  border: none;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  height: 100svh;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .video-wrap video {
    min-width: inherit;
    min-height: inherit;
  }
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

.p-about {
  background-image: url(../../assets/img/about_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 42px 45px 0;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 22px 11px 0 12px;
  }
}
.p-about__lead {
  max-width: 922px;
  margin: 29px auto 42px;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    margin: 13px 0 0;
  }
}
.p-about__lead--txt {
  line-height: 1.71;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 767px) {
  .p-about__lead--txt {
    line-break: anywhere;
  }
}
.p-about__lead--txt:not(:first-of-type) {
  margin-top: 2.2em;
}
@media screen and (max-width: 767px) {
  .p-about__lead--txt:not(:first-of-type) {
    margin-top: 25px;
  }
}
.p-about__deco {
  width: 1224px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-about__deco {
    width: 608px;
    left: 51.2%;
  }
}

.p-effort {
  padding: 71px 45px 0;
}
@media screen and (max-width: 767px) {
  .p-effort {
    padding: 31px 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-effort .c-ttl__h2 {
    margin-left: 13px;
    margin-bottom: 17px;
  }
}
.p-effort .c-ttl__h2--logo {
  margin-left: -14px;
}
.p-effort__item {
  background-color: #FFFFFF;
  max-width: 1150px;
  margin: 10px auto 0;
  padding: 37px 72px 52px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-effort__item {
    margin-top: 5px;
    padding: 11px 4px 23px 2px;
  }
}
@media screen and (max-width: 960px) {
  .p-effort__item--ttl {
    max-width: 552px;
    min-width: 276px;
    width: 57.5vw;
  }
}
.p-effort__item--dsc__l {
  padding-left: 3px;
}
.p-effort__item--dsc__lead {
  margin-top: 56px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: -3.4em;
  padding-left: 3.4em;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  left: 0;
  color: #097a74;
}
@media screen and (max-width: 960px) {
  .p-effort__item--dsc__lead {
    font-size: clamp(16px, 3.2vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .p-effort__item--dsc__lead {
    margin-top: 18px;
    text-indent: -2.2em;
    padding-left: 2.4em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-effort__item--dsc__lead {
    letter-spacing: 0.03em;
  }
}
.p-effort__item--dsc__txt-area {
  margin: 41px 0 60px;
  max-width: 490px;
}
@media screen and (max-width: 1300px) {
  .p-effort__item--dsc__txt-area {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-effort__item--dsc__txt-area {
    margin: 32px 0 19px;
  }
}
.p-effort__item--dsc__txt-area h5 {
  font-size: 20px;
  margin-bottom: 17px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-effort__item--dsc__txt-area h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.p-effort__item--dsc__txt-area p {
  line-height: 1.7;
}
.p-effort__item--dsc__txt-area p:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-effort__item--dsc__txt-area p:not(:last-of-type) {
    margin-bottom: 25px;
    line-break: anywhere;
  }
}
.p-effort__item:not(:first-of-type) .p-effort__item--dsc__txt-area {
  margin: 55px 0 0;
  padding-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .p-effort__item:not(:first-of-type) .p-effort__item--dsc__txt-area {
    margin-top: 37px;
    padding-bottom: 0px;
    margin-bottom: -3px;
  }
}
.p-effort__lead01 {
  text-indent: -5.6em;
  padding-left: 5.6em;
}
@media screen and (max-width: 1300px) {
  .p-effort__button {
    text-align: center;
  }
}
.p-effort__button .c-button {
  font-size: 20px;
  font-weight: 900;
  padding: 17px 20px 24px 30px;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .p-effort__button .c-button {
    padding: 2vw 2vw 2.3vw 4vw;
    gap: 1px;
  }
}
.p-effort__button .c-button > img {
  max-width: 216px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-effort__button .c-button > img {
    min-width: 108px;
    width: 28.2vw;
  }
}
.p-effort__button .c-button p {
  margin-top: 13px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-effort__button .c-button p {
    font-size: 10px;
    margin-top: 7px;
  }
}
.p-effort__button .c-button span {
  display: block;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: -6px;
  margin-left: -18px;
}
@media screen and (max-width: 767px) {
  .p-effort__button .c-button span {
    font-size: 8px;
    margin-top: -1px;
    margin-left: -4px;
  }
}
.p-effort__button .c-button span img {
  width: 14px;
}
@media screen and (max-width: 767px) {
  .p-effort__button .c-button span img {
    margin-top: 2px;
    max-width: 14px;
    min-width: 7px;
    width: 2vw;
  }
}
.p-effort__img--inner {
  display: flex;
  justify-content: center;
}
.p-effort__img img {
  max-width: 355px;
  min-width: 177.5px;
  width: 36.9vw;
}
@media screen and (max-width: 1300px) {
  .p-effort__img--l {
    position: relative;
    top: -20px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-effort__img--l {
    top: -14px;
    right: -23px;
  }
}
@media screen and (max-width: 1300px) {
  .p-effort__img--r {
    position: relative;
    bottom: -40px;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-effort__img--r {
    bottom: -26px;
    left: -23px;
  }
}

@media screen and (min-width: 1301px) {
  .p-effort__item--dsc__l {
    position: relative;
  }
  .p-effort__img {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .p-effort__img--inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .p-effort__img--l {
    position: absolute;
    top: -27px;
    left: 20px;
  }
  .p-effort__img--r {
    position: absolute;
    bottom: 0;
    right: -137px;
  }
}
.p-effort-everyone {
  margin-top: 52px;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  .p-effort-everyone {
    margin-top: 22px;
    padding: 0 19px;
  }
}
.p-effort-everyone__ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-effort-everyone__ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-effort-everyone__lead {
  text-align: center;
  margin: 12px 0 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-effort-everyone__lead {
    margin: 9px 0 16px;
    letter-spacing: 0;
  }
}
.p-effort-everyone__item {
  display: flex;
  gap: 15px;
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  .p-effort-everyone__item {
    flex-direction: column;
    align-items: center;
    gap: 27px;
    padding: 20px 12px 0;
  }
}
.p-effort-everyone__item > li {
  width: calc(50% - 10px);
  background-color: #FFFFFF;
  padding: 8px 12px;
  box-shadow: 0px 0px 12px 0px rgba(139, 139, 139, 0.2);
}
@media screen and (max-width: 960px) {
  .p-effort-everyone__item > li {
    width: 100%;
    max-width: 440px;
  }
}
.p-effort-everyone__item--img {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .p-effort-everyone__item--img {
    margin-top: -28px;
  }
}
.p-effort-everyone__item--label {
  background-color: #000;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 1.3em 1em;
  min-width: 165px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  position: relative;
  top: -2.2em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-effort-everyone__item--label {
    font-size: 12px;
    padding: 3.5vw 2vw;
    min-width: 152px;
    top: -2em;
  }
}
.p-effort-everyone__item--txt {
  margin-top: -0.7em;
  padding: 0 0.55em;
}
@media screen and (max-width: 767px) {
  .p-effort-everyone__item--txt {
    margin-top: -8px;
  }
}
.p-effort-everyone__item--txt p {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-effort-everyone__item--txt p {
    font-size: 17px;
  }
}
.p-effort-everyone__item--txt p:not(:first-of-type) {
  margin-top: 2px;
}
.p-effort-everyone__item--deco {
  margin-top: -1px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-effort-everyone__item--deco {
    margin-top: -3px;
    margin-right: -3px;
  }
}
.p-effort-everyone__item--deco img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .p-effort-everyone__item--deco img {
    width: 28px;
  }
}

.p-contact {
  position: relative;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 33px;
    position: relative;
    padding-top: 97px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact::before {
    content: "";
    background-image: url(../../assets/img/contact_img_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 229px;
    height: 115px;
    position: absolute;
    top: 0;
    left: 12px;
  }
}
.p-contact__img {
  width: 56.7%;
  position: relative;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-contact__img {
    width: 71.7%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__img {
    display: none;
  }
}
.p-contact__box {
  position: absolute;
  width: 54.7%;
  right: 0;
  bottom: -16%;
  background-color: #FFFFFF;
  padding: 35px 33px 25px;
}
@media screen and (max-width: 1300px) {
  .p-contact__box {
    bottom: -38%;
  }
}
@media screen and (max-width: 960px) {
  .p-contact__box {
    width: 64%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    width: 85%;
    position: relative;
    margin: 0 0 0 auto;
    padding: 17px 17px 27px;
  }
}
.p-contact__box--inline {
  max-width: 543px;
}
.p-contact__box--ttl {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.6;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .p-contact__box--ttl {
    font-size: 24px;
  }
}
.p-contact__box--ttl > .jp {
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__box--ttl > .jp {
    font-size: 10px;
  }
}
.p-contact__box--company {
  margin: 40px 0 0 6px;
}
@media screen and (max-width: 767px) {
  .p-contact__box--company {
    margin: 18px 0 0 3px;
  }
}
.p-contact__box--company h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}
.p-contact__box--company h3::before, .p-contact__box--company h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-contact__box--company h3::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.p-contact__box--company h3::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-contact__box--company h3 {
    font-size: 20px;
  }
}
.p-contact__box--company p {
  font-size: 24px;
  margin-top: 0.4em;
  line-height: 1;
}
.p-contact__box--company p::before, .p-contact__box--company p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-contact__box--company p::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.p-contact__box--company p::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-contact__box--company p {
    font-size: 16px;
    margin-top: 4px;
  }
}
.p-contact__box--contact {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact__box--contact {
    margin-top: 5px;
  }
}
.p-contact .c-contact__foam .c-button {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-contact .c-contact__foam .c-button {
    font-size: 14px;
  }
}

.p-voice {
  margin-top: 128px;
}
@media screen and (max-width: 1300px) {
  .p-voice {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice .c-ttl__h2 {
    margin-left: 0;
  }
}
.p-voice__area {
  margin-top: 17px;
  background-color: #0ba29a;
  padding: 33px 27px 75px;
}
@media screen and (max-width: 767px) {
  .p-voice__area {
    margin-top: 6px;
    padding: 5px 13px 20px;
  }
}
.p-voice__area--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-voice__area--lead {
  color: #FFFFFF;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-voice__area--lead {
    margin-left: 0;
  }
}
.p-voice__area--list {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-voice__area--list {
    margin-top: 8px;
  }
}
.p-voice__area--list li {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 19px 0px rgba(77, 77, 77, 0.19);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 36px 5px 22px;
}
@media screen and (max-width: 767px) {
  .p-voice__area--list li {
    gap: 12px;
    padding: 0px 10px 0px 8px;
  }
}
.p-voice__area--list li:nth-of-type(even) {
  padding: 17px 36px 14px 21px;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-voice__area--list li:nth-of-type(even) {
    padding: 0px 10px 0px 7px;
    gap: 11px;
  }
}
.p-voice__area--list li:nth-of-type(even) img {
  max-width: 105px;
}
.p-voice__area--list li:nth-of-type(even) p {
  margin-top: 0;
  padding: 10px 0;
}
.p-voice__area--list li:not(:last-of-type) {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-voice__area--list li:not(:last-of-type) {
    margin-bottom: 2px;
  }
}
.p-voice__area--list li img {
  max-width: 110px;
}
@media screen and (max-width: 767px) {
  .p-voice__area--list li img {
    min-width: 55px;
    width: 13.7vw;
    margin: 5px 0;
  }
}
.p-voice__area--list li p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .p-voice__area--list li p {
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0 8.5px 0;
  }
}

.p-topics {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 73px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .p-topics {
    flex-direction: column;
    align-items: start;
    max-width: 769px;
  }
}
@media screen and (max-width: 767px) {
  .p-topics {
    padding: 19px 14px;
    gap: 4px;
  }
}
.p-topics__ttl {
  padding-left: 34px;
}
@media screen and (max-width: 960px) {
  .p-topics__ttl {
    padding-left: 0;
  }
}
.p-topics__ttl > .jp {
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .p-topics__ttl > .jp {
    margin-left: -5px;
  }
}
.p-topics__list {
  border-top: 1px solid #d9e0e0;
  max-width: 769px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topics__list {
    margin-top: 9px;
  }
}
.p-topics__list > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9e0e0;
  min-height: 94px;
}
@media screen and (max-width: 767px) {
  .p-topics__list > li {
    gap: 16px;
    min-height: 51px;
  }
}
.p-topics__list--flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-topics__list--flex {
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
}
.p-topics__list--day {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .p-topics__list--day {
    font-size: 12px;
    padding-left: 0;
  }
}
.p-topics__list--category {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px 10px;
  min-width: 108px;
  text-align: center;
  margin: 0 18px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-topics__list--category {
    font-size: 9px;
    line-height: 1;
    min-width: 54px;
    margin: 0;
    padding: 2px 4px;
  }
}
.p-topics__list--txt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-topics__list--txt {
    padding: 14px 0;
    line-height: 1.71;
  }
}
.p-topics__list--txt > a {
  display: block;
  color: #0068d2;
  text-decoration: underline;
}
.p-topics__list--txt > a:visited {
  color: #551A8B;
}

.p-company {
  padding-top: 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(139, 139, 139, 0.39);
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 31px;
  }
}
.p-company .box {
  max-width: 1027px;
  margin: 0 auto;
  position: relative;
}
.p-company .c-ttl__h2 {
  flex-direction: column;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .p-company .c-ttl__h2 {
    margin-left: -2px;
    gap: 3px;
  }
}
.p-company .c-ttl__h2--logo {
  max-width: 224px;
}
@media screen and (max-width: 767px) {
  .p-company .c-ttl__h2--logo {
    width: 172px;
  }
}
.p-company .c-ttl__h2 .jp {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-company .c-ttl__h2 .jp {
    font-size: 14px;
  }
}
.p-company__sns {
  display: flex;
  gap: 17px;
  position: absolute;
  right: 6px;
  top: 19px;
}
@media screen and (max-width: 1300px) {
  .p-company__sns {
    right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__sns {
    right: 14px;
    top: -26px;
    gap: 8px;
  }
}
.p-company__sns a > img {
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .p-company__sns a > img {
    min-width: 20px;
    width: 5vw;
  }
}
.p-company__info {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 28px;
  max-width: 1027px;
  margin: 25px auto;
  padding: 0 45px;
}
@media screen and (max-width: 1300px) {
  .p-company__info {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company__info {
    padding: 0 12px;
    margin-top: 8px;
  }
}
.p-company__info > div {
  flex: 1;
}
.p-company__info .left-column, .p-company__info .right-column {
  width: 48%;
}
@media screen and (max-width: 1300px) {
  .p-company__info .left-column, .p-company__info .right-column {
    width: 100%;
  }
}
.p-company__info table {
  width: 100%;
  border-collapse: collapse;
}
.p-company__info tr {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.p-company__info td {
  font-size: 14px;
  vertical-align: middle;
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  .p-company__info td {
    padding: 10.5px 0;
  }
}
.p-company__info td:nth-child(odd) {
  font-weight: bold;
  border-bottom: 1px solid #07bfb5;
  display: flex;
  align-items: center;
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  .p-company__info td:nth-child(odd) {
    padding-left: 3px;
    line-height: 1.28;
  }
}
.p-company__info td:nth-child(even) {
  width: 76.5%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-company__info td:nth-child(even) {
    width: 74.5%;
    line-height: 1.28;
  }
}
.p-company__info tr.address > td {
  padding: 6px 0;
}
.p-company__info tr.address > td:nth-of-type(2) {
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .p-company__info tr.trading-target td:nth-of-type(2) {
    line-height: 1.71;
  }
}
.p-company__info .right-column td {
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .p-company__info .right-column td {
    padding: 12px 0;
  }
}
.p-company__info .right-column td .note {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-company__info .right-column td .note {
    letter-spacing: -0.01em;
    line-height: 1.33;
    margin-top: 6px;
    padding-bottom: 3px;
  }
}

.p-access {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 10px;
  }
}
.p-access__map {
  margin-top: 20px;
  width: 100%;
  height: 495px;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 10px;
    margin-top: 9px;
    height: 164px;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
}

.js-fadeIn-fast {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: opacity 0.3s 0.2s, filter 0.3s 0.2s, -webkit-filter 0.3s 0.2s;
}

.js-fadeIn-fast.is-show {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.js-fadeIn {
  opacity: 0;
  filter: blur(5px);
  transition: opacity 0.5s 0.2s, filter 0.5s 0.2s, -webkit-filter 0.5s 0.2s;
}

.js-fadeIn.is-show {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}