@charset "UTF-8";
/*============================================================================
	cHeaderMain
=============================================================================*/
.cHeaderMain {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cHeaderMain .ttlWrap {
  padding-left: calc((100vw - 1224px) / 2);
  width: 60%;
}
.cHeaderMain .ttlWrap h2 {
  margin: 0 0 clamp(48px, 8.334vw, 80px);
  width: fit-content;
  display: block;
}
.cHeaderMain .ttlWrap h2 .en {
  margin-bottom: clamp(24px, 4.167vw, 40px);
  display: block;
}
.cHeaderMain .ttlWrap h2 .jp {
  margin-left: 0;
}
.cHeaderMain .ttlWrap p {
  margin: auto 0 0;
  font-size: clamp(12.6px, 2.25vw, 18px);
  line-height: 2;
  max-width: 750px;
}
.cHeaderMain picture {
  margin: 0 0 0 auto;
  width: 36.1%;
  border-radius: 1.3888888889vw 0 0 1.3888888889vw;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .cHeaderMain picture {
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
}
.cHeaderMain picture::before {
  content: '';
  padding-top: 73%;
  display: block;
}
.cHeaderMain picture img, .cHeaderMain picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1240px) {
  .cHeaderMain .ttlWrap {
    padding-left: 5%;
  }
}
@media (max-width: 1024px) {
  .cHeaderMain {
    display: block;
    position: relative;
  }
  .cHeaderMain .ttlWrap {
    padding-top: clamp(24px, 4.167vw, 40px);
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .cHeaderMain .ttlWrap h2 {
    padding: 5px;
  }
  .cHeaderMain .ttlWrap h2 span {
    -webkit-text-stroke: 8px #ffffff;
    text-stroke: 8px #ffffff;
    paint-order: stroke;
    filter: drop-shadow(0px 0px 2px #fff);
  }
  .cHeaderMain .ttlWrap h2 .en {
    margin-bottom: 10px;
  }
  .cHeaderMain .ttlWrap p {
    background: #FFFFFF;
  }
  .cHeaderMain picture {
    margin: 0 0 0 auto;
    width: 85%;
  }
}
@media (max-width: 480px) {
  .cHeaderMain .ttlWrap {
    padding: 0 5%;
    width: 100%;
    position: relative;
  }
  .cHeaderMain picture {
    margin: clamp(24px, 4.167vw, 40px) 0 0 auto;
    width: 90%;
  }
}
.cHeaderMain._long .ttlWrap {
  width: 34.2%;
}
.cHeaderMain._long .ttlWrap h2 {
  margin-bottom: 0;
}
.cHeaderMain._long picture {
  margin: 0 0 0 auto;
  width: 61.4%;
  border-radius: 1.3888888889vw 0 0 1.3888888889vw;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .cHeaderMain._long picture {
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
}
.cHeaderMain._long picture::before {
  content: '';
  padding-top: 43%;
  display: block;
}
.cHeaderMain._long picture img, .cHeaderMain._long picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .cHeaderMain._long .ttlWrap {
    padding: 0 5%;
    width: 100%;
    position: relative;
  }
  .cHeaderMain._long picture {
    margin: clamp(24px, 4.167vw, 40px) 0 0 auto;
    width: 90%;
  }
}
.cHeaderMain._short .ttlWrap {
  width: 55.6%;
}
.cHeaderMain._short .ttlWrap h2 {
  margin-bottom: 0;
}
.cHeaderMain._short picture {
  margin: 0 auto;
  width: 36.1%;
  border-radius: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.cHeaderMain._short picture::before {
  content: '';
  padding-top: 73%;
  display: block;
}
.cHeaderMain._short picture img, .cHeaderMain._short picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .cHeaderMain._short picture {
    margin: 0 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .cHeaderMain._short .ttlWrap {
    padding: 0 5%;
    width: 100%;
    position: relative;
  }
  .cHeaderMain._short picture {
    margin: clamp(24px, 4.167vw, 40px) auto 0;
    width: 70%;
  }
}

/*============================================================================
	cHeaderSub
=============================================================================*/
.cHeaderSub h2 {
  margin: auto;
  color: #00B2C7;
  max-width: 1224px;
  width: 90%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.cHeaderSub h2 .en {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(30px, 4.6662vw, 48px);
  font-weight: 300;
  line-height: 1;
}
.cHeaderSub h2 .jp {
  margin-left: clamp(24px, 4.167vw, 40px);
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cHeaderSub h2 .jp::before {
  content: '';
  margin-right: clamp(12px, 2.0835vw, 20px);
  width: clamp(60px, 10.416vw, 100px);
  height: 1px;
  background: #00B2C7;
  display: block;
}
@media (max-width: 1024px) {
  .cHeaderSub h2 {
    display: block;
  }
  .cHeaderSub h2 .jp {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .cHeaderSub h2 .jp::before {
    width: 40px;
  }
}

.breadcrumbs {
  margin: clamp(48px, 8.334vw, 80px) auto 20px;
  max-width: 1224px;
  width: 90%;
}
.breadcrumbs ol {
  align-items: center;
}
.breadcrumbs ol li {
  color: #555555;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.breadcrumbs ol li:not(:last-of-type)::after {
  content: '\00ff1e';
  margin-left: 8px;
  color: #555555;
  font-size: 1.0rem;
}
.breadcrumbs ol li + li {
  margin-left: 5px;
}
.breadcrumbs ol li a {
  color: #555555;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.breadcrumbs ol li a:hover {
  opacity: 0.4;
}

/*============================================================================
	common parts
=============================================================================*/
article .catch {
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.aboutBtnLink {
  margin: clamp(36px, 6.2505vw, 60px) auto clamp(56px, 13.3332vw, 160px);
}
.aboutBtnLink div {
  width: 47.4%;
  max-width: 580px;
  height: 240px;
}
.aboutBtnLink div a {
  padding: clamp(48px, 8.334vw, 80px) clamp(24px, 4.167vw, 40px) 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1.3888888889vw;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.aboutBtnLink div a span {
  position: relative;
  z-index: 5;
}
.aboutBtnLink div a .en {
  margin-bottom: 10px;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.04em;
  display: block;
}
.aboutBtnLink div a .jp {
  font-weight: 500;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutBtnLink div a .jp::before {
  content: '';
  margin-right: clamp(12px, 2.0835vw, 20px);
  width: 2.7777777778vw;
  height: 1px;
  display: block;
}
.aboutBtnLink div a::after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .4s;
  transition: all .4s;
  top: auto;
  left: auto;
  right: 10px;
  bottom: 0;
  z-index: 0;
}
.aboutBtnLink div a.history {
  color: #00B2C7;
  background-color: #e5f7f9;
}
.aboutBtnLink div a.history .jp::before {
  background: #00B2C7;
}
.aboutBtnLink div a.history::after {
  width: 36.2%;
  height: 100%;
  background: url("../img/about/bg_history.svg") no-repeat center bottom/contain;
}
.aboutBtnLink div a.history:hover {
  color: #FFFFFF;
  background-color: #00B2C7;
}
.aboutBtnLink div a.history:hover .jp::before {
  background: #FFFFFF;
}
.aboutBtnLink div a.history:hover::after {
  background: url("../img/about/bg_history_over.svg") no-repeat center bottom/contain;
}
.aboutBtnLink div a.staff {
  color: #FF9A55;
  background-color: #ffebdd;
}
.aboutBtnLink div a.staff .jp::before {
  background: #FF9A55;
}
.aboutBtnLink div a.staff::after {
  width: 61.38%;
  height: 100%;
  background: url("../img/about/bg_staff.svg") no-repeat center bottom/contain;
}
.aboutBtnLink div a.staff:hover {
  color: #FFFFFF;
  background-color: #FF9A55;
}
.aboutBtnLink div a.staff:hover .jp::before {
  background: #FFFFFF;
}
.aboutBtnLink div a.staff:hover::after {
  background: url("../img/about/bg_staff_over.svg") no-repeat center bottom/contain;
}
@media (max-width: 1024px) {
  .aboutBtnLink div {
    height: auto;
  }
  .aboutBtnLink div a {
    padding: 30px 0 30px 20px;
  }
}
@media (max-width: 480px) {
  .aboutBtnLink div {
    width: 100%;
    height: auto;
  }
  .aboutBtnLink div a {
    padding: 20px 0 20px 20px;
  }
  .aboutBtnLink div + div {
    margin-top: clamp(24px, 4.167vw, 40px);
  }
}

/*============================================================================
	about
=============================================================================*/
#aboutMissionArea {
  padding: clamp(49px, 11.6664vw, 140px) 0 clamp(98px, 23.3328vw, 280px);
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  background: linear-gradient(to bottom right, #5feeff 0%, #fffdd9 100%);
  position: relative;
}
#aboutMissionArea:after {
  content: '';
  margin: auto;
  width: 90%;
  max-width: 1224px;
  height: 8.8888888889vw;
  background: url("../img/about/fig_mission.svg") no-repeat center bottom/contain;
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
#aboutMissionArea .missionInner {
  margin: auto;
  width: 90%;
  max-width: 930px;
}
#aboutMissionArea .missionInner h2 {
  margin: 0 auto clamp(42px, 9.9996vw, 120px);
  text-align: center;
}
#aboutMissionArea .missionInner h3 {
  margin-bottom: clamp(45px, 7.812vw, 75px);
}
#aboutMissionArea .missionInner .catch {
  margin-bottom: clamp(21px, 3.6465vw, 35px);
}
#aboutMissionArea .missionInner .read {
  font-size: sf(18);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 480px) {
  #aboutMissionArea {
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}

#aboutMessageArea {
  padding: clamp(49px, 11.6664vw, 140px) 0 clamp(70px, 16.6668vw, 200px);
}
#aboutMessageArea .textBox {
  margin: 0 0 0 auto;
  width: 56%;
}
#aboutMessageArea .textBox h2 {
  margin: 0 auto clamp(48px, 8.334vw, 80px);
  display: block;
}
#aboutMessageArea .textBox h2 .jp {
  margin-left: 0;
}
#aboutMessageArea .textBox .catch {
  margin: 0 auto clamp(18px, 3.1245vw, 30px);
  color: #00B2C7;
}
#aboutMessageArea .textBox .read {
  font-weight: 500;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
#aboutMessageArea .textBox .read + .read {
  margin-top: 2em;
}
#aboutMessageArea figure {
  width: 36%;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
#aboutMessageArea figure picture {
  border-radius: 1.3888888889vw;
  overflow: hidden;
  display: block;
  position: relative;
}
#aboutMessageArea figure picture::before {
  content: '';
  padding-top: 136.3%;
  display: block;
}
#aboutMessageArea figure picture img, #aboutMessageArea figure picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#aboutMessageArea figure figcaption {
  margin: 20px auto 0;
}
#aboutMessageArea figure figcaption .company {
  font-weight: 700;
}
#aboutMessageArea figure figcaption .name {
  font-weight: 500;
}
@media (max-width: 1024px) {
  #aboutMessageArea .textBox {
    width: 100%;
  }
  #aboutMessageArea figure {
    margin: clamp(24px, 4.167vw, 40px) 0 0 auto;
    width: 80%;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
@media (max-width: 480px) {
  #aboutMessageArea figure picture {
    border-radius: 5.3333333333vw;
  }
}

.companyFig {
  margin: 0;
  width: 92.5%;
}
.companyFig picture {
  width: 100%;
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.companyFig picture::before {
  content: '';
  padding-top: 37.5%;
  display: block;
}
.companyFig picture img, .companyFig picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  .companyFig picture {
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
}

#aboutValueArea {
  padding: clamp(56px, 13.3332vw, 160px) 0;
}
#aboutValueArea h2 {
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
#aboutValueArea .valueCard {
  margin: 0 0 0 auto;
  padding: clamp(48px, 8.334vw, 80px) 0;
  width: 64.8%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  border-top: 1px solid #555555;
}
#aboutValueArea .valueCard:last-of-type {
  border-bottom: 1px solid #555555;
}
#aboutValueArea .valueCard .textBox {
  width: 60%;
}
#aboutValueArea .valueCard .textBox .num {
  margin: 0 auto 15px;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
