@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --scrollbar-width: 0;
  --browser-height: 100vh;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

p a {
  display: inline;
  text-decoration: underline;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #ffffff;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #574d42;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .common__pc {
    display: none;
  }
}
.common__sp {
  display: none;
}
@media (max-width: 768px) {
  .common__sp {
    display: block;
  }
}
.common__wrapper {
  padding-top: 72px;
}
@media (max-width: 1024px) {
  .common__wrapper {
    padding-top: 60px;
  }
}
.common__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 60px);
  max-width: 848px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 768px) {
  .common__inner {
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% - 32px);
    max-width: 500px;
  }
}
.common__heading {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #796958;
}
@media (max-width: 768px) {
  .common__heading {
    padding-top: 46px;
    font-size: 24px;
  }
}
.common__heading:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .common__heading:not(:last-child) {
    margin-bottom: 20px;
  }
}
.common__heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  margin: auto;
  line-height: 1;
  font-size: 64px;
  font-weight: 400;
  font-family: "Oooh Baby", cursive;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .common__heading::before {
    font-size: 60px;
  }
}
.common__paragraph:not(:last-child) {
  margin-bottom: 40px;
}
.common__paragraph--strong {
  color: #111111;
}
.common__image--radius {
  border-radius: 10px;
  overflow: hidden;
}
.common__content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .common__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.common__button {
  position: relative;
  z-index: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #db8d6b;
  border-radius: 60px;
  padding: 9px 16px;
  max-width: 340px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 768px) {
  .common__button {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }
}
.common__button.disable {
  pointer-events: none;
}

