@charset "UTF-8";
/*
Theme Name: Happiness-creare_wp
Author:GreenHill
Description:Happiness createオフィシャルHP
Version:1.0
*/
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  scroll-behavior: smooth;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  min-height: 100dvh;
  letter-spacing: 0.05em;
  color: #333333;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.obj-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.t-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.t-title__wrap .t-title__en {
  position: relative;
  font-size: clamp(12px, 3.0769230769vw, 14px);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 14px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .t-title__wrap .t-title__en {
    padding-left: 9px;
  }
}
.t-title__wrap .t-title__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .t-title__wrap .t-title__en::before {
    width: 5px;
    height: 5px;
  }
}
.t-title__wrap .t-title__ja {
  font-size: clamp(28px, 7.1794871795vw, 40px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .t-title__ja__center {
    text-align: center;
    line-height: 130%;
  }
}

.t-title__center {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .br__pc {
    display: none;
  }
}

.scroll-fade {
  opacity: 0;
  transition: all 0.8s ease;
}
.scroll-fade.active {
  opacity: 1;
}

/*
Theme Name: Happiness-creare_wp
Author:GreenHill
Description:Happiness createオフィシャルHP
Version:1.0
*/
.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-pc-inlineblock {
    display: none;
  }
}

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

.u-sp-inlineblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inline {
    display: inline;
  }
}

.u-align--center {
  text-align: center;
}

/*
Theme Name: Happiness-creare_wp
Author:GreenHill
Description:Happiness createオフィシャルHP
Version:1.0
*/
/*************************************************
header
*************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
  }
}
.header.is-scrolled {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.header.is-open {
  background-color: transparent;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 12px 50px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 70px;
    padding-inline: 5% 2%;
    width: 100%;
    margin-inline: auto;
  }
}

.header-logo {
  position: relative;
  z-index: 51;
}

.header-logo img {
  width: 254px;
  height: auto;
  aspect-ratio: 254/36;
  flex-shrink: 0;
}

.header-logo--drawer {
  display: none;
}

.header-logo a {
  transition: all 0.5s ease;
}
.header-logo a:hover {
  opacity: 0.7;
}

.header-nav__lists {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .header-nav__lists {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav__lists {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__lists {
    flex-direction: column;
  }
}

.header-nav__list {
  text-align: center;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header-nav__list {
    text-align: center;
    border-bottom: 1px solid #D5D5D5;
    width: 100%;
    width: 100%;
  }
}

.header-nav__list:hover {
  opacity: 0.7;
}
.header-nav__list:hover .header-subnav {
  display: block;
}

.header-nav__list:last-child {
  border-bottom: none;
}

.header-nav__item {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-nav__item {
    justify-content: space-between;
  }
}

.header-nav__list:hover .header-nav__toggle .line-vertical {
  opacity: 0;
  transition: all 0.3s ease;
}

.header-nav__toggle {
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .header-nav__toggle {
    display: none;
  }
}

.header-nav__link,
.header-subnav__text,
.header-nav__link-ja {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.7px;
  min-height: 2em;
  transition: all 0.3s ease;
  display: grid;
  place-content: center;
}

.header-nav__link-ja {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .header-nav__link-ja {
    font-size: 16px;
  }
}

.header-nav__link--contact {
  width: 180px;
  height: 48px;
  padding-inline: 16px;
  display: grid;
  place-items: center;
  background-color: #333333;
  border: 1px solid #333333;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header-nav__link--contact {
    width: 280px;
    height: 60px;
    font-size: 14px;
  }
}

.header-nav__list--contact:hover {
  opacity: 1;
}

.header-nav__link--contact:hover {
  background-color: #FFFFFF;
  opacity: 1;
}
.header-nav__link--contact:hover .header-nav__link-ja {
  color: #333333;
}
.header-nav__link--contact:hover .header-nav__link-icon svg path {
  fill: #333333;
}

.header-subnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: fit-content;
  padding: 20px 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header-subnav {
    margin-top: 0;
    padding: 0 0 20px 0;
    width: 100%;
  }
}

.header-subnav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .header-subnav__link {
    gap: 2px;
  }
}

.header-subnav__link:hover .header-subnav__text {
  opacity: 0.7;
}

.header-subnav__text {
  font-size: 12 px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #333333;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header-subnav__text {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

.header-subnav__icon {
  width: 10px;
  height: 10px;
}

.header-subnav__icon svg {
  display: block;
  width: 8px;
  height: 100%;
  color: #333333;
}

/*********************
drawer
*********************/
/* PC表示 */
.header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    display: none;
  }
}

/* SP表示（ドロワー開いたら表示） */
.header-nav.is-open {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  padding-top: 120px;
  background: #FFFFFF url(../images/top/mv-bg-sp.svg) no-repeat top left/cover;
}
.header-nav.is-open .header-subnav {
  display: block;
  position: inherit;
}

.header-nav.is-open .header-nav__lists {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 90%;
  margin-inline: auto;
}
.header-nav.is-open .header-nav__lists .header-nav__link {
  display: block;
  padding-block: 25px;
}
.header-nav.is-open .header-nav__lists .header-nav__list--contact {
  margin-top: 32px;
}
.header-nav.is-open .header-nav__lists .header-nav__link--contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__open {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__open {
    display: block;
  }
}