#aboutValueArea .valueCard .textBox h3 {
  margin: 0 auto clamp(36px, 6.2505vw, 60px);
  color: #00B2C7;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#aboutValueArea .valueCard .textBox h3 .en {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 200;
  line-height: 1;
}
#aboutValueArea .valueCard .textBox h3 .jp {
  margin-left: clamp(24px, 4.167vw, 40px);
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#aboutValueArea .valueCard .textBox h3 .jp::before {
  content: '';
  margin-right: clamp(12px, 2.0835vw, 20px);
  width: clamp(60px, 10.416vw, 100px);
  height: 1px;
  background: #00B2C7;
  display: block;
}
#aboutValueArea .valueCard .textBox .catch {
  margin-bottom: 10px;
}
#aboutValueArea .valueCard .textBox .read {
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  max-width: 430px;
}
#aboutValueArea .valueCard figure {
  margin: 0 0 0 auto;
  width: 38%;
  max-width: 300px;
}
@media (max-width: 1240px) {
  #aboutValueArea .valueCard {
    width: 100%;
    max-width: 795px;
  }
}
@media (max-width: 1024px) {
  #aboutValueArea .valueCard {
    padding: clamp(24px, 4.167vw, 40px) 0;
  }
  #aboutValueArea .valueCard .textBox {
    width: 65%;
  }
  #aboutValueArea .valueCard .textBox h3 {
    margin-bottom: clamp(24px, 4.167vw, 40px);
  }
  #aboutValueArea .valueCard figure {
    margin: auto 0 auto auto;
    width: 30%;
  }
}
@media (max-width: 480px) {
  #aboutValueArea .valueCard {
    display: block;
  }
  #aboutValueArea .valueCard .textBox {
    width: 100%;
  }
  #aboutValueArea .valueCard figure {
    margin: clamp(12px, 2.0835vw, 20px) auto 0;
    width: 65%;
  }
}

#aboutCompanyArea {
  padding: clamp(49px, 11.6664vw, 140px) 0;
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  background: linear-gradient(to bottom right, #5feeff 0%, #fffdd9 100%);
  position: relative;
}
@media (max-width: 480px) {
  #aboutCompanyArea {
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}
#aboutCompanyArea .container {
  padding: clamp(48px, 8.334vw, 80px) clamp(24px, 4.167vw, 40px);
  background: #FFFFFF;
  border-radius: 1.3888888889vw;
}
#aboutCompanyArea .container h2 {
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
#aboutCompanyArea .container dl {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 710px;
}
#aboutCompanyArea .container dl dt {
  padding: clamp(24px, 4.167vw, 40px) 0;
  font-size: clamp(12.6px, 2.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
  width: 33%;
  border-bottom: 1px solid #555555;
  position: relative;
}
#aboutCompanyArea .container dl dt:last-of-type {
  border-bottom: none;
}
#aboutCompanyArea .container dl dd {
  padding: clamp(24px, 4.167vw, 40px);
  letter-spacing: 0.04em;
  width: 67%;
  border-bottom: 1px solid #555555;
  position: relative;
}
#aboutCompanyArea .container dl dd:last-of-type {
  border-bottom: none;
}
#aboutCompanyArea .container dl dd p + p {
  margin-top: 1.5em;
}
#aboutCompanyArea .container dl .coimage::after {
  content: '';
  margin: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
}
#aboutCompanyArea .container dl .fig01::after {
  width: 8.1944444444vw;
  height: 7.5vw;
  background: url("../img/about/company01.svg") no-repeat center bottom/contain;
  left: auto;
  right: 0;
}
#aboutCompanyArea .container dl .fig02::after {
  width: 6.0416666667vw;
  height: 7.0833333333vw;
  background: url("../img/about/company02.svg") no-repeat center bottom/contain;
  left: 0;
  right: auto;
}
#aboutCompanyArea .container dl .fig03::after {
  width: 2.5694444444vw;
  height: 3.75vw;
  background: url("../img/about/company03.svg") no-repeat center bottom/contain;
  left: auto;
  right: 8.6805555556vw;
}
#aboutCompanyArea .container dl .fig04::after {
  width: 8.3333333333vw;
  height: 6.6666666667vw;
  background: url("../img/about/company04.svg") no-repeat center bottom/contain;
  left: auto;
  right: 10px;
}
#aboutCompanyArea .container dl .fig05::after {
  width: 6.0416666667vw;
  height: 5.5555555556vw;
  background: url("../img/about/company05.svg") no-repeat center bottom/contain;
  left: 0;
  right: auto;
}
#aboutCompanyArea .container dl .fig06::after {
  width: 4.4444444444vw;
  height: 7.3611111111vw;
  background: url("../img/about/company06.svg") no-repeat center bottom/contain;
  left: 50%;
  right: auto;
}
#aboutCompanyArea .container dl .fig07::after {
  width: 6.0416666667vw;
  height: 6.6666666667vw;
  background: url("../img/about/company07.svg") no-repeat center bottom/contain;
  top: 20px;
  left: auto;
  right: 2.0833333333vw;
}
@media (max-width: 1024px) {
  #aboutCompanyArea .container h2 {
    display: block;
  }
  #aboutCompanyArea .container h2 .jp {
    margin-left: 0;
  }
  #aboutCompanyArea .container dl dt {
    padding: clamp(12px, 2.0835vw, 20px) 0;
    width: 24%;
  }
  #aboutCompanyArea .container dl dd {
    padding: clamp(12px, 2.0835vw, 20px);
    width: 76%;
  }
}
@media (max-width: 480px) {
  #aboutCompanyArea .container {
    border-radius: 5.3333333333vw;
  }
  #aboutCompanyArea .container dl dt {
    padding: clamp(12px, 2.0835vw, 20px) 0 5px;
    width: 100%;
    border-bottom: none;
  }
  #aboutCompanyArea .container dl dd {
    padding: 0 0 clamp(12px, 2.0835vw, 20px);
    width: 100%;
  }
  #aboutCompanyArea .container dl .fig01::after {
    width: 22.692307692299998vw;
    height: 20.7692307692vw;
  }
  #aboutCompanyArea .container dl .fig02::after {
    width: 16.7307692308vw;
    height: 19.6153846154vw;
    left: auto;
    right: 0;
  }
  #aboutCompanyArea .container dl .fig03::after {
    width: 7.1153846154vw;
    height: 10.3846153846vw;
  }
  #aboutCompanyArea .container dl .fig04::after {
    width: 15.3846153846vw;
    height: 11.5384615385vw;
  }
  #aboutCompanyArea .container dl .fig05::after {
    width: 16.7307692308vw;
    height: 15.3846153846vw;
    top: 100px;
    left: auto;
    right: 0;
  }
  #aboutCompanyArea .container dl .fig06::after {
    width: 12.3076923077vw;
    height: 20.3846153846vw;
    top: 136px;
    left: auto;
    right: 0;
  }
  #aboutCompanyArea .container dl .fig07::after {
    width: 16.7307692308vw;
    height: 18.4615384615vw;
    top: -20px;
    left: auto;
    right: 8vw;
  }
}

/*== HISTORY ==*/
#mainStoryArea {
  margin: clamp(129.5px, 30.8328vw, 370px) auto 0;
  padding: clamp(136.5px, 32.4996vw, 390px) 0 clamp(87.5px, 20.8332vw, 250px);
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  background: linear-gradient(to bottom right, #5feeff 0%, #fffdd9 100%);
  position: relative;
}
#mainStoryArea .topImg {
  margin: 0;
  width: 92.5%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
#mainStoryArea .topImg picture {
  width: 100%;
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  display: block;
  overflow: hidden;
  position: relative;
}
#mainStoryArea .topImg picture::before {
  content: '';
  padding-top: 37.5%;
  display: block;
}
#mainStoryArea .topImg picture img, #mainStoryArea .topImg picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#mainStoryArea .container {
  padding: clamp(42px, 9.9996vw, 120px) clamp(48px, 8.334vw, 80px);
  background: #FFFFFF;
  border-radius: 1.3888888889vw;
}
#mainStoryArea .container section h3 {
  width: 30%;
}
#mainStoryArea .container section h3 .year {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
#mainStoryArea .container section h3 .text {
  margin-top: 10px;
  color: #00B2C7;
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.7;
  display: block;
}
#mainStoryArea .container section .storyCard {
  margin: 0 0 0 auto;
  width: 62%;
}
#mainStoryArea .container section .storyCard > picture {
  margin: 0 auto clamp(24px, 4.167vw, 40px);
  background: #555555;
  border-radius: 1.3888888889vw;
  display: block;
  overflow: hidden;
  position: relative;
}
#mainStoryArea .container section .storyCard > picture::before {
  content: '';
  padding-top: 66.7%;
  display: block;
}
#mainStoryArea .container section .storyCard > picture img, #mainStoryArea .container section .storyCard > picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#mainStoryArea .container section .storyCard .pic02 {
  margin: 0 auto clamp(24px, 4.167vw, 40px);
}
#mainStoryArea .container section .storyCard .pic02 picture {
  width: 65%;
  border-radius: 1.3888888889vw;
  display: block;
  overflow: hidden;
  position: relative;
}
#mainStoryArea .container section .storyCard .pic02 picture::before {
  content: '';
  padding-top: 65.8%;
  display: block;
}
#mainStoryArea .container section .storyCard .pic02 picture img, #mainStoryArea .container section .storyCard .pic02 picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#mainStoryArea .container section .storyCard .pic02 picture:last-of-type {
  margin: max(-120px,-16.666vw) 0 0 auto;
}
#mainStoryArea .container section .storyCard .catch {
  margin: 0 auto 15px;
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
#mainStoryArea .container section .storyCard .read {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
#mainStoryArea .container section + section {
  margin-top: clamp(52.5px, 12.5004vw, 150px);
}
@media (max-width: 1240px) {
  #mainStoryArea .container section h3 {
    margin-bottom: -3em;
    padding-right: 10px;
    width: fit-content;
    background: #FFFFFF;
    position: relative;
    z-index: 5;
  }
  #mainStoryArea .container section .storyCard {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #mainStoryArea {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
  #mainStoryArea .container {
    padding: clamp(36px, 6.2505vw, 60px) clamp(24px, 4.167vw, 40px);
    border-radius: 2.6666666667vw;
  }
  #mainStoryArea .container section h3 {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
  #mainStoryArea .container section h3 .text {
    margin-top: 0;
    font-size: clamp(23.04px, 4vw, 36px);
  }
  #mainStoryArea .container section .storyCard {
    width: 100%;
  }
}

#subStoryArea {
  margin-top: max(-60px,-8.334vw);
  margin-bottom: clamp(60px, 10.416vw, 100px);
  padding: clamp(42px, 9.9996vw, 120px) 0;
  background: #F9F9F9;
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  position: relative;
}
#subStoryArea .container {
  padding: clamp(60px, 10.416vw, 100px) clamp(24px, 4.167vw, 40px);
  background: #FFFFFF;
  border-radius: 1.3888888889vw;
}
#subStoryArea .container ul.historyList {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 710px;
}
#subStoryArea .container ul.historyList li {
  padding: clamp(24px, 4.167vw, 40px) 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #555555;
}
#subStoryArea .container ul.historyList li .year {
  margin: 0 0 auto;
  font-size: clamp(12.6px, 2.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
}
#subStoryArea .container ul.historyList li .text {
  width: 73%;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  #subStoryArea .container ul.historyList li {
    padding: clamp(12px, 2.0835vw, 20px) 0;
  }
}
@media (max-width: 480px) {
  #subStoryArea .container ul.historyList li {
    display: block;
  }
  #subStoryArea .container ul.historyList li .year {
    margin-bottom: 5px;
  }
  #subStoryArea .container ul.historyList li .text {
    line-height: 1.75;
    width: 100%;
  }
}
@media (max-width: 480px) {
  #subStoryArea {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
  #subStoryArea .container {
    padding: clamp(36px, 6.2505vw, 60px) clamp(24px, 4.167vw, 40px);
    border-radius: 2.6666666667vw;
  }
}

