@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&?family=Noto+Serif+JP:wght@200..900&family=Roboto:wght@100;300;400;500;700?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap");
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #595757;
  font-size: 125%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
}
@media (max-width: 767.98px) {
  body {
    font-size: 100%;
  }
}

/* リンク */
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* フォーム要素 */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
}

/* リスト（FLOCSSではObjectで指定することが多いためリセットしておく） */
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 住所（和風サイトやLPでaddressタグを使う場合） */
address {
  font-style: normal;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #008c05;
}
@media (min-width: 1200px) {
  .site-header {
    height: 80px;
  }
}
.site-header-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 767.98px) {
  .site-header-container {
    justify-content: center;
  }
}
.subpage .site-header-container {
  justify-content: center;
}

.header-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-brand {
    width: 100%;
    justify-content: center;
  }
}
.header-brand-logo {
  padding-right: 0.5rem;
}
.header-brand-logo img {
  width: 32px;
  height: 32px;
}
@media (min-width: 1200px) {
  .header-brand-logo img {
    width: 40px;
    height: 40px;
  }
}
.header-brand-name {
  margin-bottom: 0;
  color: #008c05;
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .header-brand-name {
    font-size: 2.125rem;
  }
}

.header-cta {
  display: flex;
  align-items: center;
}
.header-cta-tel {
  padding-right: 1rem;
  padding-left: 1rem;
}
.header-cta-tel-num {
  color: #008c05;
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .header-cta-tel-num {
    font-size: 3rem;
  }
}
.header-cta-tel-num::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon_tel_free.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 28px;
  margin-right: 0.25rem;
  transform: translateY(4px);
}
@media (min-width: 1200px) {
  .header-cta-tel-num::before {
    width: 64px;
    height: 40px;
  }
}
.header-cta-contact-btn {
  width: 160px;
}
@media (min-width: 1200px) {
  .header-cta-contact-btn {
    width: 240px;
  }
}
@media (max-width: 767.98px) {
  .header-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #008c05;
    width: 100%;
    height: 60px;
    overflow: hidden;
  }
  .header-cta-tel, .header-cta-contact {
    flex: 0 0 auto;
    width: 50%;
    height: 100%;
  }
  .header-cta-tel > a, .header-cta-contact > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .header-cta-tel > a .bi, .header-cta-contact > a .bi {
    color: #008c05;
    margin-right: 0.25rem;
  }
  .header-cta-contact {
    border-left: 1px solid #008c05;
  }
}

.main-contents {
  width: 100%;
  overflow-x: hidden;
}
.subpage .main-contents {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .subpage .main-contents {
    margin-top: 80px;
  }
}