.header {
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
}
@media (max-width: 1024px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header.is-active {
  background-color: #e58e93;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 992px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 1024px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
.header__logo {
  width: 218px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .header__logo {
    position: relative;
    z-index: 99999999;
    width: 168px;
  }
}
.header-menu {
  position: relative;
}
@media (max-width: 1024px) {
  .header-menu {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    height: calc(var(--browser-height) - 60px);
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media (max-width: 1024px) {
  .header-menu.is-active {
    background-color: #e58e93;
    padding-top: 32px;
    padding-bottom: 32px;
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1024px) {
  .header-menu.is-active::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    margin: auto;
    width: calc(100% - 32px);
    border-top: 1px dotted #ffffff;
  }
}
@media (max-width: 1024px) {
  .header-menu::-webkit-scrollbar {
    width: 2px;
  }
}
@media (max-width: 1024px) {
  .header-menu::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 1px;
  }
}
@media (max-width: 1024px) {
  .header-menu::-webkit-scrollbar-track {
    background-color: #796958;
    border-radius: 1px;
  }
}
.header-menu__logo {
  display: none;
}
@media (max-width: 1024px) {
  .header-menu__logo {
    display: block;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    margin-bottom: 40px;
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 1024px) {
  .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px 0;
    padding: 0 20px;
    width: 100%;
  }
}
.header-nav__item {
  position: relative;
}
.header-nav__link {
  position: relative;
  z-index: 1000000000000000000;
  font-weight: 500;
  color: #796958;
}
@media (max-width: 1024px) {
  .header-nav__link {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
  }
}
.header-nav__link--contact {
  background-color: #e58e93;
  border-radius: 100px;
  padding: 8px 16px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .header-nav__link--contact {
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 7px 60px;
    font-size: 18px;
  }
}
.header-button {
  display: none;
  position: relative;
  z-index: 99999999;
  width: 20px;
  height: 16px;
}
@media (max-width: 1024px) {
  .header-button {
    display: block;
  }
}
.header-button__line {
  position: absolute;
  background-color: #574d42;
  border-radius: 1px;
  width: 100%;
  height: 2px;
  -webkit-transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, opacity 0.3s;
  transition: background-color 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header-button__line:nth-of-type(1) {
  top: 0;
}
.header-button__line:nth-of-type(2) {
  top: 7px;
}
.header-button__line:nth-of-type(3) {
  top: 14px;
}
.header-button__line.is-active {
  background-color: #ffffff;
}
.header-button__line.is-active:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
.header-button__line.is-active:nth-of-type(2) {
  opacity: 0;
}
.header-button__line.is-active:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.footer {
  position: relative;
  background-color: #574d42;
}
.footer__pagetop {
  position: absolute;
  z-index: 9;
  inset: -30px 0 auto 0;
  margin: auto;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .footer__pagetop {
    top: -25px;
    width: 50px;
    height: 50px;
  }
}
.footer__inner {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .footer__inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.footer__logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  width: 200px;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 180px;
  }
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer-nav__list {
    gap: 16px;
  }
}
.footer-nav__link {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer-nav__link {
    font-weight: 500;
  }
}
.footer__copyright {
  text-align: center;
}
.footer__copyright small {
  font-size: 10px;
  font-weight: 300;
  color: #ffffff;
}

.main-visual {
  position: relative;
}
.main-visual__image {
  height: 480px;
}
@media (max-width: 768px) {
  .main-visual__image {
    height: 322px;
  }
}
@media (min-width: 1400px) {
  .main-visual__image img {
    background: -webkit-gradient(linear, left top, right top, from(#e9edec), color-stop(50%, #e9edec), color-stop(50%, #c9d3d5), to(#c9d3d5));
    background: linear-gradient(90deg, #e9edec 0%, #e9edec 50%, #c9d3d5 50%, #c9d3d5 100%);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .main-visual__image img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}
.main-visual__container {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
}
@media (max-width: 768px) {
  .main-visual__container {
    position: static;
    background: -webkit-gradient(linear, left top, left bottom, from(#a49688), color-stop(30%, #574d42));
    background: linear-gradient(-180deg, #a49688 0%, #574d42 30%);
    padding-top: 60px;
  }
}
.main-visual__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .main-visual__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    margin-top: -137px;
  }
}
.main-visual__logo {
  display: block;
  margin-bottom: 8px;
  max-width: 274px;
}
@media (max-width: 768px) {
  .main-visual__logo {
    width: 203px;
    width: 72.5%;
  }
}
.main-visual__title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 768px) {
  .main-visual__title {
    font-size: 20px;
  }
}
.main-visual__support {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 16px 24px;
}
@media (max-width: 768px) {
  .main-visual__support {
    margin-left: auto;
    margin-right: auto;
    padding: 16px 18px;
    width: 100%;
    max-width: 343px;
  }
}
.main-visual__secondary-heading {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main-visual__secondary-heading {
    font-size: 22px;
  }
}
.main-visual__paragraph {
  font-size: 18px;
  font-weight: 500;
  color: #796958;
}
@media (max-width: 768px) {
  .main-visual__paragraph {
    font-size: 16px;
  }
}

.cta {
  background: #574d42;
  padding-top: 29px;
  padding-bottom: 29px;
}
@media (max-width: 768px) {
  .cta {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}
.cta__paragraph {
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cta__paragraph {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.cta__paragraph strong {
  font-size: 24px;
}
@media (max-width: 768px) {
  .cta__paragraph strong {
    font-size: 19px;
    font-weight: 700;
  }
}
.cta__button {
  background-color: #e58e93;
}

.issue {
  position: relative;
  margin-bottom: 42px;
  background: #f1d1c4;
}
.issue::after {
  content: "";
  position: absolute;
  inset: auto 0 -41px;
  margin: auto;
  background-color: #f1d1c4;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 320px;
  height: 42px;
}
@media (max-width: 768px) {
  .issue::after {
    width: 250px;
  }
}
.issue__heading {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .issue__heading {
    padding-top: 64px;
  }
}
.issue__heading::before {
  content: "Issue";
  color: #ffffff;
}
.issue__heading span {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 8px 40px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .issue__heading span {
    width: 100%;
    font-size: 18px;
  }
}
.issue__heading span::after {
  content: "";
  position: absolute;
  inset: 0 -26px 0 auto;
  margin: auto;
  background: url(/service/actioplus/assets/images/decoration_bubble.svg) center/cover no-repeat;
  width: 31px;
  height: 26px;
}
@media (max-width: 768px) {
  .issue__heading span::after {
    display: none;
  }
}
.issue__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px;
}
@media (max-width: 768px) {
  .issue__list {
    gap: 20px;
  }
}
.issue__item {
  width: 260px;
}
@media (max-width: 768px) {
  .issue__item {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 16px;
    width: 100%;
  }
}
.issue__secondary-heading {
  position: relative;
  z-index: 1;
  padding: 6px;
  width: 100%;
  height: 68px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .issue__secondary-heading {
    padding: 7px;
    font-size: 16px;
    font-weight: 700;
    width: 200px;
    height: 52px;
  }
}
.issue__secondary-heading::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/service/actioplus/assets/images/decoration_bubble_2.svg) center/cover no-repeat;
  width: 100%;
  height: 100%;
}
.issue__wrapper {
  position: relative;
  margin-top: -28px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 246px;
  height: 246px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .issue__wrapper {
    display: grid;
    grid-template-columns: 38.8349514563% auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .issue__image {
    border-radius: 50%;
    max-width: 246px;
    overflow: hidden;
  }
}
.issue__description {
  position: absolute;
  inset: auto 0 0;
  margin: auto;
  background-color: rgba(87, 77, 66, 0.6);
  padding-bottom: 23px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 768px) {
  .issue__description {
    position: static;
    margin: 0;
    background-color: transparent;
    padding-bottom: 0;
    text-align: left;
    line-height: 1.7;
    font-size: 15px;
    color: #796958;
  }
}

@media (max-width: 768px) {
  .advantages__heading {
    line-height: 1.8;
    font-size: 20px;
  }
}
.advantages__heading::before {
  content: "Advantages";
  color: rgba(136, 201, 203, 0.5);
}
.advantages__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ccffff));
  background: linear-gradient(transparent 70%, #ccffff 70%);
}
@media (max-width: 768px) {
  .advantages__marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ccffff));
    background: linear-gradient(transparent 50%, #ccffff 50%);
  }
}
.advantages__marker--bold {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ccffff));
  background: linear-gradient(transparent 0%, #ccffff 0%);
}
.advantages__container {
  margin-bottom: 24px;
  border-radius: 30px;
  border: 2px solid #88c9cb;
  padding: 40px 5.25%;
}
@media (max-width: 768px) {
  .advantages__container {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px 16px;
  }
}
.advantages__secondary-heading {
  position: relative;
  display: none;
  padding-left: 16px;
  padding-right: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #88c9cb;
  cursor: pointer;
}
@media (max-width: 768px) {
  .advantages__secondary-heading {
    display: block;
  }
}
.advantages__secondary-heading::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  background: url(/service/actioplus/assets/images/icon_arrow_blue.svg) center/cover no-repeat;
  width: 14px;
  height: 7px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.advantages__secondary-heading.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .advantages__contents {
    display: none;
    margin-top: 20px;
  }
}
.advantages__wrapper {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.7932960894%;
}
@media (max-width: 768px) {
  .advantages__wrapper {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.advantages__wrapper:not(:last-child) {
  margin-bottom: 8px;
}
.advantages__container:nth-of-type(1) .advantages__wrapper {
  grid-template-columns: 48.6033519553% 48.6033519553%;
}
@media (max-width: 768px) {
  .advantages__container:nth-of-type(1) .advantages__wrapper {
    grid-template-columns: 100%;
  }
}
.advantages__container:nth-of-type(2) .advantages__wrapper {
  grid-template-columns: 55.3072625698% 41.8994413408%;
}
@media (max-width: 768px) {
  .advantages__container:nth-of-type(2) .advantages__wrapper {
    grid-template-columns: 100%;
  }
}
.advantages__figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  text-align: center;
}
@media (max-width: 768px) {
  .advantages__figure--small img {
    width: 80%;
    max-width: 280px;
  }
}
.advantages__figcaption {
  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: 8px;
  text-align: center;
  font-weight: 500;
  color: #796958;
}
@media (max-width: 768px) {
  .advantages__figcaption {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.advantages__note {
  display: block;
  margin-bottom: 8px;
  color: #796958;
}
@media (max-width: 768px) {
  .advantages__note {
    font-weight: 400;
  }
}
.advantages__effect {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .advantages__effect {
    font-size: 16px;
  }
}
.advantages__effect small {
  margin-left: 1em;
  font-size: 16px;
}
@media (max-width: 768px) {
  .advantages__effect small {
    display: block;
    margin-left: 0;
  }
}
.advantages__paragraph {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #796958;
}
@media (max-width: 768px) {
  .advantages__paragraph {
    font-size: 18px;
  }
}
.advantages__paragraph:not(:last-child) {
  margin-bottom: 20px;
}
.advantages__button {
  background-color: #88c9cb;
}

.service {
  background: url(/service/actioplus/assets/images/bg_service.svg) #f5f3ed center/78.0714285714% auto no-repeat;
}
@media (max-width: 768px) {
  .service {
    background: #f5f3ed;
  }
}
.service__inner {
  max-width: 890px;
}
@media (max-width: 768px) {
  .service__inner {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .service__heading {
    font-size: 24px;
  }
}
.service__heading::before {
  content: "Our Service";
  color: rgba(229, 142, 147, 0.5);
}
.service__tabmenu {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-bottom: 24px;
  background: rgba(206, 183, 170, 0.5);
  border-radius: 8px;
  padding: 5px;
}
@media (max-width: 768px) {
  .service__tabmenu {
    display: grid;
  }
}
.service__tabitem {
  background: rgba(181, 144, 135, 0.2);
  border-radius: 6px;
  padding: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}
.service__tabitem.is-active {
  background: #e58e93;
}
.service__tabitem--hr.is-active {
  background: #98c4ab;
}
.service__container {
  display: grid;
  grid-template-columns: 68.4269662921% 29.3258426966%;
  gap: 2.2471910112%;
}
@media (max-width: 768px) {
  .service__container {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .service__wrapper {
    display: none;
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .service__wrapper.is-active {
    display: grid;
  }
}
.service__secondary-heading {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -28px;
  background-color: #e58e93;
  border-radius: 10px;
  padding: 10px;
  width: 300px;
  max-width: 70%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 768px) {
  .service__secondary-heading {
    display: none;
  }
}
.service__secondary-heading--hr {
  background-color: #98c4ab;
}
.service__box {
  margin-bottom: 35px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 56px 36px 36px;
}
@media (max-width: 768px) {
  .service__box {
    margin-bottom: 24px;
    padding: 32px 16px;
  }
}
.service__item {
  position: relative;
  display: grid;
  grid-template-columns: 32.0150659134% 64.2184557439%;
  gap: 3.7664783427%;
}
@media (max-width: 768px) {
  .service__item {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.service__item:not(:last-of-type) {
  margin-bottom: 72px;
}
.service__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  inset: auto 0 -54px 0;
  margin: auto;
  background-color: #f1d1c4;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 120px;
  height: 28px;
}
.service__item--hr {
  grid-template-columns: 100%;
  gap: 28px;
  background: url(/service/actioplus/assets/images/bg_service_green.svg) bottom center/auto no-repeat;
  padding-bottom: 32px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  .service__item--hr {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .service__item--hr:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.service__item--hr:not(:last-of-type)::after {
  display: none;
}
.service__image-title {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -23px;
  background-color: #e58e93;
  border-radius: 100px;
  padding: 8px;
  max-width: 170px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 768px) {
  .service__image-title {
    font-size: 18px;
    font-weight: 700;
  }
}
.service__image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 170px;
}
.service__image::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #e58e93;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.service__image img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}
.service__image--hr::after {
  background-color: #98c4ab;
}
.service__textbox {
  background: url(/service/actioplus/assets/images/bg_service_pink.svg) center/contain no-repeat;
  padding-left: 9.9706744868%;
}
@media (max-width: 768px) {
  .service__textbox {
    padding-left: 0;
  }
}
.service__textbox--interest {
  position: relative;
}
.service__textbox--interest::after {
  content: "Interest";
  position: absolute;
  bottom: 24%;
  right: 10%;
  font-family: "Oooh Baby", cursive;
  font-size: 64px;
  font-weight: 400;
  color: #ede9de;
  opacity: 0.5;
}
.service__textbox--reconize {
  position: relative;
}
.service__textbox--reconize::after {
  content: "Reconize";
  position: absolute;
  bottom: 4%;
  right: 8%;
  font-family: "Oooh Baby", cursive;
  font-size: 64px;
  font-weight: 400;
  color: #ede9de;
  opacity: 0.5;
}
.service__textbox--action {
  position: relative;
}
.service__textbox--action::after {
  content: "Action";
  position: absolute;
  bottom: -8%;
  right: 2%;
  font-family: "Oooh Baby", cursive;
  font-size: 64px;
  font-weight: 400;
  color: #ede9de;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .service__textbox--action::after {
    bottom: 10%;
    right: 15%;
  }
}
.service__textbox--hr {
  background: none;
}
.service__tertiary-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .service__tertiary-heading {
    font-size: 18px;
    font-weight: 700;
  }
}
.service__tertiary-heading--hr {
  text-align: center;
  color: #796958;
}
@media (max-width: 768px) {
  .service__tertiary-heading--hr {
    margin-bottom: 0;
  }
}
.service__paragraph {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .service__paragraph {
    line-height: 1.7;
  }
}
.service__paragraph small {
  font-size: 13px;
}
.service__arrow {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  background-color: #e58e93;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  padding-top: 4px;
  padding-bottom: 16px;
  width: 320px;
  max-width: 80%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 768px) {
  .service__arrow {
    margin-bottom: 24px;
  }
}
.service__arrow--hr {
  background-color: #98c4ab;
}
.service__effect {
  display: grid;
  grid-template-columns: 31.6363636364% 65.4545454545%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #e58e93;
  border-radius: 30px;
  padding: 24px;
}
@media (max-width: 768px) {
  .service__effect {
    grid-template-columns: 100%;
    gap: 16px;
    padding: 20px 16px;
  }
}
.service__effect--hr {
  grid-template-columns: 100%;
  background-color: #98c4ab;
  padding: 24px 8px;
}
@media (max-width: 768px) {
  .service__effect--hr {
    padding: 20px 16px;
  }
}
.service__effect-image {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  max-width: 174px;
  overflow: hidden;
}
.service__effect-item {
  position: relative;
  padding-left: 1em;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 768px) {
  .service__effect-item {
    font-size: 16px;
  }
}
.service__effect-item::before {
  content: "・";
  position: absolute;
  left: 0;
}

.point {
  background: url(/service/actioplus/assets/images/bg_point_1.svg) top -70px left 0/222px auto no-repeat, url(/service/actioplus/assets/images/bg_point_2.svg) bottom 50% right 0/255px auto no-repeat;
}
@media (max-width: 768px) {
  .point {
    background: rgba(219, 141, 107, 0.15);
  }
}
.point__inner {
  background: rgba(219, 141, 107, 0.1);
  border-radius: 30px;
  padding: 40px 24px;
}
@media (max-width: 768px) {
  .point__inner {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}
.point__heading::before {
  content: "Service Points";
  color: rgba(219, 141, 107, 0.5);
}
.point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}
@media (max-width: 768px) {
  .point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.point__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .point__item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.point__item:not(:last-child) {
  margin-bottom: 48px;
}
.point__textbox {
  width: 59.5%;
}
@media (max-width: 768px) {
  .point__textbox {
    width: 100%;
  }
}
.point__secondary-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .point__secondary-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 18px;
  }
}
.point__secondary-heading-icon {
  width: 40px;
}
.point__secondary-heading-text {
  width: calc(100% - 40px - 21px);
}
@media (max-width: 768px) {
  .point__secondary-heading-text {
    width: 100%;
  }
}
.point__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fdff8f));
  background: linear-gradient(transparent 50%, #fdff8f 50%);
}
@media (max-width: 768px) {
  .point__marker {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fdff8f));
    background: linear-gradient(transparent 0%, #fdff8f 0%);
  }
}
.point__paragraph {
  margin-left: 61px;
}
@media (max-width: 768px) {
  .point__paragraph {
    margin-left: 0;
    line-height: 1.7;
  }
}
.point__paragraph:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .point__paragraph:not(:last-child) {
    margin-bottom: 16px;
  }
}
.point__link {
  margin-left: 61px;
  font-size: 12px;
  font-weight: 500;
  color: #db8d6b;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .point__link {
    margin-left: 0;
    line-height: 1.7;
  }
}
.point__imagebox {
  width: 38%;
}
@media (max-width: 768px) {
  .point__imagebox {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 304px;
  }
}
.point__image {
  border-radius: 21px;
  overflow: hidden;
}

.package {
  background: url(/service/actioplus/assets/images/bg_package.png) #f5f3ed center/cover no-repeat;
}
@media (max-width: 768px) {
  .package {
    background: url(/service/actioplus/assets/images/bg_package_sp.png) #f5f3ed center/cover no-repeat;
  }
}
.package__heading::before {
  content: "Entry Package";
  color: rgba(219, 141, 107, 0.5);
}
.package__paragraph {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .package__paragraph {
    text-align: left;
    line-height: 1.7;
  }
}
.package__container {
  margin-bottom: 24px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 24px 10.141509434%;
}
@media (max-width: 768px) {
  .package__container {
    padding: 24px 16px;
  }
}
.package__secondary-heading {
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #796958;
}
@media (max-width: 768px) {
  .package__secondary-heading {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
  }
}
.package__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 10.0591715976%;
}
@media (max-width: 768px) {
  .package__list {
    grid-template-columns: 1fr;
  }
}
.package__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  border-radius: 21px;
  max-width: 304px;
  overflow: hidden;
}
.package__text {
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .package__text {
    font-size: 16px;
  }
}
.effects {
  overflow-x: hidden;
}
.effects::before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  background: url(/service/actioplus/assets/images/decoration_effects.svg) center/auto no-repeat;
  width: auto;
  max-width: calc(100% - 60px);
  height: 40px;
}
@media (max-width: 768px) {
  .effects::before {
    margin-bottom: 20px;
    max-width: calc(100% - 20px);
    height: 36px;
  }
}
.effects::after {
  content: "";
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  background: url(/service/actioplus/assets/images/decoration_effects.svg) center/auto no-repeat;
  width: auto;
  max-width: calc(100% - 60px);
  height: 40px;
}
@media (max-width: 768px) {
  .effects::after {
    margin-top: 20px;
    max-width: calc(100% - 20px);
    height: 36px;
  }
}
@media (max-width: 768px) {
  .effects__inner {
    max-width: 365px;
  }
}
@media (max-width: 768px) {
  .effects__heading {
    font-size: 22px;
  }
}
.effects__heading::before {
  content: "Effects";
  color: rgba(229, 142, 147, 0.5);
}
.effects__image {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .effects__image {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 20px;
  }
}
.effects__note {
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 14px;
}
@media (max-width: 768px) {
  .effects__note {
    font-weight: 400;
  }
}
.effects__note::before {
  content: "※";
  position: absolute;
  left: 0;
}
.effects__note:not(:last-child) {
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .effects__note:not(:last-child) {
    margin-bottom: 10px;
  }
}
.effects__note strong {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: #e58e93;
}
@media (max-width: 768px) {
  .effects__note strong {
    line-height: 1.5;
  }
}

