/*----------------------------------------
	function
----------------------------------------*/
/*----------------------------------------
	keyframes
----------------------------------------*/
@keyframes rotation {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
/*----------------------------------------
	bnr
----------------------------------------*/
.c-bnr {
  padding: 8rem 0 0;
}
@media (max-width: 48.0525em) {
  .c-bnr {
    padding: 4.2666666667vw 4.2666666667vw 0;
  }
}
.c-bnr a {
  display: block;
  max-width: 80rem;
  margin: auto;
  transition: 0.4s;
}
.c-bnr a:hover {
  opacity: 0.7;
}

/*----------------------------------------
	TOP
----------------------------------------*/
.p-top__use-section-inner {
  display: flex;
  justify-content: center;
  gap: 10rem;
  max-width: 96rem;
  margin: 16rem auto 0;
}
@media (max-width: 48.0525em) {
  .p-top__use-section-inner {
    flex-direction: column;
    align-items: center;
    gap: 13.3333333333vw !important;
    padding: 0 10.6666666667vw;
    margin: 21.3333333333vw auto 0;
  }
}
.p-top__use-section-header {
  display: flex;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1.8;
  writing-mode: vertical-rl;
  word-break: keep-all;
}
@media (max-width: 48.0525em) {
  .p-top__use-section-header {
    font-size: 13.3333333333vw;
  }
}
.p-top__use-section-body {
  margin: 8rem 0 0;
}
@media (max-width: 48.0525em) {
  .p-top__use-section-body {
    margin: 0;
  }
}
.p-top__use-section-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 8rem;
}
@media (max-width: 48.0525em) {
  .p-top__use-section-text {
    font-size: 3.7333333333vw;
    padding-left: 0 !important;
    margin: 0 0 21.3333333333vw;
  }
}

