.c-breadcrumbs__container {
  width: 100%;
  max-width: 1100px;
  padding: 24px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__container {
    padding: 10px;
  }
}

.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list {
    display: block;
    line-height: 1.6;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs__list li {
    display: inline;
    letter-spacing: -0.01em;
  }
}

.c-breadcrumbs__list li::after {
  content: ">";
  margin: 0 0.5em;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list li::after {
    margin: 0 0 0 0.2em;
  }
}

.c-breadcrumbs__list li:last-child::after {
  content: none;
}

.c-breadcrumbs__list a {
  color: #333;
  text-decoration: underline;
}

.c-cta__upper {
  background-color: #ffd02a;
}

.c-cta__container {
  padding: 4.2857142857vw 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .c-cta__container {
    padding: 27px 30px;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__container {
    padding: 60px 15px;
  }
}

.c-cta__present {
  width: 60.5vw;
  max-width: 847px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-cta__present {
    width: 100%;
  }
}

.c-cta__heading {
  text-align: center;
}
.c-cta__heading span {
  position: relative;
  display: inline-block;
  padding: 0 1.8571428571vw 0.8571428571vw;
}
@media screen and (min-width: 1401px) {
  .c-cta__heading span {
    padding: 0 26px 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__heading span {
    padding: 0 10px 8px;
  }
}
.c-cta__heading img {
  width: 32.7142857143vw;
}
@media screen and (max-width: 767px) {
  .c-cta__heading img {
    width: 79.0666666667vw;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__heading img {
    max-width: 458px;
  }
}

.c-cta__present + .c-cta__heading {
  margin-top: 13px;
}

.c-cta__heading span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-cta__group01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 61.4285714286vw;
  max-width: 860px;
  margin: 2.3571428571vw auto 0;
}
@media screen and (max-width: 767px) {
  .c-cta__group01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    width: 78.6666666667vw;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__group01 {
    margin-top: 33px;
  }
}

@media screen and (max-width: 767px) {
  .c-cta__group02 {
    margin-top: 19px;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__group02 {
    width: 50%;
  }
}

.c-cta__text {
  width: 16.1428571429vw;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    width: 37.7333333333vw;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__text {
    width: 226px;
  }
}

.c-cta__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-cta__tel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 6px;
  }
}

.c-cta__tel-icon {
  display: inline-block;
  width: 69px;
}
@media screen and (max-width: 767px) {
  .c-cta__tel-icon {
    width: 12.6666666667vw;
  }
}

.c-cta__tel-text {
  display: inline-block;
  width: 359px;
}
@media screen and (max-width: 767px) {
  .c-cta__tel-text {
    width: 65.8666666667vw;
    margin-left: 2px;
  }
}

.c-cta__date {
  width: 24.7142857143vw;
  margin-top: 1.2857142857vw;
}
@media screen and (max-width: 767px) {
  .c-cta__date {
    width: 60.5333333333vw;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__date {
    width: 346px;
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .c-cta__btns {
    width: 50%;
    padding-left: calc(59 / 860 * 100%);
  }
}
.c-cta__btn {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__btn {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
.c-cta__btn + .c-cta__btn {
  margin-top: 1.4285714286vw;
}
@media screen and (min-width: 1401px) {
  .c-cta__btn + .c-cta__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__btn + .c-cta__btn {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .c-cta__btn:hover {
    opacity: 0.65;
  }
}

.c-cta__baby {
  position: absolute;
  top: -13.7142857143vw;
  right: -13.5714285714vw;
  width: 14.3571428571vw;
}
@media screen and (max-width: 767px) {
  .c-cta__baby {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    width: 84vw;
    margin: 0 -2.6666666667vw 0;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__baby {
    top: -192px;
    right: -190px;
    width: 201px;
  }
}

@media screen and (max-width: 767px) {
  .c-cta__baby + .c-cta__btns {
    margin-top: 5px;
  }
}

.c-cta__lower .c-cta__container {
  width: 78.5714285714vw;
  max-width: 1100px;
  padding: 1.7857142857vw 0 4.2857142857vw;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta__lower .c-cta__container {
    width: 100%;
    padding: 18px 15px 30px;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__lower .c-cta__container {
    padding: 25px 0 60px;
  }
}

.c-cta__lower-text {
  font-size: 1.0714285714vw;
  line-height: 1.46667;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-cta__lower-text {
    font-size: 1.3rem;
    line-height: 1.40385;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__lower-text {
    font-size: 1.5rem;
  }
}

.c-cta__lower-link {
  position: relative;
  display: inline-block;
  padding-right: 1.7857142857vw;
  margin-top: 1.0714285714vw;
  font-size: 1.4285714286vw;
  font-weight: 700;
  text-align: center;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-cta__lower-link {
    margin-top: 25px;
    padding-right: 18px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__lower-link {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-cta__lower-link:hover {
    opacity: 0.65;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__lower-link {
    margin-top: 15px;
    font-size: 2rem;
    padding-right: 25px;
  }
}

.c-cta__lower-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1vw;
  height: 1vw;
  content: "";
  background-image: url("/takuhai/assets/images/common/icon_window.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-cta__lower-link::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__lower-link::after {
    width: 14px;
    height: 14px;
  }
}

.c-cta__lower-link span {
  text-align: center;
  border-bottom: 1px solid #333;
}

.c-delivery {
  position: relative;
  z-index: 2;
  background-image: url("/takuhai/assets/images/components/delivery_bg.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% - 36.7857142857vw) 9.9285714286vw;
  background-size: 90.8571428571vw;
}
@media screen and (max-width: 767px) {
  .c-delivery {
    background-image: url("/takuhai/assets/images/components/delivery_bg_sp.jpg");
    background-position: center top;
    background-size: 100%;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery {
    background-position: calc(50% - 515px) 139px;
    background-size: 1272px;
  }
}

.c-delivery__container {
  max-width: 1100px;
  padding: 7.5vw 0 4.6428571429vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-delivery__container {
    padding: 28px 15px 60px;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery__container {
    padding: 105px 0 65px;
  }
}

.c-delivery__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-delivery__heading {
    display: block;
    text-align: center;
  }
}
.c-delivery__heading img {
  width: auto;
  height: 3.5vw;
}
@media screen and (max-width: 767px) {
  .c-delivery__heading img {
    height: 29px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery__heading img {
    height: 49px;
  }
}

.c-delivery__heading::before {
  display: block;
  width: 2.6428571429vw;
  height: 2.4285714286vw;
  margin-right: 2.1428571429vw;
  content: "";
  background-image: url("/takuhai/assets/images/common/heading_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-delivery__heading::before {
    width: 21.5px;
    height: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery__heading::before {
    width: 37px;
    height: 34px;
    margin-right: 34px;
  }
}

.c-delivery__lead {
  width: 59.7857142857vw;
  margin: 4.1428571429vw auto;
}
@media screen and (max-width: 767px) {
  .c-delivery__lead {
    width: 77.7333333333vw;
    margin: 28px auto 0;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery__lead {
    width: 837px;
    margin-top: 58px;
  }
}

.c-delivery__text01 {
  position: relative;
  margin: 10vw auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-delivery__text01 {
    width: 44.0714285714vw;
    max-width: 617px;
    margin-top: 5.3571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery__text01 {
    margin-top: 75px;
  }
}

.c-delivery__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 69.2857142857vw;
  max-width: 970px;
  margin: 26px auto 0;
}
@media screen and (max-width: 767px) {
  .c-delivery__flow {
    display: block;
    width: 100%;
    margin-top: 17px;
  }
}

.c-delivery__flow-item {
  width: calc(302 / 970 * 100%);
  padding: 1.4285714286vw 0 0;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-delivery__flow-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0;
    border-radius: 15px;
  }
  .c-delivery__flow-item + .c-delivery__flow-item {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery__flow-item {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-delivery__flow-content {
    padding: 18px 22px 18px 0;
  }
}

.c-delivery__flow-heading {
  height: 19.5px;
}
@media screen and (min-width: 768px) {
  .c-delivery__flow-heading {
    text-align: center;
    height: 2vw;
    max-height: 28px;
  }
}
.c-delivery__flow-heading img {
  width: auto;
  height: 100%;
}

.c-delivery__flow-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-delivery__flow-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(221 / 690 * 100%);
  }
}

.c-delivery__flow-text {
  line-height: 1.625;
  color: #fff;
  font-size: 1.1428571429vw;
  font-weight: 600;
  padding: 0.4285714286vw 1.8571428571vw 1.8571428571vw;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-delivery__flow-text {
    font-size: 1.4rem;
    line-height: 1.3846;
    padding: 0;
    margin-top: 14px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery__flow-text {
    font-size: 1.6rem;
    padding: 6px 26px 26px;
  }
}

.c-delivery__flow-item:first-child {
  background-color: #d54866;
}

.c-delivery__flow-item:nth-of-type(2) {
  background-color: #ffd02a;
}
.c-delivery__flow-item:nth-of-type(2) .c-delivery__flow-text {
  color: #333;
}

.c-delivery__flow-item:nth-of-type(3) {
  background-color: #48ac97;
}
@media screen and (min-width: 768px) {
  .c-delivery__flow-item:nth-of-type(3) .c-delivery__flow-text {
    letter-spacing: -0.03em;
  }
}

.c-delivery__text02 {
  width: 61vw;
  margin: 1.9285714286vw auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-delivery__text02 {
    width: 76.5333333333vw;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-delivery__text02 {
    max-width: 854px;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery__text02 {
    margin-top: 27px;
  }
}

.c-delivery__area {
  width: 69.2857142857vw;
  max-width: 970px;
  margin: 38px auto 0;
}
@media screen and (max-width: 767px) {
  .c-delivery__area {
    width: 100%;
    margin-top: 31px;
  }
}

.c-delivery__area-button {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 15.7857142857vw;
}
@media screen and (max-width: 767px) {
  .c-delivery__area-button {
    width: 53.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-delivery__area-button {
    max-width: 221px;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-delivery__area-button:hover {
    opacity: 0.65;
  }
}

.c-delivery__area-button::before {
  position: absolute;
  top: 50%;
  right: 0.7142857143vw;
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  margin-top: -0.5714285714vw;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-delivery__area-button::before {
    right: 5px;
    width: 13.5px;
    height: 13.5px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery__area-button::before {
    right: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}

.c-delivery__area-button[aria-expanded=true]::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-delivery__area-button[aria-expanded=true]::before {
    margin-top: -2px;
  }
}

.c-delivery__area-detail {
  margin-top: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .c-delivery__area-detail {
    margin-top: 17px;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery__area-detail {
    margin-top: 20px;
  }
}

.c-delivery__area-text {
  font-size: 1.1428571429vw;
  line-height: 1.625;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-delivery__area-text {
    font-size: 1.3rem;
    line-height: 1.6923;
  }
}
@media screen and (min-width: 1401px) {
  .c-delivery__area-text {
    font-size: 1.6rem;
  }
}

.c-steps__container {
  padding: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .c-steps__container {
    padding: 0 15px 56px;
  }
}

.c-steps__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.6428571429vw;
}
@media screen and (max-width: 767px) {
  .c-steps__heading {
    display: block;
    text-align: center;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1401px) {
  .c-steps__heading {
    margin-bottom: 65px;
  }
}
.c-steps__heading img {
  width: auto;
  height: 3.5vw;
}
@media screen and (max-width: 767px) {
  .c-steps__heading img {
    height: 29.5px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1401px) {
  .c-steps__heading img {
    height: 49px;
  }
}

.c-steps__heading::before {
  display: block;
  width: 2.6428571429vw;
  height: 2.4285714286vw;
  margin-right: 2.1428571429vw;
  content: "";
  background-image: url("/takuhai/assets/images/common/heading_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-steps__heading::before {
    width: 21.5px;
    height: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .c-steps__heading::before {
    width: 37px;
    height: 34px;
    margin-right: 34px;
  }
}

.c-step {
  width: 65vw;
  max-width: 910px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-step {
    width: 100%;
  }
}

.p-intro {
  position: relative;
}

.p-intro::before {
  position: absolute;
  top: -62px;
  left: calc(50% - 36.8571428571vw);
  z-index: -1;
  width: 57.0714285714vw;
  height: 56.6428571429vw;
  content: "";
  background-image: url("/takuhai/assets/images/carriermama/intro_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-intro::before {
    top: 29.6vw;
    left: 0;
    width: 59.6vw;
    height: 107.0666666667vw;
    background-image: url("/takuhai/assets/images/carriermama/intro_bg_sp.jpg");
  }
}
@media screen and (min-width: 768px) {
  .p-intro::before {
    max-width: 799px;
    max-height: 793px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1401px) {
  .p-intro::before {
    left: calc(50% - 516px);
  }
}

.p-intro__container {
  position: relative;
  z-index: 2;
  padding: 69px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-intro__container {
    padding: 18px 0 40px;
  }
}

.p-intro__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-intro__heading {
    display: block;
    text-align: center;
  }
}
.p-intro__heading img {
  width: auto;
  height: 3.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-intro__heading img {
    height: 66.5px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1401px) {
  .p-intro__heading img {
    height: 48px;
  }
}

.p-intro__heading::before {
  display: block;
  width: 2.6428571429vw;
  height: 2.4285714286vw;
  margin-right: 2.1428571429vw;
  content: "";
  background-image: url("/takuhai/assets/images/common/heading_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-intro__heading::before {
    width: 21.5px;
    height: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .p-intro__heading::before {
    width: 37px;
    height: 34px;
    margin-right: 34px;
  }
}

.p-intro__text01 {
  width: 59.2857142857vw;
  max-width: 830px;
  margin: 2.7142857143vw auto 0;
}
@media screen and (max-width: 767px) {
  .p-intro__text01 {
    width: 62.9333333333vw;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1401px) {
  .p-intro__text01 {
    margin-top: 38px;
  }
}
.p-intro__text01 img {
  width: 100%;
  max-width: 100%;
}

.p-intro__text02 {
  width: 67.1428571429vw;
  max-width: 940px;
  margin: 3.2857142857vw auto 0;
}
@media screen and (max-width: 767px) {
  .p-intro__text02 {
    width: 81.8666666667vw;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1401px) {
  .p-intro__text02 {
    margin-top: 46px;
  }
}
.p-intro__text02 img {
  width: 100%;
  max-width: 100%;
}

.p-points {
  position: relative;
  z-index: 2;
  background-image: url("/takuhai/assets/images/carriermama/points_bg.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% + 42.8571428571vw) bottom;
  background-size: 64.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-points {
    background-image: url("/takuhai/assets/images/carriermama/points_bg_sp.jpg");
    background-position: right calc(100% - 89.3333333333vw);
    background-size: 90.5333333333vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-points {
    background-position: calc(50% + 600px) bottom;
    background-size: 901px;
  }
}

.p-points__container {
  position: relative;
  z-index: 2;
  padding: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-points__container {
    padding: 40px 0;
  }
}

.p-points__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-points__heading {
    display: block;
    text-align: center;
  }
}
.p-points__heading img {
  width: auto;
  height: 3.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-points__heading img {
    height: 64.5px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1401px) {
  .p-points__heading img {
    height: 48px;
  }
}

.p-points__heading::before {
  display: block;
  width: 2.6428571429vw;
  height: 2.4285714286vw;
  margin-right: 2.1428571429vw;
  content: "";
  background-image: url("/takuhai/assets/images/common/heading_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-points__heading::before {
    width: 21.5px;
    height: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .p-points__heading::before {
    width: 37px;
    height: 34px;
    margin-right: 34px;
  }
}

.p-point__wrap {
  margin-top: 6.0714285714vw;
}
@media screen and (max-width: 767px) {
  .p-point__wrap {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__wrap {
    margin-top: 85px;
  }
}

.p-point + .p-point {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-point + .p-point {
    margin-top: 54px;
  }
}

.p-point__container {
  position: relative;
  width: 78.5714285714vw;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 1401px) {
  .p-point__container {
    width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__container {
    width: 100%;
    padding: 0 10px;
  }
}

.p-point__img {
  position: absolute;
  top: 0;
  left: -8.5714285714vw;
  z-index: 2;
  width: 44.2857142857vw;
  border-radius: 46px;
  overflow: hidden;
}
@media screen and (min-width: 1401px) {
  .p-point__img {
    left: -120px;
    width: 620px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__img {
    position: relative;
    left: 0;
    width: 82.6666666667vw;
    margin: 18px auto 0;
    border-radius: 23px;
  }
}
.p-point__img img {
  width: 100%;
}

.p-point__content {
  position: relative;
  width: 100%;
}
.p-point__content::before {
  position: absolute;
  top: -3.9285714286vw;
  z-index: 5;
  width: 7.7857142857vw;
  height: 7.7857142857vw;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-point__content::before {
    top: 0;
    left: 22.5px;
    width: 15.2vw;
    height: 15.2vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__content::before {
    top: -55px;
    width: 109px;
    height: 109px;
  }
}

.p-point__heading {
  padding-left: 35.7142857143vw;
}
@media screen and (min-width: 1401px) {
  .p-point__heading {
    padding-left: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__heading {
    padding-left: 0;
  }
}
.p-point__heading img {
  width: 100%;
  max-width: 100%;
}

.p-point__group {
  position: relative;
  padding-top: 2.8571428571vw;
  padding-bottom: 3.5714285714vw;
  padding-right: 4.7857142857vw;
  padding-left: 39.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-point__group {
    padding: 16px 22.5px 28px;
    margin: 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__group {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-right: 67px;
    padding-left: 550px;
  }
}

.p-point__group::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #48ac97;
  content: "";
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-point__group::before {
    height: calc(153 / 710 * 100vw + 100%);
    border-radius: 15px;
  }
}

.p-point__text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.2857142857vw;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.8333;
}
@media screen and (min-width: 1401px) {
  .p-point__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point__text {
    font-size: 1.4rem;
    line-height: 1.6923;
    letter-spacing: 0;
  }
}

.p-point--reverse .p-point__img {
  right: -8.5714285714vw;
  left: auto;
}
@media screen and (min-width: 1401px) {
  .p-point--reverse .p-point__img {
    right: -120px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-point--reverse .p-point__img {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-point--reverse .p-point__heading {
    padding-right: 35.7142857143vw;
    padding-left: 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-point--reverse .p-point__heading {
    padding-left: 0;
    padding-right: 500px;
  }
}
@media screen and (min-width: 768px) {
  .p-point--reverse .p-point__group {
    padding-right: 39.2857142857vw;
    padding-left: 3.8571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-point--reverse .p-point__group {
    padding-right: 550px;
    padding-left: 54px;
  }
}
.p-point--reverse .p-point__group::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #48ac97;
  content: "";
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-point--reverse .p-point__group::before {
    height: calc(153 / 710 * 100vw + 100%);
    border-radius: 15px;
  }
}
.p-point--reverse .p-point__text {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-point--reverse .p-point__text {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1401px) {
  .p-point:nth-of-type(1) .p-point__group {
    padding-top: 2.5vw;
    padding-right: 4.2857142857vw;
    padding-bottom: 3.9285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-point:nth-of-type(1) .p-point__group {
    padding-top: 35px;
    padding-right: 60px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 768px) {
  .p-point:nth-of-type(1) .p-point__text {
    letter-spacing: -0.02em;
  }
}

.p-point:nth-of-type(1) .p-point__content::before {
  background-image: url("/takuhai/assets/images/carriermama/point_balloon01.png");
}
@media screen and (min-width: 768px) {
  .p-point:nth-of-type(1) .p-point__content::before {
    left: 0;
  }
}

@media screen and (min-width: 1401px) {
  .p-point:nth-of-type(2) .p-point__group {
    padding-top: 2.5vw;
    padding-bottom: 6.0714285714vw;
    padding-left: 4.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-point:nth-of-type(2) .p-point__group {
    padding-top: 35px;
    padding-bottom: 85px;
    padding-left: 57px;
  }
}

.p-point:nth-of-type(2) .p-point__content::before {
  background-image: url("/takuhai/assets/images/carriermama/point_balloon02.png");
}
@media screen and (max-width: 767px) {
  .p-point:nth-of-type(2) .p-point__content::before {
    background-image: url("/takuhai/assets/images/carriermama/point_balloon02_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .p-point:nth-of-type(2) .p-point__content::before {
    right: 0;
  }
}

@media screen and (min-width: 1401px) {
  .p-point:nth-of-type(3) .p-point__group {
    padding-top: 1.8571428571vw;
    padding-right: 4.6428571429vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-point:nth-of-type(3) .p-point__group {
    padding-top: 26px;
    padding-right: 65px;
    padding-bottom: 35px;
  }
}

.p-point:nth-of-type(3) .p-point__content::before {
  background-image: url("/takuhai/assets/images/carriermama/point_balloon03.png");
}
@media screen and (min-width: 768px) {
  .p-point:nth-of-type(3) .p-point__content::before {
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-point.scroll-effect .p-point__img {
    opacity: 0;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@media screen and (min-width: 768px) {
  .p-point.scroll-effect .p-point__content::before {
    opacity: 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 75% 75%;
        -ms-transform-origin: 75% 75%;
            transform-origin: 75% 75%;
  }
}

@media screen and (min-width: 768px) {
  .p-point--reverse.scroll-effect .p-point__img {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}

@media screen and (min-width: 768px) {
  .p-point--reverse.scroll-effect .p-point__content::before {
    -webkit-transform-origin: 25% 75%;
        -ms-transform-origin: 25% 75%;
            transform-origin: 25% 75%;
  }
}

@media screen and (min-width: 768px) {
  .p-point.scroll-effect.animated .p-point__img {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
}

@media screen and (min-width: 768px) {
  .p-point.scroll-effect.animated .p-point__content::before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

.p-unions {
  position: relative;
}

.p-unions__container {
  position: relative;
  z-index: 2;
  padding: 103px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-unions__container {
    padding: 16px 0 40px;
  }
}

.p-unions__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-unions__heading {
    display: block;
    text-align: center;
  }
}
.p-unions__heading img {
  width: auto;
  height: 3.5vw;
}
@media screen and (max-width: 767px) {
  .p-unions__heading img {
    height: 29.5px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1401px) {
  .p-unions__heading img {
    height: 49px;
  }
}

.p-unions__heading::before {
  display: block;
  width: 2.6428571429vw;
  height: 2.4285714286vw;
  margin-right: 2.1428571429vw;
  content: "";
  background-image: url("/takuhai/assets/images/common/heading_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-unions__heading::before {
    width: 21.5px;
    height: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .p-unions__heading::before {
    width: 37px;
    height: 34px;
    margin-right: 34px;
  }
}

.p-union__slider {
  width: 65vw;
  max-width: 910px;
  margin: 5.2857142857vw auto 0;
}
@media screen and (max-width: 767px) {
  .p-union__slider {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1401px) {
  .p-union__slider {
    margin-top: 74px;
  }
}
.p-union__slider .swiper-container {
  overflow: visible;
}

.p-union__slider-container {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-union__slider-container {
    width: 100%;
  }
}

.p-union__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-union__slide-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: calc(32 / 910 * 100%) calc(73 / 910 * 100%) calc(28 / 910 * 100%) calc(80 / 910 * 100%);
  background-color: #48ac97;
  border-radius: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-union__slide-inner {
    display: block;
    padding: calc(15px + 4vw) 11px 20px 20px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1401px) {
  .p-union__slide-inner {
    padding: 32px 73px 28px 80px;
  }
}

.p-union__slide-number {
  position: absolute;
  top: -1.7142857143vw;
  left: -0.7142857143vw;
  width: 5.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-union__slide-number {
    top: -4vw;
    left: 50%;
    width: 28.1333333333vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1401px) {
  .p-union__slide-number {
    top: -24px;
    left: -10px;
    width: 82px;
  }
}

.p-union__prev,
.p-union__next {
  margin-top: 0;
  width: 3.9285714286vw;
  height: 3.9285714286vw;
  border-radius: 9999px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-union__prev,
.p-union__next {
    width: 27.5px;
    height: 27.5px;
  }
}
@media screen and (min-width: 1401px) {
  .p-union__prev,
.p-union__next {
    width: 55px;
    height: 55px;
  }
}

@media screen and (min-width: 768px) {
  .p-union__prev:hover:hover {
    -webkit-transform: translateY(-50%) translate(0.2755vw, 0.3282857143vw);
        -ms-transform: translateY(-50%) translate(0.2755vw, 0.3282857143vw);
            transform: translateY(-50%) translate(0.2755vw, 0.3282857143vw);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1401px) {
  .p-union__prev:hover:hover {
    -webkit-transform: translateY(-50%) translate(3.857px, 4.596px);
        -ms-transform: translateY(-50%) translate(3.857px, 4.596px);
            transform: translateY(-50%) translate(3.857px, 4.596px);
  }
}

@media screen and (min-width: 768px) {
  .p-union__next:hover:hover {
    -webkit-transform: translateY(-50%) scale(-1, 1) translate(-0.2755vw, 0.3282857143vw);
        -ms-transform: translateY(-50%) scale(-1, 1) translate(-0.2755vw, 0.3282857143vw);
            transform: translateY(-50%) scale(-1, 1) translate(-0.2755vw, 0.3282857143vw);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1401px) {
  .p-union__next:hover:hover {
    -webkit-transform: translateY(-50%) scale(-1, 1) translate(-3.857px, 4.596px);
        -ms-transform: translateY(-50%) scale(-1, 1) translate(-3.857px, 4.596px);
            transform: translateY(-50%) scale(-1, 1) translate(-3.857px, 4.596px);
  }
}

.p-union__prev {
  left: -3.2142857143vw;
  background-image: url("/takuhai/assets/images/carriermama/slider_arrow.png");
  -webkit-box-shadow: 0.2755vw 0.3282857143vw 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.2755vw 0.3282857143vw 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-union__prev {
    left: -15px;
    -webkit-box-shadow: 1.9285px 2.298px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1.9285px 2.298px 0 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1401px) {
  .p-union__prev {
    left: -45px;
    -webkit-box-shadow: 3.857px 4.596px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3.857px 4.596px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.p-union__prev::after {
  content: none;
}

.p-union__next {
  right: -3.2142857143vw;
  background-image: url("/takuhai/assets/images/carriermama/slider_arrow.png");
  -webkit-transform: translateY(-50%) scale(-1, 1);
      -ms-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  -webkit-box-shadow: -0.2755vw 0.3282857143vw 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: -0.2755vw 0.3282857143vw 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-union__next {
    right: -15px;
    -webkit-box-shadow: 1.9285px 2.298px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1.9285px 2.298px 0 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1401px) {
  .p-union__next {
    right: -45px;
    -webkit-box-shadow: -3.857px 4.596px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: -3.857px 4.596px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.p-union__next::after {
  content: none;
}

.p-union__content-heading {
  width: 100%;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.6071;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-union__content-heading {
    font-size: 1.9rem;
    line-height: 1.4211;
    letter-spacing: -0.06em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1401px) {
  .p-union__content-heading {
    font-size: 2.8rem;
  }
}

.p-union__content-text {
  margin-top: 12px;
  font-size: 1.1428571429vw;
  font-weight: 600;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-union__content-text {
    padding-right: 7.5px;
    margin-top: 12px;
    font-size: 1.3rem;
    line-height: 1.69231;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 1401px) {
  .p-union__content-text {
    font-size: 1.6rem;
  }
}

.p-union__group {
  margin-top: calc(-2.7142857143vw - 1.4285714286vw);
  margin-left: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-union__group {
    margin-top: 7.5px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-union__group {
    margin-top: calc(-38px - 20px);
    margin-left: 40px;
  }
}

.p-union__img {
  width: 15.2142857143vw;
}
@media screen and (max-width: 767px) {
  .p-union__img {
    width: 100%;
  }
}
@media screen and (min-width: 1401px) {
  .p-union__img {
    width: 213px;
  }
}
.p-union__img img {
  width: 100%;
  max-width: 100%;
}

.p-interview {
  position: relative;
}

.p-interview::before {
  position: absolute;
  bottom: -41.9285714286vw;
  right: calc(50% - 112.4285714286vw);
  z-index: -1;
  width: 71.2142857143vw;
  height: 71.8571428571vw;
  content: "";
  background-image: url("/takuhai/assets/images/carriermama/interview_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-interview::before {
    bottom: -59.2vw;
    right: 0;
    width: 67.0666666667vw;
    height: 134.1333333333vw;
    background-image: url("/takuhai/assets/images/carriermama/interview_bg_sp.jpg");
  }
}
@media screen and (min-width: 768px) {
  .p-interview::before {
    max-width: 997px;
    max-height: 1006px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1401px) {
  .p-interview::before {
    bottom: -587px;
    right: calc(50% - 1574px);
  }
}

.p-interview__container {
  position: relative;
  z-index: 2;
  padding: 70px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-interview__container {
    padding: 40px 15px 40px;
  }
}

.p-interview__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-interview__heading {
    display: block;
    text-align: center;
  }
}
.p-interview__heading img {
  width: auto;
  height: 3.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-interview__heading img {
    height: 64px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__heading img {
    height: 48px;
  }
}

.p-interview__heading::before {
  display: block;
  width: 2.6428571429vw;
  height: 2.4285714286vw;
  margin-right: 2.1428571429vw;
  content: "";
  background-image: url("/takuhai/assets/images/common/heading_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-interview__heading::before {
    width: 21.5px;
    height: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__heading::before {
    width: 37px;
    height: 34px;
    margin-right: 34px;
  }
}

.p-interview__box {
  position: relative;
  width: 78.5714285714vw;
  padding: 0.4285714286vw;
  margin: 4.2857142857vw auto 0;
  background-color: #ffd02a;
  border-radius: 2.8571428571vw;
  -webkit-box-shadow: 5.785px 6.894px 0px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 5.785px 6.894px 0px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-interview__box {
    width: 100%;
    padding: 0.8vw;
    margin-top: 7.3333333333vw;
    border-radius: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__box {
    width: 1100px;
    padding: 6px;
    margin-top: 60px;
    border-radius: 40px;
  }
}

.p-interview__label {
  position: absolute;
  top: -1.9285714286vw;
  left: 3.7142857143vw;
  z-index: 1;
  width: 13.2142857143vw;
}
@media screen and (max-width: 767px) {
  .p-interview__label {
    top: -2.5333333333vw;
    left: 50%;
    width: 37.2vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__label {
    top: -27px;
    left: 52px;
    width: 185px;
  }
}

.p-interview__content {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 4.4285714286vw 3.4285714286vw 1.9285714286vw;
  background-color: #fff;
  border-radius: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-interview__content {
    padding: 10.6666666667vw 0 0;
    border-radius: 3.4666666667vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__content {
    padding: 62px 48px 27px;
    border-radius: 40px;
  }
}

.p-interview__group {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-interview__group {
    padding-right: 27%;
  }
}

.p-interview__box-heading {
  font-size: 2.1428571429vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-interview__box-heading {
    margin-left: 0.3em;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: center;
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__box-heading {
    font-size: 3rem;
  }
}

.p-interview__text {
  padding-right: 17%;
  margin-top: 27px;
  font-size: 1.1428571429vw;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.025em;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
@media screen and (max-width: 767px) {
  .p-interview__text {
    padding: 0 4vw;
    padding-right: 0;
    margin-top: 16px;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.69231;
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__text {
    font-size: 1.6rem;
  }
}

.p-interview__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-interview__img {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__img img {
    width: auto;
    height: 100%;
  }
}

.p-interview__profile {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.7857142857vw 2.8571428571vw 1.4285714286vw;
  border: 0.4285714286vw solid #ffd02a;
  border-width: 0.4285714286vw 0 0 0.4285714286vw;
  background-color: #fff;
  border-top-left-radius: 2.8571428571vw;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-interview__profile {
    padding: 3.2vw 5.3333333333vw 4.5333333333vw 6.6666666667vw;
    border-width: 0.8vw 0 0 0.8vw;
    border-top-left-radius: 20px;
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__profile {
    padding: 25px 70px 20px;
    border-width: 6px 0 0 6px;
    border-top-left-radius: 40px;
  }
}
.p-interview__profile p {
  font-size: 1.5714285714vw;
  line-height: 1.38889;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-interview__profile p {
    font-size: 1.3rem;
    line-height: 1.3636;
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__profile p {
    font-size: 2.2rem;
  }
}
.p-interview__profile p:first-child {
  font-size: 1.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-interview__profile p:first-child {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__profile p:first-child {
    font-size: 2.2rem;
  }
}
.p-interview__profile p:first-child span {
  margin-right: 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-interview__profile p:first-child span {
    margin-right: 0.6em;
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__profile p:first-child span {
    margin-right: 10px;
  }
}
.p-interview__profile p:nth-of-type(2) {
  margin-top: 0.3571428571vw;
}
@media screen and (min-width: 1401px) {
  .p-interview__profile p:nth-of-type(2) {
    margin-top: 5px;
  }
}
.p-interview__profile p:last-child {
  margin-top: 0.7142857143vw;
  font-size: 1.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-interview__profile p:last-child {
    margin-top: 2.4vw;
    font-size: 1.1rem;
    line-height: 1.3636;
  }
}
@media screen and (min-width: 1401px) {
  .p-interview__profile p:last-child {
    margin-top: 10px;
    font-size: 1.9rem;
  }
}
.p-interview__profile .age {
  margin-right: 0;
}

.p-mv__img {
  width: 100%;
}
.p-mv__img img {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .c-delivery__container {
    padding: 130px 0 31px;
  }
}