.qa {
  background: url(/service/actioplus/assets/images/bg_qa.png) lightgray top center/cover no-repeat;
}
.qa__heading::before {
  content: "Q & A";
  color: #98c4ab;
  opacity: 0.5;
}
.qa__list {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 6.3679245283%;
}
@media (max-width: 768px) {
  .qa__list {
    padding: 20px 16px;
  }
}
.qa__item {
  border-radius: 20px;
  border: 1px solid #b59087;
  padding: 16px 20px;
}
@media (max-width: 768px) {
  .qa__item {
    padding: 16px;
  }
}
.qa__item:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .qa__item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.qa__term {
  position: relative;
  padding: 4px 40px;
  font-weight: 500;
  color: #796958;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qa__term {
    padding-right: 23px;
    line-height: 1.7;
  }
}
.qa__term::before {
  content: "Q";
  position: absolute;
  inset: 0 auto 0 0;
  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: auto;
  background-color: #ede9de;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.qa__term::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  background: url(/service/actioplus/assets/images/icon_arrow.svg) center/cover no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 768px) {
  .qa__term::after {
    width: 15px;
    height: 8px;
  }
}
.qa__term.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.qa__description {
  position: relative;
  display: none;
  margin-top: 16px;
  border-top: 1px dotted #796958;
  padding-top: 16px;
  padding-left: 40px;
  padding-bottom: 4px;
  font-weight: 500;
  color: #796958;
}
@media (max-width: 768px) {
  .qa__description {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 0;
    line-height: 1.7;
  }
}
.qa__description::before {
  content: "A";
  position: absolute;
  inset: 16px auto 4px 0;
  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: auto;
  background-color: #ffd3d4;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .qa__description::before {
    inset: 8px auto 0 0;
  }
}

