@charset "UTF-8";

/* ====================================================
   Media Query
   ==================================================== */
/* ====================================================
   flexセット（参考）
   ==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/* ====================================================
   共通
   ==================================================== */
.mv-top {
  position: relative;
  text-align: center;
}

.mv-top__ttl {
  color: #0b5b50;
  font-weight: 900;
  margin-bottom: -2.9rem;
  font-size: 3rem;
}

.mv-top__ttl span {
  display: inline-block;
  background: #B4A05B;
  padding: 0.4rem 0.9rem;
  margin-bottom: -5px;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  font-weight: 700;
  font-size: 2rem;
}

.mv-top__ttl strong {
  display: inline-block;
  border-bottom: 0.2rem solid #B4A05B;
  border-top: 0.2rem solid #B4A05B;
  padding: -3px 0 6px;
  color: #04231F;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.9rem;
  font-size: 2rem;
  line-height: 3;
}

.mv-top__ttl strong:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 15px;
  background: #B4A05B;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mv-top__heading {
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 3.4rem;
  font-size: 9rem;
  position: relative;
}

.mv-top__heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 176px;
  height: 580px;
  background: url(img/mv-illust-left.png) center no-repeat;
  background-size: contain;
  left: -71px;
  top: 77%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mv-top__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 224px;
  height: 564px;
  background: url(img/mv-illust-right.png) center no-repeat;
  background-size: contain;
  right: -50px;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mv-top__heading strong {
  display: inline-block;
  background: #0B5B50;
  color: #fff;
  padding: 0.65rem 1.9rem;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 1.9rem;
  font-size: 2.4rem;
}

.mv-top__heading span {
  display: block;
  font-size: 7.2rem;
}

.mv-top__desc {
  line-height: 1.8;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}

.sec-zenken__desc {
  margin-bottom: 7.7rem;
  text-align: center;
  color: #707070;
}

.sec-zenken__heading {
  text-align: center;
  font-weight: 700;
  color: #015449;
  padding-bottom: 4.8rem;
  margin-bottom: 3rem;
  position: relative;
}

.sec-zenken__heading:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 9.5rem;
  height: 2rem;
  background: url("img/arrow-bottom.png") center no-repeat;
  background-size: contain;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ====================================================
   sec-zenken
   ==================================================== */
.sec-zenken__list-item {
  border-radius: 1.3rem 0 1.3rem 0;
  background: #E0EAE9;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.sec-zenken__list-icon {
  width: 7.2rem;
  text-align: center;
}

.sec-zenken__list-icon img {
  max-width: 100%;
}

.sec-zenken__list-ttl {
  padding-left: 2.4rem;
  width: calc(100% - 7.2rem);
  color: #0E2623;
  line-height: 1.4736;
  font-weight: 700;
}

.sec-actually {
  background: #E0EAE9 url(/wp/wp-content/uploads/bg-actually.jpg) bottom no-repeat;
  position: relative;
  background-size: 100%;
}

.sec-actually__heading {
  width: 100%;
  background: #0B5B50;
  padding: 3rem;
  z-index: 2;
  color: #fff;
  font-weight: 700;
}

.sec-actually__heading>span {
  display: block;
  margin-bottom: 2rem;
}

.sec-actually__heading>span span {
  background: #B4A05B;
  padding: 1rem;
  display: inline-block;
  border-radius: 1rem 1rem 0 1rem;
}

.actually-flex__ttl {
  color: #031817;
  font-weight: 700;
  position: relative;
  z-index: 3;
  padding-left: 2.7rem;
  padding-bottom: 5.4rem;
  font-size: 2.6rem;
  padding-right: 2rem;
  width: 34rem;
  line-height: 1.6;
}

.actually-flex__ttl span {
  position: absolute;
  top: -2.5rem;
  left: -1.1rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-weight: 600;
  color: rgba(91, 179, 172, 0.35);
  z-index: -1;
  letter-spacing: 0.4rem;
}

.actually-flex__ttl strong {
  font-weight: 700;
  font-size: 3.4rem;
}

.actually-flex__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23.5rem;
  height: 2rem;
  background: url("img/arrow-right.png") center no-repeat;
  background-size: contain;
  bottom: 3rem;
  left: 2.7rem;
}

.actually-flex__table {
  background: #fff;
  border-radius: 3rem 0 3rem 0;
  padding: 1.1rem 1rem;
  z-index: 2;
}

.actually-flex__dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-bottom: 0.1rem solid #fff;
}

.actually-flex__dl:first-child {
  border-radius: 2.5rem 0 0 0;
}

.actually-flex__dl:last-child {
  border-radius: 0 0 2.5rem 0;
}

.actually-flex__dl:first-child,
.actually-flex__dl:last-child {
  overflow: hidden;
}

.actually-flex__dl:first-child .actually-flex__dl-dt,
.actually-flex__dl:first-child .actually-flex__dl-dd,
.actually-flex__dl:last-child .actually-flex__dl-dt,
.actually-flex__dl:last-child .actually-flex__dl-dd {
  min-height: 85px;
}

.actually-flex__dl:first-child .actually-flex__dl-dt,
.actually-flex__dl:last-child .actually-flex__dl-dt {
  background: #5BB3AC;
}

.actually-flex__dl:first-child .actually-flex__dl-dd,
.actually-flex__dl:last-child .actually-flex__dl-dd {
  background: #8ED1CC;
}

.actually-flex__dl:nth-child(3) .actually-flex__dl-dt {
  background: #9B9B9B;
}

.actually-flex__dl:nth-child(3) .actually-flex__dl-dd {
  background: #EDEDED;
}

.actually-flex__dl-dt,
.actually-flex__dl-dd {
  min-height: 85px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-direction: column;
}