/*----------------------------------------
	concept
----------------------------------------*/
.p-concept__type {
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.6;
  writing-mode: vertical-rl;
  word-break: keep-all;
  margin: auto;
}
@media (max-width: 48.0525em) {
  .p-concept__type {
    align-items: center;
    font-size: 8.5333333333vw;
    writing-mode: horizontal-tb;
  }
}
@media (max-width: 48.0525em) {
  .p-concept__intro-sec-01, .p-concept__intro-sec-02 {
    padding: 0 10.6666666667vw;
  }
}
.p-concept__intro-body {
  padding-top: 0;
}
@media (max-width: 48.0525em) {
  .p-concept__intro-body {
    padding-top: 10.6666666667vw !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 48.0525em) {
  .p-concept__intro-image {
    padding-right: 0 !important;
  }
}
.p-concept__intro-catch {
  font-size: 3.6rem;
  line-height: 1.8;
}
@media (max-width: 48.0525em) {
  .p-concept__intro-catch {
    font-size: 7.2vw;
    margin: 0;
  }
}

/*----------------------------------------
	concept-worries
----------------------------------------*/
.p-concept-worries {
  padding: 24rem 0;
}
@media (max-width: 48.0525em) {
  .p-concept-worries {
    padding: 21.3333333333vw 10.6666666667vw;
  }
}
.p-concept-worries__container {
  max-width: 110rem;
  margin: auto;
}
.p-concept-worries__head {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 0 16rem;
}
@media (max-width: 48.0525em) {
  .p-concept-worries__head {
    margin: 0 0 10.6666666667vw;
  }
}
.p-concept-worries__head h2 {
  width: 40rem;
  margin: 0 0 5.6rem;
}
@media (max-width: 48.0525em) {
  .p-concept-worries__head h2 {
    width: 66.6666666667vw;
    margin: 0 0 7.4666666667vw;
  }
}
.p-concept-worries__head h3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  font-size: 4rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media (max-width: 48.0525em) {
  .p-concept-worries__head h3 {
    gap: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
.p-concept-worries__head h3 img {
  width: 32rem;
}
@media (max-width: 48.0525em) {
  .p-concept-worries__head h3 img {
    width: 53.3333333333vw;
  }
}
.p-concept-worries__main {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media (max-width: 48.0525em) {
  .p-concept-worries__main {
    gap: 10.6666666667vw;
  }
}
.p-concept-worries__column {
  display: flex;
}
@media (max-width: 48.0525em) {
  .p-concept-worries__column {
    flex-direction: column;
  }
}
.p-concept-worries__number {
  width: 10rem;
  height: 10rem;
  text-align: center;
  margin: 0 4rem 0 0;
}
@media (max-width: 48.0525em) {
  .p-concept-worries__number {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin: 0 auto 7.4666666667vw;
  }
}
.p-concept-worries__number img {
  width: auto;
  height: 100%;
}
.p-concept-worries__img {
  order: 1;
  width: 40rem;
}
@media (max-width: 48.0525em) {
  .p-concept-worries__img {
    order: 0;
    width: 100%;
    margin: 0 0 7.4666666667vw;
  }
}
.p-concept-worries__content {
  flex: 1;
  margin: 0 8rem 0 0;
}
@media (max-width: 48.0525em) {
  .p-concept-worries__content {
    margin: 0;
  }
}
.p-concept-worries__content h3 {
  font-size: 3.1rem;
  font-weight: 900;
  font-feature-settings: "palt";
  line-height: 1.6;
  margin: 0 0 2.4rem;
}
@media (max-width: 48.0525em) {
  .p-concept-worries__content h3 {
    font-size: 5.6vw;
    margin: 0 0 5.3333333333vw;
  }
}
.p-concept-worries__content p {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 48.0525em) {
  .p-concept-worries__content p {
    font-size: 3.7333333333vw;
  }
}

/*----------------------------------------
	concept-worries
----------------------------------------*/
.p-merits {
  overflow: hidden;
}
.p-merits__intro-menu {
  position: relative;
  max-width: 104rem;
  margin: auto;
}
.p-merits__intro-menu-arrow {
  position: absolute;
  top: 15rem;
  left: 50%;
  width: 82rem;
  translate: -50% 0;
  animation: rotation 20s linear infinite;
}
@media (max-width: 48.0525em) {
  .p-merits__intro-menu-arrow {
    top: 11.7333333333vw;
    width: 81.3333333333vw;
  }
}
.p-merits__intro-menu-img {
  position: relative;
  z-index: 1;
}
.p-merits__intro-menu-link a {
  position: absolute;
  width: 36rem;
  height: 9.4rem;
  z-index: 1;
}
@media (max-width: 48.0525em) {
  .p-merits__intro-menu-link a {
    width: 78.5333333333vw;
    height: 21.8666666667vw;
  }
}
.p-merits__intro-menu-link a:nth-child(1) {
  top: 15%;
  left: 33%;
}
@media (max-width: 48.0525em) {
  .p-merits__intro-menu-link a:nth-child(1) {
    top: 40%;
    left: 0;
  }
}
.p-merits__intro-menu-link a:nth-child(2) {
  top: 51%;
  left: 65%;
}
@media (max-width: 48.0525em) {
  .p-merits__intro-menu-link a:nth-child(2) {
    top: 53%;
    left: 0;
  }
}
.p-merits__intro-menu-link a:nth-child(3) {
  top: 90%;
  left: 55%;
}
@media (max-width: 48.0525em) {
  .p-merits__intro-menu-link a:nth-child(3) {
    top: 66%;
    left: 0;
  }
}
.p-merits__intro-menu-link a:nth-child(4) {
  top: 90%;
  left: 7%;
}
@media (max-width: 48.0525em) {
  .p-merits__intro-menu-link a:nth-child(4) {
    top: 79%;
    left: 0;
  }
}
.p-merits__intro-menu-link a:nth-child(5) {
  top: 47%;
  left: 0%;
  height: 13rem;
}
@media (max-width: 48.0525em) {
  .p-merits__intro-menu-link a:nth-child(5) {
    top: 92%;
    left: 0;
    height: 21.8666666667vw;
  }
}
.p-merits__point-item {
  gap: 8rem;
}
.p-merits__point-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-merits__point-item:nth-child(odd) .p-merits__point-item-image {
  margin-right: calc(50% - 50vw);
}
@media (max-width: 48.0525em) {
  .p-merits__point-item:nth-child(odd) .p-merits__point-item-image {
    margin-left: calc(50% - 50vw);
  }
}
.p-merits__point-item:nth-child(even) {
  flex-direction: row;
}
.p-merits__point-item:nth-child(even) .p-merits__point-item-image {
  margin-left: calc(50% - 50vw);
}
@media (max-width: 48.0525em) {
  .p-merits__point-item:nth-child(even) .p-merits__point-item-image {
    margin-right: calc(50% - 50vw);
  }
}
.p-merits__point-item-image {
  flex: 1;
  width: auto;
}
.p-merits__point-item-body {
  position: relative;
}
.p-merits__point-item-icon {
  position: absolute;
}
.p-merits__point-item-icon.-icon01 {
  top: -4rem;
  right: 0;
  width: 18rem;
}
@media (max-width: 48.0525em) {
  .p-merits__point-item-icon.-icon01 {
    top: 0;
    width: 20.8vw;
    translate: 0 -20%;
  }
}
.p-merits__point-item-icon.-icon02 {
  top: 0;
  right: 0;
  width: 12rem;
}
@media (max-width: 48.0525em) {
  .p-merits__point-item-icon.-icon02 {
    width: 16vw;
    translate: 0 -20%;
  }
}
.p-merits__point-item-icon.-icon03 {
  top: 0;
  right: 0;
  width: 11rem;
}
@media (max-width: 48.0525em) {
  .p-merits__point-item-icon.-icon03 {
    width: 14.6666666667vw;
    translate: 0 -20%;
  }
}
@media (max-width: 48.0525em) {
  .p-merits__point-item-num div {
    border-radius: 13.3333333333vw;
    overflow: hidden;
  }
}
.p-merits__point-item-text small {
  display: block;
  text-align: right;
  margin: 1.6rem 0 0;
}
@media (max-width: 48.0525em) {
  .p-merits__point-item-text small {
    margin: 5.3333333333vw;
  }
}
.p-merits__service {
  margin: 20rem 0 0;
}
@media (max-width: 48.0525em) {
  .p-merits__service {
    padding: 21.3333333333vw 0 0;
    margin: 21.3333333333vw 0 0;
    border-top: 1px solid #231815;
  }
}
.p-merits__service-inner {
  max-width: 108rem;
  margin: auto;
}
@media (max-width: 48.0525em) {
  .p-merits__service-inner {
    padding: 0 10.6666666667vw;
  }
}
.p-merits__service-head {
  font-size: 6rem;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  text-align: center;
}
@media (max-width: 48.0525em) {
  .p-merits__service-head {
    font-size: 10.1333333333vw;
  }
}
.p-merits__service-column {
  padding: 8rem 0;
  border-bottom: 1px solid #231815;
}
@media (max-width: 48.0525em) {
  .p-merits__service-column {
    padding: 21.3333333333vw 0;
  }
}
.p-merits__service-title {
  display: flex;
  align-items: center;
  gap: 4rem;
  font-size: 3rem;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.8;
  margin: 0 0 5.6rem;
}
@media (max-width: 48.0525em) {
  .p-merits__service-title {
    flex-direction: column;
    gap: 4.2666666667vw;
    font-size: 4.8vw;
    text-align: center;
    margin: 0 0 10.6666666667vw;
  }
}
.p-merits__service-title span {
  font-size: 12.4rem;
  font-weight: 900;
  font-family: Montserrat, sans-serif;
  line-height: 1;
  color: #fff;
}
@media (max-width: 48.0525em) {
  .p-merits__service-title span {
    font-size: 20vw;
  }
}
.p-merits__service-foot {
  margin: 20rem 0 0;
}
@media (max-width: 48.0525em) {
  .p-merits__service-foot {
    margin: 21.3333333333vw 0;
  }
}
.p-merits__service-foot h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 4rem;
}
@media (max-width: 48.0525em) {
  .p-merits__service-foot h3 {
    font-size: 3.6vw;
    margin: 0 0 5.3333333333vw;
  }
}
.p-merits__service-foot h4 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 4rem;
}
@media (max-width: 48.0525em) {
  .p-merits__service-foot h4 {
    font-size: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
.p-merits__service-foot p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 48.0525em) {
  .p-merits__service-foot p {
    font-size: 3.7333333333vw;
  }
}
.p-merits__use-section-header {
  justify-content: normal;
  writing-mode: horizontal-tb;
  word-break: normal;
}/*# sourceMappingURL=custom.css.map */