/*== STAFF ==*/
#staffTopArea {
  padding: clamp(36px, 6.2505vw, 60px) 0;
}
#staffTopArea .inner .textBox {
  margin: auto;
  width: 35%;
}
#staffTopArea .inner .textBox p {
  font-size: clamp(12.6px, 2.25vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
  max-width: 360px;
}
#staffTopArea .inner figure {
  width: 51.4%;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
@media (max-width: 1024px) {
  #staffTopArea .inner .textBox {
    margin-bottom: clamp(24px, 4.167vw, 40px);
    width: 100%;
  }
  #staffTopArea .inner .textBox p {
    max-width: none;
    text-align: center;
  }
  #staffTopArea .inner figure {
    margin: auto;
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
@media (max-width: 480px) {
  #staffTopArea .inner figure {
    width: 70%;
  }
}

#staffItroductionArea {
  margin-top: clamp(36px, 6.2505vw, 60px);
  margin-bottom: clamp(56px, 13.3332vw, 160px);
  position: relative;
}
#staffItroductionArea .staffCategory {
  margin: 0 0 auto;
  width: 16%;
  position: sticky;
  top: clamp(36px, 6.2505vw, 60px);
}
#staffItroductionArea .staffCategory p a {
  color: #00B2C7;
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
#staffItroductionArea .staffCategory p a::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #00B2C7;
  display: block;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#staffItroductionArea .staffCategory p a:hover::after {
  transform: scaleX(1);
}
#staffItroductionArea .staffCategory p + p {
  margin-top: clamp(18px, 3.1245vw, 30px);
}
#staffItroductionArea .introWrap {
  margin: 0 0 0 auto;
  width: 77.8%;
}
#staffItroductionArea .introWrap section h3 {
  margin: 0 auto clamp(36px, 6.2505vw, 60px);
  color: #00B2C7;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
#staffItroductionArea .introWrap section h3 .en {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 300;
  line-height: 1;
}
#staffItroductionArea .introWrap section h3 .jp {
  margin-left: clamp(24px, 4.167vw, 40px);
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#staffItroductionArea .introWrap section h3 .jp::before {
  content: '';
  margin-right: clamp(12px, 2.0835vw, 20px);
  width: clamp(60px, 10.416vw, 100px);
  height: 1px;
  background: #00B2C7;
  display: block;
}
#staffItroductionArea .introWrap section ul {
  margin-bottom: max(-60px,-8.334vw);
}
#staffItroductionArea .introWrap section ul li {
  margin: 0 6.4% clamp(36px, 6.2505vw, 60px) 0;
  width: 46.8%;
}
#staffItroductionArea .introWrap section ul li:nth-of-type(2n) {
  margin-right: 0;
}
#staffItroductionArea .introWrap section ul li figure {
  margin: 0 auto 15px;
  border-radius: 1.3888888889vw;
  overflow: hidden;
  position: relative;
}
#staffItroductionArea .introWrap section ul li figure::before {
  content: '';
  padding-top: 80.7%;
  display: block;
}
#staffItroductionArea .introWrap section ul li figure img, #staffItroductionArea .introWrap section ul li figure source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#staffItroductionArea .introWrap section ul li .name {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(12px, 1.944vw, 14px);
  font-weight: 700;
}
#staffItroductionArea .introWrap section ul li .position {
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#staffItroductionArea .introWrap section ul li .info {
  margin: 5px auto 0;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#staffItroductionArea .introWrap section + section {
  margin-top: clamp(60px, 10.416vw, 100px);
}
@media (max-width: 1024px) {
  #staffItroductionArea .staffCategory {
    top: 110px;
  }
  #staffItroductionArea .introWrap {
    margin: 0 0 0 auto;
    width: 77.8%;
  }
  #staffItroductionArea .introWrap section ul li {
    margin: 0 0 clamp(36px, 6.2505vw, 60px) 0;
    width: 100%;
  }
  #staffItroductionArea .introWrap section ul li:after {
    content: "";
    display: block;
    clear: both;
  }
  #staffItroductionArea .introWrap section ul li figure {
    margin-right: 5%;
    width: 35%;
    float: left;
  }
}
@media (max-width: 480px) {
  #staffItroductionArea .staffCategory {
    width: 5em;
  }
  #staffItroductionArea .introWrap {
    width: calc(100% - 6em);
  }
  #staffItroductionArea .introWrap section h3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #staffItroductionArea .introWrap section h3 .en {
    margin-right: clamp(24px, 4.167vw, 40px);
  }
  #staffItroductionArea .introWrap section h3 .jp {
    margin-left: 0;
  }
  #staffItroductionArea .introWrap section h3 .jp::before {
    width: clamp(36px, 6.2505vw, 60px);
  }
  #staffItroductionArea .introWrap section ul li figure {
    margin-right: 5%;
    width: 40%;
    float: left;
  }
}

.staffDedication {
  margin-bottom: clamp(56px, 13.3332vw, 160px);
  padding: clamp(24px, 4.167vw, 40px) clamp(48px, 8.334vw, 80px);
  border-radius: 2.7777777778vw;
  background: url("../img/about/bg_staff.jpg") no-repeat center center/cover;
  overflow: hidden;
}
.staffDedication .commonTtl01 {
  margin-bottom: clamp(60px, 10.416vw, 100px);
}
.staffDedication .lineText p + p {
  margin-top: 6px;
}
.staffDedication .lineText p span {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.staffDedication .lineText p span::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  transform-origin: bottom;
  transform: scale(1, 0);
  z-index: 1;
}
.staffDedication .lineText p span img {
  vertical-align: top;
  transform: translate(0, 35px);
  transform-origin: top;
  transition: all 0.6s ease-out;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.staffDedication .lineText p.line01 span {
  width: 100%;
  max-width: 562px;
  height: 58px;
}
.staffDedication .lineText p.line02 span {
  width: 69.4%;
  max-width: 390px;
  height: 58px;
}
.staffDedication .lineText p.line03 span {
  width: 81.3%;
  max-width: 457px;
  height: 58px;
}
.staffDedication .lineText p[data-status="active"] span::after {
  transform: scale(1, 1);
}
.staffDedication .lineText p[data-status="active"] span img {
  transform: translate(0, 0);
  opacity: 1;
}
@media (max-width: 480px) {
  .staffDedication {
    padding: 20px;
  }
  .staffDedication .commonTtl01 {
    margin-bottom: clamp(36px, 6.2505vw, 60px);
  }
  .staffDedication .commonTtl01 .en {
    font-size: 44px;
  }
  .staffDedication .lineText p.line01 span {
    height: 30px;
  }
  .staffDedication .lineText p.line02 span {
    height: 30px;
  }
  .staffDedication .lineText p.line03 span {
    height: 30px;
  }
}

/*============================================================================
	service
=============================================================================*/
/*== service TOP ==*/
#serviceArea {
  padding: clamp(49px, 11.6664vw, 140px) 0 clamp(175px, 41.6664vw, 500px);
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  background: linear-gradient(to bottom right, #5feeff 0%, #fffdd9 100%);
}
@media (max-width: 480px) {
  #serviceArea {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
#serviceArea section {
  margin: auto;
  padding: clamp(48px, 8.334vw, 80px) clamp(36px, 6.2505vw, 60px);
  max-width: 1080px;
  width: 85%;
  background: #FFFFFF;
  border-radius: 1.3888888889vw;
}
#serviceArea section .textBox {
  width: 50%;
}
#serviceArea section .textBox .ttlEN {
  margin: 0 auto 12px;
  color: #00B2C7;
  font-size: 1.4rem;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#serviceArea section .textBox h3 {
  margin: 0 auto clamp(33px, 5.7285vw, 55px);
  font-size: clamp(20.48px, 3.5552vw, 32px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#serviceArea section .textBox .read {
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
#serviceArea section .textBox .moreBtn {
  margin-top: clamp(19.2px, 3.333vw, 32px);
}
#serviceArea section figure {
  margin: auto 0 auto auto;
  width: 36.6%;
}
@media (max-width: 1024px) {
  #serviceArea section .textBox {
    margin-top: -200px;
    width: 100%;
    position: relative;
  }
  #serviceArea section figure {
    margin: 0 0 40px auto;
    width: 40%;
    text-align: center;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    order: -1;
  }
}
@media (max-width: 480px) {
  #serviceArea section .textBox {
    margin-top: 0;
  }
  #serviceArea section figure {
    margin: 0 auto 40px;
    width: 80%;
  }
}
#serviceArea section + section {
  margin-top: clamp(60px, 10.416vw, 100px);
}

#featureArea {
  margin: max(-360px,-50vw) auto clamp(126px, 30vw, 360px) 0;
  padding: clamp(38.5px, 9.1668vw, 110px) 0 clamp(38.5px, 9.1668vw, 110px) calc((100vw - 1224px) / 2);
  width: 97.2%;
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  position: relative;
}
#featureArea h2 {
  margin: 0 auto clamp(42px, 7.2915vw, 70px);
  color: #FFFFFF;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(50px, 11.6664vw, 140px);
  font-weight: 300;
  line-height: 1;
  position: relative;
  z-index: 5;
}
#featureArea .innerWrap {
  position: relative;
  z-index: 5;
}
#featureArea .innerWrap .lineText {
  width: 70%;
}
#featureArea .innerWrap .lineText p + p {
  margin-top: 6px;
}
#featureArea .innerWrap .lineText p span {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#featureArea .innerWrap .lineText p span::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  transform-origin: bottom;
  transform: scale(1, 0);
  z-index: 1;
}
#featureArea .innerWrap .lineText p span img {
  vertical-align: top;
  transform: translate(0, 35px);
  transform-origin: top;
  transition: all 0.6s ease-out;
  opacity: 0;
  position: relative;
  z-index: 2;
}
#featureArea .innerWrap .lineText p.line01 span {
  width: 60%;
  max-width: 305px;
  height: 82px;
}
#featureArea .innerWrap .lineText p.line02 span {
  width: 77.3%;
  max-width: 394px;
  height: 82px;
}
#featureArea .innerWrap .lineText p.line03 span {
  width: 88.2%;
  max-width: 450px;
  height: 36px;
}
#featureArea .innerWrap .lineText p.line04 span {
  width: 86.3%;
  max-width: 440px;
  height: 36px;
}
#featureArea .innerWrap .lineText p.line05 span {
  width: 100%;
  max-width: 510px;
  height: 36px;
}
#featureArea .innerWrap .lineText p[data-status="active"] span::after {
  transform: scale(1, 1);
}
#featureArea .innerWrap .lineText p[data-status="active"] span img {
  transform: translate(0, 0);
  opacity: 1;
}
#featureArea .innerWrap .btnBox {
  margin: auto 0 0 auto;
  width: 28%;
}
#featureArea .bgWrap {
  margin: auto;
  width: 100%;
  height: auto;
  min-height: 670px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#featureArea .bgWrap picture {
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  display: block;
  position: relative;
  overflow: hidden;
}
#featureArea .bgWrap picture::before {
  content: '';
  padding-top: 47.7%;
  min-height: 670px;
  display: block;
}
#featureArea .bgWrap picture img, #featureArea .bgWrap picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1240px) {
  #featureArea {
    padding: clamp(38.5px, 9.1668vw, 110px) 0 clamp(38.5px, 9.1668vw, 110px) 5%;
  }
}
@media (max-width: 1024px) {
  #featureArea .innerWrap .lineText {
    width: 90%;
  }
  #featureArea .innerWrap .btnBox {
    margin: 40px auto 0;
    width: 40%;
  }
  #featureArea .bgWrap picture::before {
    min-height: 90svh;
  }
}
@media (max-width: 480px) {
  #featureArea {
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
  #featureArea .innerWrap .lineText {
    width: 90%;
  }
  #featureArea .innerWrap .lineText p span {
    padding: 5px 10px;
  }
  #featureArea .innerWrap .lineText p.line01 span {
    width: 60%;
    max-width: 305px;
    height: 62px;
  }
  #featureArea .innerWrap .lineText p.line02 span {
    width: 77.3%;
    max-width: 394px;
    height: 62px;
  }
  #featureArea .innerWrap .lineText p.line03 span {
    width: 88.2%;
    max-width: 450px;
    height: 30px;
  }
  #featureArea .innerWrap .lineText p.line04 span {
    width: 86.3%;
    max-width: 440px;
    height: 30px;
  }
  #featureArea .innerWrap .lineText p.line05 span {
    width: 100%;
    max-width: 510px;
    height: 30px;
  }
  #featureArea .innerWrap .btnBox {
    margin: 40px auto 0;
    width: 180px;
  }
  #featureArea .bgWrap picture::before {
    min-height: 100svh;
  }
}

