:root {
  --main-color: #006ccd;
  --font-color: #040000;

}

html {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  scroll-padding-top: 64px;
}

ul {
  list-style: none;
}

p,
a {
  line-height: 1.45;
  letter-spacing: 0;
  color: #333;
}

/********************
 * separete flames
 *******************/
#warp {
  display: flex;
  align-items: stretch;
}
#l_wapper {
  background-color: #005BAC;
}
.i_body {
  width: 360px;
  height: 100%;
  padding: 1vw;
  border-radius: 5px;
  position: relative;
  background-color: transparent;
}
#r_body{
  flex: 1;
  position: relative;
  width: calc(100% - 360px);
}



.section__heading {
  padding-bottom: 23px;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  color: var(--main-color);
  line-height: normal;
}

.section__heading:not(.entry__heading)::before {
  content: '';
  width: 27px;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
}

.section__heading:not(.entry__heading)::after {
  content: '';
  width: 2px;
  height: 7px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section__cta-button {
  width: fit-content;
  text-decoration: none;
  display: block;
  padding: 26px 132px 26px 180px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #FF7272 0%, #FE2626 100%);
  background-image: linear-gradient(100deg, #00C551 0%, #00A142 100%);
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
  border-radius: 9999px;
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
  border: solid 6px #fff;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
}

.section__cta-button:hover {
  transform: translateY(4px);
  background-image: linear-gradient(180deg, rgba(255, 144, 114, 0.8) 0%, rgba(254, 38, 38, 0.8) 100%);
  background-image: linear-gradient(180deg, rgb(82, 246, 150) 0%, rgb(0, 197, 81) 100%);
}

.section__cta-button:hover .section__cta-button::after {
  opacity: 0.8;
}

.section__cta-button::after {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  left: 132px;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.15));
  background-image: url('../img/top/mv/button_arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

/**********************
 * side
**********************/
.i_box {
  position: sticky;
  width: 330px;
  top: 60px;
  left: 15px;
}
.side_c_header {
  background-color: #03213C;
  font-size: 1.6rem;
  color: #187CD7;
  padding: 14px 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.side_c_body {
  padding: 16px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  margin-bottom: 36px;
}
.side_c_body span {
  font-weight: bold;
}
.side_c_body p {
  text-align: center;
}
.change_txt {
  margin-top: 20px;
}
.side_c_body p img {
  display: inline;
  /* margin-bottom: 20px; */
}
.side-info {
  margin: 0 auto;
}
.side-info img {
  width: 90%;
  margin: 0 auto;
}
.side_cp_box {
  min-width: 286px;
  margin: 0 auto;
  text-align: center;
}
.side_cp_box img {
  display: inline;
}
.side_cta_cap {
  color: #fff;
  margin-top: 10px;
}
.mv__button.side_button {
  margin: 16px 0 0;
  padding: 10px 90px 14px 120px;
  font-size: 1.8rem;
  border: solid 3px #FFE;
}
.mv__button.side_button::after {
  left: 84px;
}

/* common */
/* header */
.header {
  width: 100%;
  height: 64px;
  padding-left: 40px;
  background-color: #252525;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header__logo {
  height: 36px;
  width: auto;
  display: block;
  flex-shrink: 0;
  max-width: 227px;
}

.header__nav.pc_only {
  width: 100%;
  height: 100%;
  margin-left: 20px;
  display: flex;
  justify-content: end;
}

.header__list {
  margin: 0 0 0 auto;
  height: 100%;
  padding: 0 24px 0 0;
  display: flex;
  gap: 24px;
  list-style: none;
}

.header__item {
  height: 100%;
}

.header__item a {
  display: block;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header__entry-button {
  width: 116px;
  height: 100%;
  background: linear-gradient(180deg, #FF7272 0%, #FE2626 100%);
  background: linear-gradient(180deg, #00C551 0%, #008235 100%);
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  flex-shrink: 0;
}

.header__entry-button:hover {
  filter: brightness(1.2);
}

.header__entry-button.sp_only {
  display: none;
}

.header__companies-button {
  width: 200px;
  height: 100%;
  background: linear-gradient(162deg, #2b9aff 14%, #0072da 92%);
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  flex-shrink: 0;
}

.header__companies-button:hover {
  filter: brightness(1.2);
}

.header__humburger-btn-wrapper {
  display: none;
}
/* header */
/* mv */
.mv {
  padding: 59px 20px;
  background: url('../img/top/mv/bg_pc.webp') center center / cover;
}

.mv__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.mv__label {
  width: fit-content;
  padding: 6px 32px 6px 16px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--font-color);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
}

.mv__heading {
  margin: 4px 0 0;
}

.mv__heading-sub {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--font-color);
  letter-spacing: -0.04em;
  display: flex;
  align-items: baseline;
}

.mv__heading-sub-emphasis {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
 }

.mv__heading-sub-middle {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.15em;
}

.mv__heading-logo {
  width: 586px;
  height: auto;
}

.mv__points {
  margin: 26px 0 0;
  display: flex;
  gap: 16px;
}

.mv__point {
  width: 150px;
}

.mv__point-item {
  padding: 10px 0 0;
  width: 100%;
  height: 133px;
  background-image: url('../img/top/mv/point_bg.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.mv__point-description {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}

.mv__point-value {
  font-size: 1.6rem;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.mv__point-number {
  margin: 0 0.04em 0 0;
  font-size: 4.8rem;
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  display: inline-block
}

.mv__point-note {
  margin: 0 auto;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 700;
  color: #C5950F;
}

.mv__button {
  margin: 16px 0 0;
  padding: 20px 100px 20px 140px;
  font-size: 2.4rem;
  border: solid 5px #fff;
}

.mv__button::after {
  width: 30px;
  height: 30px;
  left: 100px;
}

/* mv */
/* companies */

.companies {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.companies__text {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #333;
}

.companies__img {
  width: 100%;
  max-width: 1000px;
}

/* companies */
/* about */

.about {
  padding: 80px 14px;
  background-color: #F2F2F2;
}

.about__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 60px 10px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  background-color: #fff;
}

.about__describe {
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}

.about__news {
  background-color: #C8E8FF;
  width: 100%;
  max-width: 585px;
  border-radius: 12px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.about__news-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.about__news-desc-header {
  height: 31px;
  width: 78px;
  line-height: 31px;
  background-color: #006CCD;
  color: #FFF;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__news-desc-text {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

.about__news-renew {
  max-width: 420px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #FFF;
}

.about__news-renew-corp {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.about__news-renew-corp-date {
  flex-shrink: 0;
  margin-right: 24px;
  font-size: 14px;
}

.about__news-renew-corp-img-dmm {
  height: auto;
  max-width: 280px;
}

.about__news-renew-corp-img-for {
  height: auto;
  max-width: 280px;
}

.about__news-renew-arrow {
  display: flex;
  padding: 4px 0px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  background: #D9D9D9;
}

.about__news-renew-arrow-text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}

/* about */
/* case-examples */

.case-examples {
  padding: 80px 0;
  background-image: url('../img/top/case-examples/bg_pc.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.case-examples__inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-examples__description {
  margin: 40px 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.case-examples__note {
  margin: 12px 0 0;
  font-size: 1.2rem;
  text-align: center;
}

.case-ecamples__swiper-container {
  margin: 40px 0 0;
  width: 100%;
  max-width: 1480px;
  overflow: hidden;
  cursor: grab;
}

.case-examples__swiper.case-examples__swiper {
  height: 598px;
  transform: translateX(152px);
}

.case-examples__swiper .swiper-slide {
  width: 280px;
  height: 287px;
}

.case-examples__card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #006ccd;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.case-examples__card::before {
  content: '';
  width: 21px;
  height: 21px;
  background-color: #006ccd;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: -1px;
  left: -1px;
}

.case-examples__card-inner {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.case-examples__card-heading {
  padding-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--main-color);
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.case-examples__card-heading::after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #006ccd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.case-examples__card-pay {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff7043;
  text-align: center;
}

.case-examples__card-pay > span {
  font-family: din-2014, sans-serif;
  font-size: 3rem;
}

.case-examples__card-tags {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.case-examples__card-tag {
  width: fit-content;
  padding: 6px 12px;
  background-color: #f3f3f3;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 700;
}

/* case-examples */
/* user-examples */
.user-examples {
  padding: 80px 0;
}
.user-examples__inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.user-examples__swiper-container {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1480px;
  padding: 10px 0;
  overflow: hidden;
  cursor: grab;
}

.user-examples__swiper.user-examples__swiper {
  height: 664px;
  transform: translateX(144px);
}

.user-examples__swiper .swiper-slide {
  width: 264px;
  height: 320px;
}

.user-examples__card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #006ccd;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  align-items: center;
}

.user-examples__card::before {
  content: '';
  width: 21px;
  height: 21px;
  background-color: #006ccd;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: -1px;
  left: -1px;
}

.user-examples__card-inner {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.user-examples__card-img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: 90px;
}

.user-examples__card-heading {
  padding-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  color: var(--main-color);
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.user-examples__card-heading::after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #006ccd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.user-examples__card-pay {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff7043;
  text-align: center;
}

.user-examples__card-pay--lg {
  font-family: din-2014, sans-serif;
  font-size: 3rem;
}

.user-examples__card-pay--md {
  font-size: 1.8rem;
}

.user-examples__note {
  margin: 6px 0 0;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
}

/* user-examples */
/* welfare */

.welfare {
  background-color: #006ccd;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.welfare__title {
  background-color: var(--main-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
}

.welfare_body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.welfare_ttl {
  background-color: #1A3750;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  padding: 12px 10px;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welfare_ttl::before {
  display: inline-block;
  margin: 0 6px 0 0;
}
.welfare_ttl.wa_english::before {
  width: 24px;
  height: 24px;
  content: url("../img/top/welfare/wa_english.svg");
}
.welfare_ttl.wa_workenv::before {
  width: 24px;
  height: 24px;
  content: url("../img/top/welfare/wa_workenv.svg");
}
.welfare_ttl.wa_medic::before {
  width: 24px;
  height: 24px;
  content: url("../img/top/welfare/wa_medic.svg");
}
.welfare_ttl.wa_health::before {
  width: 24px;
  height: 24px;
  content: url("../img/top/welfare/wa_health.svg");
}
.welfare_ttl.wa_school::before {
  width: 24px;
  height: 24px;
  content: url("../img/top/welfare/wa_school.svg");
}
.welfare_ttl.wa_taxac::before {
  width: 24px;
  height: 24px;
  content: url("../img/top/welfare/wa_taxac.svg");
}

.wa_cnt {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

/* .welfare__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  z-index: 0;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05), 0px 4px 14px rgba(0, 0, 0, 0.15);
}

.walfare__cources-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
} */

.welfare__heading {
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
  background-color: var(--main-color);
  color: #fff;
}

.welfare__heading::before {
  content: '';
  width: 184px;
  height: 30px;
  background-image: url('../img/top/welfare/heading_deco.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  z-index: -1;
}

/* .welfare__heading-sub {
  margin-bottom: 8px;
  display: block;
  font-size: 1.6rem;
}

.welfare__describe {
  margin-top: 36px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.32;
}

.welfare__describe-large {
  font-size: 3rem;
  font-weight: 900;
  color: var(--main-color);
  background-image: linear-gradient(to top, #ffe352 0 12px, transparent 12px 100%);
}

.welfare__balloon {
  background-color: #f4f4f4;
  border-radius: 8px;
  display: flex;
  gap: 5px;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.12));
  position: absolute;
  white-space: nowrap;
}

.welfare__balloon::before {
  content: '';
  width: 13px;
  height: 14px;
  background-color: #006ccd;
  position: absolute;
  left: 23px;
  top: 98%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.welfare__balloon-cources {
  top: 4%;
  left: calc(50% + 245px);
  transform: translateX(-50%);
}

.welfare__balloon-text-left {
  padding: 6px 16px 6px 16px;
  background-color: #006ccd;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 8px 0 0 8px;
  clip-path: polygon(0 0, 84% 0, 100% 50%, 84% 100%, 0 100%);
}

.welfare__balloon-text-left-small {
  font-size: 1.3rem;
  font-weight: 400;
}

.welfare__balloon-text-left-small sup {
  font-size: 1rem;
  vertical-align: 0.4em;
}

.welfare__balloon-text-left-large {
  font-family: 'din-2014', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
}

.welfare__balloon-text-right {
  padding: 2px 11px 2px 4px;
  color: #ff7043;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.45;
}

.welfare__balloon-text-right-large {
  margin: 0 0.05em 0 0;
  font-family: 'din-2014', sans-serif;
  font-size: 5.4rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.welfare__balloon-text-right-large::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('../img/top/welfare/balloon_deco.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 80%;
}

.welfare__notes {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.welfare__notes p {
  font-size: 1rem;
  text-align: center;
}

.welfare__notes p sup {
  display: inline-block;
  transform-origin: bottom left;
  transform: scale(0.6);
  margin-right: -1.8em;
}

.welfare__logos {
  margin-top: 45px;
  display: flex;
  gap: 30px;
  align-items: center;
}

.welfare__webcamp-logo-img {
  width: 210px;
}

.welfare__makecam-logo-img {
  width: 138px;
}

.welfare__example {
  margin: 40px 0 0;
  display: flex;
  align-items: flex-start;
}

.welfare__example-main {
  margin: 17px 0 0 0;
}

.welfare__example-heading {
  margin: 0 0 0 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
}

.welfare__example-img {
  width: 192px;
  height: auto;
}

.welfare__example-text {
  margin: 4px 0 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  text-align: center;
}

.welfare__exmaple-balloon {
  margin: 0 0 0 -6px;
  padding: 31px 23px 39px;
  background-image: url(../img/top/welfare/balloon_bg_pc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.weflare__example-balloon-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
  text-align: center;
}

.weflare__example-balloon-text span {
  font-size: 1.6rem;
  color: #f7493e;
}

.welfare__courses {
  width: 100%;
  max-width: 880px;
  margin: 16px 0 0;
  padding: 24px 20px;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welfare__courses-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

.welfare__courses-body {
  margin: 16px 0 0;
  max-width: 720px;
  font-size: 1.6rem;
  line-height: 1.63;
  color: #000;
}

.welfare__courses-note {
  margin: 8px 0 0;
  font-size: 1rem;
  color: #333;
}

.welfare__bottom-note {
  margin: 24px 0 0;
  font-size: 1rem;
  color: #333;
}

.welfare__balloon-tax-counselor {
  top: 21%;
  left: 49%;
  transform: translateX(-50%);
}
.welfare__balloon-tax-counselor--text-left {
  padding: 10px 27px 12px 16px;
  font-weight: 900;
  line-height: 1.17;
}

.welfare__tax-counselor-contents {
  display: flex;
  justify-content: center;
  padding: 80px 0 60px;
  gap: 40px;
}

.welfare__tax-counselor-content img {
  width: 257px;
}

.welfare__tax-counselor-title {
  color: #333;
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 20px;
}

.welfare__tax-counselor-subtitle {
  font-size: 3rem;
  font-weight: 900;
  padding-bottom: 40px;
}

.welfare__tax-counselor-subtitle mark {
  color: var(--main-color);
  background: linear-gradient(transparent 60%, #ffe352 0%);
}

.welfare__tax-counselor-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
} */
/* welfare */
/* flow */

.flow {
  padding: 80px 10px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.flow__steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  gap: 40px;
}

.flow__step {
  width: 100%;
  padding-top: 12px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: solid 1px #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
  position: relative;
}

.flow__step:not(:last-of-type)::after {
  content: '';
  width: 23px;
  height: 8px;
  position: absolute;
  inset: auto;
  left: 106%;
  background-image: url('../img/top/flow/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.flow__step-number {
  padding: 0 4px;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--main-color);
  background-color: #fff;
  position: absolute;
  inset: auto;
  top: -12px;
}

.flow__step-icon {
  width: 83px;
  height: 63px;
}

.flow__step-body {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
}

.flow__note {
  font-size: 1rem;
  color: #585858;
  text-align: center;
}

/* flow */
/* entry */

.entry {
  padding: 60px 0;
  /* background-color: #f2f2f2; */
  background-image: url(../img/top/cta/bg_cta.webp);
  display: flex;
  align-items: center;
}

/* .entry .sp_only {
  display: none;
} */

.entry__inner {
  margin: 0 auto;
  width: 95%;
  max-width: 800px;
  /* padding: 60px 0; */
  /* background-color: #fff; */
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.11); */
  /* border-radius: 6px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.annotation_frame {
  padding: 7px 12px;
  background-color: #ffeeed;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.entry__annotation {
  color: #ff367e;
  font-size: 14px;
  font-weight: 700;
}

.entry__heading {
  padding-bottom: 0 !important;
}

.entry__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry__form-parts {
  width: 335px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.entry__form-part {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.entry__input-labels {
  display: flex;
  align-items: center;
  gap: 8px;
}

.entry__input-label {
  font-size: 1.4rem;
  font-weight: 700;
}

.entry__input {
  width: 100%;
  height: 44px;
  padding: 12px;
  border-radius: 4px;
  border: solid 1px #cdcdcd;
  font-size: 1.4rem;
}

.entry__input::placeholder {
  color: #b1b1b1;
}

.entry__input-name-wrapper {
  display: flex;
  gap: 10px;
}

.entry__part-error {
  padding-left: 18px;
  font-size: 1.2rem;
  color: #ff0000;
  position: relative;
}

.entry__part-error::before {
  content: 'i';
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  background-color: #ff0000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry__form-agree {
  margin-top: 24px;
  max-width: 345px;
  font-size: 1.4rem;
  text-align: center;
  color: #333;
}

.entry__agree-link {
  color: var(--main-color);
  text-decoration: none;
}

.entry__agree-link--bold {
  font-weight: bold;
}

.entry__confirm-button-wrapper {
  margin-top: 24px;
  position: relative;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.19)) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.09));
  transition: all 0.2s;
}

.entry__confirm-button-wrapper:hover {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.19)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.09));
  transform: translateY(2px);
}

.entry__confirm-button {
  width: 330px;
  height: 60px;
  background: url('../img/top/entry/confirm_btn.webp') no-repeat center center / contain;
  cursor: pointer;
  border: none;
  display: block;
  font-size: 0;
}

.entry__note {
  margin-top: 24px;
  display: flex;
}

.entry__paragraph {
  font-size: 1rem;
  line-height: 1.4;
  color: #585858;
}

/* entry */
/* benefit */

.benefit .pc_only {
  padding-bottom: 20px;
  background: url('../img/top/benefit/bg.png') no-repeat center center / cover;
}

.benefit .pc_only .content {
  padding: 0 20px;
}

.benefit .pc_only .content img {
  width: 1000px;
  margin: 0 auto;
}

/* benefit */
/* cta */
.cta {
  padding: 40px 0;
  background-image: url('../img/top/cta/bg_pc.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta__button {
  margin: 0 auto;
}

.cta_button_line {
  margin: 16px 0 0;
  padding: 20px 60px 20px 90px;
  border: solid 5px #FFE;
  width: fit-content;
  text-decoration: none;
  display: block;
  background-color: #fff;
  background-image: linear-gradient(160deg, #00C551 0%, #00A343 100%);
  border-radius: 9999px;
  font-weight: bold;
  color: #fff;
  position: relative;
  transition: all .2s;
  cursor: pointer;
  font-size: 1.6rem;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
  position: relative;
}
.cta_button_line::after {
  content: url("../img/top/cta/icon_line.png");
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 3px;
  left: 30px;
}
a.cta_info {
  margin-top: 30px;
}
a.cta_info::before {
  content: '';
  display: block;
  width: 138px;
  height: 34px;
  background-image: url("../img/top/cta/cta_caption.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -24px;
}

.cta_button_line.main_cta {
  font-size: 2.4rem;
}
.cta_button_line.main_cta::after {
  top: 10px;
}
.cta_button_line.main_cta.sec_cta {
  margin: 0 auto;
}

/* cta */
/* footer */

.footer {
  padding: 40px 0;
  background-color: #252525;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer a,
.footer p {
  font-size: 1.4rem;
  line-height: 1.45;
  letter-spacing: 0;
  color: #fff;
}

.footer__logo-img {
  width: 215px;
}

.footer__links {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  list-style: none;
}

.footer__copyright {
  margin-top: 16px;
}

/* footer */
/* common */
.sp_only {
  display: none;
}

.sp_none {
  display: block;
}

.tablet_only {
  display: none;
}
/* common end */


@media screen and (max-width: 767px) {
  /* common */
  html {
    scroll-padding-top: 52px;
  }
  #l_wapper {
    display: none;
  }
  #r_body {
    min-width: auto;
    width: 100%;
  }

  .section__heading {
    padding-bottom: calc(23 / 375 * 100vw);
    font-size: calc(28 / 375 * 100vw);
  }

  .section__heading:not(.entry__heading)::before {
    width: calc(27 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    bottom: calc(7 / 375 * 100vw);
  }

  .section__heading:not(.entry__heading)::after {
    width: calc(2 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
  }

  .section__cta-button {
    width: 100%;
    padding: calc(17 / 375 * 100vw) 0 calc(16 / 375 * 100vw) calc(116 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
    filter: drop-shadow(
      0px calc(2 / 375 * 100vw) calc(6 / 375 * 100vw) rgba(0, 0, 0, 0.19),
      0px 2px 10px rgba(0, 0, 0, 0.09)
    );
    text-shadow: 0px calc(2 / 375 * 100vw) calc(1 / 375 * 100vw) rgba(0, 0, 0, 0.15);
    border: solid calc(5 / 375 * 100vw) #fff;
  }

  .section__cta-button:hover {
    transform: none;
  }

  .section__cta-button:hover .section__cta-button::after {
    opacity: 1;
  }

  .section__cta-button::after {
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    left: calc(75 / 375 * 100vw);
    filter: drop-shadow(0px calc(2 / 375 * 100vw) calc(1 / 375 * 100vw) rgba(0, 0, 0, 0.15));
  }

  /* common */
  /* header */

  .header {
    height: 42px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
  }

  .header__logo {
    height: 26px;
  }

  .sp_only.sp_header_info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .sp_only.sp_header_info img {
    width: 80%;
    max-width: 450px;
  }

  .header__nav.pc_only {
    display: none;
  }

  .header__list {
    height: auto;
    padding: 0;
    flex-direction: column;
    gap: 0;
  }

  .header__item {
    border-top: solid 1px #fff;
  }

  .header__item:last-of-type {
    border-bottom: solid 1px #fff;
  }

  .header__item a {
    width: 100%;
    padding: 24px 0;
    font-size: 1.8rem;
    text-align: center;
    justify-content: center;
    line-height: 0.9;
  }

  .header__entry-button {
    height: auto;
    border-radius: 9999px;
    border: solid 2px #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
  }

  .header__entry-button.sp_only {
    width: fit-content;
    display: block;
    padding: 9px 20px;
    margin: 8px 0;
  }

  .header__companies-button {
    margin: 16px auto 0;
    width: 295px;
    height: auto;
    padding: 8px 0;
    justify-content: center;
    border-radius: 9999px;
    border: solid 3px #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
  }

  .header__humburger-btn-wrapper {
    display: flex;
    width: 24px;
    height: 20px;
    transition: all 0.3s;
  }

  .header__humburger-btn {
    border-radius: 0;
    transition: all 0.5s;
    display: flex;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    width: 30px;
  }

  .header__hamburger-btn-inner {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .header__hamburger-btn-inner div:first-of-type {
    margin-top: 0;
  }

  .header__hamburger-btn-inner span {
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    margin: auto;
    transition: all 0.4s;
    border-radius: 50vh;
    background-color: #fff;
    height: 2px;
  }

  .header__hamburger-btn-inner span:first-of-type {
    top: 0;
  }

  .header__hamburger-btn-inner span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }

  .header__hamburger-btn-inner span:last-of-type {
    bottom: 0;
  }

  .header__humburger-btn[data-active='true'] .header__hamburger-btn-inner {
    width: 100%;
    height: 100%;
  }

  .header__humburger-btn[data-active='true'] .header__hamburger-btn-inner span {
    border-radius: 9999px;
  }

  .header__humburger-btn[data-active='true'] .header__hamburger-btn-inner span:first-of-type {
    transform: translateY(6px) rotate(-45deg);
    top: 5px;
  }

  .header__humburger-btn[data-active='true'] .header__hamburger-btn-inner span:nth-of-type(2) {
    opacity: 0;
  }

  .header__humburger-btn[data-active='true'] .header__hamburger-btn-inner span:last-of-type {
    transform: translateY(-7px) rotate(45deg);
  }

  /* header */
  /* mv */

  .mv {
    padding: calc(35 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
    background: url('../img/top/mv/bg_sp.webp') center center / cover no-repeat;
    /* background: none; */
  }

  .mv__inner {
    width: 100%;
  }

  .mv__label {
    margin: 0 auto;
    padding: calc(4 / 375 * 100vw) calc(20 / 375 * 100vw) calc(4 / 375 * 100vw) calc(12 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    clip-path: polygon(0 0, calc(100% - calc(16 / 375 * 100vw)) 0, 100% 50%, calc(100% - calc(16 / 375 * 100vw)) 100%, 0 100%);
    
  }
  
  .mv__heading {
    margin: 0;
  }
  
  .mv__heading-sub {
    font-size: calc(20 / 375 * 100vw);
    justify-content: center;
  }
  
  .mv__heading-sub-emphasis {
    font-size: calc(32 / 375 * 100vw);
   }
  
  .mv__heading-sub-middle {
    font-size: calc(24 / 375 * 100vw);
  }
  
  .mv__heading-logo {
    margin: calc(10 / 375 * 100vw) 0 0;
    width: 100%;
  }
  
  .mv__points {
    margin: calc(20 / 375 * 100vw) 0 0;
    gap: calc(8 / 375 * 100vw);
  }
  
  .mv__point {
    width: calc(106 / 375 * 100vw);
  }
  
  .mv__point-item {
    padding: calc(10 / 375 * 100vw) 0 0;
    height:calc(95 / 375 * 100vw);
  }
  
  .mv__point-description {
    font-size: calc(11 / 375 * 100vw);
  }
  
  .mv__point-value {
    font-size:calc(10 / 375 * 100vw);
  }
  
  .mv__point-number {
    font-size: calc(36 / 375 * 100vw);
  }
  
  .mv__point-note {
    font-size: calc(10 / 375 * 100vw);
  }

  .mv__button {
    font-size: calc(24 / 375 * 100vw);
  }

  .mv__button::after {
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    left: calc(75 / 375 * 100vw);
  }

  /* mv */
  /* companies */

  .companies {
    width: 100%;
    padding: calc(24 / 375 * 100vw) 0;
    gap: calc(20 / 375 * 100vw);
  }

  .companies__text {
    font-size: calc(10 / 375 * 100vw);
  }

  .companies__img {
    width: 100%;
  }

  /* companies */
  /* about */

  .about {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  
  .about__inner {
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(40 / 375 * 100vw);
    gap: calc(32 / 375 * 100vw);
  }

  .about__describe {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4;
  }

  .about__news {
    width: 100%;
    padding: calc(14 / 375 * 100vw) calc(16 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
  }

  .about__news-desc {
    flex-direction: column;
    gap: calc(8 / 375 * 100vw);
  }

  .about__news-desc-header {
    font-size: calc(16 / 375 * 100vw);
    border-radius: 1.8em;
    width: calc(78 / 375 * 100vw);
    height: calc(31 / 375 * 100vw);
  }

  .about__news-desc-text {
    font-size: calc(14.5 / 375 * 100vw);
    line-height: 1.4;
    text-align: center;
  }

  .about__news-renew {
    max-width: none;
    padding: calc(16 / 375 * 100vw);
    gap: calc(16 / 375 * 100vw);
  }

  .about__news-renew-corp {
    flex-direction: column;
    font-size: calc(18 / 375 * 100vw);
  }

  .about__news-renew-corp-date {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.7;
    margin-bottom: 20px;
    margin-right: 0;
    flex-shrink: 1;
  }

  [class^="about__news-renew-corp-img-"] {
    max-width: 100%;
  }

  .about__news-renew-arrow {
    display: flex;
    padding: calc(6 / 375 * 100vw) 0;
    justify-content: center;
    align-items: center;
    gap: calc(5 / 375 * 100vw);
    align-self: stretch;
  }

  .about__news-renew-arrow-img {
    width: calc(11 / 375 * 100vw);
    height: calc(13.5 / 375 * 100vw);
  }

  .about__news-renew-arrow-text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.1;
  }

  .about__item-body {
    font-size: calc(18 / 375 * 100vw);
  }

  .about__item-body-sub {
    font-size: calc(14 / 375 * 100vw);
    display: inline-block;
    margin-bottom: calc(4 / 375 * 100vw);
  }

  .about__item-body-small {
    font-size: calc(18 / 375 * 100vw);
  }

  /* about */
  /* case-examples */

  .case-examples {
    padding: calc(40 / 375 * 100vw) 0;
    background-image: url('../img/top/case-examples/bg_sp.png');
  }

  .case-examples__description {
    margin: calc(32 / 375 * 100vw) 0 0;
    font-size: calc(16 / 375 * 100vw);
  }

  .case-examples__note {
    margin: calc(8 / 375 * 100vw) 0 0;
    font-size: calc(12 / 375 * 100vw);
  }
  
  .case-ecamples__swiper-container {
    margin: calc(32 / 375 * 100vw) 0 0;
  }
  
  .case-examples__swiper.case-examples__swiper {
    padding: 0 0 0 3.4%;
    height: calc(calc(496 / 375 * 100vw) + 8px);
    transform: translateX(0);
  }
  
  .case-examples__swiper .swiper-slide {
    width: calc(170 / 375 * 100vw);
    height: calc(248 / 375 * 100vw);
  }

  .case-examples__card {
    border: calc(1 / 375 * 100vw) solid #006ccd;
    box-shadow: 0px calc(2 / 375 * 100vw) calc(15 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }

  .case-examples__card::before {
    width: calc(21 / 375 * 100vw);
    height: calc(21 / 375 * 100vw);
    top: calc(-1 / 375 * 100vw);
    left: calc(-1 / 375 * 100vw);
  }

  .case-examples__card-inner {
    width: 100%;
    gap: calc(10 / 375 * 100vw);
  }

  .case-examples__card-heading {
    padding-bottom: calc(12 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }

  .case-examples__card-heading::after {
    width: calc(20 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
  }

  .case-examples__card-pay {
    font-size: calc(10 / 375 * 100vw);
  }

  .case-examples__card-pay > span {
    font-size: calc(22 / 375 * 100vw);
  }

  .case-examples__card-tags {
    padding: 0 calc(16 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
  }

  .case-examples__card-tag {
    padding: calc(6 / 375 * 100vw) calc(8 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    word-break: keep-all;
  }

  /* case-examples */

  /* user-examples */
  .user-examples {
    padding: calc(40 / 375 * 100vw) 0;
  }
  
  .user-examples__swiper-container {
    margin: calc(32 / 375 * 100vw) auto 0;
    padding: 0 0 calc(10 / 375 * 100vw) 0;
  }
  
  .user-examples__swiper.user-examples__swiper {
    height: calc(450 / 375 * 100vw);
    transform: translateX(3.5vw);
  }
  
  .user-examples__swiper .swiper-slide {
    width: calc(170 / 375 * 100vw);
    height: calc(50% - 4px);
  }

  .user-examples__card {
    width: 100%;
  }

  .user-examples__card-img {
    margin: 0 auto;
    height: calc(60 / 375 * 100vw);
  }
  .user-examples__card-heading {
    font-size: calc(12 / 375 * 100vw);
  }

  .user-examples__card-heading::after {
    width: calc(20 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
  }

  .user-examples__card-pay {
    font-size: calc(10 / 375 * 100vw);
  }

  .user-examples__card-pay--lg {
    font-size: calc(22 / 375 * 100vw);
  }

  .user-examples__card-pay--md {
    font-size: calc(10 / 375 * 100vw);
  }

  .user-examples__note {
    margin: calc(6 / 375 * 100vw) 0 0;
    font-size: calc(12 / 375 * 100vw);
  }

  /* user-examples */
  /* welfare */

  .welfare {
    padding: calc(20 / 375 * 100vw);
  }

  .welfare_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .welfare_ttl {
    font-size: calc(16 / 375 * 100vw);
  }
  .welfare_ttl::before {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .welfare__inner {
    padding: calc(40 / 375 * 100vw) calc(16 / 375 * 100vw);
    border-radius: calc(16 / 375 * 100vw);
    box-shadow: 0 calc(4 / 375 * 100vw) calc(3 / 375 * 100vw) rgba(0, 0, 0, 0.05),
      0 calc(4 / 375 * 100vw) calc(14 / 375 * 100vw) rgba(0, 0, 0, 0.15);
  } */

  .welfare__heading {
    font-size: calc(36 / 375 * 100vw);
  }

  .welfare__heading::before {
    width: calc(183 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
  }

  .welfare__heading-sub {
    margin-bottom: calc(8 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }

  .welfare__describe {
    margin-top: 0;
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
  }

  .welfare__describe-bold {
    font-size: calc(20 / 375 * 100vw);
    font-weight: 700;
  }

  .welfare__describe-large {
    font-size: calc(30 / 375 * 100vw);
    background-image: linear-gradient(
      to top,
      #ffe352 0 calc(12 / 375 * 100vw),
      transparent calc(12 / 375 * 100vw) 100%
    );
    line-height: 1.1;
  }

  .welfare__balloon {
    margin-top: calc(16 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
    gap: calc(5 / 375 * 100vw);
    position: relative;
    filter: drop-shadow(0 calc(2 / 375 * 100vw) calc(3 / 375 * 100vw) rgba(0, 0, 0, 0.12));
    inset: 0;
    transform: translateX(0);
  }

  .welfare__balloon::before {
    width: calc(13 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
    left: calc(23 / 375 * 100vw);
    top: auto;
    bottom: 98%;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }

  .welfare__balloon-text-left {
    padding: calc(6 / 375 * 100vw) calc(16 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw) 0 0 calc(8 / 375 * 100vw);
  }

  .welfare__balloon-text-left-small {
    font-size: calc(13 / 375 * 100vw);
  }

  .welfare__balloon-text-left-small sup {
    font-size: calc(10 / 375 * 100vw);
  }

  .welfare__balloon-text-left-large {
    font-size: calc(32 / 375 * 100vw);
  }

  .welfare__balloon-text-right {
    padding: calc(2 / 375 * 100vw) calc(11 / 375 * 100vw) calc(2 / 375 * 100vw) calc(4 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
  }

  .welfare__balloon-text-right-large {
    font-size: calc(54 / 375 * 100vw);
  }

  .welfare__balloon-text-right-large::after {
    width: calc(24 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
  }

  .welfare__notes {
    margin-top: calc(16 / 375 * 100vw);
    gap: calc(4 / 375 * 100vw);
  }

  .welfare__notes p {
    font-size: calc(10 / 375 * 100vw);
    text-align: left;
  }

  .welfare__notes p sup {
    line-height: 1;
  }

  .welfare__logos {
    margin-top: calc(32 / 375 * 100vw);
    gap: calc(13 / 375 * 100vw);
  }

  .welfare__webcamp-logo-img {
    width: calc(173 / 375 * 100vw);
  }

  .welfare__makecam-logo-img {
    width: calc(113 / 375 * 100vw);
  }

  .welfare__example {
    margin: calc(32 / 375 * 100vw) 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .welfare__example-main {
    margin: 0;
    order: 2;
    position:relative;
  }
  
  .welfare__example-heading {
    margin: 0;
    font-size: calc(16 / 375 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .welfare__example-img {
    width: calc(180 / 375 * 100vw);
  }
  
  .welfare__example-text {
    margin: calc(8 / 375 * 100vw) 0 0;
    font-size: calc(10 / 375 * 100vw);
  }
  
  .welfare__exmaple-balloon {
    order: 1;
    margin: 0;
    padding: calc(30 / 375 * 100vw) calc(24 / 375 * 100vw) calc(46 / 375 * 100vw);
    background-image: url(../img/top/welfare/balloon_bg_sp.webp);
  }
  
  .weflare__example-balloon-text {
    font-size: calc(13 / 375 * 100vw);
  }
  
  .weflare__example-balloon-text span {
    font-size: calc(14 / 375 * 100vw);
  }
  
  .welfare__courses {
    margin: calc(8 / 375 * 100vw) 0 0;
    padding: calc(24 / 375 * 100vw) calc(16 / 375 * 100vw);
    border-radius: calc(14 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #E0E0E0;
  }
  
  .welfare__courses-heading {
    font-size: calc(18 / 375 * 100vw);
  }
  
  .welfare__courses-body {
    margin: calc(8 / 375 * 100vw) 0 0;
    font-size: calc(16 / 375 * 100vw);
  }
  
  .welfare__courses-note {
    margin: calc(16 / 375 * 100vw) 0 0;
    font-size: calc(10 / 375 * 100vw);
  }

  .welfare__bottom-note {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    text-align: left;
  }

  .welfare__tax-counselor-contents {
    flex-direction: column;
    padding: 0;
  }
  .welfare__tax-counselor-content img {
    width: calc(257 / 375 * 100vw);
  }
  .welfare__tax-counselor-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .welfare__tax-counselor-text .pc_only {
    display: none;
  }
  .welfare__balloon-tax-counselor {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .welfare__balloon-tax-counselor--text-left {
    padding: calc(10 / 375 * 100vw) calc(27 / 375 * 100vw) calc(12 / 375 * 100vw) calc(16 / 375 * 100vw);
    font-weight: 900;
    line-height: 1.17;
  }
  .welfare__tax-counselor-subtitle {
    padding-bottom: calc(12 / 375 * 100vw);
  }
  .welfare__tax-counselor-text {
    text-align: center;
    font-size: calc(16 / 375 * 100vw);
  }
  
  /* welfare */
  /* flow */

  .flow {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
    gap: calc(32 / 375 * 100vw);
  }

  .flow__steps {
    gap: calc(25 / 375 * 100vw);
  }

  .flow__step {
    padding-top: 0;
    aspect-ratio: auto;
    border-radius: 0;
    border: none;
    gap: calc(14 / 375 * 100vw);
    justify-content: center;
  }

  .flow__step:not(:last-of-type)::after {
    width: calc(10 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    top: 50%;
    transform: translateY(-50%);
  }

  .flow__step-number {
    padding: 0;
    font-size: calc(13 / 375 * 100vw);
    position: relative;
    top: 0;
  }

  .flow__step-icon {
    width: calc(46 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
  }

  .flow__step-body {
    font-size: calc(10 / 375 * 100vw);
    white-space: nowrap;
  }

  .flow__note {
    font-size: calc(10 / 375 * 100vw);
  }

  /* flow */
  /* entry */

  .entry {
    padding: calc(40 / 375 * 100vw) 0;
  }

  .entry .pc_only {
    display: none;
  }

  .entry .sp_only {
    display: block;
  }

  .entry__annotation {
    font-size: calc(12 / 375 * 100vw);
  }

  .entry__form-parts {
    width: calc(279 / 375 * 100vw);
    gap: calc(16 / 375 * 100vw);
  }

  .entry__form-part {
    gap: calc(7 / 375 * 100vw);
  }

  .entry__input-labels {
    gap: calc(8 / 375 * 100vw);
  }

  .entry__input-label {
    font-size: calc(14 / 375 * 100vw);
  }

  .entry__input {
    height: calc(44 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #cdcdcd;
    font-size: calc(14 / 375 * 100vw);
  }

  .entry__input-name-wrapper {
    gap: calc(10 / 375 * 100vw);
  }

  .entry__part-error {
    padding-left: calc(18 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }

  .entry__part-error::before {
    width: calc(14 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }

  .entry__form-agree {
    margin-top: calc(24 / 375 * 100vw);
    max-width: none;
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }

  .entry__confirm-button-wrapper {
    margin-top: calc(13 / 375 * 100vw);
  }

  .entry__confirm-button {
    width: calc(258 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }

  .entry__note {
    margin-top: calc(24 / 375 * 100vw);
  }

  .entry__paragraph {
    font-size: calc(10 / 375 * 100vw);
  }

  /* entry */
  /* benefit */

  .benefit .pc_only {
    display: none;
  }

  .benefit .sp_only img {
    width: 100%;
  }

  /* benefit */
  /* cta */
  .cta {
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
    background-image: url('../img/top/cta/bg_sp.webp');
  }
  .cta_button_line.main_cta {
    font-size: 5.6vw;
    width: 100%;
    min-height: 84px;
    height: calc(84 / 375 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: row-reverse;
    position: relative;
  }
  .cta_button_line.main_cta::after {
    position: relative;
    display: block;
    top: unset;
    left: unset;
    width: auto;
    height: auto;
    margin-top: 1vw;
  }
  a.cta_info::before {
    width: 41vw;
    height: 10vw;
    top: -7vw;
  }
  /* cta */
  /* footer */

  .footer {
    padding: calc(40 / 375 * 100vw) 0 calc(140 / 375 * 100vw);
  }

  .footer a,
  .footer p {
    font-size: calc(14 / 375 * 100vw);
  }

  .footer__logo-img {
    width: calc(180 / 375 * 100vw);
  }

  .footer__links {
    margin-top: calc(20 / 375 * 100vw);
    gap: calc(16 / 375 * 100vw);
  }

  .footer__copyright {
    margin-top: calc(16 / 375 * 100vw);
  }

  .fixed_footer {
    width: 90%;
    position: fixed;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
  }

  .active {
    opacity: 1;
    visibility: visible;
    transition: 1.0s;
  }

  /* footer */
  /* common */
  .sp_only {
    display: block;
  }

  .sp_none {
    display: none !important;
  }

  .tablet_only {
    display: none;
  }
  /* common end */
}

.is_loading::before {
  content: none !important;
}
.is_loading::after {
  content: none !important;
}
.is_loading input {
  pointer-events: none;
  transition-property: width height padding box-shadow border-width background opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background: #fff;
  text-shadow: none;
  border-top: 4px solid #c0c0c0 !important;
  border-right: 4px solid #f5f5f5 !important;
  border-bottom: 4px solid #f5f5f5 !important;
  border-left: 4px solid #f5f5f5 !important;
  -webkit-animation: load8 1s infinite linear;
  animation: load8 1s infinite linear;
  animation-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
  width: 2.1em !important;
  height: 2.1em !important;
  border-radius: 50%;
  color: #fff;
  padding: 0 !important;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