.drawer-icon__wrapper {
  display: none;
}
@media screen and (max-width: 1200px) {
  .drawer-icon__wrapper {
    background: transparent;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon {
    width: 22px;
    height: 20px;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar {
    background-color: #333333;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar:nth-of-type(2) {
    display: none;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
  }
}

.drawer-icon {
  width: 28px;
  height: 16px;
  position: relative;
  z-index: 51;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: #333333;
  transition: transform 0.3s linear, top 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 8px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 16px;
}

/*
Theme Name: Happiness-creare_wp
Author:GreenHill
Description:Happiness createオフィシャルHP
Version:1.0
*/
/*************************************************
footer
*************************************************/
footer {
  background-color: #333333;
  padding: 96px 0px 40px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 56px 0px 32px 0;
  }
}

.footer__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .footer__inner {
    padding: 0 20px;
  }
}
.footer__inner .footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .footer__inner .footer__top {
    flex-direction: column-reverse;
    gap: 24px;
    align-items: flex-start;
  }
}
.footer__inner .footer__logo-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__inner .footer__logo-wrap .footer__logo {
  width: 297px;
  display: block;
  transition: all 0.3s;
}
.footer__inner .footer__logo-wrap .footer__logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer__inner .footer__logo-wrap .footer__logo {
    width: 240px;
    height: auto;
  }
}
.footer__inner .footer__logo-wrap .footer__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.footer__inner .footer__top-link {
  color: #FFFFFF;
  font-size: 14px;
  display: inline-flex;
  align-items: baseline;
  padding: 10px 0px;
  gap: 4px;
  transition: all 0.3s;
  display: block;
}
.footer__inner .footer__top-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer__inner .footer__top-link {
    margin: 0 0 0 auto;
  }
}
.footer__inner .footer__bottom {
  padding-top: 30px;
}
.footer__inner .footer__bottom .footer__bottom-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer__inner .footer__bottom .footer__bottom-nav {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.footer__inner .footer__bottom .footer__bottom-nav li {
  color: #FFFFFF;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  letter-spacing: 0.05em;
}
.footer__inner .footer__bottom .footer__bottom-nav li a {
  display: inline-block;
  padding: 10px 0px;
  transition: all 0.3s ease;
}
.footer__inner .footer__bottom .footer__bottom-nav li a:hover {
  opacity: 0.7;
}
.footer__inner .footer__bottom .footer__bottom-copy {
  color: #FFFFFF;
  font-size: clamp(11px, 2.8205128205vw, 12px);
  text-align: center;
}

/*
Theme Name: Happiness-creare_wp
Author:GreenHill
Description:Happiness createオフィシャルHP
Version:1.0
*/
/*************************************************
top
*************************************************/
.t-fv {
  width: 100%;
  aspect-ratio: 67/35;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t-fv {
    aspect-ratio: auto;
    height: auto;
    min-height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  .t-fv {
    min-height: unset;
    height: auto;
  }
}
.t-fv .t-fv__inner {
  margin: 100px auto 0 auto;
  position: relative;
  max-width: 94%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 120px;
}
@media screen and (max-width: 1500px) {
  .t-fv .t-fv__inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  .t-fv .t-fv__inner {
    margin: 100px 15px 0px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .t-fv .t-fv__inner {
    flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .t-fv .t-fv__inner {
    margin: 70px 20px 0px 20px;
    padding: 0 15px;
    height: auto;
  }
}
.t-fv .t-fv__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/mv_bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.t-fv_text-wrap {
  margin-top: 9.4444444444vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .t-fv_text-wrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .t-fv_text-wrap {
    margin-top: 32px;
  }
}
.t-fv_text-wrap .t-fv__subtitle_en {
  color: #a1a1a1;
  font-size: 1.3888888889vw;
  font-weight: 400;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 1024px) {
  .t-fv_text-wrap .t-fv__subtitle_en {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_text-wrap .t-fv__subtitle_en {
    font-size: 16px;
  }
}
.t-fv_text-wrap .t-fv__title {
  display: block;
  font-size: 3.8888888889vw;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2.7777777778vw;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .t-fv_text-wrap .t-fv__title {
    font-size: 40px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_text-wrap .t-fv__title {
    font-size: 30px;
    margin-top: 16px;
  }
}
.t-fv_text-wrap .t-fv__subtitle_ja {
  margin-top: 24px;
  font-size: 1.3888888889vw;
  line-height: 180%;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .t-fv_text-wrap .t-fv__subtitle_ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_text-wrap .t-fv__subtitle_ja {
    font-size: 15px;
    margin-top: 12px;
  }
}
.t-fv_text-wrap .t-fv__lists {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 3.75vw;
}
@media screen and (max-width: 768px) {
  .t-fv_text-wrap .t-fv__lists {
    gap: 12px;
    margin-top: 16px;
  }
}
.t-fv_text-wrap .t-fv__lists .t-fv__list {
  font-size: 1.3888888889vw;
  font-weight: 700;
  color: #C89D2B;
  padding: 16px 24px 16px 52px;
  border: 1px solid #C89D2B;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .t-fv_text-wrap .t-fv__lists .t-fv__list {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_text-wrap .t-fv__lists .t-fv__list {
    padding: 12px 12px 12px 26px;
    font-size: 13px;
  }
}
.t-fv_text-wrap .t-fv__lists .t-fv__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/mv-check-icon.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .t-fv_text-wrap .t-fv__lists .t-fv__list::before {
    width: 14px;
    height: 14px;
    left: 8px;
  }
}

.t-fv__img {
  position: absolute;
  right: 110px;
  bottom: 0;
  width: 37.2222222222vw;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .t-fv__img {
    right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .t-fv__img {
    align-self: center;
    position: static;
    left: auto;
    transform: none;
    bottom: auto;
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .t-fv__img {
    width: 70%;
    margin: 20px auto 0 auto;
  }
}

.t-information {
  margin: 104px 0;
}
@media screen and (max-width: 768px) {
  .t-information {
    margin: 80px 0;
  }
}
.t-information .t-information__inner {
  max-width: 922px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 940px) {
  .t-information .t-information__inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .t-information .t-information__inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .t-information__title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.t-information__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.t-information__contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.t-information__link {
  padding-bottom: 16px;
  border-bottom: 1px solid #D5D5D5;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .t-information__link {
    gap: 16px;
  }
}
.t-information__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .t-information__link .t-information__meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.t-information__link .t-information__date {
  color: #9FA0A1;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .t-information__link .t-information__date {
    font-size: 12px;
  }
}
.t-information__link .t-information__cate {
  padding: 5px 12px;
  background-color: #C89D2B;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .t-information__link .t-information__cate {
    padding: 4px 10px;
  }
}
.t-information__link .t-information__title {
  flex: 1;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .t-information__link .t-information__title {
    font-size: 15px;
  }
}

.t-section-small-button__wrapper {
  margin-top: 24px;
}

.t-section-small-button {
  width: 140px;
  height: 30px;
  display: flex;
  gap: 24px;
  align-items: center;
  transition: all 0.3s ease;
  border-bottom: 1px solid #333333;
}

.t-section-small-button:hover {
  opacity: 0.7;
}
.t-section-small-button:hover .t-section-small-button__button-arrow {
  background-color: #333333;
  border: 1px solid #333333;
}
.t-section-small-button:hover .t-section-small-button__button-arrow svg {
  color: #333333;
}

.t-section-small-button__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.t-section-small-button__button-arrow {
  display: block;
  width: 40px;
  height: 18px;
  background-color: #333333;
  display: grid;
  place-items: center;
  border: 1px solid #333333;
  overflow: hidden; /* 矢印がはみ出さないように */
}

.t-section-small-button__button-arrow svg {
  color: #FFFFFF;
  width: 11px;
  height: 11px;
  transition: transform 0.3s ease;
  display: block;
}

/* ▼矢印ボタンとt-section-buttonの共通設定 */
.t-section-small-button__button-arrow,
.c-news__button {
  overflow: hidden;
}

/* ▼hoverでアニメーション発火 */
.t-section-small-button:hover .t-section-small-button__button-arrow svg {
  animation: arrow-slide-in 0.6s ease forwards;
}

/* ▼共通アニメーション */
@keyframes arrow-slide-in {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(150%);
    opacity: 0;
  }
  50% {
    transform: translateX(-150%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.t-about {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 104px;
}
.t-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 275px;
  background: url(../images/motif1.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.t-about__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px; /* 画像とテキストの間隔 */
}
@media screen and (max-width: 1240px) {
  .t-about__inner {
    padding: 0 20px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .t-about__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.t-about__img {
  flex-shrink: 0;
  width: 50%; /* お好みで調整 */
  margin-left: calc(50% - 50vw); /* 画面左端まで伸ばす */
}
@media screen and (max-width: 768px) {
  .t-about__img {
    width: 90%;
  }
}

.t-about__img img {
  width: 100%;
  height: auto;
  display: block;
}

.t-about__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .t-about__text-area {
    gap: 32px;
  }
}
.t-about__text-area .t-about__title {
  font-size: clamp(24px, 6.1538461538vw, 40px);
  font-weight: 600;
  color: #333333;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.t-about__text-area .t-about__text {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  line-height: 200%;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .t-about__text-area .t-about-button {
    margin-top: 0;
  }
}

.t-section-button__wrapper {
  margin-top: 40px;
}

.t-section-button {
  width: auto;
  height: 36px;
  display: inline-flex;
  gap: 48px;
  align-items: center;
  transition: all 0.3s ease;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  .t-section-button {
    gap: 32px;
  }
}

.t-section-button:hover {
  opacity: 0.7;
}
.t-section-button:hover .t-section-button__button-arrow {
  background-color: #333333;
  border: 1px solid #333333;
}
.t-section-button:hover .t-section-button__button-arrow svg {
  color: #333333;
}

.t-section-button__text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .t-section-button__text {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.t-section-button__button-arrow {
  display: block;
  width: 52px;
  height: 24px;
  background-color: #333333;
  display: grid;
  place-items: center;
  border: 1px solid #333333;
  z-index: 1;
  overflow: hidden; /* 矢印がはみ出さないように */
}
@media screen and (max-width: 768px) {
  .t-section-button__button-arrow {
    width: 50px;
    height: 22px;
  }
}

.t-section-button__button-arrow svg {
  color: #FFFFFF;
  width: 13px;
  height: 13px;
  transition: transform 0.3s ease;
  display: block;
}
@media screen and (max-width: 768px) {
  .t-section-button__button-arrow svg {
    width: 12px;
    height: 12px;
  }
}

/* ▼矢印ボタンとt-section-buttonの共通設定 */
.t-section-button__button-arrow,
.c-news__button {
  overflow: hidden;
}

/* ▼hoverでアニメーション発火 */
.t-section-button:hover .t-section-button__button-arrow svg {
  animation: arrow-slide-in 0.6s ease forwards;
}

/* ▼共通アニメーション */
@keyframes arrow-slide-in {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(150%);
    opacity: 0;
  }
  50% {
    transform: translateX(-150%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.t-consul_training {
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .t-consul_training {
    padding-bottom: 80px;
  }
}

.t-consul_training__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .t-consul_training__inner {
    padding: 0 20px;
  }
}

.t-card__items {
  margin-top: 56px;
  display: flex;
  gap: 48px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .t-card__items {
    flex-direction: column;
    gap: 40px;
    padding: 0;
    margin-top: 40px;
  }
}

.t-card-item {
  flex: 1;
  position: relative;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .t-card-item {
    padding-bottom: 0;
  }
}
.t-card-item::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #D5D5D5;
}
@media screen and (max-width: 768px) {
  .t-card-item::after {
    background-color: transparent;
  }
}
.t-card-item:first-child::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #D5D5D5;
}
@media screen and (max-width: 768px) {
  .t-card-item:first-child::before {
    background-color: transparent;
  }
}
.t-card-item:last-child::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #D5D5D5;
}
@media screen and (max-width: 768px) {
  .t-card-item:last-child::after {
    background-color: transparent;
  }
}

.t-card-item__link {
  display: block;
}

.t-card-item__cate {
  padding: 6px 12px;
  background-color: #C89D2B;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .t-card-item__cate {
    padding: 5px 10px;
  }
}

.t-card-item__image {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  margin-bottom: 16px;
  overflow: hidden;
}
.t-card-item__image img {
  transition: transform 0.4s ease;
}

.t-card-item__link:hover .t-card-item__image img {
  transform: scale(1.1);
}

.t-card-item__title {
  font-weight: 700;
  font-size: clamp(18px, 4.6153846154vw, 22px);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.t-consul_training-button__wrapper {
  text-align: right;
}

.t-seminar {
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .t-seminar {
    padding-bottom: 80px;
  }
}

.t-seminar__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .t-seminar__inner {
    padding: 0 20px;
  }
}

.t-voice {
  background-color: #F7F7F7;
  padding: 104px 0px;
}
@media screen and (max-width: 768px) {
  .t-voice {
    padding: 80px 0px;
  }
}
.t-voice__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .t-voice__inner {
    padding: 0 20px;
  }
}

.voice-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .voice-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.voice-card {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
.voice-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  opacity: 0.8;
}
.voice-card__innerwrap {
  padding: 0px 20px 40px 20px;
}
@media screen and (max-width: 768px) {
  .voice-card__innerwrap {
    padding: 0px 15px 32px 15px;
  }
}
.voice-card__image {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 24px;
}
.voice-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.voice-card__label {
  font-size: clamp(13px, 3.3333333333vw, 14px);
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #A1A1A1;
  margin: 0;
}
.voice-card__title {
  font-size: clamp(18px, 4.6153846154vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  color: #333333;
}
.voice-card__meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  font-size: clamp(13px, 3.3333333333vw, 14px);
  font-weight: 500;
  color: #333333;
  margin-left: auto;
}
.voice-card__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}
.voice-card__badge {
  background-color: #C89D2B;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 12px;
  white-space: nowrap;
  display: inline-block;
  align-self: flex-start;
}

.voice-small-button {
  margin-top: 0;
  align-self: end;
}
.voice-small-button .t-section-small-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.voice-small-button .t-section-small-button:hover {
  opacity: 1;
}

.t-member {
  position: relative;
  padding: 104px 0;
}
@media screen and (max-width: 768px) {
  .t-member {
    padding: 80px 0px;
  }
}
.t-member::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url(../images/motif2.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
  width: 230px;
  height: 280px;
}

.t-member__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .t-member__inner {
    padding: 0 20px;
  }
}

.t-member-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 48px);
  margin-top: 56px;
}
@media screen and (max-width: 1024px) {
  .t-member-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .t-member-container {
    margin-top: 40px;
  }
}