/*== service 下層common ==*/
#serviceSubTop {
  padding: clamp(63px, 15vw, 180px) 0 clamp(87.5px, 20.8332vw, 250px);
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  background: linear-gradient(to bottom right, #5feeff 0%, #fffdd9 100%);
  position: relative;
}
#serviceSubTop h2 {
  color: #00B2C7;
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.7;
}
#serviceSubTop p {
  margin: clamp(36px, 6.2505vw, 60px) auto;
  font-size: clamp(12.6px, 2.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
}
#serviceSubTop .subtopImg {
  margin: auto;
  max-width: 1224px;
  width: 90%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: clamp(36px, 6.2505vw, 60px);
}
#serviceSubTop .subtopImg img {
  width: 100%;
}
@media (max-width: 480px) {
  #serviceSubTop {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}

#servicePointWrap {
  margin-top: max(-60px,-8.334vw);
  padding: clamp(49px, 11.6664vw, 140px) 0;
  width: 100%;
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  background: #FFFFFF;
  position: relative;
}
#servicePointWrap .container {
  position: relative;
}
#servicePointWrap .container section {
  margin-left: auto;
  margin-right: 0;
  width: 90%;
  max-width: 860px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#servicePointWrap .container section picture {
  margin: 0 0 auto;
  width: 44%;
  border-radius: 1.3888888889vw;
  overflow: hidden;
  position: relative;
  display: block;
  background: #555555;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
#servicePointWrap .container section picture::before {
  content: '';
  padding-top: 100%;
  display: block;
}
#servicePointWrap .container section picture img, #servicePointWrap .container section picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#servicePointWrap .container section .textBox {
  margin: auto 0 auto auto;
  width: 48.84%;
}
#servicePointWrap .container section .textBox .point {
  margin-bottom: 15px;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#servicePointWrap .container section .textBox h3 {
  margin-bottom: 10px;
  color: #00B2C7;
  font-size: clamp(16.8px, 3.0006vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.12em;
}
#servicePointWrap .container section .textBox .read {
  font-weight: 500;
  line-height: 1.75;
}
#servicePointWrap .container section + section {
  margin-top: clamp(36px, 6.2505vw, 60px);
}
#servicePointWrap .container .figp {
  margin: auto;
  width: 215px;
  height: 125px;
  display: block;
  position: absolute;
}
#servicePointWrap .container .figp figure {
  width: 100%;
  height: 100%;
  position: relative;
}
#servicePointWrap .container .figp figure img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#servicePointWrap .container .figp.pict01 {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
#servicePointWrap .container .figp.pict02 {
  top: 20%;
  left: 16.9%;
  right: auto;
  bottom: auto;
}
#servicePointWrap .container .figp.pict03 {
  text-align: center;
  top: 41.3%;
  left: 0;
  right: auto;
  bottom: auto;
}
#servicePointWrap .container .figp.pict04 {
  top: auto;
  left: 12.9%;
  right: auto;
  bottom: 30%;
}
#servicePointWrap .container .figp.pict05 {
  text-align: center;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}
@media (max-width: 1024px) {
  #servicePointWrap .container section {
    margin: auto;
  }
  #servicePointWrap .container section picture {
    width: 32%;
  }
  #servicePointWrap .container section .textBox {
    width: 60%;
  }
  #servicePointWrap .container .figp {
    width: 86px;
    height: 50px;
  }
  #servicePointWrap .container .figp.pict02 {
    left: auto;
    right: 0;
  }
  #servicePointWrap .container .figp.pict04 {
    left: auto;
    right: 0;
    bottom: 20%;
  }
  #servicePointWrap .container .figp.pict05 {
    bottom: -5%;
  }
}
@media (max-width: 480px) {
  #servicePointWrap .container section {
    margin: auto;
  }
  #servicePointWrap .container section picture {
    margin: 20px auto 0;
    width: 90%;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  #servicePointWrap .container section .textBox {
    width: 100%;
  }
  #servicePointWrap .container .figp.pict01 {
    left: auto;
    right: 0;
  }
  #servicePointWrap .container .figp.pict02 {
    top: 23%;
  }
  #servicePointWrap .container .figp.pict03 {
    top: 49%;
    left: auto;
    right: 0;
  }
  #servicePointWrap .container .figp.pict04 {
    bottom: 21%;
  }
  #servicePointWrap .container .figp.pict05 {
    bottom: -1%;
  }
}

/*== service 福祉用具レンタル・販売 ==*/
#equipmentListArea {
  margin-bottom: max(-60px,-8.334vw);
  padding: clamp(42px, 9.9996vw, 120px) 0 clamp(84px, 20.0004vw, 240px);
  background: #F9F9F9;
}
#equipmentListArea section h3 {
  margin: 0 auto clamp(36px, 6.2505vw, 60px);
  font-size: clamp(20.48px, 3.5552vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}
#equipmentListArea section .sclTable {
  width: 100%;
}
@media (max-width: 1024px) {
  #equipmentListArea section .sclTable {
    overflow-x: scroll;
  }
}
@media (max-width: 480px) {
  #equipmentListArea section .sclTable {
    overflow-x: inherit;
  }
}
#equipmentListArea section table {
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 100%;
  border: none;
  empty-cells: show;
  border-collapse: collapse;
}
#equipmentListArea section table colgroup .name {
  width: 26.6%;
}
#equipmentListArea section table colgroup .type {
  width: 46%;
}
#equipmentListArea section table colgroup .level {
  width: 14.5%;
}
#equipmentListArea section table colgroup .cost {
  width: 12.8%;
}
#equipmentListArea section table thead tr th {
  color: #FFFFFF;
  text-align: center;
  height: 64px;
  background: #00B2C7;
  border-right: 1px solid #ffffff;
}
#equipmentListArea section table thead tr th:last-of-type {
  border-right: none;
}
#equipmentListArea section table tbody tr td {
  padding: clamp(24px, 4.167vw, 40px) clamp(12px, 2.0835vw, 20px);
  border-right: 1px solid #00B2C7;
  border-bottom: 1px solid #00B2C7;
  background: #FFFFFF;
}
#equipmentListArea section table tbody tr td:last-of-type {
  border-right: none;
}
#equipmentListArea section table tbody tr td .fl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#equipmentListArea section table tbody tr td figure {
  margin-right: 10px;
  width: 60px;
  background: #FFFFFF;
  border: 1px solid #555555;
  overflow: hidden;
  position: relative;
}
#equipmentListArea section table tbody tr td figure::before {
  content: '';
  padding-top: 100%;
  display: block;
}
#equipmentListArea section table tbody tr td figure img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#equipmentListArea section table tbody tr:nth-of-type(even) td {
  background: #E4F6F9;
}
@media (max-width: 1024px) {
  #equipmentListArea section table {
    width: 1200px;
  }
}
@media (max-width: 480px) {
  #equipmentListArea section table {
    width: 100%;
  }
  #equipmentListArea section table colgroup .name {
    width: 100%;
  }
  #equipmentListArea section table colgroup .type {
    width: 100%;
  }
  #equipmentListArea section table colgroup .level {
    width: 100%;
  }
  #equipmentListArea section table colgroup .cost {
    width: 100%;
  }
  #equipmentListArea section table thead {
    display: none;
  }
  #equipmentListArea section table tbody tr td {
    padding: 5px 10px;
    border-right: none;
    border-bottom: none;
    display: block;
    position: relative;
  }
  #equipmentListArea section table tbody tr td:first-of-type {
    padding-top: 20px;
  }
  #equipmentListArea section table tbody tr td:last-of-type {
    padding-bottom: 20px;
  }
  #equipmentListArea section table tbody tr td[data-label]::before {
    content: attr(data-label);
    margin-right: 2em;
    padding: 3px 5px;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    background: #00B2C7;
    border-radius: 4px;
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
  }
  #equipmentListArea section table tbody tr td[data-label="種類"] {
    padding-left: 4em;
  }
  #equipmentListArea section table tbody tr td[data-label="要介護認定の目安"], #equipmentListArea section table tbody tr td[data-label="ご利用者負担額"] {
    padding-left: 9.5em;
  }
}
#equipmentListArea section + section {
  margin-top: clamp(60px, 10.416vw, 100px);
}

/*== service 住宅改修 ==*/
#renovationServiceArea {
  margin-bottom: max(-60px,-8.334vw);
  padding: clamp(42px, 9.9996vw, 120px) 0 clamp(84px, 20.0004vw, 240px);
  background: #F9F9F9;
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
}
#renovationServiceArea h3 {
  margin: 0 auto clamp(42px, 7.2915vw, 70px);
  font-size: clamp(20.48px, 3.5552vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}
#renovationServiceArea section {
  padding: clamp(54px, 9.375vw, 90px) clamp(48px, 8.334vw, 80px);
  color: #FFFFFF;
  background: url("../img/service/bg_renovationService.jpg") no-repeat center center;
  border-radius: 1.3888888889vw;
}
#renovationServiceArea section .textBox {
  margin: auto 0;
  width: 61%;
}
#renovationServiceArea section .textBox h4 {
  margin: 0 auto clamp(18px, 3.1245vw, 30px);
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
#renovationServiceArea section .textBox p {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
#renovationServiceArea section .btnBox {
  margin: 0 0 0 auto;
  width: 30%;
  max-width: 260px;
}
#renovationServiceArea section .btnBox a {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#renovationServiceArea section .btnBox a .text {
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
#renovationServiceArea section .btnBox a .icon {
  margin: auto;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  bottom: auto;
}
#renovationServiceArea section .btnBox a:hover {
  background: #00B2C7;
  border: 1px solid #00B2C7;
}
@media (max-width: 768px) {
  #renovationServiceArea section {
    padding: clamp(36px, 6.2505vw, 60px) clamp(24px, 4.167vw, 40px);
  }
  #renovationServiceArea section .textBox {
    width: 100%;
  }
  #renovationServiceArea section .btnBox {
    margin: clamp(24px, 4.167vw, 40px) auto 0;
    width: 70%;
  }
}
@media (max-width: 480px) {
  #renovationServiceArea {
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}

/*== service 病院内売店の運営 ==*/
#shopServiceArea {
  margin-bottom: clamp(52.5px, 12.5004vw, 150px);
  padding: clamp(42px, 9.9996vw, 120px) 0 clamp(84px, 20.0004vw, 240px);
  background: #F9F9F9;
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
}
#shopServiceArea h3 {
  margin: 0 auto clamp(42px, 7.2915vw, 70px);
  font-size: clamp(20.48px, 3.5552vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}
#shopServiceArea #shopServiceSlide {
  width: 100%;
}
#shopServiceArea #shopServiceSlide .swiper-slide {
  transform: translateX(calc(-50% - 15px));
}
#shopServiceArea #shopServiceSlide .swiper-slide picture {
  border-radius: 1.3888888889vw;
  overflow: hidden;
  position: relative;
  display: block;
  background: #555555;
}
#shopServiceArea #shopServiceSlide .swiper-slide picture::before {
  content: '';
  padding-top: 70.58%;
  display: block;
}
#shopServiceArea #shopServiceSlide .swiper-slide picture img, #shopServiceArea #shopServiceSlide .swiper-slide picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  #shopServiceArea #shopServiceSlide .swiper-slide {
    transform: none;
  }
}
@media (max-width: 480px) {
  #shopServiceArea {
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}

/*== service 法人向けサービス ==*/
#businessServiceArea {
  margin-bottom: clamp(52.5px, 12.5004vw, 150px);
  padding: clamp(42px, 9.9996vw, 120px) 0 clamp(84px, 20.0004vw, 240px);
  background: #F9F9F9;
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
}
#businessServiceArea h3 {
  margin: 0 auto clamp(42px, 7.2915vw, 70px);
  font-size: clamp(20.48px, 3.5552vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}
