@charset "UTF-8";
/* Noto Sans JP */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
/* Oswald */
@font-face {
  font-weight: 200;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-ExtraLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff") format("woff");
  font-display: swap;
}
@-webkit-keyframes text-ja-in {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes text-ja-in {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes text-ja-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes text-ja-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes text-en-in {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  100% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
@keyframes text-en-in {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  100% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
@-webkit-keyframes text-en-out {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes text-en-out {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes flowToLeftOdd {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes flowToLeftOdd {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowToLeftEven {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes flowToLeftEven {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes beforeBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
}
@keyframes beforeBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
}
@-webkit-keyframes afterBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
}
@keyframes afterBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
}
@-webkit-keyframes CoverWrap {
  0% {
    -webkit-transform: translate(-105%);
    transform: translate(-105%);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(105%);
    transform: translate(105%);
  }
}
@keyframes CoverWrap {
  0% {
    -webkit-transform: translate(-105%);
    transform: translate(-105%);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(105%);
    transform: translate(105%);
  }
}
/* ======================================================================
 p-contact
====================================================================== */
/**
 * error message
 */
.mw_wp_form .error {
  display: block;
  color: #b70000;
  font-size: 93%;
}

/**
 * error message of akismet
 */
.mw_wp_form .akismet_error {
  display: block;
}

/**
 * vertical style of radio and checkbox
 */
.mw_wp_form .vertical-item {
  display: block;
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 5px;
}

/**
 * horizontal style of radio and checkbox
 */
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 10px;
}

/**
 * radio and checkbox
 */
.mwform-checkbox-field label,
.mwform-radio-field label {
  margin-bottom: 0;
  font-weight: normal;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  margin-right: 5px;
}

/**
 * datepicker
 */
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin: 0 5px;
  width: 40%;
}

/**
 * deprecated message
 */
.mw-wp-form-deprecated-message {
  margin: 0 0 5px;
  padding: 5px;
  border: #b40404 solid 2px;
  border-radius: 5px;
  background: #f5a9a9;
  font-size: 10px;
  line-height: 1.6;
}

/**
 * file
 */
.mw_wp_form input[type=file] {
  display: inline-block;
}

/**
 * file delete button
 */
.mwform-file-delete {
  visibility: hidden;
  cursor: pointer;
}

/**
 * tel and zip
 */
.mwform-tel-field input[type=text],
.mwform-zip-field input[type=text] {
  display: inline-block;
  width: auto;
}

.mw_wp_form .error {
  display: inline-block !important;
}

.notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 80px 0 30px;
}

.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 30px 0;
}

.status_item:not(._current) {
  padding-top: 5px;
  color: rgba(21, 21, 21, 0.4);
}
.status_item._current .status_num {
  width: 44px;
  height: 44px;
  border: 1px solid #151515;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.status_item._current .status_txt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.status_item:nth-child(1), .status_item:nth-child(2) {
  position: relative;
}
.status_item:nth-child(1):before, .status_item:nth-child(2):before {
  position: absolute;
  top: 17px;
  left: 60px;
  display: inline-block;
  width: 82px;
  height: 7px;
  background: rgba(21, 21, 21, 0.4);
  content: "";
  -webkit-mask-image: url(../img/common/ico-arrow-4.svg);
  mask-image: url(../img/common/ico-arrow-4.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.status_num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(21, 21, 21, 0.4);
  border-radius: 999px;
}

.status_txt {
  margin: 5px 0 0;
}

.section_form_row_hdg_txt {
  padding: 0 0 0 10px;
  border-left: 1px solid #151515;
}

.section_form_row_hdg_require {
  position: relative;
  display: inline-block;
  padding: 0 40px 0 0;
}
.section_form_row_hdg_require:before {
  position: absolute;
  top: 6px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 1px;
  width: 32px;
  height: 18px;
  border-radius: 2px;
  background: #bf3535;
  color: #fff;
  content: "必須";
  font-size: 1.3rem;
  line-height: 1.8461538462;
  letter-spacing: 0.39px;
}

.section_form_row_data_arrow {
  position: relative;
}
.section_form_row_data_arrow:after {
  position: absolute;
  top: 11px;
  right: 11px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #151515;
  border-bottom: 1px solid #151515;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section_form_row_data_select {
  padding: 5px 10px;
  width: 190px;
  height: 35px;
  border: solid 1px #939393;
  border-radius: 2px;
  line-height: 1;
}
.section_form_row_data_select.error {
  border: 1px solid #6e6b5b;
}

.section_form_row_data_input_1,
.section_form_row_data_input_2,
.section_form_row_data_input_3 {
  border: 1px solid #939393;
  border-radius: 2px;
}
.section_form_row_data_input_1:-moz-placeholder-shown, .section_form_row_data_input_2:-moz-placeholder-shown, .section_form_row_data_input_3:-moz-placeholder-shown {
  color: #b8b8b8;
}
.section_form_row_data_input_1:-ms-input-placeholder, .section_form_row_data_input_2:-ms-input-placeholder, .section_form_row_data_input_3:-ms-input-placeholder {
  color: #b8b8b8;
}
.section_form_row_data_input_1:placeholder-shown,
.section_form_row_data_input_2:placeholder-shown,
.section_form_row_data_input_3:placeholder-shown {
  color: #b8b8b8;
}
.section_form_row_data_input_1::-webkit-input-placeholder,
.section_form_row_data_input_2::-webkit-input-placeholder,
.section_form_row_data_input_3::-webkit-input-placeholder {
  color: #b8b8b8;
}
.section_form_row_data_input_1:-moz-placeholder,
.section_form_row_data_input_2:-moz-placeholder,
.section_form_row_data_input_3:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.section_form_row_data_input_1::-moz-placeholder,
.section_form_row_data_input_2::-moz-placeholder,
.section_form_row_data_input_3::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.section_form_row_data_input_1:-ms-input-placeholder,
.section_form_row_data_input_2:-ms-input-placeholder,
.section_form_row_data_input_3:-ms-input-placeholder {
  color: #b8b8b8;
}
.section_form_row_data_input_1.error,
.section_form_row_data_input_2.error,
.section_form_row_data_input_3.error {
  border: 1px solid #6e6b5b;
}

.section_form_row_data_textarea_1 {
  padding: 5px 10px;
  border: 1px solid #939393;
  border-radius: 2px;
}
.section_form_row_data_textarea_1:-moz-placeholder-shown {
  color: #b8b8b8;
}
.section_form_row_data_textarea_1:-ms-input-placeholder {
  color: #b8b8b8;
}
.section_form_row_data_textarea_1:placeholder-shown {
  color: #b8b8b8;
}
.section_form_row_data_textarea_1::-webkit-input-placeholder {
  color: #b8b8b8;
}
.section_form_row_data_textarea_1:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.section_form_row_data_textarea_1::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.section_form_row_data_textarea_1:-ms-input-placeholder {
  color: #b8b8b8;
}

.section_form_privacy {
  margin: 30px 0 0;
}

.section_form_privacy_box {
  margin-top: 20px;
  padding: 40px;
  border: 1px solid #ced8dd;
  border-radius: 12px;
  background: #f1f3f4;
  font-size: 13px;
  line-height: 1.4;
}

.section_form_privacy_box_hdg {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

.section_form_privacy_box_list {
  margin-top: 20px;
}

.section_form_privacy_box_attention {
  margin-top: 20px;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
}

.section_form_submit {
  margin: 30px 0 0;
}

.section_form_submit_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: 1px solid #151515;
}

.section_form_submit_btn_inner {
  display: inline-block;
  width: 100%;
}

.section_form_submit_btn_input {
  padding: 12px 63px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .notes {
    width: 980px;
  }
  .status {
    width: 980px;
  }
  .status_item + .status_item {
    margin-left: 134px;
  }
  .section_form {
    margin: 0 auto;
    padding: 30px 0 100px;
    max-width: 727px;
  }
  .section_form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
  .section_form_row_hdg {
    margin: 0 50px 0 0;
  }
  .section_form_row_hdg_txt {
    width: 200px;
  }
  .section_form_row_data {
    width: 100%;
  }
  .section_form_row_data_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section_form_row_data_input_1,
.section_form_row_data_input_2,
.section_form_row_data_input_3 {
    padding: 5px 10px;
    height: 35px;
  }
  .section_form_row_data_input_1 {
    width: 480px;
  }
  .section_form_row_data_input_2 {
    width: 320px;
  }
  .section_form_row_data_input_3 {
    width: 155px;
  }
  .section_form_row_data_textarea_1 {
    width: 480px;
    height: 210px;
  }
  .section_form_submit_btn {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .notes {
    margin: 0 20px;
    padding: 40px 0 20px;
  }
  .status {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 20px;
    padding: 40px 0 20px;
  }
  .status_item:nth-child(1):before, .status_item:nth-child(2):before {
    width: 70px;
    height: 6px;
  }
  .status_txt {
    margin: 2px 0 0;
  }
  .section_form {
    padding: 20px 0 80px;
  }
  .section_form_items {
    padding: 0 20px;
  }
  .section_form_row {
    padding: 15px 0;
  }
  .section_form_row_hdg_require:before {
    top: 5px;
  }
  .section_form_row_data {
    margin: 18px 0 0;
  }
  .section_form_row_data_arrow:after {
    top: 6px;
    right: 15px;
  }
  .section_form_row_data_input_1,
.section_form_row_data_input_2,
.section_form_row_data_input_3 {
    padding: 9px 10px 10px;
    height: 38px;
  }
  .section_form_row_data_input_1 {
    width: 100%;
  }
  .section_form_row_data_input_2 {
    width: 100%;
  }
  .section_form_row_data_input_3 {
    width: 42%;
  }
  .section_form_row_data_textarea_1 {
    width: 100%;
    height: 135px;
  }
  .section_form_privacy {
    margin: 25px 0 0;
    padding: 0 20px;
  }
  .section_form_privacy_box {
    overflow-y: auto;
    padding: 3rem;
    height: 28rem;
    font-size: 1.2rem;
  }
  .section_form_privacy_box_hdg {
    font-size: 1.3rem;
  }
  .section_form_privacy_box_list {
    margin-top: 1.5rem;
  }
  .section_form_privacy_box_attention {
    font-size: 1.2rem;
  }
  .section_form_submit {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .section_form_row_data_select {
    cursor: pointer;
  }
}