.member-card {
  display: flex;
  flex-direction: column;
}

.member-card__image {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.member-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.member-card__info {
  margin-top: clamp(16px, 4.1025641026vw, 24px);
}

.member-card__role {
  font-size: clamp(13px, 3.3333333333vw, 16px);
  font-weight: 500;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #333333;
}

.member-card__name {
  margin: 0;
  font-size: clamp(16px, 4.1025641026vw, 20px);
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .member-card__name {
    flex-direction: column;
  }
}

.member-card__name-ja {
  font-size: clamp(18px, 4.6153846154vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333333;
}

.member-card__name-en {
  font-size: 13px;
  font-weight: 400;
  color: #A1A1A1;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .member-card__name-en {
    font-size: 12px;
  }
}

.t-scroll-img {
  overflow: hidden;
  margin-bottom: 80px;
}

.t-img-slider {
  width: 100%;
  overflow: hidden;
}

.t-img-slider__track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: scroll 30s linear infinite;
}
@media screen and (max-width: 768px) {
  .t-img-slider__track {
    gap: 20px;
    animation: scroll 20s linear infinite;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.t-img-slider__item {
  flex-shrink: 0;
  width: 400px;
  aspect-ratio: 49/50;
}
@media screen and (max-width: 1024px) {
  .t-img-slider__item {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .t-img-slider__item {
    width: 280px;
  }
}
.t-img-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .cta {
    padding: 0 20px;
  }
}
.cta {
  background: url(../images/cta-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-bottom: 104px;
}
@media screen and (max-width: 1240px) {
  .cta {
    margin: 0 20px 104px 20px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    margin: 0 20px 80px 20px;
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid #D5D5D5;
  pointer-events: none;
}
.cta .cta__inner {
  max-width: 922px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0px;
}
@media screen and (max-width: 1024px) {
  .cta .cta__inner {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta__inner {
    flex-direction: column;
    padding: 56px 5px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta__text-wrap {
    display: contents;
  }
}
.cta .cta__text-en {
  color: #a1a1a1;
  font-size: clamp(13px, 3.3333333333vw, 15px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.cta .cta__text-ja {
  font-size: clamp(22px, 5.641025641vw, 34px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
}
.cta .cta__img-wrap {
  width: 243px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cta .cta__img-wrap {
    order: 3;
    margin: 24px auto 0 auto;
    width: 180px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .cta-button__wrapper {
    order: 4;
    margin: 24px auto 0 auto;
  }
}
.cta-button__wrapper .t-section-button {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .cta-button__wrapper .t-section-button__text {
    line-height: 160%;
  }
}

/**
 * Swiper 8.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 25, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #232215;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  border: 1px solid #232215;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #232215;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*
Theme Name: Happiness-creare_wp
Author:GreenHill
Description:Happiness createオフィシャルHP
Version:1.0
*/
/*************************************************
about
*************************************************/
.under__mv {
  width: 100%;
  height: auto;
}
.under__mv .under__mv__inner {
  background: url(../images/under_mv_bg.png) no-repeat center center;
  background-size: cover;
  margin: 100px auto 0 auto;
  max-width: 94%;
  padding-left: 70px;
  height: 310px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .under__mv .under__mv__inner {
    padding: 0px 20px;
    height: 280px;
  }
}
.under__mv .under__mv__inner::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 40px;
  background: url(../images/under_mv_motif.png) no-repeat center center;
  width: 293px;
  height: 361px;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .under__mv .under__mv__inner::after {
    top: -40px;
    right: -40px;
    width: 220px;
    height: 271px;
  }
}

.p-title__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 120px;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-title__wrap {
    padding-top: 100px;
  }
}
.p-title__wrap .p-title__en {
  color: #A1A1A1;
  font-size: clamp(12px, 3.0769230769vw, 14px);
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 0.1em;
}
.p-title__wrap .p-title__ja {
  font-size: clamp(28px, 7.1794871795vw, 40px);
  font-weight: 700;
}

.breadcrumb {
  padding-top: 76px;
  position: relative;
  z-index: 2;
  max-width: 1100px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-top: 60px;
    max-width: 100%;
  }
}
.breadcrumb__inner {
  display: flex;
  justify-content: flex-start;
}
.breadcrumb__lists {
  text-align: right;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px 0;
  overflow: hidden;
  width: 100%;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.breadcrumb__list.list-current {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}
.breadcrumb__list-text {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}
.breadcrumb__link {
  color: #333333;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.breadcrumb__link .breadcrumb__list-text {
  color: #333333;
  text-decoration: underline;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}

.list-current .breadcrumb__list-text {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
}

.breadcrumb__list + .breadcrumb__list::before {
  content: "-";
  margin: 0 8px; /* 区切りの余白は調整 */
  color: #a1a1a1;
  font-size: 18px;
  flex-shrink: 0;
}

.p-about__lead {
  padding: 104px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-about__lead {
    padding: 80px 20px 0 20px;
  }
}

.p-about__lead-text {
  text-align: center;
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.p-about__message {
  margin-top: 104px;
  padding: 104px 0px;
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .p-about__message {
    margin-top: 80px;
    padding: 80px 0px;
  }
}
.p-about__message__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-about__message__inner {
    padding: 0 20px;
  }
}
.p-about__message__img-title {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 700;
  color: #a1a1a1;
  padding-bottom: 10px;
}
.p-about__message-item {
  display: flex;
  align-items: flex-start;
  padding-block: 6px;
  gap: 40px;
}
.p-about__message-item dt {
  width: 80px;
  color: #a1a1a1;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about__message-item dt {
    width: 14%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__message-item {
    gap: 12px;
  }
}
.p-about__message__contentswrap {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-about__message__contentswrap {
    flex-direction: column;
    align-items: center;
  }
}
.p-about__message__img {
  width: 100%;
  aspect-ratio: 3/2;
  max-width: 507px;
  height: auto;
}
.p-about__message__img-profile {
  margin-top: 24px;
}
.p-about__message__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end;
  flex: 1;
}
.p-about__message__text {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 500;
  line-height: 180%;
  text-align: left;
}

.text-s {
  font-size: clamp(12px, 3.0769230769vw, 13px);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.name__wrap .name__wrap-title {
  font-size: clamp(13px, 3.3333333333vw, 14px);
  font-weight: 500;
}
.name__wrap .name__wrap-name {
  font-size: clamp(20px, 5.1282051282vw, 24px);
  font-weight: 500;
  padding-top: 8px;
}
.name__wrap .name__wrap-name span {
  font-size: clamp(12px, 3.0769230769vw, 13px);
  font-weight: 500;
  margin-right: 8px;
}

.p-about__strength {
  padding: 104px 0;
  position: relative;
}
.p-about__strength::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 275px;
  background: url(../images/motif1.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-about__strength::after {
    width: 188px;
    height: 179px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__strength {
    padding: 80px 0;
  }
}
.p-about__strength__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-about__strength__inner {
    padding: 0 20px;
  }
}
.p-about__strength__contentswrap {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-about__strength__contentswrap {
    margin-top: 40px;
  }
}
.p-about__strength__contentswrap.reverse .p-about__strength__content {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-about__strength__contentswrap.reverse .p-about__strength__content {
    flex-direction: column;
  }
}
.p-about__strength__content {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-about__strength__content {
    flex-direction: column;
    gap: 24px;
  }
}
.p-about__strength__img {
  flex: 0 0 45%;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-about__strength__img {
    width: 100%;
  }
}
.p-about__strength__textwrap {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-about__strength__textwrap {
    width: 100%;
  }
}
.p-about__strength_mumber {
  font-size: clamp(24px, 6.1538461538vw, 28px);
  font-weight: 700;
  color: #C89D2B;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-about__strength_mumber {
    margin-bottom: 12px;
  }
}
.p-about__strength_mumber span {
  font-size: 12px;
  font-weight: 700;
  color: #C89D2B;
  margin-right: 8px;
}
.p-about__strength_title {
  font-size: clamp(20px, 5.1282051282vw, 24px);
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-about__strength_title {
    margin-bottom: 24px;
  }
}
.p-about__strength_text {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  line-height: 180%;
  font-weight: 400;
}

.p-about__service {
  padding: 104px 0px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .p-about__service {
    padding: 80px 0px;
  }
}
.p-about__service__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-about__service__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__service__title__ja {
    text-align: center;
  }
}
.p-about__service__contentswrap {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-about__service__contentswrap {
    flex-direction: column;
    gap: 56px;
  }
}
.p-about__service__contents {
  padding: 40px 80px;
  position: relative;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__service__contents {
    padding: 0px;
  }
}
.p-about__service__contents::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #D5D5D5;
}
@media screen and (max-width: 768px) {
  .p-about__service__contents::after {
    background-color: transparent;
  }
}
.p-about__service__contents:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #D5D5D5;
}
@media screen and (max-width: 768px) {
  .p-about__service__contents:first-child::before {
    background-color: transparent;
  }
}
.p-about__service__contents-title {
  font-size: clamp(20px, 5.1282051282vw, 28px);
  padding-bottom: 8px;
  font-weight: 700;
  display: inline;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
.p-about__service__contents-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.p-about__service__contents-text {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  line-height: 180%;
  font-weight: 400;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about__service__contents-text {
    margin-top: 24px;
  }
}
.p-about__service__detail {
  padding: 32px 40px;
  background-color: #FFFFFF;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-about__service__detail {
    padding: 32px 15px;
  }
}
.p-about__service__detail-title {
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 700;
  padding: 0px 16px;
  display: inline-block;
  position: relative;
}
.p-about__service__detail-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #9F83B4;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-about__service__detail-title::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #9F83B4;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-about__service__detail-text {
  font-size: clamp(13px, 3.3333333333vw, 14px);
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
}

.p-about__achievements {
  padding: 104px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-about__achievements {
    padding: 80px 20px 0 20px;
  }
}
.p-about__achievements__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-about__achievements__inner {
    padding: 0 20px;
  }
}
.p-about__achievements__inner {
  background-color: #F7F7F7;
  padding: 104px 0;
}
@media screen and (max-width: 1240px) {
  .p-about__achievements__inner {
    padding: 104px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__achievements__inner {
    padding: 80px 15px;
  }
}
.p-about__achievements__inner-wrap {
  max-width: 922px;
  margin: 0 auto;
}
.p-about__achievements__contentswrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-about__achievements__contentswrap {
    grid-template-columns: repeat(2, 2fr);
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .p-about__achievements__contentswrap {
    grid-template-columns: repeat(1, 4fr);
  }
}
.p-about__achievements__contents-item {
  background-color: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.p-about__achievements__contents-item_title {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.p-about__achievements__contents-item_img {
  width: auto;
  height: 60px;
  margin-top: 40px;
}
.p-about__achievements__contents-item_img img {
  object-fit: contain;
}
.p-about__achievements__contents-item_img2 {
  width: 160px;
  height: auto;
  margin: 0 auto;
}
.p-about__achievements__contents-item_text {
  font-weight: 600;
  text-align: center;
}
.p-about__achievements__contents-item_text span {
  font-size: 20px;
  font-weight: 500;
}
.p-about__achievements__contents-item .counter-number {
  display: inline-block;
  color: #3A5496;
  font-size: 56px;
}
.p-about__achievements__contents-item_text2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #3A5496;
}
.p-about__achievements__contents-item_text2 .counter-number {
  display: inline-block;
  font-size: 40px;
}
.p-about__achievements__contents-item_text2 span {
  font-size: 18px;
  font-weight: 600;
}

.annotation {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  margin-top: 12px;
}

.p-about__group {
  padding-top: 104px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-about__group {
    padding-top: 80px;
  }
}
.p-about__group__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-about__group__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .p-about__group__content {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__group__content {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 56px;
  }
}
.p-about__group__text {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  line-height: 180%;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-about__group__text {
    margin-top: 24px;
  }
}
.p-about__group__img {
  position: relative;
  width: calc(100% + (100vw - 1200px) / 2 + 20px);
}
@media screen and (max-width: 768px) {
  .p-about__group__img {
    width: 100%;
  }
}
.p-about__group__underimg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-about__group__underimg {
    width: 100%;
    height: 160px;
  }
}

.p-about__company {
  position: relative;
  padding: 104px 20px;
}
@media screen and (max-width: 768px) {
  .p-about__company {
    padding: 80px 20px;
  }
}
.p-about__company::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url(../images/motif2.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
  width: 230px;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .p-about__company::after {
    width: 188px;
    height: 240px;
  }
}
.p-about__company__inner {
  max-width: 922px;
  margin: 0 auto;
}
.p-about__company__content {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about__company__content {
    margin-top: 32px;
  }
}
.p-about__company__info-item {
  display: flex;
  align-items: flex-start;
  padding-block: 16px;
  border-bottom: 1px solid #ddd;
  gap: 40px;
}
.p-about__company__info-item dt {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .p-about__company__info-item dt {
    width: 20%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__company__info-item {
    gap: 12px;
  }
}

.text-m {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  line-height: 150%;
}

.bold {
  font-weight: 700;
}

/*************************************************
consulting-training / seminer 共通
*************************************************/
.p-card {
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .p-card {
    padding-bottom: 80px;
  }
}
.p-card__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-card__inner {
    padding: 0 20px;
  }
}
.p-card__sarch {
  background-color: #F7F7F7;
  padding: 40px 0;
  margin: 72px 0;
}
@media screen and (max-width: 768px) {
  .p-card__sarch {
    padding: 32px 15px;
    margin: 56px 0;
  }
}
.p-card__sarch-inner {
  max-width: 922px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-card__sarch-inner {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.p-card__sarch-inner p {
  font-size: clamp(14px, 3.5897435897vw, 15px);
  font-weight: 500;
}
.p-card__sarch-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-card__sarch-items {
    gap: 12px;
  }
}
.p-card__sarch-item {
  background-color: #C89D2B;
  color: #FFFFFF;
  flex-shrink: 0;
}
.p-card__sarch-item a {
  display: inline-block;
  padding: 6px 12px;
  font-size: clamp(14px, 3.5897435897vw, 15px);
  font-weight: 500;
  transition: all 0.3s;
}
.p-card__sarch-item a:hover {
  opacity: 0.7;
}

.p-card__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-card__items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-card-item__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: opacity 0.3s;
}
.p-card-item__link:hover {
  opacity: 0.7;
}
.p-card-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 16px;
  overflow: hidden;
}
.p-card-item__badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 16px;
  font-size: clamp(13px, 3.3333333333vw, 15px);
  font-weight: 500;
  color: #FFFFFF;
  background-color: #333333;
  z-index: 1;
}
.p-card-item__badge--urgent {
  background-color: #E63946;
}
.p-card-item__badge--open {
  background-color: #2A9D8F;
}
.p-card-item__badge--closed {
  background-color: #999;
}
.p-card-item__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-card-item__title {
  font-size: clamp(18px, 4.6153846154vw, 22px);
  font-weight: 700;
  line-height: 140%;
}
.p-card-item__text {
  font-size: clamp(13px, 3.3333333333vw, 14px);
  font-weight: 400;
  line-height: 180%;
}
.p-card-item__format, .p-card-item__date {
  font-size: clamp(14px, 3.5897435897vw, 15px);
  font-weight: 500;
}
.p-card-item__catewrap {
  display: flex;
  gap: 12px;
}
.p-card-item__cate {
  display: inline-block;
  width: fit-content;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #C89D2B;
}

.archive-list-pagination__list {
  color: #333333;
}

.archive-list-pagination {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .archive-list-pagination {
    margin-top: 32px;
  }
}
.archive-list-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive-list-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive-list-pagination .page-numbers li a, .archive-list-pagination .page-numbers li span {
  color: #333333;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 500;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .archive-list-pagination .page-numbers li a, .archive-list-pagination .page-numbers li span {
    width: 40px;
    height: 40px;
  }
}
.archive-list-pagination .page-numbers li a.current, .archive-list-pagination .page-numbers li span.current {
  color: #FFFFFF;
  background: #333333;
  border-radius: 999px;
}
.archive-list-pagination .page-numbers li a.prev, .archive-list-pagination .page-numbers li a.next, .archive-list-pagination .page-numbers li span.prev, .archive-list-pagination .page-numbers li span.next {
  width: 40px;
  background: transparent;
}