#businessServiceArea .caseWrap h4 {
  width: 30%;
}
#businessServiceArea .caseWrap h4 .en {
  color: #00B2C7;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(31.25px, 4.8608vw, 50px);
  font-weight: 300;
  line-height: 1;
  display: block;
}
#businessServiceArea .caseWrap h4 .jp {
  margin-top: 10px;
  color: #00B2C7;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#businessServiceArea .caseWrap h4 .jp::before {
  content: '';
  margin-right: clamp(12px, 2.0835vw, 20px);
  width: clamp(63px, 15vw, 180px);
  height: 1px;
  background: #00B2C7;
  display: block;
}
#businessServiceArea .caseWrap .caseList {
  margin: 0 0 0 auto;
  width: 64.8%;
}
#businessServiceArea .caseWrap .caseList section {
  padding: clamp(24px, 4.167vw, 40px) 0;
  border-top: 1px solid #00B2C7;
}
#businessServiceArea .caseWrap .caseList section h5 {
  margin: 0 auto 10px;
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.06em;
}
#businessServiceArea .caseWrap .caseList section .read {
  line-height: 1.75;
}
#businessServiceArea .caseWrap .caseList section:last-of-type {
  border-bottom: 1px solid #00B2C7;
}
@media (max-width: 1024px) {
  #businessServiceArea .caseWrap h4 {
    margin: 0 auto clamp(36px, 6.2505vw, 60px);
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  #businessServiceArea .caseWrap h4 .jp {
    margin-top: 0;
    margin-left: 20px;
  }
  #businessServiceArea .caseWrap h4 .jp::before {
    width: 60px;
  }
  #businessServiceArea .caseWrap .caseList {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #businessServiceArea {
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
  #businessServiceArea .caseWrap h4 .jp::before {
    width: 40px;
  }
}

/*============================================================================
	service共通エリア
=============================================================================*/
#catalogArea {
  margin: 0 0 clamp(52.5px, 12.5004vw, 150px);
  padding: clamp(48px, 8.334vw, 80px) 0;
  width: 97.2%;
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  background: linear-gradient(to bottom right, #5feeff 0%, #fffdd9 100%);
}
#catalogArea .container .catalogLbox {
  width: 57%;
}
#catalogArea .container .catalogLbox h2 {
  margin: 0 auto clamp(36px, 6.2505vw, 60px);
  display: block;
}
#catalogArea .container .catalogLbox h2 .jp {
  margin: clamp(12px, 2.0835vw, 20px) 0 0 0;
}
#catalogArea .container .catalogLbox .lineText p + p {
  margin-top: 6px;
}
#catalogArea .container .catalogLbox .lineText p span {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#catalogArea .container .catalogLbox .lineText p span::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  transform-origin: bottom;
  transform: scale(1, 0);
  z-index: 1;
}
#catalogArea .container .catalogLbox .lineText p span img {
  vertical-align: top;
  transform: translate(0, 35px);
  transform-origin: top;
  transition: all 0.6s ease-out;
  opacity: 0;
  position: relative;
  z-index: 2;
}
#catalogArea .container .catalogLbox .lineText p.line01 span {
  max-width: 601px;
  max-height: 82px;
}
#catalogArea .container .catalogLbox .lineText p.line02 span {
  max-width: 585px;
  max-height: 82px;
}
#catalogArea .container .catalogLbox .lineText p[data-status="active"] span::after {
  transform: scale(1, 1);
}
#catalogArea .container .catalogLbox .lineText p[data-status="active"] span img {
  transform: translate(0, 0);
  opacity: 1;
}
#catalogArea .container .catalogLbox .textBox {
  margin: clamp(18px, 3.1245vw, 30px) 0 0 0;
}
#catalogArea .container .catalogLbox .textBox p {
  line-height: 1.75;
  letter-spacing: 0.04em;
}
#catalogArea .container .catalogRbox {
  margin: 0 0 0 auto;
  width: 31%;
}
#catalogArea .container .catalogRbox picture {
  margin-top: max(-140px,-19.444vw);
  max-width: 358px;
  max-height: 500px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  display: block;
  position: relative;
}
#catalogArea .container .catalogRbox .btnBox {
  margin: clamp(30px, 5.208vw, 50px) auto 0;
}
#catalogArea .container .catalogRbox .btnBox p {
  margin: auto;
}
@media (max-width: 1024px) {
  #catalogArea .container .catalogLbox {
    width: 100%;
  }
  #catalogArea .container .catalogRbox {
    margin: clamp(24px, 4.167vw, 40px) auto 0;
    width: 100%;
  }
  #catalogArea .container .catalogRbox picture {
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 480px) {
  #catalogArea {
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
}

#voiceBtnArea {
  margin: 0 auto clamp(56px, 13.3332vw, 160px);
}
#voiceBtnArea h2 {
  margin-bottom: clamp(48px, 8.334vw, 80px);
}
#voiceBtnArea .voiceBtn {
  margin: 0 5.2% 0 0;
  width: 47.4%;
}
#voiceBtnArea .voiceBtn:last-of-type {
  margin-right: 0;
}
#voiceBtnArea .voiceBtn picture {
  margin: 0 auto clamp(24px, 4.167vw, 40px);
  width: 100%;
  border-radius: 1.3888888889vw;
  display: block;
  overflow: hidden;
  position: relative;
}
#voiceBtnArea .voiceBtn picture::before {
  content: '';
  padding-top: 62%;
  display: block;
}
#voiceBtnArea .voiceBtn picture img, #voiceBtnArea .voiceBtn picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#voiceBtnArea .voiceBtn .ttl {
  margin: 0 auto clamp(21px, 3.6465vw, 35px);
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: 1024px) {
  #voiceBtnArea .voiceBtn .moreBtn {
    width: 90%;
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  #voiceBtnArea .voiceBtn {
    margin: 0;
    width: 100%;
  }
  #voiceBtnArea .voiceBtn:first-of-type {
    margin-bottom: 40px;
  }
}

#recruitArea {
  padding: 0;
  border-radius: 2.7777777778vw 0 0 0;
  background: linear-gradient(to bottom right, #5feeff 0%, #fffdd9 100%);
}
#recruitArea .textBox {
  margin: auto 0;
  padding-left: calc((100vw - 1224px) / 2);
  width: 58%;
}
@media (max-width: 1240px) {
  #recruitArea .textBox {
    padding-left: 5%;
  }
}
#recruitArea .textBox h2 {
  margin-bottom: clamp(12px, 2.0835vw, 20px);
}
#recruitArea .textBox .catch {
  margin: 0 auto clamp(18px, 3.1245vw, 30px);
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
#recruitArea .textBox .moreBtn {
  margin-top: clamp(24px, 4.167vw, 40px);
}
#recruitArea picture {
  margin: 0 0 0 auto;
  width: 41.7%;
  display: block;
  overflow: hidden;
  position: relative;
}
#recruitArea picture::before {
  content: '';
  padding-top: 104.2%;
  display: block;
}
#recruitArea picture img, #recruitArea picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  #recruitArea .textBox {
    margin: auto;
    padding: clamp(30px, 5.208vw, 50px) 0 0;
    width: 85%;
  }
  #recruitArea picture {
    margin: clamp(48px, 8.334vw, 80px) auto 0;
    width: 100%;
  }
  #recruitArea picture::before {
    padding-top: 69.3%;
  }
}
@media (max-width: 480px) {
  #recruitArea {
    border-radius: 5.3333333333vw 0 0 0;
  }
}

.serviceCommonFooter {
  margin-bottom: max(-60px,-8.334vw);
  padding: clamp(60px, 10.416vw, 100px) 0 clamp(42px, 7.2915vw, 70px);
  background: #F9F9F9;
}
.serviceCommonFooter #serviceFootslide {
  margin: 0 auto clamp(54px, 9.375vw, 90px);
  width: 100%;
}
.serviceCommonFooter #serviceFootslide .swiper-slide {
  margin: 0;
  transform: translateX(calc(-50% - 15px));
}
.serviceCommonFooter #serviceFootslide .swiper-slide picture {
  border-radius: 1.3888888889vw;
  overflow: hidden;
  position: relative;
  display: block;
}
.serviceCommonFooter #serviceFootslide .swiper-slide picture::before {
  content: '';
  padding-top: 70.58%;
  display: block;
}
.serviceCommonFooter #serviceFootslide .swiper-slide picture img, .serviceCommonFooter #serviceFootslide .swiper-slide picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  .serviceCommonFooter #serviceFootslide .swiper-slide {
    transform: none;
  }
}

/*============================================================================
	FEATURE
=============================================================================*/
#featurePointArea {
  margin: clamp(129.5px, 30.8328vw, 370px) auto 0;
  padding: clamp(136.5px, 32.4996vw, 390px) 0 clamp(87.5px, 20.8332vw, 250px);
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  background: linear-gradient(to bottom right, #5feeff 0%, #fffdd9 100%);
  position: relative;
}
#featurePointArea .topImg {
  margin: 0;
  width: 92.5%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
#featurePointArea .topImg picture {
  width: 100%;
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  display: block;
  overflow: hidden;
  position: relative;
}
#featurePointArea .topImg picture::before {
  content: '';
  padding-top: 37.5%;
  display: block;
}
#featurePointArea .topImg picture img, #featurePointArea .topImg picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#featurePointArea .container section .textBox {
  margin: clamp(49px, 11.6664vw, 140px) 0 auto auto;
  padding: clamp(48px, 8.334vw, 80px) clamp(36px, 6.2505vw, 60px) clamp(60px, 10.416vw, 100px);
  color: #FFFFFF;
  width: 50%;
  max-width: 600px;
  background: #00B2C7;
  border-radius: 2.7777777778vw;
  position: relative;
  z-index: 5;
}
#featurePointArea .container section .textBox .num {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  font-weight: 700;
}
#featurePointArea .container section .textBox h3 {
  margin: 20px auto 10px;
}
#featurePointArea .container section .textBox h3 .en {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.04em;
  display: block;
}
#featurePointArea .container section .textBox h3 .jp {
  margin-top: clamp(36px, 6.2505vw, 60px);
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  display: block;
}
#featurePointArea .container section .textBox .read {
  line-height: 1.75;
  letter-spacing: 0.04em;
}
#featurePointArea .container section figure {
  margin: 0 -10% auto 0;
  padding: clamp(30px, 5.208vw, 50px) 0;
  width: 57.2%;
  max-width: 700px;
  text-align: center;
  aspect-ratio: 1 / 0.857;
  background: #FFFFFF;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1.3888888889vw;
  z-index: 1;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
#featurePointArea .container section + section {
  margin-top: clamp(63px, 15vw, 180px);
}
@media (max-width: 1024px) {
  #featurePointArea .container section .textBox {
    margin: 0;
    width: 90%;
    max-width: none;
  }
  #featurePointArea .container section figure {
    margin: -5% 0 0 auto;
    padding: clamp(12px, 2.0835vw, 20px) 0;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
@media (max-width: 480px) {
  #featurePointArea .container section .textBox {
    margin: 0;
    padding: clamp(36px, 6.2505vw, 60px) clamp(24px, 4.167vw, 40px);
    width: 100%;
    max-width: none;
  }
  #featurePointArea .container section .textBox h3 {
    margin: 5px auto 10px;
  }
  #featurePointArea .container section figure {
    margin: -5% 5% 0 auto;
    width: 70%;
    border-radius: 5.3333333333vw;
    z-index: 10;
  }
}
@media (max-width: 480px) {
  #featurePointArea {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}

#featurePala {
  margin-bottom: max(-60px,-8.334vw);
}