.ttl-01 {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 3px solid #008c05;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 96px;
}
@media (max-width: 767.98px) {
  .ttl-01 {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.ttl-01-inner {
  display: inline-block;
  background-color: #008c05;
  border-radius: 15px 15px 0 0;
  min-width: 320px;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .ttl-01-inner {
    border-radius: 8px 8px 0 0;
    min-width: auto;
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
  }
}
.ttl-01.has-icon .ttl-01-inner {
  width: 100%;
}
.ttl-01.has-icon::before, .ttl-01.has-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 72px;
  height: 100px;
}
@media (max-width: 767.98px) {
  .ttl-01.has-icon::before, .ttl-01.has-icon::after {
    width: 36px;
    height: 50px;
  }
}
.ttl-01.has-icon::before {
  right: 0;
  background-image: url("../images/icon_man.png");
}
.ttl-01.has-icon::after {
  left: 0;
  background-image: url("../images/icon_woman.png");
}

.ttl-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  color: #008c05;
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  .ttl-02 {
    font-size: clamp(14px, 6vw, 2rem);
  }
}
.ttl-02::before, .ttl-02::after {
  content: "";
  height: 2px;
  background-color: #008c05;
  flex-grow: 1;
}
.ttl-02 .circle-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  background-color: #008c05;
  border-radius: 50%;
  position: relative;
  color: #fff;
}
.ttl-02 .circle-num::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.ttl-03 {
  position: relative;
  color: #fff;
  margin-bottom: 1.5rem;
  padding: 0.125em 0.25em;
  display: block;
  width: calc(100% - 100px);
  font-size: clamp(14px, 4.5vw, 28px);
  line-height: 1.5;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .ttl-03 {
    width: calc(100% - 60px);
  }
}
.ttl-03 {
  background-color: #999;
}
.ttl-03::after {
  background: linear-gradient(295deg, transparent 34%, #999 34%, #999 44%, transparent 44%, transparent 47%, #999 47%, #999 57%, transparent 57%, transparent 60%, #999 60%);
}
.ttl-03::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  width: 100px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .ttl-03::after {
    right: -60px;
    width: 60px;
  }
}
.ttl-03.is-orange {
  background-color: #e65b1d;
}
.ttl-03.is-orange::after {
  background: linear-gradient(295deg, transparent 34%, #e65b1d 34%, #e65b1d 44%, transparent 44%, transparent 47%, #e65b1d 47%, #e65b1d 57%, transparent 57%, transparent 60%, #e65b1d 60%);
}
.ttl-03.is-green {
  background-color: #00b696;
}
.ttl-03.is-green::after {
  background: linear-gradient(295deg, transparent 34%, #00b696 34%, #00b696 44%, transparent 44%, transparent 47%, #00b696 47%, #00b696 57%, transparent 57%, transparent 60%, #00b696 60%);
}
.ttl-03.is-blue {
  background-color: #367fc8;
}
.ttl-03.is-blue::after {
  background: linear-gradient(295deg, transparent 34%, #367fc8 34%, #367fc8 44%, transparent 44%, transparent 47%, #367fc8 47%, #367fc8 57%, transparent 57%, transparent 60%, #367fc8 60%);
}

.ttl-04 {
  font-size: 1.875rem;
}
@media (max-width: 767.98px) {
  .ttl-04 {
    font-size: 1.25rem;
  }
}

.ttl-05 {
  font-size: 1.75rem;
}
@media (max-width: 767.98px) {
  .ttl-05 {
    font-size: 1.125rem;
  }
}

.img-title {
  display: block;
  max-width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.section-spacing {
  padding: 2rem 0;
}

.box {
  border: 5px solid #008c05;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
.box-ttl-1 {
  background-color: #008c05;
  padding: 10px;
  color: #ffff66;
  font-size: clamp(14px, 5vw, 40px);
  text-align: center;
}
.box-ttl-1 .accent {
  display: inline-block;
  background-color: #ffff66;
  border-radius: 6px;
  margin-right: 0.125em;
  margin-left: 0.125em;
  padding: 0.125em 0.25em;
  color: #008c05;
}
.box-ttl-2 {
  background-color: #008c05;
  padding: 8px 10px;
  color: #fff;
  font-size: clamp(20px, 4.5vw, 32px);
  text-align: center;
  line-height: 1.3;
}

.hero-section {
  position: relative;
  background-image: url("../images/mv_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin-bottom: 80px;
  padding-top: 80px;
  aspect-ratio: 2400/1920;
}
@media (max-width: 767.98px) {
  .hero-section {
    background-size: cover;
    aspect-ratio: 3/5;
  }
}

.hero-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-title {
  position: absolute;
  top: 5%;
  left: 2%;
  width: 50%;
}
.hero-title img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .hero-title {
    top: 0;
    width: 90%;
  }
}

.hero-badges {
  position: absolute;
  bottom: 5%;
  left: 10%;
  z-index: 3;
  display: flex;
  width: 50%;
}
@media (max-width: 767.98px) {
  .hero-badges {
    top: 20%;
    left: 8%;
    width: 32%;
    bottom: auto;
    flex-wrap: wrap;
  }
}

.hero-staff {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 100%;
}
.hero-staff-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 2400/250;
}
@media (max-width: 767.98px) {
  .hero-staff-inner {
    aspect-ratio: 1200/250;
  }
}
.hero-staff-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  background-image: url("../images/hero_frame_02.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.hero-staff-img {
  position: absolute;
  right: 5%;
  bottom: 50%;
  z-index: 1;
  width: 30%;
}
@media (max-width: 767.98px) {
  .hero-staff-img {
    width: 50%;
    bottom: 20%;
  }
}
.hero-staff-message {
  position: absolute;
  top: 20%;
  right: 8%;
  z-index: 3;
  width: 25%;
}
@media (max-width: 767.98px) {
  .hero-staff-message {
    top: 60%;
    width: 50%;
  }
}
.hero-staff-message p {
  margin-bottom: 0;
  color: #595757;
  font-size: min(2vw, 32px);
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .hero-staff-message p {
    font-size: max(3.5vw, 12px);
  }
}

.comparison-box-inner {
  padding: 1rem 2.5rem 0;
}
@media (max-width: 767.98px) {
  .comparison-box-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.comparison-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .comparison-list {
    margin-bottom: 2rem;
  }
}
.comparison-list-item {
  position: relative;
  flex: 0 0 auto;
  width: 28%;
}
@media (max-width: 767.98px) {
  .comparison-list-item {
    width: 100%;
  }
}
.comparison-list-arrow {
  position: relative;
  flex: 0 0 auto;
  width: 8%;
}
@media (max-width: 767.98px) {
  .comparison-list-arrow {
    width: 100%;
    height: 60px;
  }
}
.comparison-list-arrow img {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: auto;
}
@media (max-width: 767.98px) {
  .comparison-list-arrow img {
    top: 0;
    transform: translate(-50%, -16px) rotate(90deg);
    width: 40px;
  }
}

@media (max-width: 767.98px) {
  .comparison-figure {
    text-align: center;
  }
}
.comparison-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .comparison-figure img {
    width: 80%;
    aspect-ratio: 1/1;
  }
}
.comparison-figure figcaption {
  color: #595757;
  font-size: 2.25rem;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .comparison-figure figcaption {
    margin-top: 0.25rem;
    font-size: 1.5rem;
  }
}
.comparison-figure figcaption .accent {
  display: inline-block;
  background-color: #595757;
  border-radius: 4px;
  margin: 0 8px;
  padding: 4px 8px;
  color: #fff;
  font-size: 0.625em;
}
@media (max-width: 767.98px) {
  .comparison-figure figcaption .accent {
    font-size: 0.8em;
  }
}

.comparison-coment {
  position: relative;
}
.comparison-coment-text {
  width: 65%;
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .comparison-coment-text {
    width: 70%;
  }
}
.comparison-coment-text p {
  background-color: #008c05;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 2rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .comparison-coment-text p {
    padding: 0.75rem;
    font-size: 1rem;
  }
}
.comparison-coment-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
}
@media (max-width: 767.98px) {
  .comparison-coment-img {
    right: -1.5rem;
    width: 50%;
  }
}
.comparison-coment-img-inner {
  position: relative;
  padding-left: 10%;
}
.comparison-coment-img-inner::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -1px;
  display: block;
  background-color: #008c05;
  width: 60px;
  height: 60px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 767.98px) {
  .comparison-coment-img-inner::before {
    width: 20px;
    height: 20px;
    left: 22%;
  }
}