/*************************************************
p-voiceセクション
*************************************************/
.p-voice {
  padding: 72px 0 104px 0;
}
@media screen and (max-width: 768px) {
  .p-voice {
    padding: 56px 0 80px 0;
  }
}
.p-voice__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-voice__inner {
    padding: 0 20px;
  }
}
.p-voice__lead-text {
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 500;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-voice__lead-text {
    text-align: left;
  }
}
.p-voice-container {
  margin-top: 72px;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-voice-container {
    margin-top: 40px;
    gap: 32px;
  }
}
.p-voice-card__image {
  margin-bottom: 0;
}
.p-voice-card__innerwrap {
  background-color: #f7f7f7;
  padding-top: 24px;
}

/*************************************************
p-single-voiceページ
*************************************************/
.p-single-voice {
  padding: 80px 0px 104px 0px;
}
@media screen and (max-width: 1240px) {
  .p-single-voice {
    padding: 80px 20px 104px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-single-voice {
    padding: 56px 20px 80px 20px;
  }
}
.p-single-voice__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-single-voice__inner {
    padding: 0 20px;
  }
}
.p-single-voice__inner {
  background-color: #F7F7F7;
  padding: 80px 0px 104px 0px;
}
@media screen and (max-width: 1240px) {
  .p-single-voice__inner {
    padding: 80px 20px 104px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-single-voice__inner {
    padding: 56px 15px 80px 15px;
  }
}
.p-single-voice__contents {
  max-width: 922px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-single-voice__contents {
    gap: 40px;
  }
}
.p-single-voice__titlewrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-single-voice__titlewrap {
    gap: 16px;
  }
}
.p-single-voice__clinicplace {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 500;
  margin-bottom: 12px;
}
.p-single-voice__clinicname {
  font-size: clamp(24px, 6.1538461538vw, 40px);
  line-height: 160%;
  font-weight: 500;
}
.p-single-voice__border {
  width: 100%;
  border: 1px solid #D5D5D5;
}
.p-single-voice__course, .p-single-voice__cate {
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 500;
}
.p-single-voice__cate {
  margin-top: 20px;
}
.p-single-voice__cate span {
  padding: 4px 12px;
  color: #FFFFFF;
  background-color: #C89D2B;
  margin-left: 5px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-single-voice__cate span {
    padding: 4px 10px;
  }
}
.p-single-voice__container {
  background-color: #FFFFFF;
  padding: 48px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-single-voice__container {
    padding: 32px 20px;
  }
}
.p-single-voice__container-title {
  padding-left: 30px;
  font-size: clamp(20px, 5.1282051282vw, 28px);
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-single-voice__container-title {
    padding-left: 24px;
  }
}
.p-single-voice__container-title::before {
  width: 15px;
  height: 15px;
  background-color: #F4C991;
  border-radius: 999px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-single-voice__container-title::before {
    width: 12px;
    height: 12px;
  }
}
.p-single-voice__container-imgwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-single-voice__container-imgwrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-single-voice__container-img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #D5D5D5;
}
.p-single-voice__container-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.p-single-voice__container-img:hover {
  opacity: 0.9;
  transform: scale(1.02);
}
.p-single-voice__container-img:hover::after {
  opacity: 1;
}
.p-single-voice__container-img:hover img {
  transform: scale(1.05);
}
.p-single-voice__container-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-single-voice__container-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-single-voice__container-box {
    gap: 12px;
  }
}
.p-single-voice__container-box:first-child {
  margin-top: 0;
}
.p-single-voice__container-q {
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 500;
  line-height: 160%;
  padding-left: 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-single-voice__container-q {
    padding-left: 25px;
  }
}
.p-single-voice__container-q::before {
  content: "Q";
  font-size: clamp(18px, 4.6153846154vw, 20px);
  font-weight: 700;
  position: absolute;
  left: 0;
}
.p-single-voice__container-lists {
  list-style-type: disc;
  padding-left: 15px;
}
.p-single-voice__container-list {
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 700;
  line-height: 150%;
}
.p-single-voice-button__wrapper {
  margin-top: 0;
  margin-left: auto;
}