.contact {
  background: rgba(219, 141, 107, 0.2);
}
.contact__heading::before {
  content: "Contact Us";
  color: rgba(219, 141, 107, 0.5);
}
.contact__paragraph {
  margin-bottom: 16px;
  text-align: center;
  color: #796958;
}
@media (max-width: 768px) {
  .contact__paragraph {
    line-height: 1.7;
  }
}
.contact__button {
  max-width: 380px;
}

@media (max-width: 768px) {
  .partnership {
    padding-bottom: 65px;
  }
}
@media (max-width: 768px) {
  .partnership__heading {
    font-size: 22px;
  }
}
.partnership__heading::before {
  content: "Partnership";
  color: rgba(168, 164, 211, 0.4);
}
.partnership__container {
  display: grid;
  grid-template-areas: "partnership-text partnership-image" "partnership-button partnership-image";
  grid-template-columns: 40.0943396226% 37.5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .partnership__container {
    grid-template-areas: "partnership-text" "partnership-image" "partnership-button";
    grid-template-columns: 40.0943396226% 37.5%;
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.partnership__box:nth-child(1) {
  grid-area: partnership-text;
  margin-top: auto;
}
@media (max-width: 768px) {
  .partnership__box:nth-child(1) {
    margin-top: 0;
  }
}
.partnership__box:nth-child(2) {
  grid-area: partnership-button;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .partnership__box:nth-child(2) {
    margin-bottom: 0;
  }
}
.partnership__box:nth-child(3) {
  grid-area: partnership-image;
}
.partnership__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partnership__secondary-heading {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #796958;
}
@media (max-width: 768px) {
  .partnership__secondary-heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.partnership__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #e2e7ff));
  background: linear-gradient(transparent 70%, #e2e7ff 70%);
}
.partnership__list {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .partnership__list {
    margin-bottom: 0;
  }
}
.partnership__item {
  position: relative;
  padding-left: 1em;
  color: #796958;
}
@media (max-width: 768px) {
  .partnership__item {
    font-size: 16px;
  }
}
.partnership__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.partnership__button {
  background-color: #a8a4d3;
  max-width: 316px;
}
@media (max-width: 768px) {
  .partnership__button {
    max-width: 340px;
  }
}
.partnership__image {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  max-width: 318px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .partnership__image {
    max-width: 257px;
  }
}/*# sourceMappingURL=style.css.map */