@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #333333;
  --color-main: #ebde57;
  --color-accent: #f7931e;
  --color-bg: #fcfae4;
  --color-placeholder: #ccc;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

picture {
  display: block;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=date]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value,
input[type=datetime-local]::-webkit-date-and-time-value {
  text-align: left;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-jp-v55-japanese_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/roboto-v50-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


.l-container {
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .l-container {
    padding-left: calc(100 / 1200 * 100vw);
    padding-right: calc(100 / 1200 * 100vw);
    width: calc(1200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(25 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-header {
  height: 70px;
}
@media screen and (max-width: 1199px) {
  .p-header {
    height: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(50 / 375 * 100vw);
  }
}
.p-header .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 1199px) {
  .p-header__inner {
    padding: 0 calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 calc(11 / 375 * 100vw);
  }
}
.p-header__logo {
  width: 625px;
  height: 48px;
}
@media screen and (max-width: 1199px) {
  .p-header__logo {
    width: calc(625 / 1200 * 100vw);
    height: calc(48 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(353 / 375 * 100vw);
    height: calc(29 / 375 * 100vw);
  }
}
.p-header__logo img {
  height: auto;
  width: 100%;
}

.p-mainVisual {
  background-image: url(../images/mainvisual_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 647px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    height: calc(647 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_bg_sp.jpg);
    height: calc(497 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);;
  }
}
.p-mainVisual .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.p-mainVisual__inner {
  position: relative;
}
.p-mainVisual__text {
  background-image: url(../images/mainvisual_text.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 550px;
  left: 14px;
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: -3px;
  white-space: nowrap;
  width: 691px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text {
    height: calc(550 / 1440 * 100vw);
    left: calc(14 / 1440 * 100vw);
    top: calc(-3 / 1440 * 100vw);
    width: calc(691 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text {
    display: none;
  }
}

.p-support {
  background-image: url(../images/support_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 443px;
}
@media screen and (max-width: 1439px) {
  .p-support {
    height: calc(443 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support {
    background-image: url(../images/support_bg_sp.jpg);
    height: calc(444 / 375 * 100vw);
  }
}

.p-support__lead{
  padding-top: 57px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-support__lead{
    padding-top: calc(57 / 1440 * 100vw);
    padding-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__lead{
    padding-top: calc(64 / 375 * 100vw);
    padding-bottom: calc(28 / 375 * 100vw);
  }
}
.p-support__lead img{
  width: 542px;
  height: 154px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-support__lead img{
    width: calc(542 / 1440 * 100vw);
    height: calc(154 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__lead img{
    width: calc(326 / 375 * 100vw);
    height: calc(97 / 375 * 100vw);
  }
}

.p-support__content{
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  width: 900px;
  margin: 0 auto;
  padding-top: 32px;
  padding-left: 39px;
  padding-bottom: 27px;
}
@media screen and (max-width: 1439px) {
  .p-support__content{
    border-radius: calc(10 / 1440 * 100vw);
    width: calc(900 / 1440 * 100vw);
    padding-top: calc(32 / 1440 * 100vw);
    padding-left: calc(39 / 1440 * 100vw);
    padding-bottom: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__content{
    border-radius: calc(6 / 375 * 100vw);
    width: 100%;
    padding-top: calc(29 / 375 * 100vw);
    padding-left: calc(39 / 375 * 100vw);
    padding-bottom: calc(29 / 375 * 100vw);
  }
}

.p-support__content img{
  width: 810px;
  height: 83px;
}
@media screen and (max-width: 1439px) {
  .p-support__content img{
    width: calc(810 / 1440 * 100vw);
    height: calc(83 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__content img{
    width: calc(250 / 375 * 100vw);
    height: calc(134 / 375 * 100vw);
  }
}

.p-feature {
  padding: 68px 0 69px 0;
}
@media screen and (max-width: 1199px) {
  .p-feature {
    padding: calc(68 / 1200 * 100vw) 0 calc(69 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: calc(44 / 375 * 100vw) 0 calc(50 / 375 * 100vw) 0;
  }
}
.p-feature .l-container {
  margin: 0 auto;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 1199px) {
  .p-feature .l-container {
    padding-left: calc(90 / 1200 * 100vw);
    padding-right: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}

.p-feature__heading{
  margin-bottom: 49px;
}
@media screen and (max-width: 1199px) {
  .p-feature__heading{
    margin-bottom: calc(49 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__heading{
    margin-bottom: calc(26 / 375 * 100vw);
  }
}
.p-feature__title{
  font-size: 35px;
  color: #42210b;
  font-weight: 700;
  text-align: center;
  letter-spacing: .03em;
  margin-left: 4px;
}
@media screen and (max-width: 1199px) {
  .p-feature__title{
    font-size: calc(35 / 1200 * 100vw);
    margin-left: calc(4 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__title{
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
    margin-left: calc(4 / 375 * 100vw);
  }
}

.p-feature__titleAccentWrap {
  position: relative;
  display: inline-block;
}

.p-feature__titleAccentWrap::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -4px;
  width: 105%;
  height: 12px;
  background: var(--color-main);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .p-feature__titleAccentWrap::after {
    left: calc(-8 / 1200 * 100vw);
    height: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__titleAccentWrap::after {
    left: calc(0 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
    bottom: calc(3 / 375 * 100vw);
    width: 102%;
  }
}

.p-feature__titleAccent__num{
  color: var(--color-accent);
  font-size: 55px;
  transform: translateY(3px);
  display: inline-block;
  margin-left: -6px;
}
@media screen and (max-width: 1199px) {
  .p-feature__titleAccent__num{
    font-size: calc(55 / 1200 * 100vw);
    transform: translateY(calc(3 / 1200 * 100vw));
    margin-left: calc(-6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__titleAccent__num{
    font-size: calc(38 / 375 * 100vw);
    transform: translateY(calc(0 / 375 * 100vw));
    margin-left: calc(3 / 375 * 100vw);
  }
}
.p-feature__titleAccent__kana{
  color: var(--color-accent);
  font-size: 41px;
}
@media screen and (max-width: 1199px) {
  .p-feature__titleAccent__kana{
    font-size: calc(41 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__titleAccent__kana{
    font-size: calc(29 / 375 * 100vw);
  }
}
.p-feature__container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .p-feature__container {
    gap: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__container {
    gap: calc(19 / 375 * 100vw);
  }
}

.p-feature-card {
  border-radius: 10px;
  border: 1px solid var(--color-main);
  padding: 20px 20px 25px 20px;
  width: 320px;
  box-shadow: -4px 4px var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-feature-card {
    border-radius: calc(10 / 1440 * 100vw);
    padding: calc(20 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    width: calc(320 / 1440 * 100vw);
    box-shadow: calc(-4 / 1440 * 100vw) calc(4 / 1440 * 100vw) var(--color-main);
  }
}
@media screen and (max-width: 767px) {
  .p-feature-card {
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(24 / 375 * 100vw) calc(20 / 375 * 100vw);
    width: calc(320 / 375 * 100vw);
    box-shadow: calc(-4 / 375 * 100vw) calc(4 / 375 * 100vw) var(--color-main);
  }
}
.p-feature-card__header{
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .p-feature-card__header{
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature-card__header{
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.p-feature-card__number {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Roboto";
  font-style: italic;
  color: var(--color-main);
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-feature-card__number {
    font-size: calc(48 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature-card__number {
    font-size: calc(48 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.p-feature-card--1 .p-feature-card__number{
  letter-spacing: -.04em;
}

.p-feature-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent);
  transform: translateY(-4px);
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  .p-feature-card__title {
    font-size: calc(18 / 1440 * 100vw);
    transform: translateY(calc(-4 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-feature-card__title {
    font-size: calc(18 / 375 * 100vw);
    transform: translateY(calc(-3 / 375 * 100vw));
  }
}
.p-feature-card--1 .p-feature-card__title{
  margin-left: 3px;
}
@media screen and (max-width: 1439px) {
  .p-feature-card--1 .p-feature-card__title{
    margin-left: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature-card--1 .p-feature-card__title{
    margin-left: calc(3 / 375 * 100vw);
  }
}
.p-feature-card--2 .p-feature-card__title,
.p-feature-card--3 .p-feature-card__title{
  margin-left: 6px;
}
@media screen and (max-width: 1439px) {
  .p-feature-card--2 .p-feature-card__title,
  .p-feature-card--3 .p-feature-card__title{
    margin-left: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature-card--2 .p-feature-card__title,
  .p-feature-card--3 .p-feature-card__title{
    margin-left: calc(6 / 375 * 100vw);
  }
}
.p-feature-card__image{
  width: 280px;
  height: 175px;
}
@media screen and (max-width: 1439px) {
  .p-feature-card__image{
    width: calc(280 / 1440 * 100vw);
    height: calc(175 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature-card__image{
    width: calc(280 / 375 * 100vw);
    height: calc(175 / 375 * 100vw);
  }
}
.p-feature-card__image img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .p-feature-card__image img {
    border-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature-card__image img {
    border-radius: calc(10 / 375 * 100vw);
  }
}
.p-feature-card__text {
  line-height: 1.88;
  font-size: 15px;
  margin-top: 14px;
}
@media screen and (max-width: 1439px) {
  .p-feature-card__text {
    font-size: calc(15 / 1440 * 100vw);
    margin-top: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature-card__text {
    line-height: 1.89;
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
}
.p-footer .l-container {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  justify-content: center;
}
.p-footer__inner{
  width: 100%;
}
.p-footer__nav{
  background-color: var(--color-bg);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav{
    height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav{
    height: calc(40 / 375 * 100vw);
  }
}
.p-footer__nav > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-footer__nav > ul > li + li {
  margin-left: 45px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(20 / 375 * 100vw);
  }
}
.p-footer__nav a {
  color: var(--color-accent);
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav a {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav a {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-footer__copyright {
  background-color: var(--color-accent);
  color: var(--color-white);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-footer__copyright {
    height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    height: calc(28 / 375 * 100vw);
  }
}

.p-form {
	margin-top: -110px;
  width: 100%;
  background: linear-gradient(
  rgba(255,255,255,0) 0px,
  rgba(255,255,255,0) 110px,
  #fcfae4 110px,
  #fcfae4 100%
);
}
@media screen and (max-width: 1439px) {
  .p-form {
    margin-top: calc(-110 / 1440 * 100vw);
    background: linear-gradient(
      rgba(255,255,255,0) 0px,
      rgba(255,255,255,0) calc(110 / 1440 * 100vw),
      #fcfae4 calc(110 / 1440 * 100vw),
      #fcfae4 100%
    );
  }
}
@media screen and (max-width: 767px) {
  .p-form {
    margin-top: calc(-53 / 375 * 100vw);
    background: linear-gradient(
      rgba(255,255,255,0) 0px,
      rgba(255,255,255,0) calc(53 / 375 * 100vw),
      #fcfae4 calc(53 / 375 * 100vw),
      #fcfae4 100%
    );
  }
}

.p-form__inner {
  padding: 69px 0 62px 0;
}
@media screen and (max-width: 1439px) {
  .p-form__inner {
    padding: calc(69 / 1440 * 100vw) 0 calc(62 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding: calc(20 / 375 * 100vw) 0 calc(50 / 375 * 100vw) 0;
  }
}
  
.c-form {
	box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
	margin: 0 auto;
	overflow: hidden;
	width: 730px;
	border-radius: 10px;
}
@media screen and (max-width: 1439px) {
	.c-form {
	  box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(48, 56, 65, 0.15);
	  width: calc(730 / 1440 * 100vw);
	  border-radius: calc(10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form {
	  box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(48, 56, 65, 0.15);
	  width: calc(330 / 375 * 100vw);
	  border-radius: calc(5 / 375 * 100vw);
	}
}
.c-form__titleBox {
  background-color: var(--color-accent);
  display: flex;
  height: 83px;
  width: 100%;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-white);
  font-weight: 700;
  gap: 11px;
}
@media screen and (max-width: 1439px) {
	.c-form__titleBox {
	  height: calc(83 / 1440 * 100vw);
	  padding-top: calc(15/ 1440 * 100vw);
    gap: calc(11 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-form__titleBox {
	  height: calc(58 / 375 * 100vw);
	  padding-top: calc(10 / 375 * 100vw);
    gap: calc(7 / 375 * 100vw);
	}
}
.c-form__lead{
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__lead{
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__lead{
    font-size: calc(11 / 375 * 100vw);
  }
}
.c-form__lead--left{
  display: inline-block;
  transform: translateX(-7px);
}
@media screen and (max-width: 1439px) {
  .c-form__lead--left{
    transform: translateX(calc(-7 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-form__lead--left{
    transform: translateX(calc(-6 / 375 * 100vw));
  }
}
.c-form__lead--right{
  display: inline-block;
  transform: translateX(8px);
}
@media screen and (max-width: 1439px) {
  .c-form__lead--right{
    transform: translateX(calc(8 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-form__lead--right{
    transform: translateX(calc(7 / 375 * 100vw));
  }
}
.c-form__title{
  font-size: 23px;
}
@media screen and (max-width: 1439px) {
  .c-form__title{
    font-size: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__title{
    font-size: calc(18 / 375 * 100vw);
  }
}
.c-form__content {
  background-color: var(--color-white);
  padding: 23px 60px 41px;
}
@media screen and (max-width: 1439px) {
  .c-form__content {
    padding: calc(23 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(41 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content {
    padding: calc(21 / 375 * 100vw) calc(19 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.c-form__content__step {
  margin-bottom: 23px;
  margin-left: 8px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step {
    margin-bottom: calc(23 / 1440 * 100vw);
    margin-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step {
    margin-bottom: calc(21 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
  }
}
.c-form__content__step > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-form__content__step > ul > li {
  background-image: url(../images/icon_form_dot.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  padding-left: 27px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step > ul > li {
    width: calc(6 / 1440 * 100vw);
    height: calc(6 / 1440 * 100vw);
    padding-left: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li {
    width: calc(6 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    padding-left: calc(27 / 375 * 100vw);
  }
}
.c-form__content__step > ul li.is-current {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step > ul li.is-current {
    width: calc(25 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul li.is-current {
   width: calc(26 / 375 * 100vw);
   height: calc(26 / 375 * 100vw);
  }
}
.c-form__content__step > ul > li:nth-child(1).is-current {
  background-image: url(../images/icon_form_number_1_current.svg);
}
.c-form__content__step > ul > li:nth-child(2).is-current {
  background-image: url(../images/icon_form_number_2_current.svg);
}
.c-form__content__step > ul > li:nth-child(3).is-current {
  background-image: url(../images/icon_form_number_3_current.svg);
}
.c-form__content__step > ul > li:nth-child(4).is-current {
  background-image: url(../images/icon_form_number_4_current.svg);
}
.c-form__content__step > ul > li:nth-child(5).is-current {
  background-image: url(../images/icon_form_number_5_current.svg);
}
.c-form__content__block__titleBox {
  align-items: center;
  display: flex;
  margin-bottom: 21px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.c-form__content__block__titleBox__title {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(16 / 375 * 100vw);
    font-weight: 700;
  }
}
.c-form__content__block__radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio {
    row-gap: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio {
    row-gap: calc(10 / 375 * 100vw);
  }
}
.c-form__content__block__radio__choice {
  width: 295px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice {
    width: calc(295 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice {
    width: 100%;
  }
  .step2 .c-form__content__block__radio__choice,
  .step3 .c-form__content__block__radio__choice{
    width: calc(142 / 375 * 100vw);
  }

}

.c-form__content__block__radio__choice input {
  display: none;
}
.c-form__content__block__radio__choice input:checked + label{
  background-color: var(--color-main);
  border: 0;
}
.c-form__content__block__radio__choice label{
  -webkit-user-select: none;
     -moz-user-select: none;
  	-ms-user-select: none;
  align-items: center;
  border: 1px solid var(--color-accent);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 76px;
  justify-content: center;
  transition: 0.3s;
  		user-select: none;
  width: 100%;
  text-align: center;
  flex-direction: column;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice label{
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice label {
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
    text-align: center;
    line-height: calc(22 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step2 .c-form__content__block__radio__choice label,
  .step3 .c-form__content__block__radio__choice label{
    height: calc(69 / 375 * 100vw);
  }
}
.c-form__content__block__radio__choice label span{
  font-size: 16px;
  line-height: 28px;
  transform: translateY(3px);
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice label span{
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    transform: translateY(calc(3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice label span{
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    transform: translateY(calc(-1 / 375 * 100vw));
  }
}
.c-form__content__block__radio__choice label:hover{
  border: 1px solid var(--color-accent);
}

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

.c-form__content__block__select select {
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
  border: 1px solid var(--color-accent);
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  height: 76px;
  padding: 0 29px 0 29px;
  font-family: "Noto Sans JP";
  width: 100%;
cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__select select {
    background-position: right calc(40 / 1440 * 100vw) center;
    background-size: calc(10 / 1440 * 100vw) calc(8 / 1440 * 100vw);
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(29 / 1440 * 100vw) 0 calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__select select {
      background-position: right calc(17 / 375 * 100vw) center;
      background-size: calc(11 / 375 * 100vw) calc(7 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
    padding: 0 calc(22 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
  }
}

.c-form__content__block__input input{
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  border: 1px solid var(--color-accent);
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__input input {
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__input input{
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
  }
}
.c-form__content__block__input input::-moz-placeholder {
  color: var(--color-placeholder);
}
.c-form__content__block__input input:-ms-input-placeholder{
  color: var(--color-placeholder);
}
.c-form__content__block__input input::placeholder{
  color: var(--color-placeholder);
}
.c-form__content__block__input input {
  height: 76px;
  padding: 0 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__input input {
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__input input {
    height: calc(56 / 375 * 100vw);
    padding: 0 calc(18 / 375 * 100vw);
  }
}
.c-form__content__block__input input:-webkit-autofill {
  box-shadow: 0 0 0 1000px var(--color-white) inset;
  -webkit-text-fill-color: var(--color-black);
}

.c-form__content__block + .c-form__content__block {
  margin-top: 39px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(23 / 375 * 100vw);
  }
}

.c-form__content__block__agree{
  margin-top: 27px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__agree{
  	margin-top: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__agree{
  	margin-top: calc(26 / 375 * 100vw);
  }
}
.c-form__content__block__agree .parsley-required{
  text-align: center;
}

.c-form__content__block__agree__checkbox{
  text-align: center;
}
.c-form__content__block__agree__checkbox input[type=checkbox] {
  display: none;
}
.c-form__content__block__agree__checkbox label{
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__agree__checkbox label{
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__agree__checkbox label{
    font-size: calc(12 / 375 * 100vw);
    display: block;
    text-align: left;
    position: relative;
    margin-left: calc(72 / 375 * 100vw);
  }
}
.c-form__content__block__agree__checkbox label::before {
  background-image: url(../images/form_icon_agree.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
  transform: translate(10px, 5px);
  margin-right: 25px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__agree__checkbox label::before {
    height: calc(18 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
    transform: translate(calc(10 / 1440 * 100vw), calc(5 / 1440 * 100vw));
    margin-right: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__agree__checkbox label::before {
    height: calc(16 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    position: absolute;
    transform: translate(calc(-24 / 375 * 100vw), calc(-1 / 375 * 100vw));
  }
}
.c-form__content__block__agree__checkbox input[type=checkbox]:checked + label::before {
  background-image: url(../images/form_icon_agree_checked.svg);
}
.c-form__content__block__agree__checkbox label a{
  color: var(--color-accent);
  text-decoration: underline;
}
.c-form__content .parsley-errors-list{
  color: red;
  font-size: 14px;
  margin-top: 12px;
  line-height: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .parsley-errors-list{
   font-size: calc(14 / 1440 * 100vw);
   margin-top: calc(12 / 1440 * 100vw);
   line-height: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .parsley-errors-list{
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    line-height: calc(7 / 375 * 100vw);
  }
}
.c-form__content .parsley-errors-list li + li{
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .parsley-errors-list li + li{
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .parsley-errors-list li + li{
    margin-top: calc(5 / 375 * 100vw);
  }
}

.c-form__content__buttonBox {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox {
    margin-top: calc(24 / 375 * 100vw);
  }
}
.c-form__content__buttonBox--submit {
  margin-top: 33px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox--submit {
    margin-top: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox--submit {
   margin-top: calc(27 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button {
  margin-bottom: 19px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button {
    margin-bottom: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button {
    margin-bottom: calc(19 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button button {
  cursor: pointer;
  display: block;
  height: 61px;
  margin: 0 auto;
  width: 325px;
  background-color: var(--color-accent);
  color: var(--color-white);
  font-size: 22px;
  font-weight: 600;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button button {
    height: calc(61 / 1440 * 100vw);
    width: calc(325 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
    border-radius: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button button {
    height: calc(45 / 375 * 100vw);
    width: calc(193 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    border-radius: calc(100 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button--submit button.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-form__content__buttonBox__button--next button::before,
.c-form__content__buttonBox__button--submit button::before{
  background-image: url(../images/form_button_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 13px;
  margin: auto 0;
  position: absolute;
  right: 20px;
  top: 0;
  width: 7px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button--next button::before,
  .c-form__content__buttonBox__button--submit button::before{
    height: calc(13 / 1440 * 100vw);
    right: calc(20 / 1440 * 100vw);
    width: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button--next button::before,
  .c-form__content__buttonBox__button--submit button::before{
    height: calc(9 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(4 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__back {
  -webkit-user-select: none;
     -moz-user-select: none;
  	-ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back {
    font-size: calc(12 / 375 * 100vw);
    margin-left: calc(-16 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__back::before {
  background-image: url(../images/icon_arrow_back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  margin-right: 15px;
  transform: translateY(1px);
  width: 6px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back::before {
    height: calc(12 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back::before {
    height: calc(8 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
    transform: translateY(0.5px);
  }
}
.p-thanks .l-container{
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-thanks__content__title{
  font-size: 35px;
  line-height: 54px;
  background-color: var(--color-accent);
  color: var(--color-white);
  text-align: center;
  margin-bottom: 70px;
  font-weight: 600;
  padding-top: 50px;
  padding-bottom: 41px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__title{
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(55 / 1440 * 100vw);
    margin-bottom: calc(70 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
    padding-bottom: calc(41 / 1440 * 100vw);
  }
  }
  @media screen and (max-width: 767px) {
    .p-thanks__content__title{
      font-size: calc(22 / 375 * 100vw);
      line-height: calc(35 / 375 * 100vw);
      margin-bottom: calc(40 / 375 * 100vw);
      padding-top: calc(35 / 375 * 100vw);
      padding-bottom: calc(35 / 375 * 100vw);
  }
}

.p-thanks__content__textBox{
  border-radius: 10px;
  border: 1px solid var(--color-main);
  padding: 45px 28px 38px 28px;
  width: 732px;
  box-shadow: -4px 4px var(--color-main);
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__textBox{
    border-radius: calc(10 / 1440 * 100vw);
    padding: calc(46 / 1440 * 100vw) calc(28 / 1440 * 100vw) calc(38 / 1440 * 100vw) calc(28 / 1440 * 100vw);
    width: calc(732 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__textBox{
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(24 / 375 * 100vw) calc(17 / 375 * 100vw) calc(27 / 375 * 100vw) calc(20 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}
.p-thanks__content__text{
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 23px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__text{
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-bottom: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__text{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: calc(13 / 375 * 100vw);
    text-align: left;
  }
}
.p-thanks__content__note{
  color: var(--color-accent);
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  margin-left: 113px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__note{
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-left: calc(113 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__note{
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw)
  }
}
.p-thanks__content__note li{
  padding-left: 28px;
  text-indent: -28px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__note li{
    padding-left: calc(28 / 1440 * 100vw);
    text-indent: calc(-28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__note li{
    padding-left: calc(27 / 375 * 100vw);
    text-indent: calc(-27 / 375 * 100vw);
  }
}
.p-thanks__content__lineBox{
  color: #59b55b;
  text-align: center;
  font-weight: 700;
  margin-top: 41px;
  margin-bottom: 71px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__lineBox{
    margin-top: calc(41 / 1440 * 100vw);
    margin-bottom: calc(71 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__lineBox{
    margin-top: calc(33 / 375 * 100vw);
    margin-bottom: calc(52 / 375 * 100vw);
  }
}
.p-thanks__content__lineBox__title{
  font-size: 20px;
  line-height: 34px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__lineBox__title{
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__lineBox__title{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-thanks__content__lineBox__lead{
  font-size: 13px;
  line-height: 39px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__lineBox__lead{
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__lineBox__lead{
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
    margin-top: calc(7 / 375 * 100vw);
  }
}
.p-thanks__content__lineBox__icon{
  width: 280px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__lineBox__icon{
    width: calc(260 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__lineBox__icon{
    width: calc(280 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}
.p-thanks__content__lineBox__icon img{
  width: 100%;
}
.p-thanks__content__lineBox__note{
  font-size: 12px;
  margin-top: 9px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__lineBox__note{
    font-size: calc(12 / 1440 * 100vw);
    margin-top: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__lineBox__note{
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(9 / 375 * 100vw);
  }
}

.p-thanks-flow__inner{
  width: 732px;
  margin: 0 auto;
  text-align: center;
  padding-top: 69px;
  padding-bottom: 68px;
}
@media screen and (max-width: 1439px) {
  .p-thanks-flow__inner{
    width: calc(732 / 1440 * 100vw);
    padding-top: calc(69 / 1440 * 100vw);
    padding-bottom: calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks-flow__inner{
    width: calc(330 / 375 * 100vw);
    padding-top: calc(49 / 375 * 100vw);
    padding-bottom: calc(49 / 375 * 100vw);
  }
}
.p-thanks-flow__title{
  width: 211px;
  height: 73px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-thanks-flow__title{
    width: calc(211 / 1440 * 100vw);
    height: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks-flow__title{
    width: calc(156 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    margin-left: calc(83 / 375 * 100vw);
  }
}

.p-thanks-flow{
  background-color: var(--color-bg);
}
.p-thanks-flowListBox{
  margin-top: 41px;
}
@media screen and (max-width: 1439px) {
  .p-thanks-flowListBox{
    margin-top: calc(41 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks-flowListBox{
    margin-top: calc(35 / 375 * 100vw);
  }
}
.p-thanks-flowList{
  background-color: var(--color-white);
  border-radius: 10px;
  text-align: left;
  position: relative;
  padding-top: 30px;
  padding-left: 52px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-thanks-flowList{
    border-radius: calc(10 / 1440 * 100vw);
    padding-top: calc(30 / 1440 * 100vw);
    padding-left: calc(52 / 1440 * 100vw);
    padding-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks-flowList{
    border-radius: calc(10 / 375 * 100vw);
    padding-top: calc(21 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
    padding-right: calc(18 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw)
  }
}
.p-thanks-flowList + .p-thanks-flowList{
  margin-top: 45px;
}
@media screen and (max-width: 1439px) {
  .p-thanks-flowList + .p-thanks-flowList{
    margin-top: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks-flowList + .p-thanks-flowList{
    margin-top: calc(44 / 375 * 100vw);
  }
}
.p-thanks-flowList::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../images/flow_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  .p-thanks-flowList::after {
    width: calc(21 / 1440 * 100vw);
    height: calc(21 / 1440 * 100vw);
    bottom: calc(-34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks-flowList::after {
    width: calc(21 / 375 * 100vw);
    height: calc(21 / 375 * 100vw);
    bottom: calc(-31 / 375 * 100vw);
  }
}
.p-thanks-flowListBox .p-thanks-flowList:last-of-type::after{
  display: none;;
}

.p-thanks-flowList__num{
  font-family: "Roboto";
  font-size: 16px;
  line-height: 28px;
  background-color: var(--color-accent);
  border-radius: 30px;
  display: inline-block;
  color: var(--color-white);
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: -13px;
  left: 51px;
}
@media screen and (max-width: 1439px) {
  .p-thanks-flowList__num{
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    border-radius: calc(30 / 1440 * 100vw);
    padding-left: calc(24 / 1440 * 100vw);
    padding-right: calc(24 / 1440 * 100vw);
    top: calc(-13 / 1440 * 100vw);
    left: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks-flowList__num{
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    border-radius: calc(30 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
    top: calc(-9 / 375 * 100vw);
    left: calc(18 / 375 * 100vw);
  }
}
.p-thanks-flowList__title{
  color: var(--color-accent);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-thanks-flowList__title{
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks-flowList__title{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-thanks-flowList__text{
  font-size: 15px;
  line-height: 28px;
  margin-top: 3px;
}
@media screen and (max-width: 1439px) {
  .p-thanks-flowList__text{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks-flowList__text{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-thanks__outro__inner{
  padding-top: 39px;
  padding-bottom: 38px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__outro__inner{
    padding-top: calc(39 / 1440 * 100vw);
    padding-bottom: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__outro__inner{
    padding-top: calc(14 / 375 * 100vw);
    padding-bottom: calc(16 / 375 * 100vw);
  }
}
.p-thanks__outro__text{
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  color: var(--color-accent);
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__outro__text{
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__outro__text{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

html.lity-active,
body.lity-active {
  overflow: hidden !important;
}
.lity-hide {
  display: none !important;
}
.lity-close,
.lity-close:hover {
  box-shadow: none !important;
  /* display: none !important; */
  font-family: inherit !important;
  line-height: 1 !important;
  /* position: static !important; */
  text-shadow: none !important;
  position: absolute;
  top: 0;
  right: 0;
}

.lity-close{
  font-size: 53px !important;
  width: 53px !important;
  height: 53px !important;
}
@media screen and (max-width: 1439px) {
  .lity-close{
    font-size: calc(53 / 1440 * 100vw) !important;
    width: calc(53 / 1440 * 100vw) !important;
    height: calc(53 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .lity-close{
    font-size: calc(40 / 375 * 100vw) !important;
    width: calc(40 / 375 * 100vw) !important;
    height: calc(40 / 375 * 100vw) !important;
  }
}
.lity-container,
.lity-content {
  transform: none !important;
  transition: none !important;
}
.lity-container {
  padding-top: 70px;
}
@media screen and (max-width: 1439px) {
  .lity-container {
    padding-top: calc(70 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .lity-container {
    padding-top: calc(57 / 375 * 100vw) !important;
  }
}
.lity-content {
  max-width: 90vw !important;
  box-sizing: border-box;
  margin: 0 auto;
}
.lity-content:after{
  box-shadow: none;
}

.p-privacy,
.p-company {
  background-color: var(--color-white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
          box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
  height: 80dvh;
  /* max-height: 80dvh; */
  overflow: scroll;
  padding: 40px;
  position: relative;
  width: 80dvh;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  overflow: auto;
}

@media screen and (max-width: 1439px) {
  .p-privacy,
  .p-company {
    border-radius: 0.6944444444vw;
    -webkit-box-shadow: 0vw 0vw 0.6944444444vw rgba(48, 56, 65, 0.15);
            box-shadow: 0vw 0vw 0.6944444444vw rgba(48, 56, 65, 0.15);
    padding: 2.7777777778vw;
    width: 50.6944444444vw;
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy,
  .p-company {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0vw 0vw 2.6666666667vw rgba(48, 56, 65, 0.15);
            box-shadow: 0vw 0vw 2.6666666667vw rgba(48, 56, 65, 0.15);
    padding: 0;
    width: 85vw;
    font-size: calc(12 / 375 * 100vw);
  }
}

.p-privacy__inner,
.p-company__inner {
  margin: 0 auto;
  padding: 32px 20px;
  line-height: 1.9;
}

@media screen and (max-width: 1439px) {
  .p-privacy__inner,
  .p-company__inner {
    padding: calc(32 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-privacy__inner,
  .p-company__inner {
    padding: calc(32 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}

.p-privacy__lead {
  margin-bottom: 28px;
  color: rgba(0,0,0,0.75);
}

@media screen and (max-width: 1439px) {
  .p-privacy__lead {
    margin-bottom: calc(28 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-privacy__lead {
    margin-bottom: calc(28 / 375 * 100vw);
  }
}

.p-privacy__section {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__section {
    margin-top: calc(32 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-privacy__section {
    margin-top: calc(32 / 375 * 100vw);
  }
}

.p-privacy__heading {
  font-size: 14px;
  font-weight: 700;
  margin: 18px 0 6px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__heading {
    font-size: calc(14 / 1440 * 100vw);
    margin: calc(14 / 1440 * 100vw) 0 calc(6 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-privacy__heading {
    font-size: calc(12 / 375 * 100vw);
    margin: calc(14 / 375 * 100vw) 0 calc(6 / 375 * 100vw);
  }
}

.p-privacy__text {
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__text {
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-privacy__text {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.p-privacy__note {
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__note {
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-privacy__note {
    margin-top: calc(12 / 375 * 100vw);
  }
}

.p-privacy__ol,
.p-privacy__ul {
  padding-left: 1.2em;
  margin: 10px 0 20px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__ol,
  .p-privacy__ul {
    margin: calc(10 / 1440 * 100vw) 0  calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-privacy__ol,
  .p-privacy__ul {
    margin: calc(10 / 375 * 100vw) 0  calc(20 / 375 * 100vw);
  }
}

.p-privacy__ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin-left: 0;
}
.p-privacy__ol:not(:has(.p-privacy__heading)) ,
.p-privacy__ul:not(:has(.p-privacy__heading)){
  padding-left: 2.4em;
}
.p-privacy__ol li::marker {
  font-size: 14px;
}
.p-privacy__ol > li:has(.p-privacy__heading)::marker {
  font-weight: 700;
  padding-left: 0;
}
@media screen and (max-width: 1439px) {
  .p-privacy__ol li::marker {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-privacy__ol li::marker {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-privacy__ol--sub {
  font-size: 0.95em;
}

.p-privacy__ul {
  list-style: disc;
}

.p-company__title{
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .p-company__title{
    margin-bottom: calc(20 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__title{
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-company__table{
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ccc;
  background: #FFF;
  margin-bottom: 15px;
  width: 100%;
}
.p-company__table th{
  background-color: var(--color-bg);
  width: 25%;
}
.p-company__table th,
.p-company__table td{
  font-size: 14px;
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  padding: 8px;
  vertical-align: top;
  font-weight: 400;
  line-height: 1.88;
}
@media screen and (max-width: 1439px) {
  .p-company__table{
    margin-bottom: calc(15 / 1440 * 100vw);
  }
  .p-company__table th,
  .p-company__table td{
    font-size: calc(14 / 1440 * 100vw);
    padding: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__table{
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .p-company__table th,
  .p-company__table td{
    font-size: calc(12 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw);
    width: 100%;
    display: inline-block;
  }
}
/* 
.p-privacy__close,
.p-company__close {
  position: fixed;
  right: 21px;
  top: 11px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__close,
  .p-company__close {
    right: calc(21 / 1440 * 100vw);
    top: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__close,
  .p-company__close {
    right: 0;
    top: calc(-20 / 375 * 100vw);
  }
}
.p-privacy__close button,
.p-privacy__close button:hover,
.p-company__close button,
.p-company__close button:hover {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  background: url(../images/lity_icon_close.svg) center/contain no-repeat;
  display: block !important;
  height: 16px;
  width: 16px;
  border: none;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__close button,
  .p-privacy__close button:hover,
  .p-company__close button,
  .p-company__close button:hover {
    height: calc(15 / 1440 * 100vw);
    width: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__close button,
  .p-privacy__close button:hover,
  .p-company__close button,
  .p-company__close button:hover {
    height: calc(15 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}
.p-privacy__close button:hover,
.p-privacy__close button:focus,
.p-company__close button:hover,
.p-company__close button:focus{
  display: block !important;
} */