.actually-flex__dl-dt {
  background: #ABABAB;
  border-right: 0.1rem solid #fff;
  width: 35.5%;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.actually-flex__dl-dt strong {
  font-weight: 700;
}

.actually-flex__dl-dt span {
  display: block;
  font-weight: 400;
  font-size: 1.65rem;
}

.actually-flex__dl-dd {
  background: #F7F6F6;
  width: 64.5%;
  text-align: center;
}

.actually-flex__dl-dd strong {
  color: #00594C;
  font-weight: 700;
  font-size: 2.4rem;
}

.actually-flex__dl-dd>span {
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
}

.actually-flex__dl-dd>span span {
  font-size: 2.4rem;
}

.actually-flex__dl-dd>span span.down {
  color: #407ed3;
  font-size: 1.8rem;
}

.actually-flex__dl-dd small {
  display: inline-block;
  background: #fff;
  border-radius: 3rem;
  padding: 0 0.6rem;
  color: #67696A;
  border: 1px solid #d6d6d6;
  font-size: 1.3rem;
}

.actually-flex__dl-dd small b {
  color: #cb9a00;
}

.actually-list {
  margin-top: 15rem;
  margin-bottom: 6.5rem;
}

.actually-list__item {
  position: relative;
  border-radius: 0.8rem;
  padding: 6rem 3rem 2.9rem;
  background: #fff;
}

.actually-list__ttl {
  display: block;
  position: absolute;
  top: -4.5rem;
  width: 100%;
  left: 0;
  text-align: center;
}

.actually-list__ttl span {
  display: inline-block;
  background: #45867E;
  padding: 1rem 4rem;
  border-radius: 1.3rem 0 1.3rem 0;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.actually-list__desc {
  font-weight: 400;
  color: #0D2622;
}

/* ====================================================
   actually / 実績
   ==================================================== */
.actually-box {
  padding: 6.7rem 2rem 7.5rem;
  background: url("img/bg-01.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  border-radius: 1rem;
  border: 1px solid #45867e;
}

.actually-box:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19.6rem;
  height: 4.1rem;
  background: url("img/arrow-bottom-02.png") center no-repeat;
  background-size: contain;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.actually-box__heading {
  font-weight: 700;
  margin-bottom: 3.2rem;
  font-size: 4rem;
  color: #0b5b50;
}

.actually-box__heading span {
  display: block;
  font-size: 3rem;
}

.actually-box__desc {
  max-width: 82.5rem;
  width: 100%;
  margin: 0 auto;
}

/* ====================================================
   sec-sponsored
   ==================================================== */
.sec-sponsored {
  /* 画像を先に、グラデーションを後に記述することで画像が上にきます */
  background-image:
    url(img/bg-02.jpg),
    linear-gradient(180deg, rgb(255, 255, 255), rgb(231, 228, 199));

  /* 背景の設定（画像に対して適用されます） */
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}


.sec-sponsored__bg.sec-sponsored__bg--02 {
  padding-top: 14rem;
}

.sec-sponsored__heading {
  color: #0d2622;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.sec-sponsored__heading span {
  margin-right: 2rem;
  font-weight: 700;
  color: #E5BD36;
  display: inline-block;
  padding-left: 70px;
  position: relative;
  font-size: 2.4rem;
}

.sec-sponsored__heading span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 54px;
  height: 54px;
  background: url("img/icon-01.png") center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-sponsored__bg {
  padding: 6rem 0 15rem;
  width: 100rem;
  border-radius: 0;
  margin: auto;
}

.sec-sponsored__bg--02 {
  padding-bottom: 7.2rem;
}

/* ====================================================
   profile-faq
   ==================================================== */
.profile-faq {
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(231, 228, 199));
  padding-bottom: 5rem;
}

.sec-sponsored__bg--02 .sponsored-flex {
  margin-bottom: 3.2rem;
}

.sec-sponsored__bg--02 .sponsored-flex__img {
  margin-top: -6rem;
}

.sec-sponsored__bg--03 {
  padding-bottom: 3.5rem;
}

.sponsored-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 105rem;
}

.sponsored-flex__heading {
  color: #0B5B50;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 1.5;
}

.sponsored-flex__note {
  display: inline-block;
  background: #0B5B50;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.sponsored-flex__name {
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: -2px;
}

.sponsored-flex__name span {
  position: relative;
  display: inline-block;
}

.sponsored-flex__name span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #b4a05b;
  border-radius: 50%;
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sponsored-flex__name strong {
  margin-left: 2rem;
  letter-spacing: 4px;
  font-size: 4.8rem;
}

.sponsored-flex__img {
  width: 290px;
  margin-top: -5rem;
}

.sponsored-flex__img-thumb img {
  width: 100%;
}

.sponsored-flex__img--02 {
  margin-top: -6rem;
}

.sponsored-flex__img--02 .btn-plus a {
  margin-left: auto;
}

.sponsored-flex__main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 0 30px;
}

.sponsored-flex__desc {
  margin-bottom: 6.7rem;
  color: #0D2622;
  max-width: 74rem;
  font-weight: 500;
  margin-top: 3.3rem;
  line-height: 1.74667;
  font-size: 1.5rem;
}

.sponsored-flex__txt {
  text-align: right;
  letter-spacing: 0.2rem;
  margin-top: 1.8rem;
  font-weight: 700;
  font-size: 4rem;
}

.sponsored-flex__txt span {
  letter-spacing: 0;
  display: block;
  font-size: 1.6rem;
}

.btn-plus a {
  color: #00594C;
  border: 1px solid #B4A05B;
  max-width: 20.2rem;
  width: 100%;
  padding: 0.6rem 1.4rem;
  line-height: 1.2;
  text-align: center;
  color: #161004;
  background: #fff;
  display: block;
  border-radius: 3rem;
  font-size: 1.6rem;
}

.btn-plus a small {
  display: inline-block;
  margin-left: 1rem;
  font-weight: normal;
  color: #E5BD36;
}