/*============================================================================
	ACTIVITY
=============================================================================*/
#activityArea {
  margin: clamp(30px, 5.208vw, 50px) auto clamp(49px, 11.6664vw, 140px);
}
#activityArea .lineImage {
  margin: 0 auto clamp(49px, 11.6664vw, 140px);
  width: 90%;
  text-align: center;
}
#activityArea section .textBox {
  width: 41.7%;
}
#activityArea section .textBox .num {
  color: #00B2C7;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  font-weight: 700;
}
#activityArea section .textBox h3 {
  margin: 20px auto 10px;
  color: #00B2C7;
}
#activityArea section .textBox h3 .en {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.04em;
  display: block;
}
#activityArea section .textBox h3 .jp {
  margin-top: clamp(36px, 6.2505vw, 60px);
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  display: block;
}
#activityArea section .textBox .read {
  line-height: 1.75;
  letter-spacing: 0.04em;
}
#activityArea section picture {
  width: 54.2%;
  display: block;
  overflow: hidden;
  position: relative;
}
#activityArea section picture::before {
  content: '';
  padding-top: 66.7%;
  display: block;
}
#activityArea section picture img, #activityArea section picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#activityArea section + section {
  margin-top: clamp(42px, 9.9996vw, 120px);
}
#activityArea section:nth-of-type(odd) .textBox {
  margin: auto 0 auto auto;
  padding-right: calc((100vw - 1224px) / 2);
}
#activityArea section:nth-of-type(odd) picture {
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
#activityArea section:nth-of-type(even) .textBox {
  margin: auto 0;
  padding-left: calc((100vw - 1224px) / 2);
}
#activityArea section:nth-of-type(even) picture {
  margin: 0 0 0 auto;
  border-radius: 1.3888888889vw 0 0 1.3888888889vw;
}
@media (max-width: 1240px) {
  #activityArea section:nth-of-type(odd) .textBox {
    padding-right: 5%;
  }
  #activityArea section:nth-of-type(even) .textBox {
    padding-left: 5%;
  }
}
@media (max-width: 1024px) {
  #activityArea section .textBox {
    width: 90%;
  }
  #activityArea section picture {
    width: 70%;
  }
  #activityArea section:nth-of-type(odd) .textBox {
    margin: 0 auto clamp(24px, 4.167vw, 40px);
    padding-right: 0;
  }
  #activityArea section:nth-of-type(odd) picture {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  #activityArea section:nth-of-type(even) .textBox {
    margin: 0 auto clamp(24px, 4.167vw, 40px);
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  #activityArea section picture {
    width: 90%;
  }
  #activityArea section:nth-of-type(odd) picture {
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
  #activityArea section:nth-of-type(even) picture {
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
}

#activityChangeBox {
  margin: 0 auto clamp(49px, 11.6664vw, 140px);
  padding: clamp(36px, 6.2505vw, 60px) 0;
  background: linear-gradient(to bottom right, #ff9a55 0%, #fffa79 100%);
  border-radius: 2.7777777778vw;
  position: relative;
}
#activityChangeBox .textBox {
  padding-left: clamp(48px, 8.334vw, 80px);
  color: #FFFFFF;
  width: 100%;
  position: relative;
  z-index: 5;
}
#activityChangeBox .textBox .catch {
  margin: clamp(30px, 5.208vw, 50px) auto clamp(21px, 3.6465vw, 35px);
  font-size: clamp(20.48px, 3.5552vw, 32px);
  font-weight: 700;
}
#activityChangeBox .textBox .read {
  line-height: 1.75;
  letter-spacing: 0.04em;
  max-width: 526px;
}
#activityChangeBox figure {
  margin: auto;
  width: clamp(157.85px, 37.5828vw, 451px);
  height: clamp(130.9px, 31.1664vw, 374px);
  text-align: center;
  position: absolute;
  top: 0;
  left: auto;
  right: clamp(24px, 4.167vw, 40px);
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1240px) {
  #activityChangeBox .textBox {
    padding-left: clamp(36px, 6.2505vw, 60px);
  }
  #activityChangeBox figure {
    width: clamp(110.25px, 26.25vw, 315px);
    height: clamp(91.35px, 21.75vw, 261px);
  }
}
@media (max-width: 1024px) {
  #activityChangeBox .textBox {
    padding: 0 clamp(36px, 6.2505vw, 60px);
  }
  #activityChangeBox .textBox .read {
    max-width: none;
  }
  #activityChangeBox figure {
    width: clamp(94.85px, 22.5828vw, 271px);
    height: clamp(78.4px, 18.6672vw, 224px);
    top: clamp(24px, 4.167vw, 40px);
    bottom: auto;
  }
}
@media (max-width: 480px) {
  #activityChangeBox {
    border-radius: 10.6666666667vw;
  }
  #activityChangeBox .textBox {
    padding: 0 clamp(24px, 4.167vw, 40px);
  }
  #activityChangeBox figure {
    top: 110px;
    right: 5%;
    bottom: auto;
  }
}

/*============================================================================
	RECRUIT
=============================================================================*/
.recruitCheaderWrap {
  margin: auto;
  width: 94.4%;
  position: relative;
}
.recruitCheaderWrap h2 {
  margin: auto;
  width: fit-content;
  display: block;
  position: absolute;
  top: auto;
  left: 5%;
  bottom: clamp(45px, 7.812vw, 75px);
  z-index: 5;
}
.recruitCheaderWrap h2 .en {
  margin-bottom: clamp(24px, 4.167vw, 40px);
  display: block;
}
.recruitCheaderWrap h2 .jp {
  margin-left: 0;
  color: #FFFFFF;
}
.recruitCheaderWrap h2 .jp::before {
  background: #FFFFFF;
}
.recruitCheaderWrap .breadcrumbs {
  margin: auto;
  position: absolute;
  left: 5%;
  bottom: clamp(18px, 3.1245vw, 30px);
  z-index: 5;
}
.recruitCheaderWrap .breadcrumbs ol li {
  color: #FFFFFF;
}
.recruitCheaderWrap .breadcrumbs ol li:not(:last-of-type)::after {
  color: #FFFFFF;
}
.recruitCheaderWrap .breadcrumbs ol li a {
  color: #FFFFFF;
}
.recruitCheaderWrap picture {
  border-radius: 2.7777777778vw;
  overflow: hidden;
  position: relative;
  display: block;
}
.recruitCheaderWrap picture::before {
  content: '';
  padding-top: 43.3%;
  display: block;
}
.recruitCheaderWrap picture img, .recruitCheaderWrap picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .recruitCheaderWrap h2 .en {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .recruitCheaderWrap h2 {
    bottom: 65px;
  }
  .recruitCheaderWrap picture::before {
    padding-top: 80%;
  }
}

#recruitIntroArea {
  margin: clamp(49px, 11.6664vw, 140px) auto;
}
#recruitIntroArea .textBox {
  width: 40%;
}
#recruitIntroArea .textBox .catch {
  color: #00B2C7;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#recruitIntroArea .textBox h3 {
  margin: clamp(12px, 2.0835vw, 20px) auto clamp(45px, 7.812vw, 75px);
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.7;
}
#recruitIntroArea .textBox .read {
  margin-bottom: clamp(36px, 6.2505vw, 60px);
  font-size: clamp(12.6px, 2.25vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
}
#recruitIntroArea .textBox .moreBtn {
  width: 100%;
}
#recruitIntroArea .textBox .moreBtn + .moreBtn {
  margin-top: clamp(18px, 3.1245vw, 30px);
}
#recruitIntroArea figure {
  margin: auto 0 auto auto;
  width: 48%;
}
@media (max-width: 1024px) {
  #recruitIntroArea .textBox {
    margin: 0 auto clamp(24px, 4.167vw, 40px);
    width: 90%;
  }
  #recruitIntroArea figure {
    margin: auto;
    width: 50%;
  }
}
@media (max-width: 480px) {
  #recruitIntroArea figure {
    margin: auto;
    width: 70%;
  }
}

#recruitslide {
  margin: 0 auto clamp(54px, 9.375vw, 90px);
  width: 100%;
}
#recruitslide .swiper-slide {
  margin: 0;
  transform: translateX(calc(-50% - 15px));
}
#recruitslide .swiper-slide picture {
  border-radius: 1.3888888889vw;
  overflow: hidden;
  position: relative;
  display: block;
}
#recruitslide .swiper-slide picture::before {
  content: '';
  padding-top: 70.58%;
  display: block;
}
#recruitslide .swiper-slide picture img, #recruitslide .swiper-slide picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  #recruitslide .swiper-slide {
    transform: none;
  }
}

#recruitFeatureArea {
  margin: clamp(49px, 11.6664vw, 140px) auto clamp(42px, 9.9996vw, 120px);
}
#recruitFeatureArea section .textBox {
  width: 41.7%;
}
#recruitFeatureArea section .textBox .num {
  color: #00B2C7;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  font-weight: 700;
}
#recruitFeatureArea section .textBox h3 {
  margin: 20px auto 10px;
  color: #00B2C7;
}
#recruitFeatureArea section .textBox h3 .en {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.04em;
  display: block;
}
#recruitFeatureArea section .textBox h3 .jp {
  margin-top: clamp(36px, 6.2505vw, 60px);
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  display: block;
}
#recruitFeatureArea section .textBox .read {
  line-height: 1.75;
  letter-spacing: 0.04em;
}
#recruitFeatureArea section picture {
  width: 54.2%;
  display: block;
  overflow: hidden;
  position: relative;
}
#recruitFeatureArea section picture::before {
  content: '';
  padding-top: 66.7%;
  display: block;
}
#recruitFeatureArea section picture img, #recruitFeatureArea section picture source {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#recruitFeatureArea section + section {
  margin-top: clamp(42px, 9.9996vw, 120px);
}
#recruitFeatureArea section:nth-of-type(odd) .textBox {
  margin: auto 0 auto auto;
  padding-right: calc((100vw - 1224px) / 2);
}
#recruitFeatureArea section:nth-of-type(odd) picture {
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
#recruitFeatureArea section:nth-of-type(even) .textBox {
  margin: auto 0;
  padding-left: calc((100vw - 1224px) / 2);
}
#recruitFeatureArea section:nth-of-type(even) picture {
  margin: 0 0 0 auto;
  border-radius: 1.3888888889vw 0 0 1.3888888889vw;
}
@media (max-width: 1240px) {
  #recruitFeatureArea section:nth-of-type(odd) .textBox {
    padding-right: 5%;
  }
  #recruitFeatureArea section:nth-of-type(even) .textBox {
    padding-left: 5%;
  }
}
@media (max-width: 1024px) {
  #recruitFeatureArea section .textBox {
    width: 90%;
  }
  #recruitFeatureArea section picture {
    width: 70%;
  }
  #recruitFeatureArea section:nth-of-type(odd) .textBox {
    margin: 0 auto clamp(24px, 4.167vw, 40px);
    padding-right: 0;
  }
  #recruitFeatureArea section:nth-of-type(odd) picture {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  #recruitFeatureArea section:nth-of-type(even) .textBox {
    margin: 0 auto clamp(24px, 4.167vw, 40px);
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  #recruitFeatureArea section picture {
    width: 90%;
  }
  #recruitFeatureArea section:nth-of-type(odd) picture {
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
  #recruitFeatureArea section:nth-of-type(even) picture {
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
}

#recruitEntryBox {
  margin: 0 auto clamp(49px, 11.6664vw, 140px);
  padding: clamp(36px, 6.2505vw, 60px) 0;
  background: linear-gradient(to bottom right, #ff9a55 0%, #fffa79 100%);
  border-radius: 2.7777777778vw;
  position: relative;
}
#recruitEntryBox .textBox {
  padding-left: clamp(48px, 8.334vw, 80px);
  color: #FFFFFF;
  width: 100%;
  position: relative;
  z-index: 5;
}
#recruitEntryBox .textBox .catch {
  margin: clamp(30px, 5.208vw, 50px) auto clamp(21px, 3.6465vw, 35px);
  font-size: clamp(20.48px, 3.5552vw, 32px);
  font-weight: 700;
}
#recruitEntryBox .textBox .read {
  margin-bottom: clamp(21px, 3.6465vw, 35px);
  line-height: 1.75;
  letter-spacing: 0.04em;
  max-width: 526px;
}
#recruitEntryBox .textBox .moreBtn {
  width: 100%;
  max-width: 480px;
}
#recruitEntryBox .textBox .moreBtn + .moreBtn {
  margin-top: clamp(18px, 3.1245vw, 30px);
}
#recruitEntryBox figure {
  margin: auto;
  width: clamp(167.65px, 39.9168vw, 479px);
  height: clamp(177.45px, 42.2496vw, 507px);
  text-align: center;
  position: absolute;
  top: 0;
  left: auto;
  right: clamp(24px, 4.167vw, 40px);
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1240px) {
  #recruitEntryBox .textBox {
    padding-left: clamp(36px, 6.2505vw, 60px);
  }
  #recruitEntryBox figure {
    width: clamp(117.25px, 27.9168vw, 335px);
    height: clamp(124.25px, 29.5836vw, 355px);
  }
}
@media (max-width: 1024px) {
  #recruitEntryBox .textBox {
    padding: 0 clamp(36px, 6.2505vw, 60px);
  }
  #recruitEntryBox .textBox .read {
    max-width: none;
  }
  #recruitEntryBox figure {
    width: clamp(100.8px, 24vw, 288px);
    height: clamp(106.4px, 25.3332vw, 304px);
    top: clamp(24px, 4.167vw, 40px);
    bottom: auto;
  }
}
@media (max-width: 480px) {
  #recruitEntryBox {
    border-radius: 10.6666666667vw;
  }
  #recruitEntryBox .textBox {
    padding: 0 clamp(24px, 4.167vw, 40px);
  }
  #recruitEntryBox figure {
    top: 10px;
    right: 5%;
    bottom: auto;
  }
}