/*************************************************
p-informationページ
*************************************************/
.p-news {
  padding: 104px 0;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 104px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 80px 20px;
  }
}
.p-news__inner {
  max-width: 922px;
  margin: 0 auto;
}
.p-news__list {
  padding-bottom: 24px;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (max-width: 768px) {
  .p-news__list {
    padding-bottom: 16px;
  }
}
.p-news .p-news-link__description {
  margin-top: clamp(24px, 6.1538461538vw, 32px);
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-link__description {
    gap: 16px;
  }
}
.p-news .p-news-link__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-link__meta {
    flex-direction: column;
    gap: 16px;
    width: 40%;
    text-align: center;
  }
}
.p-news .p-news-link__cat {
  color: #FFFFFF;
  font-size: 12px;
  background: #C9A546;
  padding: 5px 12px;
  line-height: 160%;
  font-weight: 500;
  align-self: stretch;
  white-space: nowrap;
}
.p-news .p-news-link__date {
  font-size: 13px;
  color: #9FA0A1;
  font-weight: 500;
  line-height: 160%;
  align-self: stretch;
}
.p-news .p-news-link__title {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 500;
  line-height: 160%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*************************************************
p-single-infometionページ
*************************************************/
.p-single-news {
  padding: 80px 0px 104px 0px;
}
@media screen and (max-width: 1240px) {
  .p-single-news {
    padding: 80px 20px 104px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-single-news {
    padding: 56px 20px 80px 20px;
  }
}
.p-single-news__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-single-news__inner {
    padding: 0 20px;
  }
}
.p-single-news__inner {
  background-color: #F7F7F7;
  padding: 80px 0px 104px 0px;
}
@media screen and (max-width: 1240px) {
  .p-single-news__inner {
    padding: 80px 20px 104px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-single-news__inner {
    padding: 56px 20px 80px 20px;
  }
}
.p-single-news__contents {
  max-width: 922px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-single-news__contents {
    gap: 40px;
  }
}
.p-single-news__titlewrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-single-news__titlewrap {
    gap: 16px;
  }
}
.p-single-news__title {
  font-size: clamp(24px, 7.1794871795vw, 36px);
  line-height: 160%;
  font-weight: 500;
}
.p-single-news__meta {
  display: flex;
  gap: 8px;
  align-items: center;
}
.p-single-news__cat {
  font-size: clamp(12px, 3.0769230769vw, 13px);
  font-weight: 500;
  color: #FFFFFF;
  padding: 6px 12px;
  background-color: #C89D2B;
}
.p-single-news__date {
  font-size: clamp(12px, 3.0769230769vw, 13px);
  font-weight: 500;
  color: #a1a1a1;
}
.p-single-news__border {
  width: 100%;
  border: 1px solid #D5D5D5;
}
.p-single-news-button__wrapper {
  margin-left: auto;
}

/*************************************************
p-policyセクション
*************************************************/
.p-policy {
  padding: 104px 0px;
}
@media screen and (max-width: 768px) {
  .p-policy {
    padding: 80px 0;
  }
}
.p-policy__inner {
  max-width: 922px;
  margin: 0 auto;
}
@media screen and (max-width: 940px) {
  .p-policy__inner {
    padding: 0 20px;
  }
}
.p-policy__intro {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 400;
  line-height: 180%;
}

.p-policy__sections {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-policy__title__ja {
  font-size: clamp(20px, 5.1282051282vw, 24px);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: clamp(12px, 3.0769230769vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-policy__title__ja {
    line-height: 1.4;
  }
}

.text-l {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 400;
  line-height: 180%;
}

.lists-number {
  margin-top: 8px;
  margin-top: 4px;
  padding-left: 0;
  counter-reset: number; /* カウンター初期化 */
}

.lists-number li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  counter-increment: number; /* カウンター進める */
}
@media screen and (max-width: 768px) {
  .lists-number li {
    padding-left: 20px;
  }
}

.lists-number li::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.lists-number-paren {
  margin-top: 8px;
  list-style: none;
  padding-left: 12px;
  counter-reset: number;
}
@media screen and (max-width: 768px) {
  .lists-number-paren {
    margin-top: 14px;
    padding-left: 8px;
  }
}

.lists-number-paren li {
  position: relative;
  padding-left: 24px;
  counter-increment: number;
}
@media screen and (max-width: 768px) {
  .lists-number-paren li {
    padding-left: 20px;
  }
}

.lists-number-paren li::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.p-policy__mt {
  margin-top: 16px;
}

.p-policy-date {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-policy-date {
    margin-top: 24px;
  }
}

.p-policy__subtitle {
  margin-top: 16px;
  font-weight: 400;
}

/*************************************************
contactページ
*************************************************/
.p-contact {
  padding: 104px 0px;
}
@media screen and (max-width: 960px) {
  .p-contact {
    padding: 104px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 80px 20px;
  }
}
.p-contact__inner {
  max-width: 922px;
  padding: 80px 20px;
  background: #F7F7F7;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding: 56px 15px;
  }
}

.contact-form {
  max-width: 646px;
  width: 100%;
  margin-inline: auto;
}

.base-form__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .base-form__item {
    margin-bottom: 24px;
  }
}