.strengths-point {
  list-style: none;
  padding: 0;
}
.strengths-point li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #999;
  border-radius: 5px;
  padding: 4px 12px;
  margin-bottom: 0.75rem;
}
.strengths-point.is-orange li {
  color: #e65b1d;
  border-color: #e65b1d;
}
.strengths-point.is-green li {
  color: #00b696;
  border-color: #00b696;
}
.strengths-point.is-blue li {
  color: #367fc8;
  border-color: #367fc8;
}

.staff-name {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.6;
}
.staff-name-license {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #008c05;
  border-radius: 5px;
  height: 1.8em;
  margin-right: 0.5rem;
  padding: 0 0.6em;
  color: #008c05;
  font-size: 0.675em;
  vertical-align: 0.15em;
}

.case-item {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .case-item {
    align-items: flex-start;
    margin-top: 3rem;
  }
}
.case-customer {
  width: 15%;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .case-customer {
    width: 35%;
    padding: 0 10px;
  }
}
.case-process {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 85%;
}
@media (max-width: 767.98px) {
  .case-process {
    flex-wrap: wrap;
    width: 65%;
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .case-step {
    margin-bottom: 0;
  }
}
.case-step:not(:last-child) {
  position: relative;
}
.case-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24.9807621135px;
  transform: translateY(-50%);
  display: block;
  background-color: #008c05;
  width: 25.9807621135px;
  height: 30px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 767.98px) {
  .case-step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -24.9807621135px;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.case-step-inner {
  border: 3px solid #008c05;
  border-radius: 16px;
  overflow: hidden;
}
.case-step img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-step figcaption {
  background-color: #008c05;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .case-step figcaption {
    font-size: 1rem;
  }
}

