@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

@font-face {
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  font-style: normal;
  src: url("/request/fonts/NotoSansCJKjp-Light.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-weight: 300;
  font-style: normal;
  src: url("/request/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-weight: 500;
  font-style: normal;
  src: url("/request/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-weight: 700;
  font-style: normal;
  src: url("/request/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-weight: 900;
  font-style: normal;
  src: url("/request/fonts/NotoSansCJKjp-Black.woff") format("woff");
}

/*
  * Mixin for placeholder
  * @include placeholderColor(#00ff00);
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

a {
  color: #0075c1;
  text-decoration: underline;
}

a:visited {
  color: #7500c1;
}

html.pc a:hover,
html.pc a:active {
  text-decoration: none;
}

::selection {
  background: #0075c1;
  color: #fff;
}

html {
  font-size: 87.5%;
  overflow-y: scroll;
}

@media (max-width: 374px) {
  html {
    font-size: 3.73333vw;
  }
}

body {
  color: #333;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

.aroundField, .aroundField--before, .aroundField--after, .aroundField--name1, .aroundField--name2, .aroundField--futureSite, .aroundField--futureSite2, .aroundField--budget, .aroundField--roomLayout {
  display: inline-block;
}

.aroundField--before {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .aroundField--before {
    margin-right: 0.35714rem;
  }
}

.aroundField--after {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .aroundField--after {
    margin-left: 0.35714rem;
  }
}

.aroundField--name1, .aroundField--name2 {
  width: 33px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .aroundField--name1, .aroundField--name2 {
    width: 2.57143rem;
  }
}

@media (max-width: 767px) {
  .aroundField--name1 {
    padding-left: 0.5rem;
  }
}

.aroundField--futureSite {
  width: 61px;
}

@media (max-width: 767px) {
  .aroundField--futureSite {
    width: 4.57143rem;
  }
}

.aroundField--futureSite2 {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .aroundField--futureSite2 {
    display: block;
    margin: 0.35714rem 0 0;
    text-align: right;
  }
}

.aroundField--budget {
  display: none;
}

@media (max-width: 767px) {
  .aroundField--budget {
    display: block;
    margin-top: 0.35714rem;
    text-align: right;
  }
}

.aroundField--roomLayout {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .aroundField--roomLayout {
    width: 5.57143rem;
    margin-right: 0;
  }
}

.aroundSelect, .aroundSelect--before, .aroundSelect--after, .aroundSelect--futureSite, .aroundSelect--budget {
  display: inline-block;
}

@media (max-width: 767px) {
  .aroundSelect__rp {
    display: none;
  }
}

.aroundSelect--before {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .aroundSelect--before {
    margin-right: 0.35714rem;
  }
}

.aroundSelect--after {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .aroundSelect--after {
    margin-left: 0.35714rem;
  }
}

.aroundSelect--futureSite {
  width: 61px;
}

@media (max-width: 767px) {
  .aroundSelect--futureSite {
    width: 4.35714rem;
  }
}

.aroundSelect--budget {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .aroundSelect--budget {
    width: 3.57143rem;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .br--g768 {
    display: none;
  }
}

@media (max-width: 767px), (min-width: 1381px) {
  .br--g768l1380 {
    display: none;
  }
}

@media (max-width: 1294px) {
  .br--g1295 {
    display: none;
  }
}

@media (max-width: 1380px) {
  .br--g1381 {
    display: none;
  }
}

@media (min-width: 768px) {
  .br--l767 {
    display: none;
  }
}

@media (min-width: 1295px) {
  .br--l1294 {
    display: none;
  }
}

@media (min-width: 1381px) {
  .br--l1380 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1380px) {
  .br--l767g1381 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1294px) {
  .br--l767g1295 {
    display: none;
  }
}

@media (max-width: 767px) {
  .checkboxList > li:nth-child(n+2), .checkboxList--col2 > li:nth-child(n+3), .checkboxList--col3 > li:nth-child(n+3), .checkboxList--col4 > li:nth-child(n+3), .checkboxList--horizontal > li:nth-child(n+2), .checkboxList--horizontal--m40 > li:nth-child(n+3) {
    margin-top: 0.71429rem;
  }
}

.checkboxList > li > label, .checkboxList--col2 > li > label, .checkboxList--col3 > li > label, .checkboxList--col4 > li > label, .checkboxList--horizontal > li > label, .checkboxList--horizontal--m40 > li > label {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  cursor: default;
}

@media (max-width: 767px) {
  .checkboxList > li > label, .checkboxList--col2 > li > label, .checkboxList--col3 > li > label, .checkboxList--col4 > li > label, .checkboxList--horizontal > li > label, .checkboxList--horizontal--m40 > li > label {
    padding-left: 1.5rem;
  }
}

.checkboxList > li > label > input[type="checkbox"], .checkboxList--col2 > li > label > input[type="checkbox"], .checkboxList--col3 > li > label > input[type="checkbox"], .checkboxList--col4 > li > label > input[type="checkbox"], .checkboxList--horizontal > li > label > input[type="checkbox"], .checkboxList--horizontal--m40 > li > label > input[type="checkbox"] {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .checkboxList > li > label > input[type="checkbox"], .checkboxList--col2 > li > label > input[type="checkbox"], .checkboxList--col3 > li > label > input[type="checkbox"], .checkboxList--col4 > li > label > input[type="checkbox"], .checkboxList--horizontal > li > label > input[type="checkbox"], .checkboxList--horizontal--m40 > li > label > input[type="checkbox"] {
    top: 0.28571rem;
  }
}

.checkboxList--col2 > li {
  float: left;
  width: 50%;
}

.checkboxList--col2 > li:nth-child(2n+1) {
  clear: left;
}

.checkboxList--col3 > li {
  float: left;
  width: 33.33333%;
}

@media (max-width: 767px) {
  .checkboxList--col3 > li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .checkboxList--col3 > li:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .checkboxList--col3 > li:nth-child(2n+1) {
    clear: left;
  }
}

.checkboxList--col4 > li {
  float: left;
  width: 25%;
}

@media (max-width: 767px) {
  .checkboxList--col4 > li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .checkboxList--col4 > li:nth-child(4n+1) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .checkboxList--col4 > li:nth-child(2n+1) {
    clear: left;
  }
}

.checkboxList--horizontal > li, .checkboxList--horizontal--m40 > li {
  float: left;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .checkboxList--horizontal > li, .checkboxList--horizontal--m40 > li {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .checkboxList--horizontal > li {
    float: none;
  }
}

@media (max-width: 767px) {
  .checkboxList--horizontal > li:nth-child(n+2) {
    margin: 0.71429rem 0 0;
  }
}

.checkboxList--horizontal--m40 > li {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .checkboxList--horizontal--m40 > li {
    width: 50%;
    margin: 0.71429rem 0 0;
  }
}

@media (max-width: 767px) {
  .checkboxList--horizontal--m40 > li:nth-child(1), .checkboxList--horizontal--m40 > li:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .checkboxList--horizontal--m40 > li:nth-child(2n+1) {
    clear: left;
  }
}

.clearfix::after, .checkboxList--col2::after, .checkboxList--col3::after, .checkboxList--col4::after, .checkboxList--horizontal::after, .checkboxList--horizontal--m40::after, .fieldNote::after, .fieldNote--under::after, .fieldNote--over::after, .radioList--horizontal::after, .completeBlock__body::after, .hmDocList__list::after, .hmSetList__list::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.field, .field--w60, .field--w60--r, .field--w150, .field--w250, .field--w300, .field--w500 {
  padding: 6px 5px;
  box-sizing: border-box;
  border: 1px solid #959595;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  color: #333;
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.field:placeholder-shown, .field--w60:placeholder-shown, .field--w60--r:placeholder-shown, .field--w150:placeholder-shown, .field--w250:placeholder-shown, .field--w300:placeholder-shown, .field--w500:placeholder-shown {
  color: #959595;
}

.field::-webkit-input-placeholder, .field--w60::-webkit-input-placeholder, .field--w60--r::-webkit-input-placeholder, .field--w150::-webkit-input-placeholder, .field--w250::-webkit-input-placeholder, .field--w300::-webkit-input-placeholder, .field--w500::-webkit-input-placeholder {
  color: #959595;
}

.field:-moz-placeholder, .field--w60:-moz-placeholder, .field--w60--r:-moz-placeholder, .field--w150:-moz-placeholder, .field--w250:-moz-placeholder, .field--w300:-moz-placeholder, .field--w500:-moz-placeholder {
  color: #959595;
  opacity: 1;
}

.field::-moz-placeholder, .field--w60::-moz-placeholder, .field--w60--r::-moz-placeholder, .field--w150::-moz-placeholder, .field--w250::-moz-placeholder, .field--w300::-moz-placeholder, .field--w500::-moz-placeholder {
  color: #959595;
  opacity: 1;
}

.field:-ms-input-placeholder, .field--w60:-ms-input-placeholder, .field--w60--r:-ms-input-placeholder, .field--w150:-ms-input-placeholder, .field--w250:-ms-input-placeholder, .field--w300:-ms-input-placeholder, .field--w500:-ms-input-placeholder {
  color: #959595;
}

@media (max-width: 767px) {
  .field, .field--w60, .field--w60--r, .field--w150, .field--w250, .field--w300, .field--w500 {
    padding: 0.57143rem 0.35714rem;
    border-radius: 0.28571rem;
  }
}

.field--w60, .field--w60--r {
  width: 60px;
}

.field--w60--r {
  text-align: right;
}

.field--w150 {
  width: 150px;
}

@media (max-width: 767px) {
  .field--w150 {
    width: 10.71429rem;
  }
}

.field--w250 {
  width: 250px;
}

@media (max-width: 767px) {
  .field--w250 {
    width: 100%;
  }
}

.field--w300 {
  width: 300px;
}

@media (max-width: 767px) {
  .field--w300 {
    width: 100%;
  }
}

.field--w500 {
  width: 500px;
}

@media (max-width: 767px) {
  .field--w500 {
    width: 100%;
  }
}

.field:focus, .field--w60:focus, .field--w60--r:focus, .field--w150:focus, .field--w250:focus, .field--w300:focus, .field--w500:focus {
  border-color: #35a0d9 !important;
  box-shadow: 0 0 5px #35a0d9;
}

@media (max-width: 767px) {
  .field:focus, .field--w60:focus, .field--w60--r:focus, .field--w150:focus, .field--w250:focus, .field--w300:focus, .field--w500:focus {
    box-shadow: 0 0 0.35714rem #35a0d9;
  }
}

.field::-ms-clear, .field--w60::-ms-clear, .field--w60--r::-ms-clear, .field--w150::-ms-clear, .field--w250::-ms-clear, .field--w300::-ms-clear, .field--w500::-ms-clear {
  visibility: hidden;
}

.field.is-pcNg, .is-pcNg.field--w60, .is-pcNg.field--w60--r, .is-pcNg.field--w150, .is-pcNg.field--w250, .is-pcNg.field--w300, .is-pcNg.field--w500 {
  border-color: #f83f3f;
}

.field.is-pcOk, .is-pcOk.field--w60, .is-pcOk.field--w60--r, .is-pcOk.field--w150, .is-pcOk.field--w250, .is-pcOk.field--w300, .is-pcOk.field--w500 {
  border-color: #007900;
}

.fieldNote--under {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .fieldNote--under {
    margin-top: 0.71429rem;
  }
}

.fieldNote--over {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .fieldNote--over {
    margin-bottom: 0.71429rem;
  }
}

.fieldNote__mark {
  display: block;
  float: left;
  margin-right: 2px;
}

@media (max-width: 767px) {
  .fieldNote__mark {
    margin-right: 0.14286rem;
  }
}

.fieldNote__body {
  display: block;
  overflow: hidden;
}

.fieldUnderTxt {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .fieldUnderTxt {
    margin-top: 0.71429rem;
  }
}

.formLead {
  margin-bottom: 15px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .formLead {
    margin-bottom: 1.07143rem;
  }
}

.formName {
  display: table;
}

@media (max-width: 767px) {
  .formName {
    width: 100%;
    table-layout: fixed;
  }
}

.formName__set {
  display: table-cell;
  padding-left: 40px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .formName__set {
    width: 50%;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .formName__set__in {
    display: table;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .formName__set__head, .formName__set__body {
    display: table-cell;
  }
}

@media (max-width: 767px) {
  .formName__set__body {
    width: 100%;
  }
}

.formName__set:first-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  .formName__set:first-child {
    padding-right: 0.71429rem;
  }
}

@media (max-width: 767px) {
  .formName__set:last-child {
    padding-left: 0.71429rem;
  }
}

.formSection.is-mt {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .formSection.is-mt {
    margin-top: 3.57143rem;
  }
}

.formTable {
  width: 100%;
  border-spacing: 0;
}

@media (max-width: 767px) {
  .formTable {
    display: block;
    width: auto;
    border-bottom: 1px solid #d1d1d1;
  }
}

.formTable__lb {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  color: #fff;
  font-size: 0.85714rem;
  font-weight: 700;
  line-height: 1.1;
  vertical-align: 5%;
}

@media (max-width: 767px) {
  .formTable__lb {
    margin-left: 0.71429rem;
    padding: 0.21429rem 0.71429rem;
    font-size: 0.92857rem;
  }
}

.formTable__lb.is-required {
  background: #bb1f1f;
}

.formTable__lb.is-option {
  background: #156082;
}

@media (min-width: 768px) {
  .formTable__ad {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .formTable__ad__c:nth-child(1) {
    width: 95px;
  }
}

@media (max-width: 767px) {
  .formTable__ad__c:nth-child(1) {
    margin-bottom: 0.71429rem;
  }
}

@media (max-width: 767px) {
  .formTable > tbody {
    display: block;
  }
}

@media (max-width: 767px) {
  .formTable > tbody > tr {
    display: block;
  }
}

.formTable > tbody > tr > th,
.formTable > tbody > tr > td {
  padding: 30px 20px;
  border-bottom: 1px solid #959595;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .formTable > tbody > tr > th,
  .formTable > tbody > tr > td {
    display: block;
    padding: 0;
    border-bottom: none;
  }
}

.formTable > tbody > tr > th {
  width: 25%;
  background: #fafafa;
  font-size: 1.14286rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}

@media (max-width: 767px) {
  .formTable > tbody > tr > th {
    width: auto;
    padding: 0.35714rem 0.71429rem;
    border-top: 1px solid #d1d1d1;
    font-size: 1.21429rem;
    line-height: 1.4;
  }
}

.formTable > tbody > tr > th > span {
  font-size: .875rem;
}


.formTable > tbody > tr > td {
  width: 75%;
  background: #fff;
}

@media (max-width: 767px) {
  .formTable > tbody > tr > td {
    width: auto;
    padding: 1.07143rem 0.71429rem 2.14286rem;
    background: none;
  }
}

.formTable > tbody > tr:first-child > th,
.formTable > tbody > tr:first-child > td {
  border-top: 1px solid #959595;
}

@media (max-width: 767px) {
  .formTable > tbody > tr:first-child > th,
  .formTable > tbody > tr:first-child > td {
    border-top: none;
  }
}

@media (max-width: 767px) {
  .formTable > tbody > tr:first-child > th {
    border-top: 1px solid #d1d1d1;
  }
}

.formTable > tbody > tr.js-pcError > th {
  background: #ffe3e3;
}

.formTable > tbody > tr.js-pcError > td {
  background: #fff0f0;
}

.formTable > tbody > tr.js-pcOk:not(.is-no-blue):not(.is-tr-address) > th {
  background: #dcf4ff;
}

.formTable > tbody > tr.js-pcOk:not(.is-no-blue) > td {
  background: #f2fbff;
}

@media (max-width: 767px) {
  .formTable > tbody > tr.is-tr-address + tr.is-tr-address > td {
    border-top: 1px solid #d1d1d1;
  }
}

.formTable > tbody > tr.is-tr-address.is-address-error > th {
  background: #ffe3e3;
}

.formTable > tbody > tr.is-tr-address.is-address-ok:not(.is-no-blue) > th {
  background: #dcf4ff;
}

.formTableThNote {
  margin-top: 10px;
  font-size: 0.85714rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .formTableThNote {
    margin-top: 0.5rem;
  }
}

.formTitle {
  margin-bottom: 15px;
  font-size: 1.42857rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .formTitle {
    margin-bottom: 0.71429rem;
  }
}

.formTitle__small {
  font-size: 1.25rem;
}

.formHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .formHead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.71429rem;
  }
}

.formHead .formTitle {
  margin-bottom: 0;
}

.grayBtn {
  display: block;
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .grayBtn {
    width: auto;
    padding: 0.71429rem 0;
    border-radius: 0.28571rem;
  }
}

.grayBtn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #c4c4c4;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}

@media (max-width: 767px) {
  .grayBtn::before {
    border-radius: 0.28571rem;
  }
}

.grayBtn__in {
  position: relative;
  color: #333;
  font-size: 1.28571rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

html.pc .grayBtn:hover::before,
html.pc .grayBtn:active::before {
  opacity: 0.7;
}

.pcEachError {
  margin-top: 10px;
  color: #f83f3f;
  font-weight: 700;
  line-height: 1.5;
}

.pcEachErrorWrap--name {
  padding-left: 36px;
}

@media (max-width: 767px) {
  .pcEachErrorWrap--name {
    padding-left: 2.57143rem;
  }
}

@media (max-width: 767px) {
  .radioList > li:nth-child(n+2), .radioList--horizontal > li:nth-child(n+2) {
    margin-top: 0.71429rem;
  }
}

.radioList > li > label, .radioList--horizontal > li > label {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  cursor: default;
}

@media (max-width: 767px) {
  .radioList > li > label, .radioList--horizontal > li > label {
    padding-left: 1.5rem;
  }
}

.radioList > li > label > input[type="radio"], .radioList--horizontal > li > label > input[type="radio"] {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .radioList > li > label > input[type="radio"], .radioList--horizontal > li > label > input[type="radio"] {
    top: 0.28571rem;
  }
}

.radioList--horizontal > li {
  float: left;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .radioList--horizontal > li {
    float: none;
    margin-right: 0;
  }
}

.select, .select--w60, .select--w100, .select--w100--afterField, .select--w250, .select--w300 {
  color: #333;
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

@media (max-width: 767px) {
  .select, .select--w60, .select--w100, .select--w100--afterField, .select--w250, .select--w300 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    min-width: auto !important;
    height: 100%;
    margin: 0;
    padding: 0 0 0 0.35714rem;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    background: none;
    appearance: none;
  }
}

.select--w60 {
  min-width: 60px;
}

.select--w100, .select--w100--afterField {
  min-width: 100px;
}

.select--w100--afterField {
  margin-left: 5px;
}

.select--w250 {
  min-width: 250px;
}

.select--w300 {
  min-width: 300px;
}

.selectWrap {
  display: inline;
}

@media (max-width: 767px) {
  .selectWrap {
    display: block;
    position: relative;
    height: 2.85714rem;
    box-sizing: border-box;
    padding: 0.78571rem 0 0 0.64286rem;
    border: 1px solid #959595;
    border-radius: 0.28571rem;
    background: #fff;
    cursor: default;
  }
}

@media (max-width: 767px) {
  .selectWrap::before {
    content: "";
    display: block;
    position: absolute;
    right: 0.71429rem;
    top: 1.07143rem;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 8.5px solid #333;
  }
}

.submitBtn {
  display: block;
  position: relative;
  width: 540px;
  margin: 0 auto;
  padding: 30px 0;
  border: none;
  border-radius: 4px;
  background: #fff;
  font-family: "NotoSansCJKjp", sans-serif;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .submitBtn {
    width: 100%;
    padding: 1.42857rem 0;
    border-radius: 0.28571rem;
  }
}

.submitBtn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  border-radius: 4px;
  background: #156082;
  transition: background-color 250ms cubic-bezier(.215, .61, .355, 1);
}

.submitBtn__in, .submitBtn__in--complete {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.28571rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transition: color 250ms cubic-bezier(.215, .61, .355, 1);
}

.submitBtn__in > span, .submitBtn__in--complete > span {
  display: block;
  margin-bottom: 0.35714rem;
  font-size: 1rem;
}

.submitBtn__in--complete {
  padding-right: 1.07143rem;
}

.submitBtn__icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 17px;
  height: 7px;
  margin-top: -3.5px;
}

@media (max-width: 767px) {
  .submitBtn__icon {
    right: 0.71429rem;
  }
}

.submitBtn__icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 13px;
  height: 1px;
  background: #fff;
  transition: background-color 250ms cubic-bezier(.215, .61, .355, 1);
}

.submitBtn__icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 0;
  width: 0;
  height: 0;
  border: 3.5px solid transparent;
  border-left: 4px solid #fff;
  transition: border-left-color 250ms cubic-bezier(.215, .61, .355, 1);
}

html.pc .submitBtn:not(.is-no-catalog):hover::before,
html.pc .submitBtn:not(.is-no-catalog):active::before {
  background: #fff;
}

html.pc .submitBtn:not(.is-no-catalog):hover .submitBtn__in, html.pc .submitBtn:not(.is-no-catalog):hover .submitBtn__in--complete {
  color: #156082;
}

html.pc .submitBtn:not(.is-no-catalog):hover .submitBtn__icon::before {
  background: #156082;
}

html.pc .submitBtn:not(.is-no-catalog):hover .submitBtn__icon::after {
  border-left-color: #156082;
}

.submitBtn.is-no-catalog {
  cursor: default;
}

.submitBtn.is-no-catalog::before {
  border-color: #d1d1d1;
  background: #d1d1d1;
}

html.pc .submitBtn.is-no-catalog:hover::before,
html.pc .submitBtn.is-no-catalog:active::before {
  opacity: 1;
}

.textarea {
  width: 100%;
  height: 150px;
  padding: 6px 5px;
  box-sizing: border-box;
  border: 1px solid #959595;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  color: #333;
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  resize: vertical;
}

.textarea:placeholder-shown {
  color: #959595;
}

.textarea::-webkit-input-placeholder {
  color: #959595;
}

.textarea:-moz-placeholder {
  color: #959595;
  opacity: 1;
}

.textarea::-moz-placeholder {
  color: #959595;
  opacity: 1;
}

.textarea:-ms-input-placeholder {
  color: #959595;
}

@media (max-width: 767px) {
  .textarea {
    height: 10.71429rem;
    padding: 0.57143rem 0.35714rem;
    border-radius: 0.28571rem;
  }
}

.textarea::-ms-clear {
  visibility: hidden;
}

.textarea:focus {
  border-color: #35a0d9;
  box-shadow: 0 0 5px #35a0d9;
}

@media (max-width: 767px) {
  .textarea:focus {
    box-shadow: 0 0 0.35714rem #35a0d9;
  }
}

.addressBtn {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 35px;
  margin-left: 12px;
  box-sizing: border-box;
  padding: 9px 0 0 28px;
  border-radius: 4px;
  background: #fff;
  vertical-align: top;
  text-decoration: none;
}

@media (max-width: 767px) {
  .addressBtn {
    width: 7.14286rem;
    height: 2.78571rem;
    margin-left: 0.5rem;
    padding: 0.78571rem 0 0 2rem;
    border-radius: 0.28571rem;
  }
}

.addressBtn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  border-radius: 4px;
  background: #156082;
  transition: background-color 250ms cubic-bezier(.215, .61, .355, 1);
}

@media (max-width: 767px) {
  .addressBtn::before {
    border-radius: 0.28571rem;
  }
}

.addressBtn__in {
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  transition: color 250ms cubic-bezier(.215, .61, .355, 1);
}

.addressBtn__icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  background: #fff;
          mask: url('/request/images/icon_magnifier02.svg') 50% 50%/contain no-repeat;
  -webkit-mask: url('/request/images/icon_magnifier02.svg') 50% 50%/contain no-repeat;
  transition: background-color 250ms cubic-bezier(.215, .61, .355, 1);
}

@media (max-width: 767px) {
  .addressBtn__icon {
    left: 0.71429rem;
    top: 0.85714rem;
    width: 1.07143rem;
    height: 1.07143rem;
  }
}

@media (min-width: 768px) {
  html.pc .addressBtn:hover::before,
  html.pc .addressBtn:active::before {
    background: #fff;
  }

  html.pc .addressBtn:hover .addressBtn__in,
  html.pc .addressBtn:active .addressBtn__in {
    color: #156082;
  }

  html.pc .addressBtn:hover .addressBtn__icon,
  html.pc .addressBtn:active .addressBtn__icon {
    background: #156082;
  }
}

.budget__line {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .budget__line {
    margin-top: 1.42857rem;
  }
}

.budget__line__in {
  display: inline-block;
}

@media (max-width: 767px) {
  .budget__line__in {
    display: table;
    width: 100%;
  }
}

.budget__line__head, .budget__line__body {
  display: inline-block;
}

@media (max-width: 767px) {
  .budget__line__head, .budget__line__body {
    display: table-cell;
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .budget__line__head {
    padding-top: 8px;
  }
}

@media (max-width: 767px) {
  .budget__line__body {
    width: 100%;
  }
}

.communicationError {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .communicationError {
    padding-top: 1.42857rem;
  }
}

.communicationError__title {
  margin-bottom: 30px;
  padding-right: 20px;
  color: #f83f3f;
  font-size: 1.57143rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .communicationError__title {
    margin-bottom: 1.42857rem;
    padding-right: 0.71429rem;
    font-size: 1.14286rem;
  }
}

.communicationError__title > span {
  display: inline-block;
  position: relative;
  padding-left: 39px;
}

@media (max-width: 767px) {
  .communicationError__title > span {
    padding-left: 1.92857rem;
  }
}

.communicationError__title > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  margin-top: 1px;
  padding-top: 29px;
  border-radius: 100%;
  background: #f83f3f;
}

@media (max-width: 767px) {
  .communicationError__title > span::before {
    width: 1.42857rem;
    margin-top: 0.07143rem;
    padding-top: 1.42857rem;
  }
}

.communicationError__title > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 0;
  width: 3px;
  margin-top: 8px;
  padding-top: 16px;
  background: url(/request/images/icon_excl01.png) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .communicationError__title > span::after {
    left: 0.64286rem;
    width: 0.14286rem;
    margin-top: 0.39286rem;
    padding-top: 0.78571rem;
  }
}

.communicationError__body {
  line-height: 2.2;
  text-align: center;
}

@media (max-width: 767px) {
  .communicationError__body {
    line-height: 1.7;
  }
}

.completeBlock {
  min-width: 970px;
}

@media (max-width: 767px) {
  .completeBlock {
    min-width: 0;
  }
}

.completeBlock__gd {
  background: #fafafa;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media (min-width: 768px) {
  .completeBlock__gd__in {
    max-width: 1286px;
    margin: 0 auto;
    padding: 70px 40px 80px;
  }
}

@media (max-width: 767px) {
  .completeBlock__gd__in {
    padding: 40px 20px;
  }
}

.completeBlock__gd__tt {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 768px) {
  .completeBlock__gd__tt {
    margin-bottom: 40px;
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .completeBlock__gd__tt {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

.completeBlock__gd__cw {
  display: flex;
}

@media (min-width: 768px) {
  .completeBlock__gd__cw {
    gap: 0 40px;
  }
}

@media (max-width: 767px) {
  .completeBlock__gd__cw {
    flex-direction: column;
    gap: 20px 0;
  }
}

@media (min-width: 768px) {
  .completeBlock__gd__c {
    flex: 1;
  }
}

.completeBlock__gd__c__p {
  position: relative;
  padding-top: 56.31313%;
  overflow: hidden;
}

.completeBlock__gd__c__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms cubic-bezier(.215, .61, .355, 1);
}

.completeBlock__gd__c__tw {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #156082;
  background: #156082;
  color: #fff;
  transition: background-color 250ms cubic-bezier(.215, .61, .355, 1), color 250ms cubic-bezier(.215, .61, .355, 1);
}

@media (min-width: 768px) {
  .completeBlock__gd__c__tw {
    height: 54px;
  }
}

@media (max-width: 767px) {
  .completeBlock__gd__c__tw {
    height: 50px;
  }
}

.completeBlock__gd__c__t {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.completeBlock__gd__c__t > span {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 7px;
  border: 1px solid #fff;
  line-height: 1;
  transition: border-color 250ms cubic-bezier(.215, .61, .355, 1);
}

.completeBlock__gd__c a {
  display: block;
  background: #156082;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  .completeBlock__gd__c a:hover .completeBlock__gd__c__p img {
    transform: scale(1.1);
  }

  .completeBlock__gd__c a:hover .completeBlock__gd__c__tw {
    background: #fff;
    color: #156082;
  }

  .completeBlock__gd__c a:hover .completeBlock__gd__c__t > span {
    border-color: #156082;
  }
}

.completeHead {
  width: 930px;
  margin: 0 auto 50px;
  padding: 20px;
}

@media (max-width: 767px) {
  .completeHead {
    width: auto;
    margin-bottom: 2.14286rem;
    padding: 0.71429rem 0;
  }
}

.completeHead__tt {
  font-size: 42px;
  font-weight: 200;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 767px) {
  .completeHead__tt {
    font-size: 2.14286rem;
  }
}

.completeHead__t {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 767px) {
  .completeHead__t {
    margin-top: 1.42857rem;
    font-size: 1rem;
  }
}

.completeLead__description {
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
}

@media (max-width: 767px) {
  .completeLead__description {
    line-height: 1.7;
  }
}

.completeSubmit {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .completeSubmit {
    margin-top: 2.14286rem;
  }
}

.confirmLead {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .confirmLead {
    margin: 0 10px 20px;
  }
}

.confirmLead__description {
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
}

@media (max-width: 767px) {
  .confirmLead__description {
    line-height: 1.7;
    text-align: left;
  }
}

.confirmSubmit {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .confirmSubmit {
    margin-top: 2.14286rem;
  }
}

.confirmSubmit__send {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .confirmSubmit__send {
    margin-top: 1.07143rem;
  }
}

.errorBox {
  margin: -10px 0 50px;
  padding: 20px 30px;
  background: #fff0f0;
}

@media (max-width: 767px) {
  .errorBox {
    margin: -0.35714rem 0 2.14286rem;
    padding: 1.07143rem;
  }
}

.errorBox > ul > li {
  position: relative;
  padding-left: 15px;
  color: #f83f3f;
  font-weight: 700;
}

@media (max-width: 767px) {
  .errorBox > ul > li {
    padding-left: 1.07143rem;
  }
}

.errorBox > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  margin-top: 9px;
  padding-top: 6px;
  border-radius: 100%;
  background: #f83f3f;
}

@media (max-width: 767px) {
  .errorBox > ul > li::before {
    width: 0.42857rem;
    margin-top: 0.64286rem;
    padding-top: 0.42857rem;
  }
}

.flow {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .flow {
    margin: 0 -10px 30px;
  }
}

.flow__item, .flow__item--cr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 60px;
  box-sizing: border-box;
  padding-right: 20px;
  background: #ebebeb;
  clip-path: polygon(0 0, 89% 0, 100% 50%, 89% 100%, 0 100%);
  font-size: 1.14286rem;
}

@media (max-width: 767px) {
  .flow__item, .flow__item--cr {
    width: auto;
    height: 2.85714rem;
    padding-right: 0.71429rem;
    clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
    font-size: 1rem;
  }
}

.flow__item--cr {
  background: #156082;
  color: #fff;
  font-weight: 500;
}

.flow > ol {
  display: flex;
  justify-content: center;
  gap: 0 19px;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 767px) {
  .flow > ol {
    gap: 0 0.78571rem;
    max-width: 25.35714rem;
    margin: 0 auto;
  }

  .flow > ol > li:nth-child(1) {
    flex: 6;
  }

  .flow > ol > li:nth-child(2) {
    flex: 4;
  }

  .flow > ol > li:nth-child(3) {
    flex: 4;
  }
}

.flowWrap {
  width: 930px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .flowWrap {
    width: auto;
    padding: 0 0.71429rem;
  }
}

.holidayBoxWrap {
  width: 930px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .holidayBoxWrap {
    width: auto;
    margin: 0;
    padding: 0;
  }
}

.holidayBox {
  margin-bottom: 40px;
  padding: 15px 30px;
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .holidayBox {
    margin-bottom: 1.78571rem;
    padding: 1.07143rem;
    text-align: left;
  }
}

.completeHead .holidayBox {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .completeHead .holidayBox {
    margin: 35px 10px 0;
  }
}

.inputAtt {
  margin-top: 60px;
  padding: 30px;
  border: 1px solid #ededed;
}

@media (max-width: 767px) {
  .inputAtt {
    margin-top: 2.14286rem;
    padding: 1.42857rem;
  }
}

.inputAtt__sc {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .inputAtt__sc {
    margin-top: 1.07143rem;
  }
}

.inputAtt__sc__tt {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .inputAtt__sc__tt {
    margin-bottom: 0.35714rem;
  }
}

.inputAtt__sc__t {
  font-size: 14px;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .inputAtt__sc__t {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.inputAtt__sc__t > a > span {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 7px;
  margin: 0 7px;
  background: #0e71c1;
  vertical-align: 10%;
}

.inputAtt__sc__t > a > span::before, .inputAtt__sc__t > a > span::after {
  content: "";
  display: block;
  position: absolute;
  background: #0e71c1;
}

.inputAtt__sc__t > a > span::before {
  left: -2px;
  top: 2px;
  width: 1px;
  height: 7px;
}

.inputAtt__sc__t > a > span::after {
  left: -2px;
  top: 8px;
  width: 9px;
  height: 1px;
}

.inputAtt__sc__n {
  overflow: hidden;
}

.inputAtt__sc__n__m {
  float: left;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .inputAtt__sc__n__m {
    margin-right: 0.21429rem;
  }
}

.inputAtt__sc__n__t {
  overflow: hidden;
}

.inputAtt__sc:first-child {
  margin-top: 0;
}

.inputSubmit {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .inputSubmit {
    margin-top: 2.14286rem;
  }
}

.l-contents {
  width: 930px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .l-contents {
    width: auto;
    padding: 0 10px;
  }
}

.l-footer {
  position: relative;
  min-width: 970px;
  padding: 5.35714rem 0;
  background: #fff;
}

@media (max-width: 767px) {
  .l-footer {
    min-width: 0;
    padding: 2.85714rem 0 2.85714rem;
  }
}

.l-footer__logo {
  line-height: 1.1;
  text-align: center;
}

.l-footer__logo > a {
  display: inline-block;
  width: 18.43rem;
  height: 3.57rem;
  background: url(/common/images/logo_gp_footer03.png) no-repeat;
  background-size: contain;
}

.l-footer__nav {
  margin-top: 3.57143rem;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .l-footer__nav {
    margin-top: 1.78571rem;
  }
}

.l-footer__nav__window {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin-left: 0.71429rem;
  background: #000;
  vertical-align: 10%;
}

@media (max-width: 767px) {
  .l-footer__nav__window {
    width: 0.71429rem;
    height: 0.5rem;
    margin-left: 0.5rem;
  }
}

.l-footer__nav__window::before, .l-footer__nav__window::after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
}

.l-footer__nav__window::before {
  left: -2px;
  top: 1px;
  width: 1px;
  height: 9px;
}

@media (max-width: 767px) {
  .l-footer__nav__window::before {
    height: 0.57143rem;
  }
}

.l-footer__nav__window::after {
  left: -2px;
  top: 9px;
  width: 9px;
  height: 1px;
}

@media (max-width: 767px) {
  .l-footer__nav__window::after {
    top: 8px;
    width: 0.71429rem;
  }
}

.l-footer__nav > li {
  display: inline-block;
  margin-left: 3.57143rem;
}

@media (max-width: 767px) {
  .l-footer__nav > li {
    display: block;
    margin: 0.85714rem auto 0;
  }
}

.l-footer__nav > li > a {
  -webkit-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 1.07143rem;
  text-decoration: none;
}

@media (max-width: 767px) {
  .l-footer__nav > li > a {
    font-size: 0.85714rem;
  }
}

html.pc .l-footer__nav > li > a:hover,
html.pc .l-footer__nav > li > a:active {
  opacity: .5;
}

.l-footer__nav > li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .l-footer__nav > li:first-child {
    margin: 0 auto;
  }
}

.l-footer__copyright {
  margin-top: 3.57143rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 1.78571rem;
    font-size: 0.85714rem;
  }
}

.l-header {
  position: relative;
  min-width: 970px;
  height: 6.21429rem;
}

@media (max-width: 767px) {
  .l-header {
    min-width: 0;
    height: 4.64286rem;
  }
}

.l-header__logo {
  position: absolute;
  left: 2.14286rem;
  top: 1.89rem;
}

@media (max-width: 767px) {
  .l-header__logo {
    left: 0.71429rem;
    top: 1.39rem;
  }
}

.l-header__logo > a,
.l-header__logo > span {
  display: block;
  width: 16.36rem;
  height: 2.43rem;
  background: url(/common/images/logo_gp_header02.png) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .l-header__logo > a,
  .l-header__logo > span {
    width: 12.71rem;
    height: 1.86rem;
  }
}

.l-media {
  display: none;
}

@media (min-width: 768px) {
  .l-media {
    width: 1px;
  }
}

@media (max-width: 767px) {
  .l-media {
    width: 2px;
  }
}

.l-title {
  width: 970px;
  margin: 0 auto;
  padding: 10px 0 50px;
}

@media (max-width: 767px) {
  .l-title {
    width: auto;
    padding: 0.71429rem 0 2.85714rem;
  }
}

.l-title__txt {
  font-size: 42px;
  font-weight: 200;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 767px) {
  .l-title__txt {
    font-size: 2.14286rem;
  }
}

.l-visual {
  display: none;
  min-width: 970px;
  height: 340px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .l-visual {
    min-width: auto;
    height: 245px;
  }
}

.l-visual__in {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .l-visual__in {
    padding-bottom: 30px;
  }
}

.l-visual__in2 {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 0 0;
  background: #156082;
  overflow: hidden;
}

@media (max-width: 767px) {
  .l-visual__in2 {
    padding: 20px 0 0;
  }
}

.l-visual__tit {
  margin-bottom: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 767px) {
  .l-visual__tit {
    margin-bottom: 20px;
  }
}

.l-visual__body {
  width: 970px;
  margin: 0 auto;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 767px) {
  .l-visual__body {
    width: auto;
  }
}

.l-visual__body__in {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.l-visual__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 170px;
}

@media (max-width: 767px) {
  .l-visual__list {
    height: 124px;
  }
}

.l-visual__list > li {
  position: relative;
  width: 123px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .l-visual__list > li {
    width: 90px;
  }
}

.l-visual__list > li > div {
  display: inline-block;
  position: relative;
}

.l-visual__list > li > div > img {
  max-width: 123px;
  max-height: 170px;
}

@media (max-width: 767px) {
  .l-visual__list > li > div > img {
    max-width: 90px;
    max-height: 124px;
  }
}

.l-visual__list > li > div.is-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  background: url(/request/images/bg_visual01.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .l-visual__list > li > div.is-empty {
    height: 124px;
    background-image: url(/request/images/bg_visual01_sp.svg);
  }
}

.l-visual__list > li > div.is-empty > p {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .l-visual__list > li > div.is-empty > p {
    font-size: 13px;
  }
}

.l-visual__list > li:nth-child(n+2) {
  margin-left: 52px;
}

@media (max-width: 767px) {
  .l-visual__list > li:nth-child(n+2) {
    margin-left: 25px;
  }
}

.l-visual__list > li:nth-child(1) > div.is-empty > p {
  display: none;
}

.l-visual__list > li:nth-child(2) > div.is-empty > p > span:nth-child(1),
.l-visual__list > li:nth-child(3) > div.is-empty > p > span:nth-child(2) {
  display: none;
}

.l-visual__list > li:nth-child(2):not([data-unique-id]) + li:nth-child(3):not([data-unique-id]) > div.is-empty > p {
  display: none;
}

.reselectBtn {
  width: 355px;
  margin: -10px auto 40px;
}

@media (max-width: 767px) {
  .reselectBtn {
    width: auto;
    margin: -0.71429rem 0.71429rem 2.14286rem;
  }
}

.reselectBtn > a {
  display: block;
  position: relative;
  padding: 17px 0;
  border-radius: 4px;
  background: #fff;
  font-family: "NotoSansCJKjp", sans-serif;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .reselectBtn > a {
    padding: 1.07143rem 0;
    border-radius: 0.28571rem;
  }
}

.reselectBtn > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  border-radius: 4px;
  background: #156082;
  transition: background-color 250ms cubic-bezier(.215, .61, .355, 1);
}

@media (max-width: 767px) {
  .reselectBtn > a::before {
    border-radius: 0.28571rem;
  }
}

.reselectBtn > a > span {
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transition: color 250ms cubic-bezier(.215, .61, .355, 1);
}

@media (max-width: 767px) {
  .reselectBtn > a > span {
    font-size: 1rem;
  }
}

html.pc .reselectBtn > a:hover::before,
html.pc .reselectBtn > a:active::before {
  background: #fff;
}

html.pc .reselectBtn > a:hover > span,
html.pc .reselectBtn > a:active > span {
  color: #156082;
}

.l-wrapper.js-noSaleModal {
  position: fixed;
  width: 100%;
}

.noSaleModal__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8000;
  width: 100%;
  height: 100%;
}

.noSaleModal__overlay::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

.noSaleModal__in {
  display: none;
  position: relative;
  z-index: 8020;
  height: 100vh;
}

.noSaleModal__in2 {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.noSaleModal__mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

@media (max-width: 767px) {
  .noSaleModal__mask {
    display: none;
  }
}

.noSaleModal__in3 {
  display: table-cell;
  vertical-align: middle;
}

.noSaleModal__in4 {
  position: relative;
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .noSaleModal__in4 {
    width: auto;
    margin: 0 0.71429rem;
  }
}

.noSaleModal__head {
  padding: 10px 0;
}

@media (max-width: 767px) {
  .noSaleModal__head {
    padding: 0.71429rem 0;
  }
}

.noSaleModal__head__close {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .noSaleModal__head__close {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.noSaleModal__head__close::before, .noSaleModal__head__close::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}

.noSaleModal__head__close::before {
  left: 0;
  top: 17px;
  width: 35px;
  height: 1px;
}

@media (max-width: 767px) {
  .noSaleModal__head__close::before {
    top: 1.21429rem;
    width: 2.5rem;
  }
}

.noSaleModal__head__close::after {
  left: 17px;
  top: 0;
  width: 1px;
  height: 35px;
}

@media (max-width: 767px) {
  .noSaleModal__head__close::after {
    left: 1.21429rem;
    height: 2.5rem;
  }
}

html.pc .noSaleModal__head__close:hover::before, html.pc .noSaleModal__head__close:hover::after,
html.pc .noSaleModal__head__close:active::before,
html.pc .noSaleModal__head__close:active::after {
  background: #0075c1;
}

.noSaleModal__body__in {
  padding: 50px 0;
  background: #fff;
}

@media (max-width: 767px) {
  .noSaleModal__body__in {
    padding: 2.14286rem 0;
  }
}

.noSaleModal__t {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 767px) {
  .noSaleModal__t {
    font-size: 1.07143rem;
    line-height: 1.7;
  }
}

.noSaleModal__foot {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .noSaleModal__foot {
    padding: 1.42857rem 0;
  }
}

.noSaleModal__foot__close {
  display: block;
  width: 160px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 11px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 150ms linear, color 150ms linear;
  transition: background 150ms linear, color 150ms linear;
}

@media (max-width: 767px) {
  .noSaleModal__foot__close {
    width: 11.42857rem;
    padding: 0.78571rem 0;
    border-radius: 0.35714rem;
    font-size: 1rem;
  }
}

html.pc .noSaleModal__foot__close:hover,
html.pc .noSaleModal__foot__close:active {
  background: #fff;
  color: #0075c1;
}

.completeBlock__hd {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media (min-width: 768px) {
  .completeBlock__hd {
    width: 930px;
    margin: 0 auto 70px;
  }
}

@media (max-width: 767px) {
  .completeBlock__hd {
    margin: 0 20px 40px;
  }
}

.completeBlock__hd__tt {
  background: #156082;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 768px) {
  .completeBlock__hd__tt {
    padding: 13px 0;
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .completeBlock__hd__tt {
    padding: 10px 0;
    font-size: 20px;
  }
}

.completeBlock__hd__bd {
  position: relative;
  background: rgba(21, 96, 130, 0.07);
}

@media (min-width: 768px) {
  .completeBlock__hd__bd {
    padding: 70px 0 70px 350px;
  }
}

@media (max-width: 767px) {
  .completeBlock__hd__bd {
    padding: 30px 0 40px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .completeBlock__hd__p {
    position: absolute;
    left: 93px;
    top: 60px;
    transform: rotate(-6deg);
  }
}

@media (max-width: 767px) {
  .completeBlock__hd__p {
    margin-bottom: 25px;
    text-align: center;
  }
}

.completeBlock__hd__p img {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .completeBlock__hd__p img {
    width: 190px
  }
}

@media (max-width: 767px) {
  .completeBlock__hd__p img {
    width: 160px;
  }
}

.completeBlock__hd__ld {
  font-weight: bold;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .completeBlock__hd__ld {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .completeBlock__hd__ld {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.completeBlock__hd__t {
  font-weight: 400;
}

@media (min-width: 768px) {
  .completeBlock__hd__t {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  .completeBlock__hd__t {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.completeBlock__hd__bt a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 210px;
  height: 44px;
  box-sizing: border-box;
  padding-right: 15px;
  border: 1px solid #156082;
  background: #156082;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 768px) {
  .completeBlock__hd__bt a {
    font-size: 16px;
    transition: all 250ms cubic-bezier(.215, .61, .355, 1);
  }
}

@media (max-width: 767px) {
  .completeBlock__hd__bt a {
    margin: 0 auto;
    font-size: 14px;
  }
}

.completeBlock__hd__bt a::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
          mask: url('/common/images/icon_arrow01.svg') 50% 50% / contain no-repeat;
  -webkit-mask: url('/common/images/icon_arrow01.svg') 50% 50% / contain no-repeat;
  transform: translate(-15px, 50%);
}

@media (min-width: 768px) {
  .completeBlock__hd__bt a:hover {
    background-color: #fff;
    color: #156082;
  }

  .completeBlock__hd__bt a:hover::before {
    background-color: #156082;
  }
}

@keyframes size{
  0%{
    -webkit-transform:scale(1, 1);transform:scale(1, 1)
  }
  25%{
    -webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)
  }
  65%{
    -webkit-transform:scale(1, 1);transform:scale(1, 1)
  }
  80%{
    -webkit-transform:scale(1.01, 1.01);transform:scale(1.01, 1.01)
  }
  100%{
    -webkit-transform:scale(1, 1);transform:scale(1, 1)
  }
}

.completeBlock__wc {
  display: none;
}

.shortcutBtn {
  width: 243px;
  margin: 70px auto 0;
}

@media (max-width: 767px) {
  .shortcutBtn {
    margin-top: 3.57143rem;
  }
}

.shortcutBtn a {
  display: block;
  position: relative;
  padding: 14px 10px 14px 0;
  background: #fff;
  color: #156082;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: color 250ms cubic-bezier(.215, .61, .355, 1);
}

@media (max-width: 767px) {
  .shortcutBtn a {
    padding: 1rem 0.71429rem 1rem 0;
    font-size: 1.07143rem;
  }
}

.shortcutBtn a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #fff;
  transition: background-color 250ms cubic-bezier(.215, .61, .355, 1);
}

.shortcutBtn__t {
  position: relative;
}

.shortcutBtn__ic {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -5.5px;
  background: #156082;
          mask: url('/request/images/icon_arrow02.svg') 50% 50%/contain no-repeat;
  -webkit-mask: url('/request/images/icon_arrow02.svg') 50% 50%/contain no-repeat;
  transition: background-color 250ms cubic-bezier(.215, .61, .355, 1);
}

@media (max-width: 767px) {
  .shortcutBtn__ic {
    right: 1.42857rem;
    width: 0.78571rem;
    height: 0.78571rem;
    margin-top: -0.39286rem;
  }
}

@media (min-width: 768px) {
  html.pc .shortcutBtn a:hover,
  html.pc .shortcutBtn a:active {
    color: #fff;
  }

  html.pc .shortcutBtn a:hover::before,
  html.pc .shortcutBtn a:active::before {
    background: #156082;
  }

  html.pc .shortcutBtn a:hover .shortcutBtn__ic,
  html.pc .shortcutBtn a:active .shortcutBtn__ic {
    background: #fff;
  }
}
