/* @charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  z-index: 0;
  position: relative;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .br-768 {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .br-768 {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3536379019vw;
  }
}
@media (min-width: 1182px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
 */


/*======================================
         　　　ここから
=======================================*/
.form-fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;

}
.radio-wrap .label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 0.9375rem;
}

.form-column{
    margin-top: 34px;
    margin-top: 2.125rem;
}

.form-column input {
    padding: 13px 15px;
    padding: 0.8125rem 0.9375rem;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    background-image: none;
    background-color: #f0f0f0;
    border-radius: 4px;

    margin-top: 21px;
    margin-top: 1.3125rem;
  
  }

  .form-column textarea {
    padding: 8px 15px;
    padding: 0.5rem 0.9375rem;
    width: 100%;
    height: 150px;
    height: 9.375rem;
    font-size: 15px;
    font-size: 0.9375rem;
    border-radius: 0;
    border: 1px solid #ccc;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    background-image: none;
    height: 240px;
    height: 15rem;
  
    margin-top: 21px;
    margin-top: 1.3125rem;

}

.form-column label {
  display: flex
;
gap: 0.9375rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
}



.button-group .button-confirm {
    padding: 24px 0;
    padding: 1.5rem 0;
    width: 300px;
    width: 18.75rem;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    background-color: #2D71DE;
    background-image: none;
    border: none;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    letter-spacing: 0;
}

.form-column .badge{
    font-size: 0.875rem;
color: #fff;
background-color: #2D71DE;
padding: 0.1875rem 0.5625rem;
}


.input-group {
  display: flex;
  flex-direction: column;
  margin-top: 1.375rem;
  row-gap: 0.97rem;
}

div[data-column="お問い合わせ種別"] fieldset label {
  display: block;
  letter-spacing: 0.13em;

}

div[data-column="お問い合わせ種別"] fieldset .input-group {
  padding-left: 10px;
  padding-bottom: 20px;
}

div[data-column="お問い合わせ種別"] fieldset input + span {
  padding: 0 0 0 33px;
  padding: 0 0 0 2.0625rem;
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  width: max-content;
}

div[data-column="お問い合わせ種別"] fieldset input + span::before {
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  z-index: 0;
}

div[data-column="お問い合わせ種別"] fieldset input + span::after {
  content: "";
  padding: 2px;
  padding: 0.125rem;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 4px;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background: #2D71DE;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div[data-column="お問い合わせ種別"] fieldset input:checked + span::after {
  opacity: 1;
}

div[data-column="個人情報保護方針"] fieldset a {
  color: #2D71DE;
  border-bottom: 1px solid #2D71DE;

}

div[data-column="個人情報保護方針"] fieldset {
  width: 100%;
}

div[data-column="個人情報保護方針"] fieldset > .input-group,
div[data-column="個人情報保護方針"] fieldset > .description-block {
  padding-left: 20px;
}

div[data-column="個人情報保護方針"] fieldset div.input-group label input[type="checkbox"] + span::after {
  content: "";
  margin-top: -2px;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 8px;
  height: 0.5rem;
  border-bottom: 3px solid #2D71DE;
  border-bottom: 0.1875rem solid #2D71DE;
  border-left: 3px solid #2D71DE;
  border-left: 0.1875rem solid #2D71DE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

div[data-column="個人情報保護方針"] fieldset div.input-group label input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 32px;
  padding: 0 0 0 2rem;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;

}

div[data-column="個人情報保護方針"] fieldset div.input-group label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}



div[data-column="個人情報保護方針"] fieldset div.input-group label input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.description-block{
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  line-height: 1.78;
  letter-spacing: 0.01em;

}

.form-column-checkbox .label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 0.9375rem;

}



.button-group {
  text-align: center;
}

.button-submit {
  background-color: #ffe344;
  color: #1A1A1A;
  padding: 24px 0;
  padding: 1.5rem 0;
  width: 300px;
  width: 18.75rem;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  background-image: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0;
  position: relative;
  margin-right: 0 !important;
}

.button-back {
  background-color: #2D71DE;
  color: #fff;
  padding: 24px 0;
  padding: 1.5rem 0;
  width: 300px;
  width: 18.75rem;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  background-image: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0;
  margin-right: 0;
  margin-bottom: 1.2rem;
}

.badge.badge-optional {
  background-color: #D2D2D2;
  color: #1A1A1A;
}

.form-column-radio .label {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.9375rem;

}

.button-confirm span,
.button-submit span
 {
  position: absolute;
  right: 19px;
  top: 50%;
    transform: translateY(-50%);

}

.button-back span {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);

}

.button-confirm span svg,
.button-submit span svg,
.button-back span svg
 {
  width: 1.1rem;

}

@media screen and (min-width: 768px) {

  .form-fieldset {
    flex-direction: row;
  }

  .form-column-radio.form-column {
    display: block;
  }

  .radio-wrap {
    gap: 0.9375rem;
    width: 15.5rem;

  }

  .radio-wrap .label {
    gap: 0.9375rem;
  }

  .form-fieldset .input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-top: 0;
  }

  .form-fieldset .input-group label{
    width: auto;
  }
  .form-column{
      display: flex;
      margin-top: 2.875rem;
      align-items: center;
  }

  .form-column label {
      width: 15.5rem;
      font-size: 0.9375rem;
      gap: 0.9375rem;
  }
  .form-column input {
      background-color: #f0f0f0;
      flex: 1;
      font-size: 0.9375rem;
      padding: 0.5rem 0.9375rem;
      margin-top: 0;
  }

  .form-column textarea {
      background-color: #f0f0f0;
      flex: 1;
      height: 15rem;
      margin-top: 0;
  }

  .form-column.fle-start {
    align-items: flex-start;
  }

  fieldset {
  }

  .form-submit__button {
    padding: 1.375rem 0;
    letter-spacing: 0;
    width: 18.4375rem;
  }

  .button-group .button-confirm {
    padding: 1.375rem 0;
    letter-spacing: 0;
    width: 18.4375rem;
  }

  .form-radio label {
    display: inline-block;
  }

  .form-label-checkbox-wrap {
    width: 15.5rem;
  }

  .description-block {
    padding-left: 2.0625rem;
    margin-top: 0.625rem;
  }

  .button-submit {
    padding: 1.375rem 0;
    letter-spacing: 0;
    width: 18.4375rem;
  }

  .button-back {
    padding: 1.375rem 0;
    letter-spacing: 0;
    width: 18.4375rem;
    margin-right: 2rem;
    margin-bottom: 0 !important;
  }

  .form-column-radio .label {
  }

  div[data-column="お問い合わせ種別"] fieldset .input-group {
    padding-left: 20px;
  }

}



/* 追加 */
/* .contact .contact__form.form  */
html body #container.container {
  max-width: unset;
  border: none;
  padding-left: 10px;
}

span.badge {
  margin-left: 0;
}