.voice-item {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 1.5rem;
}
.voice-item:nth-of-type(odd) {
  flex-direction: row;
}
.voice-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.voice-customer {
  width: 20%;
  max-width: 140px;
}
@media (max-width: 767.98px) {
  .voice-customer {
    width: 30%;
  }
}
.voice-speech {
  width: 80%;
  max-width: 720px;
}
@media (max-width: 767.98px) {
  .voice-speech {
    width: 70%;
  }
}
.voice-speech-bubble {
  position: relative;
  display: inline-block;
  padding: 24px 2rem;
  border: 3px solid #008c05;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .voice-speech-bubble {
    border-radius: 10px;
    padding: 1em;
    font-size: 1rem;
    text-align: justify;
  }
}
.voice-speech-bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  border-style: solid;
}
.voice-speech-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  border-style: solid;
}
.voice-item:nth-of-type(odd) .voice-speech-bubble {
  margin-left: 20px;
}
.voice-item:nth-of-type(odd) .voice-speech-bubble::before {
  left: 0;
  border-width: 10px 20px 10px 0;
  border-color: transparent #008c05 transparent transparent;
  translate: -100% -50%;
  transform: skew(0, 40deg);
  transform-origin: right;
}
.voice-item:nth-of-type(odd) .voice-speech-bubble::after {
  left: 0;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
  transform: skew(0, 40deg);
  transform-origin: right;
}
.voice-item:nth-of-type(even) .voice-speech-bubble {
  margin-right: 20px;
}
.voice-item:nth-of-type(even) .voice-speech-bubble::before {
  right: 0;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #008c05;
  translate: 100% -50%;
  transform: skew(0, -40deg);
  transform-origin: left;
}
.voice-item:nth-of-type(even) .voice-speech-bubble::after {
  right: 0;
  border-width: 7.8px 0 7.8px 15.5px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
  transform: skew(0, -40deg);
  transform-origin: left;
}

.faq-list {
  background-image: url("../images/faq_bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.faq-list-item {
  position: relative;
  padding: 8px 0 8px 48px;
  font-weight: 700;
}
.faq-list-item::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.faq-list-item.faq-q::before {
  content: "Q";
  background-color: #0028be;
}
.faq-list-item.faq-a {
  margin-left: 32px;
  margin-bottom: 1rem;
}
.faq-list-item.faq-a::before {
  content: "A";
  background-color: #ec000a;
}

.site-footer {
  padding-bottom: 5rem;
  text-align: center;
}
.site-footer .footer-message {
  color: #008c05;
  font-size: clamp(16px, 5.5vw, 36px);
}
.site-footer .footer-tel {
  color: #008c05;
  font-size: clamp(16px, 5.5vw, 36px);
}
.site-footer .footer-tel .dial {
  font-size: clamp(24px, 10vw, 64px);
  line-height: 1;
}
.site-footer .footer-tel .dial::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon_tel_free.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 0.8em;
  margin-right: 0.125em;
}
@media (max-width: 767.98px) {
  .site-footer .footer-mail .btn-img {
    max-width: 80%;
  }
}
.site-footer .footer-copy {
  margin-top: 2rem;
  font-size: 0.75rem;
}

.form-wrap {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 1rem;
}

.form-heading {
  border-bottom: 1px solid #008c05;
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5em;
  color: #008c05;
  font-size: clamp(16px, 4.5vw, 24px);
  text-align: center;
}

.form-label {
  font-size: 1rem;
  font-weight: 500;
}
.form-label .required {
  display: inline-block;
  border: 1px solid #9e2e32;
  border-radius: 3px;
  margin-left: 0.5em;
  padding: 1px 0.25em;
  color: #9e2e32;
  font-size: 0.675em;
  vertical-align: text-bottom;
}

.form-note {
  padding: 1rem 0;
}
.form-note p {
  font-size: 0.875rem;
  text-align: center;
}
.form-note p a {
  color: #008c05;
  font-weight: 600;
  text-decoration: underline;
}

.p-thanks__container {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 1rem;
}
.p-thanks__title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
  text-align: center;
}
.p-thanks__body {
  font-size: 1rem;
}
.p-thanks__notice {
  border-top: 1px solid #008c05;
  border-bottom: 1px solid #008c05;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1rem 0;
}
.p-thanks__notice-title {
  color: #008c05;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.p-thanks__link {
  margin-top: 2rem;
  text-align: center;
}
.p-thanks__link a {
  color: #008c05;
}
.p-thanks__link a:hover {
  text-decoration: underline;
}

.ff-shingo-l {
  font-family: "UD新ゴ L", "UD Shin Go Light", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 300;
}

.ff-shingo-r {
  font-family: "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
}

.ff-shingo-m {
  font-family: "UD新ゴ M", "UD Shin Go Medium", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 500;
}