/*============================================================================
	VOICE
=============================================================================*/
#voiceTopArea {
  padding: clamp(49px, 11.6664vw, 140px) 0;
}
#voiceTopArea h2 {
  margin: 0 auto clamp(45px, 7.812vw, 75px);
  color: #00B2C7;
  font-size: clamp(25px, 3.8892vw, 40px);
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-align: center;
}
#voiceTopArea p {
  font-size: clamp(12.6px, 2.25vw, 18px);
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}

#voiceBtn {
  width: 100%;
}
#voiceBtn .titleBtn {
  padding: 0 clamp(19.2px, 3.333vw, 32px);
  width: 48.5%;
  height: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background: #FFFFFF;
  border: 1px solid #00B2C7;
  position: relative;
  overflow: hidden;
}
#voiceBtn .titleBtn .text {
  color: #00B2C7;
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 10;
}
#voiceBtn .titleBtn.or {
  border: 1px solid #FF9A55;
}
#voiceBtn .titleBtn.or .text {
  color: #FF9A55;
}
#voiceBtn .moreBtn {
  width: 48.5%;
}
#voiceBtn .moreBtn a .text {
  font-size: clamp(16.8px, 3.0006vw, 24px);
  letter-spacing: 0.12em;
}
@media (max-width: 1240px) {
  #voiceBtn .titleBtn .text {
    font-size: clamp(12.6px, 2.25vw, 18px);
  }
  #voiceBtn .moreBtn a .text {
    font-size: clamp(12.6px, 2.25vw, 18px);
  }
}
@media (max-width: 480px) {
  #voiceBtn .titleBtn {
    width: 100%;
  }
  #voiceBtn .moreBtn {
    width: 100%;
  }
  #voiceBtn p + p {
    margin-top: clamp(24px, 4.167vw, 40px);
  }
}

#voiceTopListArea .voiceCard_pickup {
  margin-top: clamp(60px, 10.416vw, 100px);
  padding: clamp(24px, 4.167vw, 40px);
  background: #f2fbfc;
  border-radius: 1.3888888889vw;
}
#voiceTopListArea .voiceCard_pickup .textBox {
  margin: auto 0;
  width: 52.2%;
}
#voiceTopListArea .voiceCard_pickup .textBox h3 {
  margin-bottom: clamp(36px, 6.2505vw, 60px);
  color: #00B2C7;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 300;
  line-height: 1.2;
}
#voiceTopListArea .voiceCard_pickup .textBox .ctg {
  margin: 0 auto clamp(12px, 2.0835vw, 20px);
}
#voiceTopListArea .voiceCard_pickup .textBox .ctg span {
  padding: 3px clamp(18px, 3.1245vw, 30px);
  color: #00B2C7;
  font-size: 1.4rem;
  font-weight: 500;
  background: #d9f4f6;
  border-radius: 40px;
  display: inline-block;
}
#voiceTopListArea .voiceCard_pickup .textBox .name {
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#voiceTopListArea .voiceCard_pickup .textBox .comment {
  margin-top: 10px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#voiceTopListArea .voiceCard_pickup .textBox .prof {
  margin-top: 5px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#voiceTopListArea .voiceCard_pickup figure {
  margin: 0 0 0 auto;
  width: 43%;
  text-align: center;
  background: #00B2C7;
  border-radius: 1.3888888889vw;
  position: relative;
  overflow: hidden;
}
#voiceTopListArea .voiceCard_pickup figure::before {
  content: '';
  padding-top: 97.6%;
  display: block;
}
#voiceTopListArea .voiceCard_pickup figure img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  #voiceTopListArea .voiceCard_pickup {
    display: block;
    border-radius: 5.3333333333vw;
  }
  #voiceTopListArea .voiceCard_pickup .textBox {
    width: 100%;
  }
  #voiceTopListArea .voiceCard_pickup figure {
    margin: 20px auto 0;
    width: 100%;
  }
  #voiceTopListArea .voiceCard_pickup figure::before {
    padding-top: 60%;
  }
  #voiceTopListArea .voiceCard_pickup figure img {
    width: auto;
    height: 100%;
  }
}
#voiceTopListArea #voiceList {
  margin-top: clamp(36px, 6.2505vw, 60px);
}
#voiceTopListArea #voiceList li {
  margin: 0 2% 20px 0;
  padding: clamp(24px, 4.167vw, 40px);
  width: 49%;
  background: #f2fbfc;
  border-radius: 1.3888888889vw;
}
#voiceTopListArea #voiceList li:nth-of-type(2n) {
  margin-right: 0;
}
#voiceTopListArea #voiceList li .textBox {
  margin: auto 0;
  width: 50%;
}
#voiceTopListArea #voiceList li .textBox .ctg {
  margin: 0 auto clamp(12px, 2.0835vw, 20px);
}
#voiceTopListArea #voiceList li .textBox .ctg span {
  padding: 3px clamp(18px, 3.1245vw, 30px);
  color: #00B2C7;
  font-size: 1.4rem;
  font-weight: 500;
  background: #d9f4f6;
  border-radius: 40px;
  display: inline-block;
}
#voiceTopListArea #voiceList li .textBox .name {
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#voiceTopListArea #voiceList li .textBox .name br {
  display: inline-block;
}
#voiceTopListArea #voiceList li figure {
  margin: 0 0 auto auto;
  width: 48%;
  max-width: 230px;
  text-align: center;
  background: #00B2C7;
  border-radius: 1.3888888889vw;
  position: relative;
  overflow: hidden;
}
#voiceTopListArea #voiceList li figure::before {
  content: '';
  padding-top: 98.2%;
  display: block;
}
#voiceTopListArea #voiceList li figure img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#voiceTopListArea #voiceList li .fullBox {
  margin-top: 15px;
}
#voiceTopListArea #voiceList li .fullBox .comment {
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#voiceTopListArea #voiceList li .fullBox .prof {
  margin-top: 5px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media (max-width: 1024px) {
  #voiceTopListArea #voiceList li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  #voiceTopListArea #voiceList li .textBox {
    width: 55%;
  }
  #voiceTopListArea #voiceList li .textBox .name br {
    display: none;
  }
  #voiceTopListArea #voiceList li figure {
    width: 40%;
  }
}
@media (max-width: 480px) {
  #voiceTopListArea #voiceList li {
    border-radius: 5.3333333333vw;
  }
  #voiceTopListArea #voiceList li .textBox {
    width: 60%;
  }
  #voiceTopListArea #voiceList li .textBox .ctg span {
    font-size: 1.2rem;
  }
  #voiceTopListArea #voiceList li .textBox .name br {
    display: inline-block;
  }
  #voiceTopListArea #voiceList li figure {
    width: 35%;
  }
}

#voiceTryBox {
  margin: clamp(42px, 9.9996vw, 120px) auto;
  padding: clamp(24px, 4.167vw, 40px) 0;
  background: linear-gradient(to bottom right, #ff9a55 0%, #fffa79 100%);
  border-radius: 2.7777777778vw;
  position: relative;
}
#voiceTryBox .textBox {
  padding-left: clamp(48px, 8.334vw, 80px);
  color: #FFFFFF;
  width: 100%;
  position: relative;
  z-index: 5;
}
#voiceTryBox .textBox h3 {
  margin-bottom: clamp(24px, 4.167vw, 40px);
}
#voiceTryBox .textBox .catch {
  margin: 0 auto clamp(12px, 2.0835vw, 20px);
  font-size: clamp(20.48px, 3.5552vw, 32px);
  font-weight: 700;
}
#voiceTryBox .textBox .read {
  margin-bottom: clamp(21px, 3.6465vw, 35px);
  line-height: 1.75;
  letter-spacing: 0.04em;
  max-width: 526px;
}
#voiceTryBox figure {
  margin: auto;
  width: clamp(144.2px, 34.3332vw, 412px);
  height: clamp(140px, 33.3336vw, 400px);
  text-align: center;
  position: absolute;
  top: 0;
  left: auto;
  right: clamp(24px, 4.167vw, 40px);
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1240px) {
  #voiceTryBox .textBox {
    padding-left: clamp(36px, 6.2505vw, 60px);
  }
  #voiceTryBox figure {
    width: clamp(100.8px, 24vw, 288px);
    height: clamp(98px, 23.3328vw, 280px);
  }
}
@media (max-width: 1024px) {
  #voiceTryBox .textBox {
    padding: 0 clamp(36px, 6.2505vw, 60px);
  }
  #voiceTryBox .textBox .read {
    max-width: none;
  }
  #voiceTryBox figure {
    top: clamp(24px, 4.167vw, 40px);
    bottom: auto;
  }
}
@media (max-width: 480px) {
  #voiceTryBox {
    border-radius: 10.6666666667vw;
  }
  #voiceTryBox .textBox {
    padding: 0 clamp(24px, 4.167vw, 40px);
  }
  #voiceTryBox figure {
    top: 20px;
    right: 20px;
    bottom: auto;
  }
}