.base-form__item p {
  width: 100%;
  font-size: clamp(15px, 3.8461538462vw, 16px);
}

.base-form__head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.required {
  font-size: 12px;
  color: #FFFFFF;
  background: #C89D2B;
  padding: 2px 8px;
  font-weight: 500;
  text-align: center;
  flex-shrink: 0;
}

.base-form__item input[type=text],
.base-form__item input[type=email],
.base-form__item input[type=tel],
.base-form__item textarea {
  margin: 8px 0px;
  width: 100%;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #D5D5D5;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 400;
  background-color: #FFFFFF;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .base-form__item input[type=text],
  .base-form__item input[type=email],
  .base-form__item input[type=tel],
  .base-form__item textarea {
    padding: 10px 10px;
  }
}

.base-form__item textarea {
  height: 240px;
  line-height: 150%;
}

.base-form__item input[type=text]::placeholder,
.base-form__item input[type=email]::placeholder,
.base-form__item input[type=tel]::placeholder,
.base-form__item textarea::placeholder {
  font-size: cal-clamp(14, 16);
  color: #D5D5D5;
  font-weight: 400;
}

.base-form__privacy {
  margin-top: 24px;
}

.base-form__checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.base-form__checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.base-form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.base-form__checkbox-text {
  position: relative;
  padding-left: 8px;
  font-size: clamp(13px, 3.3333333333vw, 14px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
}

input[type=checkbox]:checked + .base-form__checkbox-text::after {
  opacity: 1;
}

.link-underline {
  border-bottom: 1px solid #333333;
}

.acceptance-button {
  font-size: clamp(12px, 3.0769230769vw, 14px);
  font-weight: 500;
  letter-spacing: 0.7px;
}

.acceptance-button__text {
  font-size: clamp(12px, 3.0769230769vw, 14px);
  font-weight: 500;
  letter-spacing: 0.7px;
}

.base-form__submit {
  margin-top: clamp(32px, 8.2051282051vw, 56px);
}

.base-form__turnstile {
  margin-bottom: 30px;
}

.base-form__submit--confirm .wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
}

