@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background:#00234b;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ============================================ */
/*end destyle*/
/* ============================================ */
/* Setting */
/* ============================================ */
/* Form Common */
/* ============================================ */
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #2B2B2B;
  text-align: justify;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

table {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
.u-ta_c {
  text-align: center;
}

.u-color_blue {
  color: #2778BE;
}

.u-color_red {
  color: #f00;
}

.u_vta_bl {
  vertical-align: baseline !important;
}

@media screen and (max-width: 767px) {
  .u-fs_14_sp {
    font-size: 3.7333333333vw;
  }
}
.c-grid {
  max-width: 934px;
  margin: 48px auto 64px;
}
@media screen and (min-width: 768px) {
  .c-grid {
    grid-template-columns: auto auto;
    display: grid;
    justify-content: space-between;
    --gap: 40px;
    gap: var(--gap);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-grid {
    --gap: 25px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-grid {
    margin: 6.4vw 0 12.8vw;
    padding: 0 5.3333333333vw;
  }
}

.c-grid__img {
  margin: auto;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .c-grid__img {
    width: 340px;
    font-size: 10px;
  }
}
.c-grid__img p {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-grid__img p {
    margin-top: 1.0666666667vw;
  }
}
.c-grid__img iframe {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-grid__img iframe {
    width: 100%;
    height: 76.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-grid__img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid__img {
    font-size: 2.6666666667vw;
    margin-top: 9.3333333333vw;
    text-align: left;
  }
}

.c-box {
  padding: 23px 20px 23px 40px;
  margin-top: 40px;
  border: 1px solid #B4C5E0;
  border-radius: 12px;
  background: #fff;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-box {
    gap: 40px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .c-box {
    gap: 86px;
  }
}
@media screen and (max-width: 767px) {
  .c-box {
    margin: 17.0666666667vw 5.3333333333vw 0;
    border: 2px solid #D8D8D8;
    padding: 4.8vw 4vw;
  }
}

@media screen and (max-width: 767px) {
  .c-box__text {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}

.c-box__img {
  display: flex;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .c-box__img {
    gap: 4.2666666667vw;
    justify-content: center;
    margin-top: 2.9333333333vw;
  }
  .c-box__img img {
    height: 15.4666666667vw;
    width: auto;
  }
}

.c-link {
  color: #2778BE;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    box-sizing: border-box;
  }
}

.p-header {
  background: url(https://www.spiral-platform.co.jp/wp-content/uploads/service/spiral-plus/bg-cta-01.webp) no-repeat center/cover;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 586px;
    padding-top: 116px;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    background-image: url(https://www.spiral-platform.co.jp/wp-content/uploads/service/spiral-plus/bg-cta-01.webp);
    padding-top: 15.7333333333vw;
    height: 90.1333333333vw;
  }
}

.p-header__title {
  font-weight: bold;
  color: #104055;
  text-align: center;
}
.p-header__title_ct {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-header__title {
    font-size: 38px;
    padding: 0 20px;
  }
  .p-header__title_ct {
    font-size: 38px;
    padding: 0 20px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-header__title {
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .p-header__title_ct {
    font-size: 6.4vw;
    line-height: 8vw;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .p-header__desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__desc {
    margin-top: 5.3333333333vw;
  }
}

.p-title {
  font-size: 24px;
  line-height: 1.4285714286;
  font-weight: bold;
  color: #00234b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}

.p-title--sm {
  font-size: 18px;
  color: #2778BE;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-title--sm {
    font-size: 4.8vw;
  }
}

.list li {
  display: flex;
}
.list li:before {
  content: "・";
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .list li {
    line-height: 1.75;
  }
}
.list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .list li + li {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .list + * {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .list.u-fs_18 li + li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .list.u-fs_18 li + li {
    margin-top: 0.5rem;
  }
}

.p-serviceForm__list {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-serviceForm__list {
    display: flex;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceForm__list {
    margin-top: 4.2666666667vw;
  }
}

label {
  display: inline-block;
}

button {
  cursor: pointer;
}

input,
select,
textarea {
  width: 100%;
  border: 2px solid #B4C5E0;
}
@media screen and (min-width: 768px) {
  input,
  select,
  textarea {
    border-radius: 4px;
    padding: 0 16px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  input,
  select,
  textarea {
    height: 11.7333333333vw;
    border-width: 0.5333333333vw;
    border-radius: 1.6vw;
    padding: 0 3.2vw;
  }
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

::placeholder {
  color: #969696;
}

::-webkit-input-placeholder {
  color: #969696;
}

::-moz-placeholder {
  color: #969696;
}

:-ms-input-placeholder {
  color: #969696;
}

::-ms-input-placeholder {
  color: #969696;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.checkbox {
  position: relative;
}
.checkbox label {
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .checkbox label {
    padding-left: 9.6vw;
  }
}
.checkbox label:before {
  content: "";
  border: 2px solid #B4C5E0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .checkbox label:before {
    border-radius: 2px;
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .checkbox label:before {
    border-radius: 2px;
    height: 6.4vw;
    width: 6.4vw;
  }
}
.checkbox input[type=checkbox]:checked + label:before {
  background: #2778BE;
  border-color: transparent;
}
.checkbox input[type=checkbox]:checked + label:after {
  content: "";
  background: url(../img/icon_checkbox.svg) no-repeat center/contain;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 2px;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .checkbox input[type=checkbox]:checked + label:after {
    width: 5.3333333333vw;
    height: 4vw;
    left: 0.5333333333vw;
    top: 1.0666666667vw;
  }
}

.radio {
  position: relative;
}
.radio label {
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .radio label {
    padding-left: 9.6vw;
  }
}
.radio label:before {
  content: "";
  border: 2px solid #B4C5E0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .radio label:before {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .radio label:before {
    height: 6.4vw;
    width: 6.4vw;
  }
}
.radio input[type=radio]:checked + label:after {
  content: "";
  background: url(../img/icon_checkbox.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #2778BE;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .radio input[type=radio]:checked + label:after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    left: 1.3333333333vw;
    top: 1.3333333333vw;
  }
}

textarea {
  height: 180px;
  padding-top: 13px;
  border-radius: 4px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 39.4666666667vw;
    padding-top: 3.2vw;
    border-radius: 1.6vw;
  }
}

.select {
  width: 100%;
  background: url(../img/icon_arrow_triangle_down.svg) no-repeat center right 18px/13px 11px;
}
.select select {
  color: #969696;
}

.button {
  padding: 0 10px;
  height: 40px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  border-radius: 23px;
  background-image: linear-gradient(30deg, #4289C6 0%, #7EC46F 51%, #4289C6 100%);
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button:hover {
  background-position: right;
}
@media screen and (max-width: 767px) {
  .button {
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 6.1333333333vw;
  }
}

.button--secondary {
  background: #fff;
  color: #0063FA;
  border: 1px solid #2778BE;
  height: 44px;
}
.button--secondary:hover {
  background-color: #0063FA;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .button--secondary {
    height: 11.7333333333vw;
    font-size: 3.2vw;
  }
}

.button--tertiary {
  background: #0063FA;
  color: #fff;
}
.button--tertiary:hover {
  background-color: #fff;
  color: #0063FA;
}

.button--large {
  border-color: #0063FA;
}
.button--large.button--primary {
  border: 0;
}
@media screen and (min-width: 768px) {
  .button--large {
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .button--large {
    height: 11.7333333333vw;
    font-size: 3.7333333333vw;
    border-width: 0.5333333333vw;
    border-radius: 8vw;
  }
}

.button--disable {
  border-color: #C4C4C4;
  color: #C4C4C4;
  background: #FAFAFA;
  cursor: not-allowed;
}
.button--disable:hover {
  border-color: #C4C4C4;
  color: #C4C4C4;
  background: #FAFAFA;
  cursor: not-allowed;
}

/* Form Style */
/* ============================================ */
@media screen and (min-width: 768px) {
  .p-contact {
    margin: -304px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin: -42vw 0 16.5333333333vw;
  }
  .p-contact.p-contact--03 {
    margin-bottom: 53.3333333333vw;
  }
  .p-contact.p-contact--04 {
    margin-bottom: 40vw;
  }
  .p-contact .l-inner {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-contact--hasDesc {
    margin-top: -254px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact--hasDesc {
    margin-top: -304px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact--hasDesc {
    margin-top: -28.6666666667vw;
  }
}

.p-contact__inner {
  border: 1px solid #B4C5E0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding: 61px 20px 80px;
    border-radius: 20px;
  }
  .p-contact__inner + .p-contact__inner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    border-width: 0.2666666667vw 0 0 0;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    padding: 11.7333333333vw 0 0;
  }
  .p-contact__inner + .p-contact__inner {
    margin-top: 10.6666666667vw;
  }
}

.p-contact__text {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    line-height: 1.625;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    padding: 0 5.3333333333vw;
  }
}

.p-contact__text--normal {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-contact__text--normal {
    text-align: left;
    padding: 0 5.3333333333vw;
  }
}

.p-contact__sub {
  margin-top: 23px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__sub {
    margin-top: 4.2666666667vw;
    line-height: 1.75;
  }
}

.p-contact__content {
  max-width: 939px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-contact__form {
    padding: 47px 0 0;
    margin: 42px 0 0;
    border-top: 2px dotted #2778BE;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin: 12.8vw 0 0;
  }
}

.form__control {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form__control {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .form__control {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .form__control + .form__control {
    margin-top: 34px;
  }
}
@media screen and (min-width: 768px) {
  .form__control.inquiry {
    margin-top: 48px;
  }
}

.form__control--start {
  align-items: flex-start;
}

.form__label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .form__control--start .form__label {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .form__label {
    width: 208px;
    justify-content: space-between;
    padding-top: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form__label {
    width: auto;
    justify-content: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .form__label {
    width: 100%;
    background: #F5F5F5;
    height: auto;
    padding: 2.5066666667vw 5.3333333333vw;
  }
}

.form__label--start {
  align-items: flex-start;
}

@media screen and (min-width: 1025px) {
  .form__label--note {
    padding-top: 32px;
  }
}

.form__note {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .form__note {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .form__note {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-top: 1.6vw;
  }
}
.form__note:first-child {
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .form__note:first-child {
    margin: 0 0 1.6vw;
  }
}

.form__text {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form__text {
    margin-right: 3.2vw;
  }
}

.form__require {
  text-align: center;
  color: #2778BE;
  border: 1px solid #2778BE;
  font-weight: bold;
  display: block;
}

.red {
  background-color: #eb1000;
  border: 1px solid #eb1000;
  color: #fff;
}
  
@media screen and (min-width: 768px) {
  .form__require {
    height: 22px;
    width: 40px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 767px) {
  .form__require {
    height: 5.8666666667vw;
    width: 10.6666666667vw;
    line-height: 5.3333333333vw;
    font-size: 3.2vw;
    border-radius: 0.8vw;
  }
}
.form__require.disable {
  border-color: #8D8D8D;
  color: #8D8D8D;
}

@media screen and (min-width: 768px) {
  .form__input {
    width: calc(100% - 291px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form__input {
    width: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .form__input {
    width: 100%;
    padding: 6.4vw 5.3333333333vw;
  }
}

.form__group {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form__group {
    margin: 0 -12px;
  }
}
@media screen and (max-width: 767px) {
  .form__group {
    justify-content: space-between;
  }
}

.form__col {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form__col {
    align-items: center;
    width: 50%;
    padding: 0 12px;
  }
  .form__col input {
    width: auto;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 767px) {
  .form__col {
    flex-direction: row;
    width: 42.1333333333vw;
  }
}

.form__sub {
  font-weight: bold;
  color: #707070;
  min-width: 2em;
}
@media screen and (min-width: 768px) {
  .form__sub {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .form__sub {
    margin-bottom: 2px;
  }
}
.form__col .form__sub {
  flex: 0 1 auto;
}

.form__flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form__flex {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .form__flex.-left {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .form__flex--check {
    margin: 0 -23px;
    justify-content: flex-start;
  }
  .form__flex--check .inquiry__item {
    margin-left: 23px;
  }
}

.form__phone {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__phone {
    width: 29.6296%;
  }
}
@media screen and (max-width: 767px) {
  .form__phone {
    width: 25.3333333333vw;
  }
}
.form__phone + .form__phone {
  margin-left: 5.55%;
}
.form__phone + .form__phone:before {
  content: "";
  background: #8D8D8D;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .form__phone + .form__phone:before {
    width: 13px;
    height: 3px;
    left: -13%;
  }
}
@media screen and (min-width: 768px) and (max-width: 879px) {
  .form__phone + .form__phone:before {
    width: 10px;
    left: -13.7%;
  }
}
@media screen and (max-width: 767px) {
  .form__phone + .form__phone:before {
    width: 2.9333333333vw;
    height: 0.5333333333vw;
    left: -4vw;
  }
}

.form__zipcode {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__zipcode {
    width: 29.6296%;
  }
}
@media screen and (max-width: 767px) {
  .form__zipcode {
    width: 25.3333333333vw;
  }
}
.form__zipcode + .form__zipcode {
  margin-left: 5.55%;
}
.form__zipcode + .form__zipcode:before {
  content: "";
  background: #8D8D8D;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .form__zipcode + .form__zipcode:before {
    width: 13px;
    height: 3px;
    left: -13%;
  }
}
@media screen and (min-width: 768px) and (max-width: 879px) {
  .form__zipcode + .form__zipcode:before {
    width: 10px;
    left: -13.7%;
  }
}
@media screen and (max-width: 767px) {
  .form__zipcode + .form__zipcode:before {
    width: 2.9333333333vw;
    height: 0.5333333333vw;
    left: -4vw;
  }
}

.p-contact__desc {
  max-width: 939px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact__desc {
    padding: 0 5.3333333333vw;
  }
}
.p-contact__desc p + p {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-contact__desc p + p {
    margin-top: 7.2vw;
  }
}
.p-contact__desc p + ul {
  margin-top: 22px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .p-contact__desc p + ul {
    margin-top: 5.8666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}

.form__inline {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form__inline + .Contact__FormError {
    margin-top: -15px;
  }
}
@media screen and (min-width: 768px) {
  .form__inline .inquiry__item {
    margin-right: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-eventForm .form__inline .Contact__FormError {
    margin-top: -15px;
  }
}

.list-note {
  line-height: 1.6;
}
.list-note li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .list-note li {
    padding-left: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .list-note li {
    padding-left: 4vw;
    font-size: 3.7333333333vw;
  }
}
.list-note li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .inquiry__item {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__item {
    width: 100%;
  }
  .inquiry__item + .inquiry__item {
    margin-top: 4vw;
  }
}

.block-policy__title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block-policy__title {
    font-size: 18px;
    margin: 0 0 32px;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 767px) {
  .block-policy__title {
    font-size: 4.8vw;
    margin: 0 0 5.3333333333vw;
    line-height: 1.5555555556;
    padding: 7.4666666667vw 0 0;
    border-top: 0.5333333333vw dotted #5A5A5A;
  }
}

@media screen and (min-width: 768px) {
  .block-policy {
    margin: 72px 0 0;
    padding: 40px 0 0;
    border-top: 2px dotted #2778BE;
  }
}
@media screen and (max-width: 767px) {
  .block-policy {
    margin: 2.1333333333vw 0 0;
    padding: 0 5.3333333333vw;
  }
}

.block-policy__content {
  overflow-y: auto;
  border: 2px solid #D8D8D8;
  background: #FAFAFA;
  color: #585858;
}
@media screen and (min-width: 768px) {
  .block-policy__content {
    height: 276px;
    padding: 24px 32px 24px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .block-policy__content {
    font-size: 3.7333333333vw;
    line-height: 1.8285714286;
    padding: 5.8666666667vw 8.5333333333vw 5.8666666667vw 5.3333333333vw;
    border-radius: 1.0666666667vw;
    height: 93.3333333333vw;
  }
}
.block-policy__content::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .block-policy__content::-webkit-scrollbar-track {
    border-radius: 1.0666666667vw;
  }
}
.block-policy__content::-webkit-scrollbar {
  width: 6px;
  background-color: #FAFAFA;
}
.block-policy__content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #B9B9B9;
}
.block-policy__content p + p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .block-policy__content p + p {
    margin-top: 8vw;
  }
}
.block-policy__content dt {
  font-weight: normal;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .block-policy__content dt {
    margin-top: 5.8666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .block-policy__checkbox {
    margin: 22px auto 65px;
    max-width: 308px;
  }
}
@media screen and (max-width: 767px) {
  .block-policy__checkbox {
    margin: 5.3333333333vw 0 10.6666666667vw 4.2666666667vw;
  }
}

.block-action {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .block-action {
    max-width: 59.2vw;
  }
}

.contactInfo {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .contactInfo {
    margin-top: 7.4666666667vw;
  }
}
.contactInfo caption {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contactInfo caption {
    margin-bottom: 2.6666666667vw;
  }
}
.contactInfo th,
.contactInfo td {
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .contactInfo th,
  .contactInfo td {
    line-height: 1.6;
    padding: 2.1333333333vw 0;
    border-bottom: 1px dotted #D8D8D8;
  }
}
@media screen and (min-width: 768px) {
  .contactInfo th {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo th {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo td {
    padding-left: 4vw;
  }
}

/*Confirm*/
.p-table {
  max-width: 812px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-table {
    border-bottom: 2px dotted #5A5A5A;
  }
}
.p-table p + p {
  margin-top: 20px;
}
.p-table tr {
  position: relative;
}
.p-table th {
  vertical-align: middle;
  padding: 30px 0;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .p-table th {
    border-top: 2px dotted #5A5A5A;
    font-size: 18px;
    width: 208px;
  }
}
@media screen and (max-width: 767px) {
  .p-table th {
    font-size: 4.8vw;
    display: block;
    width: 100%;
    padding: 5.8666666667vw 0 1.3333333333vw;
  }
}
.p-table td {
  vertical-align: middle;
  padding: 29px 0;
}
@media screen and (min-width: 768px) {
  .p-table td {
    border-top: 2px dotted #5A5A5A;
    padding-left: 27px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-table td {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    display: block;
    width: 100%;
    padding: 0 0 5.8666666667vw;
  }
}

.p-table__label {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-table__label {
    font-size: 16px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-table__label .form__require {
    margin-left: 3.2vw;
  }
}

.p-table__label--start {
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-confirm {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-confirm {
    margin: 10.6666666667vw 0 0;
  }
  .p-confirm .p-table p + p {
    margin-top: 8vw;
  }
  .p-confirm .p-table tr {
    border: 0;
  }
  .p-confirm .p-table th {
    font-size: 4.2666666667vw;
    padding: 2.5066666667vw 5.3333333333vw;
    height: auto;
    background: #F5F5F5;
    display: flex;
    align-items: center;
  }
  .p-confirm .p-table td {
    padding: 4.2666666667vw 5.3333333333vw;
  }
}

.p-confirm__action {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-confirm__action {
    max-width: 544px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-confirm__action {
    flex-direction: column;
    max-width: 59.2vw;
    margin: 10.6666666667vw auto 0;
  }
}

@media screen and (min-width: 768px) {
  .p-confirm__link {
    width: 50%;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-confirm__link:nth-child(1) {
    order: 1;
    margin-top: 5.3333333333vw;
  }
  .p-confirm__link:nth-child(2) {
    order: 0;
  }
}

/*Result*/
.p-result {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-result {
    padding: 0 5.0666666667vw;
  }
}

.p-result__title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-result__title {
    font-size: 28px;
  }
}

.p-result__text {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-result__text {
    margin-top: 11.7333333333vw;
  }
}
.p-result__text p + p {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-result__text p + p {
    margin-top: 14.1333333333vw;
  }
}

.p-result__action {
  margin: 72px auto 0;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .p-result__action {
    margin: 16vw auto 0;
    max-width: 59.2vw;
  }
}

.p-title + .Contact__FormError__sentence,
.p-contact__text + .Contact__FormError__sentence {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-title + .Contact__FormError__sentence,
  .p-contact__text + .Contact__FormError__sentence {
    margin-top: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .p-contact--noTitle {
    margin-top: -466px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact--noTitle {
    margin-top: -77.3333333333vw;
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-contact--noTitle .p-result__title.p-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact--noTitle .p-result__title.p-title {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-contact--noTitle .p-contact__text--md {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact--noTitle .p-contact__text--md {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact--noTitle .p-confirm .p-table td {
    min-height: 14.9333333333vw;
  }
}

.p-result__title01 {
  font-size: 24px;
  line-height: 1.6;
  margin: 46px 0 23px;
}
@media screen and (max-width: 767px) {
  .p-result__title01 {
    font-size: 5.3333333333vw;
    line-height: 2.06;
    margin: 12.2666666667vw 0 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__tableNote {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__tableNote {
    font-size: 3.7333333333vw;
  }
}

.c-box--info {
  text-align: center;
  margin: 40px 0 80px;
  padding: 24px 24px 21px;
  background: #fff;
  border: 1px solid #B4C5E0;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-box--info {
    margin: 11.7333333333vw 5.3333333333vw 13.3333333333vw;
    padding: 6.4vw 2.6666666667vw 5.8666666667vw;
  }
}

.p-contact__infoTitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 9px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__infoTitle {
    font-size: 4.8vw;
    margin-top: 3.7333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__inner--01 {
    padding-top: 130px;
    padding-bottom: 123px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__inner--01 {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    min-height: 133.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__inner--02 {
    border-bottom-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
    padding-bottom: 8vw;
  }
}

.p-contact__table {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__table {
    max-width: 934px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__table {
    width: calc(100% - 10.6666666667vw);
  }
}
.p-contact__table tr {
  border-top: 1px solid #B2B2B2;
}
@media screen and (min-width: 768px) {
  .p-contact__table tr:last-child {
    border-bottom: 1px solid #B2B2B2;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__table tr {
    display: block;
  }
}
.p-contact__table th {
  background: #F5F5F5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-contact__table th {
    width: 144px;
    padding: 24px 16px 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__table th {
    width: 100%;
    display: block;
    padding: 3.2vw 4.2666666667vw 2.6666666667vw;
  }
}
.p-contact__table td {
  padding: 24px 16px 21px 24px;
}
@media screen and (max-width: 767px) {
  .p-contact__table td {
    width: 100%;
    display: block;
    padding: 5.3333333333vw 4.2666666667vw 4.5333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-result + .p-contact__table {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-result + .p-contact__table {
    margin-top: 13.0666666667vw;
  }
}

/*html移設*/
.Contact__FormError {
  color: red;
  font-size: 14px;
  line-height: 1.4285714286;
  display: block;
  margin-top: 8px;
}
.form__col .Contact__FormError {
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .form__col .Contact__FormError {
    padding-left: 46px;
  }
}

.Contact__FormError__sentence {
  color: red;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #f00;
  max-width: 934px;
  margin: auto;
  padding: 15px 20px 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Contact__FormError__sentence {
    margin: 0 5.3333333333vw;
    padding: 4.5333333333vw 5.0666666667vw;
  }
}
.Contact__FormError__sentence + .p-contact__desc, .Contact__FormError__sentence + .p-contact__text {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .Contact__FormError__sentence + .p-contact__desc, .Contact__FormError__sentence + .p-contact__text {
    margin-top: 8.5333333333vw;
  }
}

/*# sourceMappingURL=form.css.map */