.ff-shingo-db {
  font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 600;
}

.ff-shingo-b {
  font-family: "UD新ゴ B", "UD Shin Go Bold", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
}

.ff-shingo-h {
  font-family: "UD新ゴ H", "UD Shin Go Heavy", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 800;
}

.ff-reimin-l {
  font-family: "UD黎ミン L", "UD Reimin Light", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 300;
}

.ff-reimin-r {
  font-family: "UD黎ミン R", "UD Reimin Regular", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 400;
}

.ff-reimin-m {
  font-family: "UD黎ミン M", "UD Reimin Medium", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 500;
}

.ff-reimin-b {
  font-family: "UD黎ミン B", "UD Reimin Bold", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 700;
}

.ff-reimin-db {
  font-family: "UD黎ミン EB", "UD Reimin ExtraBold", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 750;
}

.ff-reimin-h {
  font-family: "UD黎ミン H", "UD Reimin Heavy", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 800;
}

.ff-ryumin-l {
  font-family: "リュウミン L-KL", "Ryumin Light KL", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 300;
}

.ff-ryumin-r {
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 400;
}

.ff-ryumin-m {
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 500;
}

.ff-ryumin-b {
  font-family: "リュウミン B-KL", "Ryumin Bold KL", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 700;
}

.ff-ryumin-eb {
  font-family: "リュウミン EB-KL", "Ryumin ExtraBold KL", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 750;
}

.ff-ryumin-h {
  font-family: "リュウミン H-KL", "Ryumin Heavy KL", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 800;
}

.ff-ryumin-eh {
  font-family: "リュウミン EH-KL", "Ryumin ExtraHeavy KL", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 850;
}

.ff-ryumin-u {
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: 900;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-48 {
  font-size: 3rem;
}

.fs-60 {
  font-size: 3.75rem;
}

.fs-72 {
  font-size: 4.5rem;
}

@media (max-width: 767.98px) {
  .fs-sp-10 {
    font-size: 0.625rem;
  }
  .fs-sp-11 {
    font-size: 0.6875rem;
  }
  .fs-sp-12 {
    font-size: 0.75rem;
  }
  .fs-sp-13 {
    font-size: 0.8125rem;
  }
  .fs-sp-14 {
    font-size: 0.875rem;
  }
  .fs-sp-15 {
    font-size: 0.9375rem;
  }
  .fs-sp-16 {
    font-size: 1rem;
  }
  .fs-sp-17 {
    font-size: 1.0625rem;
  }
  .fs-sp-18 {
    font-size: 1.125rem;
  }
  .fs-sp-19 {
    font-size: 1.1875rem;
  }
  .fs-sp-20 {
    font-size: 1.25rem;
  }
  .fs-sp-22 {
    font-size: 1.375rem;
  }
  .fs-sp-24 {
    font-size: 1.5rem;
  }
  .fs-sp-26 {
    font-size: 1.625rem;
  }
  .fs-sp-28 {
    font-size: 1.75rem;
  }
  .fs-sp-30 {
    font-size: 1.875rem;
  }
  .fs-sp-32 {
    font-size: 2rem;
  }
  .fs-sp-36 {
    font-size: 2.25rem;
  }
  .fs-sp-40 {
    font-size: 2.5rem;
  }
  .fs-sp-48 {
    font-size: 3rem;
  }
  .fs-sp-60 {
    font-size: 3.75rem;
  }
  .fs-sp-72 {
    font-size: 4.5rem;
  }
}
.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

@media (max-width: 767.98px) {
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .mt-sp-110 {
    margin-top: 110px !important;
  }
  .mt-sp-120 {
    margin-top: 120px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .mb-sp-110 {
    margin-bottom: 110px !important;
  }
  .mb-sp-120 {
    margin-bottom: 120px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pt-sp-110 {
    padding-top: 110px !important;
  }
  .pt-sp-120 {
    padding-top: 120px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
  .pb-sp-110 {
    padding-bottom: 110px !important;
  }
  .pb-sp-120 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 767.98px) {
  .sp-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.color-main {
  color: #008c05;
}

.color-orange {
  color: #e65b1d;
}

.color-lgreen {
  color: #00b696;
}

.color-blue {
  color: #367fc8;
}

.bg-green {
  background-color: #e9ffd8;
}

.bg-yellow {
  background-color: #fffad4;
}

.circle-img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.rounded-img {
  border-radius: 10px;
}