.cf7-cf-turnstile {
  margin-bottom: 30px !important;
}

.base-form__submit button {
  max-width: 260px;
  width: 90%;
  height: 55px;
  aspect-ratio: 280/60;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  background: #333333;
  border: 1px solid #333333;
  display: grid;
  place-items: center;
  margin-inline: auto;
  transition: all 0.5s ease;
  position: relative;
}

.base-form__submit input[type=submit] {
  max-width: 260px;
  width: 90%;
  height: 55px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  background: #333333;
  border: 1px solid #333333;
  display: grid;
  place-items: center;
  margin-inline: auto;
  transition: all 0.5s ease;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}

.base-form__submit input[type=submit]:hover {
  opacity: 1;
  background: #FFFFFF;
  color: #333333;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 12px;
  color: #F20707;
}

.base-form__back-btn {
  max-width: 260px;
  width: 90%;
  height: 55px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  background: #333333;
  border: 1px solid #333333;
  display: grid;
  place-items: center;
  margin-inline: auto;
  transition: all 0.5s ease;
}

.base-form__field-name-confirm {
  margin-bottom: 12px;
}

.base-form__submit-confilm p {
  display: flex;
}
@media screen and (max-width: 768px) {
  .base-form__submit-confilm p {
    flex-direction: column;
  }
}

.base-form__submit-confilm input[type=button] {
  max-width: 260px;
  width: 90%;
  height: 55px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  background: #FFFFFF;
  border: 1px solid #333333;
  display: grid;
  place-items: center;
  margin-inline: auto;
  transition: all 0.5s ease;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}

.base-form__submit-confilm input[type=button]:hover {
  color: #FFFFFF;
  background: #333333;
}

.wpcf7-spinner {
  display: none;
}

.base-form__complete {
  text-align: center;
}
.base-form__complete h3 {
  font-size: clamp(20px, 5.1282051282vw, 28px);
  margin-bottom: clamp(24px, 6.1538461538vw, 32px);
  font-weight: 500;
}
.base-form__complete p {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  line-height: 150%;
}

/*************************************************
membersページ
*************************************************/
.p-members {
  padding: 80px 0 104px 0;
}
@media screen and (max-width: 768px) {
  .p-members {
    padding: 56px 0 80px 0;
  }
}
.p-members__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-members__inner {
    padding: 0 20px;
  }
}
.p-members__chairman {
  background: #F7F7F7;
}
.p-members__chairman__inner {
  max-width: 922px;
  margin-inline: auto;
  padding: 80px 0px;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 960px) {
  .p-members__chairman__inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-members__chairman__inner {
    flex-direction: column;
    padding: 56px 20px;
    gap: 40px;
  }
}
.p-members__chairman .chairman-card {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-members__chairman .chairman-card {
    width: 70%;
    margin-inline: auto;
  }
}
.p-members__chairman__text {
  flex: 1;
}

.p-menber-container {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-menber-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 56px;
  }
}
.p-menber-container .member-card {
  pointer-events: none;
}

.member-card__message {
  font-size: clamp(14px, 3.5897435897vw, 15px);
  font-weight: 400;
  line-height: 180%;
  margin-top: clamp(16px, 4.1025641026vw, 24px);
}