.profile-box {
  background-size: cover;
  padding: 3.1rem 3rem 2.9rem;
  position: relative;
  margin: -10rem auto 0;
  z-index: 2;
  margin-bottom: 5rem;
  background-color: #b4a05b;
  background-image: radial-gradient(circle, #a59047 1px, transparent 1px);
  background-position: 0 0;
  background-size: 22px 22px;
  width: 90%;
}

.profile-box__heading {
  position: absolute;
  right: 1rem;
  top: -0.5rem;
  line-height: 1;
  color: rgb(255 255 255 / 22%);
  font-size: 5.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
}

.profile-box__ttl {
  color: #fff;
  font-weight: 500;
  margin-bottom: 2.5rem;
  font-size: 2rem;
}

.profile-box__ttl span {
  display: inline-block;
  margin-right: 1rem;
  font-weight: 800;
  font-size: 2.4rem;
}

.profile-box__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.profile-box__list-item {
  width: 49%;
}

.profile-box__list-ttl {
  margin: 1.2rem 0;
  display: block;
}

.profile-box__list-ttl span {
  padding: 0.4rem 1rem;
  background: #fff;
  color: #0d2622;
  font-weight: bold;
}

.profile-box__list-desc {
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

span.anno {
  font-size: 1.2rem;
}

.page p span.anno {
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
}

.profile-box__list-desc>li {
  position: relative;
  padding-left: 2.3rem;
}

.profile-box__list-desc>li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.profile-box__list-desc>li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 50%;
}

.profile-faq__heading {
  background: #0B5B50;
  padding: 1rem 3.4rem 1.8rem;
  color: #fff;
  border-radius: 0 0 1.3rem 0;
  font-weight: 600;
  max-width: 93.3%;
  margin-bottom: 3.2rem;
  font-size: 2.6rem;
}

.profile-faq__heading span {
  color: #EFE6C7;
  margin-bottom: 3px;
  margin-right: 1.2rem;
  font-size: 3.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
}

.profile-faq__ct {
  padding: 0 4.5rem 3rem;
  margin-bottom: 1rem;
  height: 18rem;
  overflow: hidden;
  position: relative;
  background-image: -o-linear-gradient(#fff 1px, transparent 1px);
  background-image: linear-gradient(#fff 1px, transparent 1px);
  background-size: 100% 2em;
  max-width: 100rem;
  margin: 0 auto;
}

.profile-faq__ct:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #EFE6C7;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 230, 199, 0.28)), to(#efe6c7));
  background: -o-linear-gradient(top, rgba(239, 230, 199, 0.28) 0%, #efe6c7 100%);
  background: linear-gradient(180deg, rgb(244 242 228 / 47%) 0%, #efedd9 100%);
}

.profile-faq__ct.on {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.profile-faq__ct.on::before {
  display: none;
}

.profile-faq__ttl {
  margin-bottom: 1.8rem;
  font-weight: 800;
  display: block;
  font-size: 2.4rem;
}

.profile-faq__ttl span {
  display: block;
  font-size: 2.8rem;
}

.imgbox {
  display: flex;
  gap: 2rem;
}

.imgbox img {
  width: auto;
  height: 340px;
}

.profile-faq__desc {
  font-weight: 500;
  line-height: 1.74;
  font-size: 1.6rem;
}

.profile-faq__btn {
  cursor: pointer;
  max-width: 15.2rem;
  width: 100%;
  margin: 0 auto 4.3rem;
  background: #ffffff;
  padding: 1rem 1rem;
  border-radius: 3rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.6rem;
  border: 1px solid #45867e;
}

.profile-faq__btn:hover {
  opacity: 0.6;
}

.profile-faq__btn span {
  margin-left: 1rem;
  font-size: 2.54rem;
  color: #45867e;
  font-weight: 400;
}

.profile-faq__btn.on {
  display: none;
}



.c-ttl__01 {
  text-align: center;
  margin-bottom: 3.5rem;
}

.c-ttl__01>span {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

.c-ttl__01>span span {
  min-width: 22.2rem;
  text-align: center;
  border-radius: 1rem 0 1rem 0;
  padding: 1rem;
  background: #B4A05B;
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
}

.c-ttl__01 strong {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
}

.c-ttl__01 strong span,
.c-ttl__01 strong a {
  display: inline-block;
  padding-right: 4.3rem;
  position: relative;
  color: #fff;
}

.c-ttl__01 strong span:after,
.c-ttl__01 strong a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  background: url("img/icon-ar-whtie.png") center no-repeat;
  background-size: contain;
  right: 0;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-ttl__01--green strong span,
.c-ttl__01--green strong a {
  color: #0B5B50;
}

.c-ttl__01--green strong span::after,
.c-ttl__01--green strong a::after {
  background: url("img/icon-arrow.png") center no-repeat;
  background-size: contain;
}

.sec-income {
  padding: 12.3rem 0 15.5rem;
  position: relative;
  background: #EEEEEE;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95.5%, 50% 100%, 0 95.5%);
  clip-path: polygon(0 0, 100% 0%, 100% 95.5%, 50% 100%, 0 95.5%);
  margin-bottom: -9rem;
}

.sec-income:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #DFEAE9;
  top: 0;
  right: 0;
  z-index: -1;
}

/* ====================================================
   income
   ==================================================== */
.income-block {
  margin-bottom: 8.3rem;
}

.income-block__heading {
  text-align: center;
  margin-bottom: 3.4rem;
}

.income-block__heading span {
  display: inline-block;
  padding: 1.5rem 6rem;
  letter-spacing: 1px;
  background: #00594C;
  border-radius: 1.3rem 0 1.3rem 0;
  color: #fff;
  font-weight: bold;
  font-size: 4rem;
}

.income-block__desc {
  max-width: 100rem;
  margin: 0 auto;
}

.income-list__item {
  background: #fff;
  border-radius: 1.8rem 0 1.8rem 0;
  padding: 5rem 4.3rem 3.5rem;
  position: relative;
}

.income-list__item:not(:last-child) {
  margin-bottom: 6.8rem;
}

.income-list__heading {
  text-align: center;
  position: absolute;
  top: -2.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.income-list__heading span {
  padding: 0.6rem 4.5rem;
  background: #fff;
  display: inline-block;
  border: 1px solid #00594C;
  border-radius: 3rem;
  color: #00594C;
  font-weight: 900;
  font-size: 2rem;
}

.income-list__option {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-bottom: 2.8rem;
}

.income-list__option-item {
  width: 50%;
}

.income-list__option-item:nth-child(2) .income-list__option-ttl {
  background: #5BB3AC;
  border-radius: 0 5rem 5rem 0;
  margin-left: 0;
}

.income-list__option-item:nth-child(2) .income-list__option-icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.income-list__option-item:nth-child(2) .income-list__option-dots {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.income-list__option-item:nth-child(2) .income-list__option-dots .income-list__option-dots-item::before {
  background: #5BB3AC;
}

.income-list__option-ttl {
  max-width: 21.5rem;
  width: 100%;
  text-align: center;
  border-radius: 5rem 0 0 5rem;
  background: #BBBBBB;
  margin-left: auto;
  padding: 0.8rem 1rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

.income-list__option-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.income-list__option-icon {
  width: 12.4rem;
}

.income-list__option-dots {
  width: calc(100% - 13.4rem);
}

.income-list__option-dots-item {
  position: relative;
  padding-left: 2.3rem;
  font-weight: 800;
  font-size: 1.8rem;
}

.income-list__option-dots-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.income-list__option-dots-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  background: #BBBBBB;
  top: 7px;
  left: 4px;
  border-radius: 2rem;
}

.income-list__desc {
  background: #ede6c9;
  padding: 2rem;
}

.sec-defensive {
  padding: 12rem 0 12rem;
}

.defensive-heading {
  text-align: center;
  width: 93.3%;
  overflow: hidden;
  padding: 3.2rem 2rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 6rem;
  border-radius: 0 0 3rem 0;
  font-size: 4rem;
  background: #00594C;
  position: relative;
  z-index: 2;
}

.defensive-heading:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10.4rem;
  height: 11.7rem;
  background: url("img/icon-ttl-01.png") center no-repeat;
  background-size: contain;
  opacity: 0.4;
  left: 21.3%;
  bottom: -1.5rem;
}

.defensive-ttl {
  margin-bottom: 3.5rem;
  text-align: center;
}

.defensive-ttl span {
  display: inline-block;
  color: #0D2622;
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
}

/*
.defensive-ttl span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4.3rem;
  height: 2.6rem;
  background: url("img/icon-ttl-02.png") center no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/
.defensive-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-bottom: 4.3rem;
}

.defensive-list__item {
  border: 1px solid #C1D9D7;
  border-radius: 1.3rem 0 1.3rem 0;
  overflow: hidden;
  border: 1px solid #00594C;
}

.defensive-list__ttl {
  background: #ffffff;
  border-radius: 1.2rem 0 1.2rem 0;
  color: #00594c;
  text-align: center;
  padding: 1rem;
  font-weight: 800;
  font-size: 2.2rem;
  border-bottom: 1px solid #00594C;
}

.defensive-list__tags {
  padding: 2.4rem 3rem 2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem 0.7rem;
  justify-content: center;
}

.defensive-list__tags span {
  min-width: 7rem;
  text-align: center;
  background: #E5E5E5;
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border-radius: 3rem;
}

.defensive-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background: #eeeeee;
  padding: 4rem;
  border-radius: 2rem;
}

.defensive-flex__ct {
  width: calc(100% - 23rem);
}

.defensive-flex__ttl {
  color: #0D2622;
  font-weight: bold;
  line-height: 1.3571;
  margin-bottom: 3rem;
  position: relative;
  font-size: 2.8rem;
}

/*
.defensive-flex__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7.4rem;
  height: 7.4rem;
  background: url("img/icon-ttl-03.png") center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
*/
.defensive-flex__desc {
  color: #0D2622;
  font-weight: 500;
  line-height: 1.74667;
  font-size: 1.5rem;
}

.defensive-flex__img {
  width: 22rem;
}

.defensive-flex__img img {
  width: 100%;
}

.sec-step {
  padding: 12.8rem 0 12rem;
  background: #E0EAE9 url("/wp/wp-content/uploads/bg-step.jpg") top no-repeat;
  background-size: 100%;
}

.step-heading {
  margin-bottom: 5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.step-heading strong {
  display: block;
  text-align: center;
  margin-bottom: 1.9rem;
}

.step-heading strong span {
  display: inline-block;
  border-radius: 1rem 0 1rem 0;
  padding: 1.2rem 2.4rem;
  background: #B4A05B;
  font-weight: 900;
  color: #fff;
  font-size: 2.2rem;
}

.step-heading>span {
  display: block;
  color: #0D2622;
  font-weight: 800;
  font-size: 4.2rem;
}

.step-heading>span span {
  margin-right: 1.4rem;
  display: inline-block;
  line-height: 1.1;
  padding: 0.5rem 1.1rem;
  position: relative;
}

.step-heading>span span::after,
.step-heading>span span::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 100%;
  left: 0;
  top: 0;
  background: url("img/icon-before.png") center no-repeat;
  background-size: contain;
}

.step-heading>span span::after {
  right: 0;
  left: auto;
  background: url("img/icon-after.png") center no-repeat;
  background-size: contain;
}

/* ====================================================
   step-box
   ==================================================== */
.step-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step-box__nav {
  width: 25.3rem;
  position: relative;
  z-index: 4;
}

.step-box__menu {
  position: sticky;
  top: 1rem;
  left: 0;
  counter-reset: item;
}

.step-box__menu-item {
  counter-increment: item;
}

.step-box__menu-item:not(:last-child) {
  padding-bottom: 2rem;
}

.step-box__menu-item a {
  display: block;
  background: #B3BEBC;
  color: #fff;
  font-weight: 700;
  position: relative;
  border-radius: 4rem;
  padding: 1.4rem 4rem 1.6rem 7.5rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 2rem;
}

.step-box__menu-item a::before {
  content: "0" counter(item);
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: 2.9rem;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.3rem;
  font-weight: 200;
}

.step-box__menu-item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  background: url("img/icon-ar-whtie.png") center no-repeat;
  background-size: contain;
  top: 50%;
  right: 1.9rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.step-box__menu-item a:hover {
  opacity: 1;
  background: #00594C;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.step-box__menu-item a:hover::after {
  background: url("img/icon-arrow.png") center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.step-box__menu-item a.active {
  background: #00594C;
}

.step-box__menu-item a.active::after {
  background: url("img/icon-arrow.png") center no-repeat;
  background-size: contain;
}

.step-box__list {
  width: calc(100% - 30.5rem);
  background: #fff;
  border-radius: 1.3rem 0 1.3rem 0;
  padding: 5rem 4.9rem 4.3rem 3.9rem;
  position: relative;
  z-index: 3;
}

.step-box__list-item {
  padding: 0 0 4.4rem;
}

.step-box__list-number {
  font-family: "Oswald", sans-serif;
  color: #B4A05B;
  margin-bottom: 3.5rem;
  line-height: 1;
  padding-left: 1.4rem;
  margin-left: -3.9rem;
  border-left: 4px solid #B4A05B;
  font-size: 2rem;
  font-weight: 300;
}

.step-box__list-number span {
  font-size: 3rem;
  margin-left: 0;
  font-weight: 200;
}

.step-box__list-ttl {
  color: #0D2622;
  font-weight: 700;
  padding-bottom: 1.8rem;
  margin-bottom: 2.2rem;
  border-bottom: 1px solid #45867E;
  font-size: 2.2rem;
}

.step-box__list-desc {
  color: #0D2622;
  font-weight: 500;
  line-height: 1.74667;
  font-size: 1.5rem;
}

.sec-portfolio {
  padding: 12rem 0;
  background: url(/wp/wp-content/uploads/bg-green.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.sec-portfolio .c-ttl__01 {
  margin-bottom: 6rem;
}

/* ====================================================
   portfolio
   ==================================================== */
.portfolio-box {
  text-align: center;
  background: #fff;
  border-radius: 2.5rem 0 0 0;
  padding: 4.1rem 0 4.4rem;
  margin-bottom: 5.2rem;
  position: relative;
}

.portfolio-box:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2000px;
  height: 100%;
  background: #fff;
  right: -2000px;
  top: 0;
}

.portfolio-box__heading {
  text-align: center;
  margin-bottom: 3rem;
}

.portfolio-box__heading>span {
  display: inline-block;
  background: #00594C;
  padding: 0.9rem 5rem 1rem;
  border-radius: 4rem;
  color: #fff;
  font-weight: 800;
  font-size: 2.4rem;
}

.portfolio-box__heading>a {
  background: #00594C;
  padding: 1rem 2rem 0.6rem;
  border-radius: 4rem;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}

.portfolio-box__heading>a span span {
  font-size: 3rem;
}

.portfolio-box__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 3rem;
}

.portfolio-box__flex-img {
  width: 48%;
}

.portfolio-box__flex-img img {
  width: 100%;
}

.portfolio-box__flex-ct {
  width: 49%;
  text-align: left;
  padding-bottom: 2.1rem;
}

.portfolio-box__flex-ct p {
  margin-bottom: 2.6rem;
  color: #0D2622;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  line-height: 1.74667;
  font-size: 1.5rem;
}

.portfolio-box__flex-ct .btn-web a {
  max-width: 32.2rem;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 0.5rem;
  font-weight: 700;
  color: #0D2622;
  padding: 1.6rem 2rem;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ffffff;
  box-shadow: none;
  margin: 2rem 0 2rem auto;
}

.portfolio-box__flex-ct .btn-web a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  background: url(img/icon-arrow-circle.png) center no-repeat;
  background-size: contain;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}

.portfolio-box__flex-ttl {
  color: #00594C;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}

.portfolio-btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.2rem;
}

.portfolio-btn__item a {
  display: block;
  border: 1px solid #D5D5D5;
  border-radius: 0.5rem;
  background: #fff;
  font-weight: 700;
  color: #0D2622;
  position: relative;
  padding: 1.9rem;
  text-align: center;
  font-size: 2.2rem;
}

.portfolio-btn__item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  background: url("img/icon-arrow-circle.png") center no-repeat;
  background-size: contain;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-btn__item small {
  display: block;
  margin-bottom: -0.2rem;
  font-size: 1.8rem;
}

.sec-time {
  padding: 10rem 0 12rem;
  background: #DFEAE9;
}

.sec-time .c-ttl__01 {
  margin-bottom: 5.5rem;
}

.time-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.time-list__item {
  background: #fff;
  display: block;
  border-radius: 1.3rem 0 1.3rem 0;
}

.time-list__item p {
  padding: 1.8rem 2.6rem 2.5rem;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.time-list__ttl {
  display: block;
  font-weight: 700;
  color: #0D2622;
  position: relative;
  padding: 2.4rem;
  text-align: center;
  font-size: 2rem;
}

.time-list__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
  background: url("img/icon-arrow-circle.png") center no-repeat;
  background-size: contain;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.time-list__img {
  position: relative;
  overflow: hidden;
}

.time-list__img:before {
  display: block;
  content: "";
  padding-top: 54.2857142857%;
}

.time-list__img> :first-child,
.time-list__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-taxes {
  padding: 15.2rem 0 12rem;
  background: #DFEAE9;
  margin-top: 19.5rem;
}

/* ====================================================
   taxes
   ==================================================== */
.taxes-heading {
  border-radius: 0rem 0rem 2rem 0;
  background: #00594C;
  padding: 7rem 8.4rem 3rem;
  max-width: 87.5rem;
  margin-top: -27.5rem;
  position: relative;
  margin-bottom: 5rem;
}

.taxes-heading:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16rem;
  height: 18.6rem;
  background: url("img/icon-ttl-04.png") center no-repeat;
  background-size: contain;
  right: 4.5%;
  bottom: 2.5rem;
}

.taxes-heading .c-ttl__01 {
  text-align: left;
}

.taxes-heading .c-ttl__01>span {
  text-align: left;
}

.taxes-heading .c-ttl__01>span span {
  min-width: 14.2rem;
  padding-bottom: 1.4rem;
}

.taxes-list__item:not(:last-child) {
  margin-bottom: 3rem;
}

.taxes-list__ct {
  border-radius: 1.8rem 0 1.8rem 0;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 3.9rem 4rem 4.1rem;
}

.taxes-list__ct p {
  font-weight: 500;
  padding-left: 1.5rem;
  line-height: 1.74667;
  width: calc(100% - 25rem);
  font-size: 1.5rem;
}

.taxes-list__ttl {
  display: block;
  width: 25rem;
  color: #00594C;
  font-weight: 800;
  font-size: 2rem;
  position: relative;
}

.taxes-list__ttl small {
  display: block;
  margin-bottom: -0.2rem;
  font-size: 2.6rem;
}

.taxes-list__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: url("img/icon-arrow-circle.png") center no-repeat;
  background-size: contain;
  right: 3.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-faq {
  padding: 13.5rem 0 9.7rem;
  background: #F6F6F6;
}

.sec-faq .c-ttl__01 {
  position: relative;
  margin-bottom: 7.6rem;
}

.sec-faq .c-ttl__01::before {
  content: "";
  width: 20.2rem;
  height: 18.8rem;
  background: url("img/icon-ttl-05.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 37%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec-faq .c-ttl__01 strong {
  font-size: 3.8rem;
}

.faq-list__item:not(:last-child) {
  margin-bottom: 5rem;
}

/* ====================================================
   faq-list
   ==================================================== */
.faq-list__question {
  background: #45867E;
  border-radius: 0 0 1.3rem 0;
  padding: 2.1rem 2rem 2.1rem 8.4rem;
  position: relative;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3.5rem;
  max-width: 93.3%;
  font-size: 2.6rem;
}

.faq-list__question:before {
  content: "Q.";
  font-weight: 300;
  position: absolute;
  left: 3.5rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3.4rem;
  font-family: "Oswald", sans-serif;
  color: #b4a05b;
}

.faq-list__answer {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 6.2rem 0 2rem;
}

.faq-list__answer-ttl {
  color: #161004;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

.faq-list__answer p {
  margin-bottom: 3.5rem;
}

.btn-link {
  text-align: right;
}

.btn-link a {
  display: inline-block;
  padding-right: 30px;
  color: #00594C;
  font-weight: bold;
  position: relative;
}

.btn-link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
  background: url("img/icon-arrow-circle.png") center no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*  @media screen and (min-width: 481px) {*/
.header {
  display: block !important;
}

.mv-top {
  padding: 4.5rem 0 6.5rem;
  background-image: url(/wp/wp-content/uploads/mv.png);
  background-size: cover;
}

.sec-zenken {
  padding: 2rem 0 7.1rem;
}

.sec-zenken__heading {
  font-size: 3.8rem;
}

.sec-zenken__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.sec-zenken__list-item {
  padding: 2.5rem;
}

.sec-zenken__list-ttl {
  font-size: 1.6rem;
}

.sec-actually {
  padding: 14rem 0 10rem;
}

.sec-actually__heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  min-width: 45rem;
  font-size: 3.7rem;
}

.sec-actually__heading>span {
  font-size: 2.4rem;
}

.actually-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}


.actually-flex__ttl span {
  font-size: 4rem;
}

.actually-flex__table {
  width: calc(100% - 34rem);
}

.actually-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
}

.actually-list__ttl span {
  font-size: 2.2rem;
}

.c-ttl__01--green strong span,
.c-ttl__01--green strong a {
  padding-right: 5rem;
}

.c-ttl__01--green strong span::after,
.c-ttl__01--green strong a::after {
  width: 3.8rem;
  height: 3.8rem;
}

/*}*/

/* --- コンテンツ左端合わせ (1100px基準 + 最小20px確保) --- */
.sec-actually__heading {
  padding-left: max(20px, calc((100% - 1100px) / 2)) !important;
  box-sizing: border-box !important;
}

.profile-faq__heading {
  padding-left: max(20px, calc((100% - 1100px) / 2)) !important;
  box-sizing: border-box !important;
}

.taxes-heading {
  padding-left: max(20px, calc((100% - 1100px) / 2)) !important;
  box-sizing: border-box !important;
}

.faq-list__question {
  padding-left: max(20px, calc((100% - 1100px) / 2)) !important;
  box-sizing: border-box !important;
}

/* 1. 実績セクションの見出し */
.sec-actually__heading {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 50% !important;
  min-width: 58rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}


/* 3. プロフィールFAQ見出し */
.profile-faq__heading {
  width: 100% !important;
  max-width: none !important;
  border-radius: 0 !important;
}

/* 5. FAQ質問バー */
.faq-list__question {
  width: 100% !important;
  max-width: none !important;
  border-radius: 0 !important;
  /* アイコンスペース(8.4rem)を計算に含める */
  padding-left: calc(max(20px, calc((100% - 1100px) / 2)) + 8.4rem) !important;
}

.faq-list__question:before {
  /* 「Q.」の位置も最小20pxのラインに合わせる */
  left: calc(max(20px, calc((100% - 1100px) / 2)) + 3.5rem) !important;
}


/* ポップアップ */
.profile-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5001;
  width: 90%;
  max-width: 1000px;
  margin-left: 122px;
}

.is-profile-open .profile-popup {
  display: block;
}

.bg_close.on {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5000;
}

.profile-popup__inner {
  position: relative;
  width: 90%;
  border-radius: 10px;
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: auto;
}

.profile-popup .profile-box {
  width: 100%;
  margin: 0;
  opacity: 1;
  visibility: visible;
}

.profile-popup__close {
  position: absolute;
  top: -45px;
  right: 55px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  z-index: 5002;
}

/* ====================================================
   SPメディアクエリ（max-width: 480px）
   ==================================================== */
@media screen and (max-width: 480px) {

  .mv-top {
    padding: 4.5rem 0 3.5rem;
    background-image: url(/wp/wp-content/uploads/mv-sp.jpg);
    background-position: center bottom, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
  }

  .mv-top__ttl {
    margin-bottom: -1rem;
    font-size: 1.6rem;
  }

  .mv-top__ttl span {
    font-size: 1.5rem;
  }

  .mv-top__ttl strong {
    font-size: 1.5rem;
  }

  .mv-top__heading {
    font-size: 4.5rem;
  }

  .mv-top__heading::before {
    max-width: 66px;
    left: 0;
    top: 72px;
  }

  .mv-top__heading::after {
    max-width: 90px;
    right: 0;
    top: 72px;
  }

  .mv-top__heading strong {
    font-size: 1.5rem;
  }

  .mv-top__heading span {
    font-size: 3rem;
  }

  .mv-top__desc {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .sec-zenken {
    padding: 3rem 0 5rem;
  }

  .sec-zenken__desc {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }

  .sec-zenken__heading {
    padding-bottom: 3.8rem;
    line-height: 1.5;
    font-size: 2rem;
  }

  .sec-zenken__list-item {
    padding: 2rem 1rem;
  }

  .sec-zenken__list-item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .sec-zenken__list-icon {
    width: 6rem;
  }

  .sec-zenken__list-ttl {
    width: calc(100% - 6rem);
    padding-left: 1rem;
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .sec-actually {
    padding: 0 0 5rem;
    background: #E0EAE9 url(/wp/wp-content/uploads/bg-actually.jpg) bottom no-repeat;
  }

  .sec-actually__heading {
    width: 95%;
    padding: 1.5rem 1.5rem;
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }

  .sec-actually__heading>span {
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
  }

  .sec-actually__heading>span span {
    padding: 0.5rem;
  }

  .actually-flex__ttl {
    padding-left: 3rem;
    padding-bottom: 3rem;
    font-size: 1.5rem;
  }

  .actually-flex__ttl span {
    top: -1rem;
    left: 2rem;
    font-size: 1.8rem;
  }

  .actually-flex__ttl strong {
    font-size: 1.8rem;
  }

  .actually-flex__ttl::before {
    left: 0.7rem;
    width: 1rem;
    height: 5rem;
    background: url("img/arrow-right-sp.png") center no-repeat;
    background-size: contain;
  }

  .actually-flex__table {
    padding: 0.3rem;
  }

  .actually-flex__dl-dt {
    min-height: 75px !important;
    width: 32%;
    font-size: 1.5rem;
  }

  .actually-flex__dl-dt span {
    font-size: 1rem;
  }

  .actually-flex__dl-dd {
    width: 68%;
    padding: 0 0.3rem;
    min-height: 75px !important;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
  }

  .actually-flex__dl-dd>span span.down {
    font-size: 1.4rem;
  }

  .actually-flex__dl-dd strong {
    font-size: 2.2rem;
  }

  .actually-flex__dl-dd>span {
    font-size: 1.4rem;
  }

  .actually-flex__dl-dd>span span {
    font-size: 1.6rem;
  }

  .actually-flex__dl-dd small {
    padding: 0.3rem 0.7rem 0.5rem;
    font-size: 1.1rem;
  }

  .actually-list {
    margin-top: 5rem;
    margin-bottom: 4rem;
  }

  .actually-list__item {
    padding: 5rem 1.5rem 2rem;
  }

  .actually-list__item:not(:last-child) {
    margin-bottom: 5rem;
  }

  .actually-list__ttl {
    top: -3rem;
  }

  .actually-list__ttl span {
    padding: 0.7rem 2rem;
    font-size: 1.6rem;
  }

  .actually-list__desc {
    line-height: 1.8;
    font-size: 1.5rem;
  }

  .actually-box {
    padding: 5rem 1.5rem;
    background: url(/wp/wp-content/uploads/bg-01-sp.jpg) top center no-repeat;
    background-size: contain;
    background-color: #fff;
  }

  .actually-box::before {
    top: -1rem;
    width: 14.6rem;
    height: 2.1rem;
  }

  .actually-box__heading {
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-size: 2.4rem;
  }

  .actually-box__heading span {
    font-size: 2rem;
  }

  .actually-box__desc {
    line-height: 1.5;
    font-size: 1.5rem;
  }

  .sec-sponsored__bg {
    background: url(img/bg-02-sp.jpg) center no-repeat;
    background-size: cover;
    padding: 6rem 1.5rem 1.6rem;
    position: relative;
    width: 100%;
  }

  .sec-sponsored__heading {
    font-size: 1.4rem;
    display: grid;
    gap: 1rem;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 1rem;
  }

  .sec-sponsored__heading span {
    padding-left: 4rem;
    margin-right: 1rem;
    font-size: 1.5rem;
  }

  .sec-sponsored__heading span::before {
    width: 3rem;
    height: 3rem;
  }

  .sponsored-flex__img {
    width: 30%;
    max-width: 120px;
    position: absolute;
    top: 15rem;
    right: 2rem;
    margin-top: 0;
  }

  .sponsored-flex__img--02 {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
    align-items: start;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 2rem !important;
  }

  .sponsored-flex__ct {
    width: 100%;
  }

  .sponsored-flex__heading {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .sponsored-flex__note {
    margin-bottom: 1rem;
    padding: 0;
    background: none;
    font-size: 1.8rem;
  }

  .sponsored-flex__note span {
    display: inline-block;
    background: #0B5B50;
    padding: 0.5rem 1rem;
  }

  .sponsored-flex__name {
    font-size: 2.2rem;
    margin-top: 1rem;
  }

  .sponsored-flex__name span::before {
    width: 3px;
    height: 3px;
    top: 0;
  }

  .sponsored-flex__name strong {
    letter-spacing: 0;
    margin-left: 0;
    font-size: 2.7rem;
  }

  .profile-box {
    padding: 4rem 1.5rem 3rem;
    margin: 0 auto 4rem;
    background: url("img/bg-profile-sp.jpg") #B4A05B center no-repeat;
    background-size: cover;
    border-radius: 0.7rem 0 0.7rem 0;
    width: auto;
  }

  .profile-box__heading {
    right: 0;
    font-size: 4rem;
  }

  .profile-box__ttl {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .profile-box__ttl span {
    font-size: 2.4rem;
  }

  .profile-box__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem 0;
  }

  .profile-box__list-item {
    width: 100%;
  }

  .profile-box__list-ttl span {
    padding: 0.1rem 1.5rem;
    font-size: 1.5rem;
  }

  .profile-faq__heading {
    padding: 0.9rem 1.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }

  .profile-faq__heading span {
    margin-right: 0.3rem;
    font-size: 2rem;
  }

  .profile-faq__ct {
    padding: 0 1rem 2rem;
    width: 95%;
  }

  .profile-faq__ttl {
    font-size: 2rem;
  }

  .profile-faq__ttl span {
    font-size: 1.8rem;
  }

  .imgbox {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .imgbox img {
    width: auto;
    height: 290px;
  }

  .profile-faq__desc {
    font-size: 1.5rem;
  }

  .profile-faq__btn {
    padding-bottom: 0.8rem;
    font-size: 1.5rem;
  }

  .profile-faq__btn span {
    font-size: 1.8rem;
  }

  .btn-internal a {
    max-width: 85%;
    height: 6rem;
    font-size: 2.2rem;
    padding-right: 3rem;
  }


  .sec-income {
    padding: 5rem 0 8rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98.5%, 50% 100%, 0 98.5%);
    clip-path: polygon(0 0, 100% 0%, 100% 98.5%, 50% 100%, 0 98.5%);
  }

  .income-block {
    margin-bottom: 5rem;
  }

  .income-block__heading {
    margin-bottom: 2rem;
  }

  .income-block__heading span {
    line-height: 1.3;
    padding: 1.5rem 1.5rem;
    font-size: 2.2rem;
  }

  .income-list__heading span {
    padding: 0.1rem 2.5rem 0.3rem;
    font-size: 1.6rem;
    border-width: 1px;
  }

  .income-list__item {
    padding: 4rem 1.5rem;
  }

  .income-list__option {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 2rem;
    border-bottom: 0;
  }

  .income-list__option-icon {
    max-width: 8rem;
    margin: 0 auto 1rem;
  }

  .income-list__option-dots {
    width: 100%;
    padding-left: 2rem;
  }

  .income-list__option-dots-item {
    padding-left: 1.5rem;
    font-size: 1.5rem;
  }

  .income-list__option-dots-item::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 11px;
    left: 0;
  }

  .income-list__option-item {
    width: 100%;
  }

  .income-list__option-item:not(:last-child) {
    margin-bottom: 3rem;
  }

  .income-list__option-item:nth-child(2) .income-list__option-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .income-list__option-item:nth-child(2) .income-list__option-dots {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .income-list__option-ttl {
    width: 100%;
    border-radius: 4rem !important;
    max-width: 100%;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .income-list__desc {
    line-height: 1.5;
    font-size: 1.5rem;
  }

  .sec-sponsored--02 .sec-sponsored__bg {
    padding-bottom: 0;
  }

  .sec-sponsored--02 .sec-sponsored__bg .sponsored-flex__heading {
    font-size: 2.4rem;
  }

  .sponsored-flex__main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sponsored-flex__main .sponsored-flex__name {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .btn-plus a {
    max-width: 20rem;
    padding: 0.4rem 0.8rem;
    font-size: 1.5rem;
  }

  .sec-sponsored__bg--02 .sponsored-flex__img {
    margin-top: 0;
  }

  .sec-defensive {
    padding: 5rem 0;
  }

  .defensive-heading {
    padding: 1.2rem 1.5rem;
    border-radius: 0 0 2rem 0;
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }

  .defensive-heading::before {
    width: 5rem;
    height: 4rem;
    left: 5.3%;
    bottom: -0.5rem;
  }

  .defensive-ttl {
    margin-bottom: 1.5rem;
  }

  .defensive-ttl span {
    padding-left: 4rem;
    font-size: 1.8rem;
  }

  .defensive-ttl span::before {
    width: 3.3rem;
    height: 1.6rem;
  }

  .defensive-list {
    grid-template-columns: 1fr;
  }

  .defensive-list__ttl {
    padding: 1rem;
    font-size: 1.8rem;
  }

  .defensive-list__tags {
    padding: 2.5rem 1.5rem;
    font-size: 1.5rem;
  }

  .defensive-list__tags span {
    min-width: 5rem;
    padding: 0.1rem 1rem;
  }

  .defensive-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4rem 2rem;
    align-items: center;
  }

  .defensive-flex__ttl {
    order: 1;
    width: 70%;
    box-sizing: border-box;
    font-size: 2rem;
    margin-bottom: 0;
    color: #00594c;
  }

  .defensive-flex__ttl::before {
    width: 4rem;
    height: 4rem;
  }

  .defensive-flex__ct {
    order: 3;
    width: 100%;
  }

  .defensive-flex__desc {
    line-height: 1.5;
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  .defensive-flex__img {
    order: 2;
    width: 30%;
    box-sizing: border-box;
  }

  .sec-step {
    padding: 4.5rem 0;
    background-size: contain;
  }

  .step-heading {
    margin-bottom: 2.5rem;
  }

  .step-heading::before {
    width: 100vw;
    height: 35.9rem;
    background-size: contain;
    top: 80%;
  }

  .step-heading strong span {
    letter-spacing: 0.05rem;
    padding: 0.7rem 1.4rem 0.9rem;
    font-size: 2rem;
  }

  .step-heading>span {
    font-size: 2.4rem;
  }

  .step-box__nav {
    width: 100%;
  }

  .step-box__menu {
    position: relative;
    top: 0;
    z-index: 3;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0 1.5rem;
  }

  .step-box__menu-item a {
    min-height: 15rem;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    padding: 2.6rem 0.5rem 2rem;
    font-size: 1.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .step-box__menu-item a::before {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 1.4rem;
    top: 0.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .step-box__menu-item a::after {
    -webkit-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    left: 35%;
    bottom: 0.2rem;
    top: auto;
    right: auto;
    width: 1rem;
    height: 1rem;
  }

  .step-box__list {
    width: 100%;
    padding: 3rem 1.5rem 1rem;
    border-radius: 0.7rem 0 0.7rem 0;
  }

  .step-box__list-number {
    margin-bottom: 2rem;
    margin-left: -1.5rem;
    font-size: 1.5rem;
  }

  .step-box__list-number span {
    font-size: 2.2rem;
  }

  .step-box__list-ttl {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 0.1rem solid #45867E;
    line-height: 1.3;
    font-size: 1.8rem;
  }

  .sponsored-flex__desc {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .sponsored-flex--wrap {
    display: block;
  }

  .sponsored-flex--wrap .sponsored-flex__ct {
    width: 100% !important;
    margin-bottom: 2rem;
  }

  .sponsored-flex--wrap .sponsored-flex__img {
    width: 90%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto;
    gap: 1rem;
    align-items: start;
    margin: 2rem auto 0;
    position: relative !important;
    top: auto !important;
    right: auto !important;
  }

  .sponsored-flex--wrap .sponsored-flex__img-thumb {
    grid-column: 1;
    grid-row: 1;
    max-width: 12rem;
    margin: 0;
  }

  .sponsored-flex--wrap .sponsored-flex__img .sponsored-flex__txt {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
    text-align: left;
  }

  .sponsored-flex--wrap .sponsored-flex__img .sponsored-flex__txt span {
    font-size: 1.2rem;
  }

  .sponsored-flex--wrap .sponsored-flex__img .btn-plus {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    margin-top: -0.5rem;
  }

  .sponsored-flex--wrap .sponsored-flex__img .btn-plus a {
    margin: 0;
  }

  .sponsored-flex__img--02 .sponsored-flex__img-thumb {
    grid-column: 1;
    grid-row: 1;
    max-width: 12rem;
    margin: 0;
  }

  .sponsored-flex__img--02 .sponsored-flex__txt {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
    text-align: left;
    font-size: 2rem;
  }

  .right-area {
    display: flex;
    flex-direction: column;
    grid: 2rem;
  }

  .sponsored-flex__img--02 .btn-plus {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
  }

  .sponsored-flex__img--02 .btn-plus a {
    margin: 0;
  }

  .sec-sponsored__bg--03 {
    padding-bottom: 4rem;
  }

  .c-ttl__01 {
    margin-bottom: 2rem;
  }

  .c-ttl__01>span {
    margin-bottom: 1rem;
  }

  .c-ttl__01>span span {
    min-width: 18rem;
    padding: 0.5rem;
    font-size: 2.2rem;
  }

  .c-ttl__01 strong {
    font-size: 2.2rem;
  }

  .c-ttl__01 strong span,
  .c-ttl__01 strong a {
    display: inline-block;
    padding-right: 2.5rem;
    position: relative;
  }

  .c-ttl__01 strong span::after,
  .c-ttl__01 strong a::after {
    width: 1.8rem;
    height: 1.8rem;
  }

  .sec-portfolio {
    padding: 5rem 0;
    background: url(/wp/wp-content/uploads/bg-green-sp.jpg) center no-repeat;
    background-size: cover;
  }

  .portfolio-box__flex {
    padding: 0 1rem;
  }

  .sec-portfolio .c-ttl__01 {
    margin-bottom: 2rem;
  }

  .portfolio-box {
    margin-bottom: 3rem;
    padding: 3rem 1.5rem 3rem;
  }

  .portfolio-box__heading>span {
    padding: 0.5rem 2rem;
    font-size: 1.8rem;
  }

  .portfolio-box__heading>a {
    padding: 0.5rem 2rem;
    font-size: 1.8rem;
  }

  .portfolio-box__heading>a span,
  .portfolio-box__heading>a span span {
    font-size: 1.8rem;
  }

  .portfolio-box__heading>span span {
    font-size: 1.8rem;
  }

  .portfolio-box__flex-img {
    width: 100%;
    max-width: 40rem;
  }

  .portfolio-box__flex-ct {
    width: 100%;
    padding-bottom: 0;
  }

  .portfolio-box__flex-ct .btn-web a {
    margin: 2rem auto;
  }

  .portfolio-box__flex-ttl {
    font-size: 1.8rem;
  }


  .btn-web a::after {
    width: 2.8rem;
    height: 2.8rem;
  }

  .portfolio-btn {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .portfolio-btn__item a {
    font-size: 2rem;
  }

  .portfolio-btn__item a small {
    display: inline-block;
    font-size: 1.4rem;
  }

  .portfolio-btn__item a::after {
    width: 1.8rem;
    height: 1.8rem;
  }

  .sec-time {
    padding: 5rem 0;
  }

  .sec-time .c-ttl__01 {
    margin-bottom: 2.5rem;
  }

  .time-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .time-list__ttl {
    padding: 1.5rem;
    font-size: 1.8rem;
  }

  .time-list__ttl::after {
    right: 1rem;
    width: 1.8rem;
    height: 1.8rem;
  }

  .time-list p {
    padding: 2.5rem 2rem;
  }

  .sec-taxes {
    margin-top: 14rem;
    padding: 10rem 0 4rem;
  }

  .taxes-heading {
    margin-top: -19.5rem;
    max-width: 93%;
    padding: 3rem 1.5rem;
  }

  .taxes-heading .c-ttl__01>span span {
    min-width: 10rem;
    padding-bottom: 0.7rem;
  }

  .taxes-heading::after {
    width: 10rem;
    height: 12.6rem;
  }

  .taxes-list__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .taxes-list__ct {
    padding: 3rem 2rem;
    display: block;
  }

  .taxes-list__ct p {
    width: 100%;
    line-height: 1.5;
    padding-left: 0;
    font-size: 1.5rem;
  }

  .taxes-list__ttl {
    width: 100%;
    margin-bottom: 2rem;
    line-height: 1.4;
    font-size: 1.8rem;
  }

  .taxes-list__ttl small {
    font-size: 2rem;
  }

  .taxes-list__ttl::after {
    width: 1.8rem;
    height: 1.8rem;
    right: 1rem;
  }

  .sec-faq {
    padding: 6rem 0 4rem;
  }

  .sec-faq .c-ttl__01 {
    margin-bottom: 4rem;
  }

  .sec-faq .c-ttl__01 strong span,
  .sec-faq .c-ttl__01 a {
    font-size: 2.2rem;
  }

  .sec-faq .c-ttl__01::before {
    top: 53%;
    width: 15rem;
    height: 10rem;
  }

  .sec-faq .c-ttl__01 strong {
    font-size: 2.2rem;
  }

  .faq-list__item:not(:last-child) {
    margin-bottom: 1rem;
  }

  .faq-list__question {
    font-size: 1.8rem;
    padding: 1rem 1rem 1rem 4.2rem;
    line-height: 1.3;
    margin-bottom: 0;
    max-width: calc(100% - 1.5rem);
  }

  .faq-list__question::before {
    left: 1.5rem;
    top: 44%;
    font-size: 2.2rem;
  }

  .faq-list__answer {
    padding: 2rem 1.5rem;
  }

  .faq-list__answer-ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .faq-list__answer p {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .faq-list__answer-link a {
    padding-right: 2rem;
    font-size: 1.5rem;
  }

  .faq-list__answer-link a::after {
    width: 1.8rem;
    height: 1.8rem;
  }

  .faq-list__answer .btn-web a {
    margin-left: auto;
  }

  html,
  body {
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
    position: relative;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box !important;
  }

  .header {
    display: none;
  }

  .sec-actually__heading {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 95% !important;
    min-width: auto !important;
  }

  .actually-flex {
    display: block !important;
  }

  .actually-flex__ttl {
    width: 100% !important;
    padding-right: 0 !important;
  }

  .actually-flex__table {
    width: 100% !important;
  }

  .sec-zenken__list,
  .actually-list,
  .time-list {
    grid-template-columns: 1fr !important;
    gap: 0;
  }

  .time-list {
    gap: 1.5rem;
  }


  .sec-sponsored__bg:not(.sec-sponsored__bg--03) .sponsored-flex__ct {
    width: 100%;
  }

  .sec-sponsored__bg--02 .sponsored-flex__img {
    width: 28% !important;
    max-width: 120px !important;
    margin-top: -2rem !important;
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
    top: 25rem;
    right: 3rem;
  }

  .sponsored-flex {
    width: 100%;
  }

  .sec-sponsored__bg.sec-sponsored__bg--03 .sponsored-flex {
    width: 100%;
  }



  .profile-box__list {
    display: block !important;
  }

  .portfolio-box::after {
    display: none !important;
  }

  .portfolio-box__flex-img,
  .portfolio-box__flex-ct {
    width: 100% !important;
  }

  .step-box {
    display: block !important;
  }

  .step-box__list {
    width: 100% !important;
  }

  .taxes-list__ct {
    display: block !important;
  }

  .taxes-list__ttl,
  .taxes-list__ct p {
    width: 100% !important;
  }


  .sec-actually__heading {
    padding: 2rem 1rem 2rem 4.2rem !important;
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }

  .profile-faq__heading {
    padding: 2rem 1rem 2rem 4.2rem !important;
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }

  .taxes-heading {
    padding: 2rem 1rem 2rem 4.2rem !important;
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }

  .faq-list__question {
    padding: 2rem 1rem 2rem 4.2rem !important;
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }

  .faq-list__question:before {
    left: 1.5rem !important;
  }


  .profile-popup {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }

  .profile-popup__inner {
    max-height: calc(100vh - 140px);
    width: 90%;
  }

  .profile-popup__close {
    top: -40px;
    right: 35px;
    font-size: 30px;
  }

}

.point {
  color: #0d2622;
  padding: 2rem 1.6rem;
  font-weight: bold;
  font-size: 2rem;
  margin: 4rem 0;
  background: #f0f0f0;
  border-radius: 10px 0 0 0;
}

/* ====================================================
   host-area
   ==================================================== */
.host-area {
  padding: 12rem 0;
  background-image: url("/wp/wp-content/uploads/host-area-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.host-area__flex {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  padding: 4rem;
}

.host-area__left {
  flex: 0 0 auto;
  min-width: 200px;
}

.host-area__left .c-ttl__01 {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  color: #0B5B50;
  line-height: 1.4;
}

.host-area__right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.host-area__ct {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2rem;
}

.host-area__link {
  align-self: flex-end;
  font-size: 1.4rem;
  color: #0B5B50;
  text-decoration: underline;
  margin-top: auto;
  display: inline-block;
  padding-right: 3rem;
  position: relative;
}

.host-area__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
  background: url("img/icon-arrow-circle.png") center no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* SP: host-area */
@media screen and (max-width: 480px) {
  .host-area {
    padding: 4rem 0;
  }

  .host-area__flex {
    flex-direction: column;
    gap: 2rem;
    padding: 4rem;
  }

  .host-area__left {
    min-width: auto;
  }

  .host-area__left .c-ttl__01 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0B5B50;
  }

  .host-area__ct {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .host-area__link {
    align-self: flex-end;
    font-size: 1.3rem;
    padding-right: 2.5rem;
  }

  .host-area__link:after {
    width: 1.7rem;
    height: 1.7rem;
  }
}