/*== CARE MANAGER'S VOICE ==*/
#caremanagerVoiceArea {
  margin-bottom: max(-60px,-8.334vw);
  padding: clamp(42px, 9.9996vw, 120px) 0 clamp(70px, 16.6668vw, 200px);
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  background: #f2fbfc;
}
@media (max-width: 480px) {
  #caremanagerVoiceArea {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
#caremanagerVoiceArea h2 {
  margin: 0 auto clamp(36px, 6.2505vw, 60px);
  color: #00B2C7;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
#caremanagerVoiceArea h2 .en {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 300;
  line-height: 1;
}
#caremanagerVoiceArea h2 .jp {
  margin-left: clamp(24px, 4.167vw, 40px);
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#caremanagerVoiceArea h2 .jp::before {
  content: '';
  margin-right: clamp(12px, 2.0835vw, 20px);
  width: clamp(60px, 10.416vw, 100px);
  height: 1px;
  background: #00B2C7;
  display: block;
}
@media (max-width: 1024px) {
  #caremanagerVoiceArea h2 {
    display: block;
  }
  #caremanagerVoiceArea h2 .jp {
    margin-left: 0;
    font-size: 1.4rem;
  }
  #caremanagerVoiceArea h2 .jp::before {
    width: 40px;
  }
}
#caremanagerVoiceArea #caremaneVoice_pickup {
  padding: clamp(24px, 4.167vw, 40px);
  border-radius: 1.3888888889vw;
  background: #FFFFFF;
}
#caremanagerVoiceArea #caremaneVoice_pickup .textBox {
  width: 48%;
}
#caremanagerVoiceArea #caremaneVoice_pickup .textBox .position {
  color: #00B2C7;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#caremanagerVoiceArea #caremaneVoice_pickup .textBox .pickup {
  margin-top: clamp(48px, 8.334vw, 80px);
  color: #00B2C7;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: clamp(25px, 3.8892vw, 40px);
  font-weight: 300;
}
#caremanagerVoiceArea #caremaneVoice_pickup .textBox h3 {
  margin-top: clamp(36px, 6.2505vw, 60px);
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#caremanagerVoiceArea #caremaneVoice_pickup .textBox .prof {
  margin-top: 5px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#caremanagerVoiceArea #caremaneVoice_pickup figure {
  margin: 0 0 0 auto;
  width: 46%;
  text-align: center;
  background: #00B2C7;
  border-radius: 1.3888888889vw;
  position: relative;
  overflow: hidden;
}
#caremanagerVoiceArea #caremaneVoice_pickup figure::before {
  content: '';
  padding-top: 90%;
  display: block;
}
#caremanagerVoiceArea #caremaneVoice_pickup figure img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  #caremanagerVoiceArea #caremaneVoice_pickup .textBox .pickup {
    margin-top: clamp(24px, 4.167vw, 40px);
  }
  #caremanagerVoiceArea #caremaneVoice_pickup .textBox h3 {
    margin-top: clamp(12px, 2.0835vw, 20px);
  }
  #caremanagerVoiceArea #caremaneVoice_pickup figure {
    margin: 0 0 auto auto;
  }
}
@media (max-width: 480px) {
  #caremanagerVoiceArea #caremaneVoice_pickup {
    border-radius: 5.3333333333vw;
  }
  #caremanagerVoiceArea #caremaneVoice_pickup .textBox {
    width: 100%;
  }
  #caremanagerVoiceArea #caremaneVoice_pickup figure {
    margin: 20px auto 0;
    width: 100%;
    border-radius: 5.3333333333vw;
  }
  #caremanagerVoiceArea #caremaneVoice_pickup figure::before {
    padding-top: 60%;
  }
}
#caremanagerVoiceArea #caremaneVoiceList {
  margin: clamp(36px, 6.2505vw, 60px) 0 clamp(42px, 9.9996vw, 120px) auto;
  width: 84%;
}
#caremanagerVoiceArea #caremaneVoiceList section {
  padding: clamp(12px, 2.0835vw, 20px);
  border-radius: 1.3888888889vw;
  background: #FFFFFF;
}
#caremanagerVoiceArea #caremaneVoiceList section .textBox {
  margin: auto 0 auto auto;
  width: 56.25%;
}
#caremanagerVoiceArea #caremaneVoiceList section .textBox .position {
  color: #00B2C7;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#caremanagerVoiceArea #caremaneVoiceList section .textBox h3 {
  margin-top: clamp(36px, 6.2505vw, 60px);
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#caremanagerVoiceArea #caremaneVoiceList section .textBox .prof {
  margin-top: 5px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#caremanagerVoiceArea #caremaneVoiceList section figure {
  width: 38%;
  text-align: center;
  background: #00B2C7;
  border-radius: 1.3888888889vw;
  position: relative;
  overflow: hidden;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
#caremanagerVoiceArea #caremaneVoiceList section figure::before {
  content: '';
  padding-top: 85%;
  display: block;
}
#caremanagerVoiceArea #caremaneVoiceList section figure img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#caremanagerVoiceArea #caremaneVoiceList section + section {
  margin-top: 20px;
}
#caremanagerVoiceArea #caremaneVoiceList .moreBtn {
  margin: clamp(36px, 6.2505vw, 60px) 0 0 auto;
}
#caremanagerVoiceArea #caremaneVoiceList .moreBtn a {
  background: #00B2C7;
}
#caremanagerVoiceArea #caremaneVoiceList .moreBtn a .text {
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  #caremanagerVoiceArea #caremaneVoiceList {
    width: 90%;
  }
  #caremanagerVoiceArea #caremaneVoiceList section .textBox h3 {
    margin-top: clamp(24px, 4.167vw, 40px);
  }
  #caremanagerVoiceArea #caremaneVoiceList section figure {
    margin: 0 0 auto;
  }
}
@media (max-width: 480px) {
  #caremanagerVoiceArea #caremaneVoiceList section {
    border-radius: 5.3333333333vw;
  }
  #caremanagerVoiceArea #caremaneVoiceList section .textBox {
    width: 100%;
  }
  #caremanagerVoiceArea #caremaneVoiceList section .textBox .position {
    font-size: 1.2rem;
  }
  #caremanagerVoiceArea #caremaneVoiceList section .textBox h3 {
    margin-top: 20px;
    font-size: clamp(15.4px, 2.7504vw, 22px);
    line-height: 1.4;
  }
  #caremanagerVoiceArea #caremaneVoiceList section figure {
    margin: 10px 0 0 auto;
    width: 60%;
    border-radius: 5.3333333333vw;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  #caremanagerVoiceArea #caremaneVoiceList .moreBtn {
    width: 150px;
  }
}

/*== VOICE detail ==*/
.voiceEntryWrap {
  margin: 0 auto clamp(49px, 11.6664vw, 140px);
  width: 80%;
  max-width: 840px;
}
.voiceEntryWrap .voiceEntryArea {
  margin-top: clamp(24px, 4.167vw, 40px);
}
.voiceEntryWrap .voiceEntryArea .voiceEntryHead {
  margin: 0 auto clamp(48px, 8.334vw, 80px);
}
.voiceEntryWrap .voiceEntryArea .voiceEntryHead h2 {
  font-size: clamp(20.48px, 3.5552vw, 32px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.voiceEntryWrap .voiceEntryArea .voiceEntryHead .prof {
  margin: 10px 0 0;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.voiceEntryWrap .voiceEntryArea .voiceEntryHead .eyecatch {
  margin: clamp(24px, 4.167vw, 40px) auto 0;
  text-align: center;
  background: #00B2C7;
  border-radius: 0.6944444444vw;
  position: relative;
  overflow: hidden;
}
.voiceEntryWrap .voiceEntryArea .voiceEntryHead .eyecatch::before {
  content: '';
  padding-top: 54.76%;
  display: block;
}
.voiceEntryWrap .voiceEntryArea .voiceEntryHead .eyecatch img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  .voiceEntryWrap .voiceEntryArea .voiceEntryHead .eyecatch {
    border-radius: 2.6666666667vw;
  }
}
.voiceEntryWrap .voiceEntryArea section {
  margin: auto;
  width: 92%;
  max-width: 760px;
}
.voiceEntryWrap .voiceEntryArea section h3 {
  margin: 0 auto 15px;
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.voiceEntryWrap .voiceEntryArea section p {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.voiceEntryWrap .voiceEntryArea section p + p {
  margin-top: 1em;
}
.voiceEntryWrap .voiceEntryArea section figure {
  margin: clamp(21px, 3.6465vw, 35px) auto 0;
  text-align: center;
  background: #00B2C7;
  border-radius: 0.6944444444vw;
  position: relative;
  overflow: hidden;
}
.voiceEntryWrap .voiceEntryArea section figure::before {
  content: '';
  padding-top: 60.5%;
  display: block;
}
.voiceEntryWrap .voiceEntryArea section figure img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  .voiceEntryWrap .voiceEntryArea section figure {
    border-radius: 2.6666666667vw;
  }
}
.voiceEntryWrap .voiceEntryArea section + section {
  margin-top: clamp(48px, 8.334vw, 80px);
}
.voiceEntryWrap #postLinkBox {
  margin-top: clamp(49px, 11.6664vw, 140px);
}
.voiceEntryWrap #postLinkBox p {
  padding-bottom: 10px;
  width: 28%;
  position: relative;
}
.voiceEntryWrap #postLinkBox p::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #555555;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.voiceEntryWrap #postLinkBox p:hover::after {
  transform: scale(0, 1);
}
.voiceEntryWrap #postLinkBox p.prev, .voiceEntryWrap #postLinkBox p.next {
  max-width: 140px;
  text-align: center;
}
.voiceEntryWrap #postLinkBox p.prev a, .voiceEntryWrap #postLinkBox p.next a {
  width: 100%;
  text-align: center;
  display: block;
}
.voiceEntryWrap #postLinkBox p.back {
  max-width: 160px;
  text-align: center;
}
.voiceEntryWrap #postLinkBox p.prev span::before {
  content: '';
  margin-right: 2.5em;
  width: 15px;
  height: 15px;
  background: url("../img/common/arrow-gry.svg") no-repeat center center/contain;
  display: inline-block;
  transform: rotate(180deg);
}
@media (max-width: 480px) {
  .voiceEntryWrap #postLinkBox p.prev span::before {
    margin-right: 1em;
    width: 10px;
    height: 10px;
  }
}
.voiceEntryWrap #postLinkBox p.next span::after {
  content: '';
  margin-left: 2.5em;
  width: 15px;
  height: 15px;
  background: url("../img/common/arrow-gry.svg") no-repeat center center/contain;
  display: inline-block;
}
@media (max-width: 480px) {
  .voiceEntryWrap #postLinkBox p.next span::after {
    margin-left: 1em;
    width: 10px;
    height: 10px;
  }
}
.voiceEntryWrap #postLinkBox p.nolink {
  opacity: 0.4;
}

.relatedPostWrap {
  margin-bottom: clamp(56px, 13.3332vw, 160px);
  padding-top: clamp(36px, 6.2505vw, 60px);
  border-top: 1px solid #555555;
}
.relatedPostWrap h2 {
  margin: 0 auto clamp(21px, 3.6465vw, 35px);
}
.relatedPostWrap h2 .en {
  color: #00B2C7;
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-size: 1.4rem;
  display: block;
}
.relatedPostWrap h2 .jp {
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  display: block;
}
.relatedPostWrap li {
  margin: 0 3.5% 0 0;
  width: 31%;
}
.relatedPostWrap li:nth-of-type(3n) {
  margin-right: 0;
}
.relatedPostWrap li figure {
  margin-bottom: 15px;
  background: #00B2C7;
  border-radius: 0.6944444444vw;
  position: relative;
  overflow: hidden;
}
.relatedPostWrap li figure::before {
  content: '';
  padding-top: 60.5%;
  display: block;
}
.relatedPostWrap li figure img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.relatedPostWrap li .ttl {
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.relatedPostWrap li .prof {
  margin: 5px 0 0;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .relatedPostWrap li {
    margin: 0 0 20px;
    width: 100%;
  }
  .relatedPostWrap li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  .relatedPostWrap li a figure {
    width: 35%;
  }
  .relatedPostWrap li a .textBox {
    margin: 0 0 0 auto;
    width: 60%;
  }
}
@media (max-width: 480px) {
  .relatedPostWrap li figure {
    border-radius: 2.6666666667vw;
  }
  .relatedPostWrap li .textBox .ttl {
    line-height: 1.3;
  }
}

/*============================================================================
	PRIVACY
=============================================================================*/
#privacyPolicyArea {
  margin: clamp(48px, 8.334vw, 80px) auto clamp(42px, 9.9996vw, 120px);
  padding: clamp(36px, 6.2505vw, 60px) clamp(24px, 4.167vw, 40px);
  background: #F9F9F9;
  border-radius: 2.7777777778vw;
}
#privacyPolicyArea .toptext {
  margin: 0 auto clamp(36px, 6.2505vw, 60px);
  font-size: clamp(12.6px, 2.25vw, 18px);
  font-weight: 500;
}
#privacyPolicyArea > section h3 {
  margin: 0 auto 20px;
  font-size: clamp(19.6px, 3.4992vw, 28px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#privacyPolicyArea > section h4 {
  margin: 0 auto 10px;
  font-size: clamp(16.8px, 3.0006vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#privacyPolicyArea > section p {
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#privacyPolicyArea > section ul li {
  padding-left: 1em;
  position: relative;
}
#privacyPolicyArea > section ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #00B2C7;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 480px) {
  #privacyPolicyArea > section ul li::before {
    width: 6px;
    height: 6px;
  }
}
#privacyPolicyArea > section ul li + li {
  margin-top: 5px;
}
#privacyPolicyArea > section section {
  margin: clamp(24px, 4.167vw, 40px) clamp(12px, 2.0835vw, 20px);
}
#privacyPolicyArea > section + section {
  margin-top: clamp(48px, 8.334vw, 80px);
}

/*============================================================================
	palaWrap
=============================================================================*/
.palaWrap {
  padding-top: 45.75%;
  position: relative;
}
.palaWrap .palaBG {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.palaWrap .palaBG picture {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.palaWrap .palaBG picture::before {
  content: '';
  padding-top: 62.5%;
  width: 100%;
  display: block;
}
.palaWrap .palaBG picture source, .palaWrap .palaBG picture img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  .palaWrap {
    padding-top: 40%;
  }
  .palaWrap .palaBG picture::before {
    padding-top: 40%;
  }
}