/*************************************************
p-single-coueseページ
*************************************************/
.p-single-couese {
  padding: 80px 0px 104px 0px;
}
@media screen and (max-width: 768px) {
  .p-single-couese {
    padding: 56px 0px 80px 0px;
  }
}
.p-single-couese__inner {
  max-width: 1340px;
  margin-inline: auto;
}
@media screen and (max-width: 1380px) {
  .p-single-couese__inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-single-couese__inner {
    margin: 0;
  }
}
.p-single-couese__container {
  max-width: 1200px;
  padding: 80px 20px 104px 20px;
  background-color: #F7F7F7;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-single-couese__container {
    padding: 56px 20px 80px 20px;
  }
}
.p-single-couese__main-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-single-couese__contentswrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  min-height: 100vh;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-single-couese__contentswrap {
    gap: 40px;
    margin-top: 40px;
  }
}
.p-single-couese__nav {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  height: fit-content;
  max-height: calc(100vh - 120px);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-single-couese__nav {
    display: none;
  }
}
.p-single-couese__content {
  width: 60.4166666667vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-single-couese__content {
    width: 100%;
  }
}
.p-single-couese__nav-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  transition: all 0.5s ease;
  font-size: 14px;
  font-weight: 700;
}
.p-single-couese__nav-item {
  font-size: 14px;
}
.p-single-couese__nav-link {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  width: 100%;
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: none;
  border: none;
  color: #333333;
}
.p-single-couese__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E799BA;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-single-couese__nav-link:hover {
  opacity: 0.7;
}
.p-single-couese__nav-link.active {
  font-weight: 700;
}
.p-single-couese__nav-link.active::before {
  opacity: 1;
}
.p-single-couese__section {
  padding: 48px;
  background-color: #FFFFFF;
  margin-bottom: 40px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-single-couese__section {
    padding: 32px 15px;
    margin-bottom: 0;
  }
}
.p-single-couese__section-lists {
  list-style-type: disc;
  padding-left: 15px;
}
.p-single-couese__section-list {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 12px;
}
.p-single-couese__section-list:last-child {
  margin-bottom: 0;
}
.p-single-couese__lead {
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-single-couese__lead {
    margin-bottom: 32px;
  }
}
.p-single-couese .p-section-title {
  font-size: clamp(20px, 5.1282051282vw, 24px);
  padding-left: 27px;
  position: relative;
  margin-bottom: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single-couese .p-section-title {
    margin-bottom: 24px;
    padding-left: 24px;
  }
}
.p-single-couese .p-section-title::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #81ABD6;
  border-radius: 999px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-single-couese .p-section-title::before {
    width: 13px;
    height: 13px;
  }
}
.p-single-couese__table {
  width: 100%;
  border-collapse: collapse;
}
.p-single-couese__table tr {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.p-single-couese__table tr:not(:last-child) {
  border-bottom: none;
}
.p-single-couese__table th {
  background-color: #ECF4F8;
  padding: 16px 12px;
  text-align: left;
  width: 30%;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single-couese__table th {
    padding: 12px 8px;
  }
}
.p-single-couese__table td {
  padding: 16px 12px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-single-couese__table td {
    padding: 12px 0 12px 8px;
  }
}
.p-single-couese__table td span {
  margin-right: 8px;
}
.p-single-couese__table td a {
  color: #333333;
  text-decoration: underline;
}
.p-single-couese__table td a:hover {
  opacity: 0.7;
}
.p-single-couese__table-lists {
  list-style-type: disc;
  padding-left: 15px;
}
.p-single-couese__table-list {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  line-height: 150%;
  margin-bottom: 4px;
}
.p-single-couese__table-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-single-couese__table tr:not(:last-child) {
    margin-bottom: 24px;
    border-bottom: 1px solid #D5D5D5;
  }
}
.p-single-couese__table-overview th {
  background-color: #F0F8F2;
}
.p-single-couese__table-program th {
  background-color: #F4F0F7;
}
.p-single-couese__member {
  margin-top: 0;
  gap: 20px;
  pointer-events: none;
}
.p-single-couese__member-card__info {
  margin-top: clamp(12px, 3.0769230769vw, 16px);
}
.p-single-couese__member-card__info .member-card__role {
  font-size: clamp(11px, 2.8205128205vw, 12px);
  margin: 0 0 4px 0;
}
.p-single-couese__member-card__info .member-card__name {
  flex-direction: column;
  gap: 4px;
}
.p-single-couese__member-card__info .member-card__name-ja {
  font-size: clamp(16px, 4.1025641026vw, 18px);
}
.p-single-couese__member-card__info .member-card__name-en {
  font-size: clamp(10px, 2.5641025641vw, 11px);
}
.p-single-couese__section-application {
  background: url(../images/application_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-single-couese__section-application {
    margin-bottom: 32px;
  }
}
.p-single-couese__application-content {
  display: flex;
  justify-content: space-between;
  max-width: 725px;
}
@media screen and (max-width: 768px) {
  .p-single-couese__application-content {
    flex-direction: column;
    gap: 24px;
  }
}
.p-single-couese__application-left {
  flex: 1;
}
.p-single-couese__application-right {
  flex: 1;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-single-couese__application-right {
    border-right: none;
    border-left: none;
    padding-top: 24px;
    border-top: 1px solid #FFFFFF;
    align-items: flex-start;
  }
}
.p-single-couese__application-right .right-inner {
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-single-couese__application-right .right-inner {
    text-align: left;
  }
}
.p-single-couese__section-banner {
  padding: 0;
}
.p-single-couese__section-banner a {
  display: block;
  transition: all 0.3s ease;
}
.p-single-couese__section-banner a:hover {
  opacity: 0.7;
}
.p-single-couese__section-link {
  width: 100%;
  height: auto;
}
.p-single-couese__application-title {
  font-size: clamp(14px, 3.5897435897vw, 15px);
  color: #FFFFFF;
  font-weight: 700;
  padding-left: 12px;
  position: relative;
}
.p-single-couese__application-title::before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #FFFFFF;
  content: "";
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-single-couese__application-text {
  margin-top: 8px;
  font-size: 11px;
}
.p-single-couese__application-tel {
  padding-top: 16px;
}
.p-single-couese__application-tel a {
  display: block;
}
.p-single-couese__application-tel-icon {
  width: 17px;
  height: 17px;
  margin-right: 4px;
}
.p-single-couese__application-tel-text {
  font-size: 24px;
  font-weight: 500;
}
.p-single-couese .application-button__wrapper {
  margin-top: 16px;
}
.p-single-couese .application-button {
  height: 60px;
  background-color: #FFFFFF;
  border-bottom: none;
  padding-right: 20px;
  padding-left: 20px;
}

.p-contents {
  padding: 104px 0px;
}
@media screen and (max-width: 960px) {
  .p-contents {
    padding: 104px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contents {
    padding: 80px 20px;
  }
}
.p-contents__inner {
  max-width: 922px;
  margin-inline: auto;
}
.p-contents__text {
  text-align: center;
}
.p-contents__text h3 {
  font-size: clamp(20px, 5.1282051282vw, 32px);
  font-weight: 600;
  margin-bottom: clamp(24px, 6.1538461538vw, 32px);
  line-height: 170%;
}
.p-contents__text p {
  font-size: clamp(14px, 3.5897435897vw, 15px);
  line-height: 150%;
}