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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
    size: 16.5in 25.5in;
    width: 1400px;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #000000;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body,
.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

a {
  color: #000000;
  text-decoration: none;
}

.hidden {
  display: none;
}

@media print, (min-width: 768px) {
  body {
    font-size: 14px;
    overflow-y: scroll;
  }

  .container {
    min-width: 1366px;
    overflow: hidden;
  }

  main {
    padding-top: 40px;
  }

  .wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 7.5);
    min-height: 100vh;
  }

  body {
    font-size: 0.28rem;
  }

  main {
    padding-top: 1.2rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }

  .md {
    display: none !important;
  }
}

.section-common-keyvisual .keyvisual-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
      flex-direction: column;
  background: linear-gradient(120deg, rgba(0, 67, 136, 1) 25%, rgba(155, 236, 243, 1) 100%);
}
/* .section-common-keyvisual .keyvisual-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 51, 65, 0.29);
  position: absolute;
  left: 0;
  top: 0;
} */
.section-common-keyvisual .keyvisual-title {
  position: relative;
  font-weight: bold;
  color: #fff;
  /* text-align: center; */
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual .keyvisual-inner {
    /* background: #004388; */
    min-height: 140px;
    padding-bottom: 6px;

  }
  .section-common-keyvisual .keyvisual-title {
    font-size: 40px;
    letter-spacing: 0.12em;
    max-width: 1000px;
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .section-common-keyvisual .keyvisual-inner {
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-inner {
    /* background: #004388; */
    background: linear-gradient(120deg, rgba(0, 67, 136, 1) 10%, rgba(155, 236, 243, 1) 100%);
    min-height: 2.4rem;
    /* padding-bottom: 0.16rem; */
    padding: 0.33rem 0.31rem 0.2rem;
  }
  .section-common-keyvisual .keyvisual-title {
    font-size: 0.4rem;
    letter-spacing: 0.12em;
    width: 100%;
  }
}
/* @media print, (min-width: 768px) {
  .section-common-keyvisual.is-second .keyvisual-inner {
    background-image: url(../img/common/keyvisual_bg_02.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-second .keyvisual-inner {
    background-image: url(../img/common/sp/keyvisual_bg_02.jpg);
  }
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.is-third .keyvisual-inner {
    background-image: url(../img/common/keyvisual_bg_03.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-third .keyvisual-inner {
    background-image: url(../img/common/sp/keyvisual_bg_03.jpg);
  }
} */
.section-common-keyvisual.is-person .keyvisual-inner::before {
  display: none;
}

/* @media print, (min-width: 768px) {
  .section-common-keyvisual.is-person .keyvisual-inner {
    background-image: url(../img/common/keyvisual_bg_08.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-person .keyvisual-inner {
    background-image: url(../img/common/sp/keyvisual_bg_08.jpg);
  }
} */
.breadcrumb {
  margin: 0 auto;
}
.breadcrumb .breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-end;
}
.breadcrumb .breadcrumb-item {
  color: #fff;
}
.breadcrumb .breadcrumb-item::after {
  content: "/";
  opacity: 0;
  transition: all 0.3s ease;
}
.breadcrumb .breadcrumb-item:last-child::after {
  display: none;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb .breadcrumb-item a:hover {
  opacity: 0.7 !important;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span {
  opacity: 0;
  transition: all 0.3s ease;
}

.wf-active .breadcrumb .breadcrumb-item a,
.wf-active .breadcrumb .breadcrumb-item span, .wf-active .breadcrumb .breadcrumb-item::after {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    width: 1000px;
    max-width: 100%;
    padding: 10px 0;
  }
  .breadcrumb .breadcrumb-item::after {
    margin: 0 11px;
  }
  .breadcrumb .breadcrumb-item a,
  .breadcrumb .breadcrumb-item span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    padding: 0.16rem 0.31rem;
    width: 100%;
  }
  .breadcrumb .breadcrumb-item::after {
    margin: 0 0.2rem;
    font-size: 0.2rem;
  }
  .breadcrumb .breadcrumb-item a,
  .breadcrumb .breadcrumb-item span {
    font-size: 0.2rem;
  }
}
.title-primary .is-japan {
  line-height: calc(46 / 40);
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  color: #004388;
}


@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 30px;
  }
  .title-primary .is-japan {
    font-size: 36px;
    letter-spacing: 0.10em;
    margin-bottom: 10px;
  }

}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.76rem;
  }
  .title-primary .is-japan {
    font-size: 0.5rem;
    margin-bottom: 0.21rem;
  }
  .title-primary .is-english {
    font-size: 0.2rem;
  }
}
.title-secondary {
  font-weight: bold;
  position: relative;
  display: block;
}
.title-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/common/icn_design.svg) center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .title-secondary {
    font-size: 32px;
    padding-left: 18px;
    margin-bottom: 72px;
  }
  .title-secondary::before {
    top: 3px;
    width: 2px;
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    font-size: 0.4rem;
    padding-left: 0.18rem;
    margin-bottom: 0.52rem;
  }
  .title-secondary::before {
    top: 0.1rem;
    left: 0.01rem;
    width: 0.02rem;
    height: 0.4rem;
  }
}
.title-primary.is-recruit {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: calc(46 / 40);
  position: relative;
}
.title-primary.is-recruit:before {
  position: absolute;
  content: "";
  background: #0054d2;
  left: 0;
  bottom: 0;
}

@media print, (min-width: 768px) {
  .title-primary.is-recruit {
    font-size: 40px;
    padding-bottom: 28px;
  }
  .title-primary.is-recruit:before {
    height: 1px;
    width: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary.is-recruit {
    font-size: 0.5rem;
    padding-bottom: 0.38rem;
    margin-bottom: 0.6rem;
  }
  .title-primary.is-recruit:before {
    height: 0.02rem;
    width: 0.45rem;
    left: 0.01rem;
  }
}
.title-secondary.is-recruit {
  color: #0054d2;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 0;
}
.title-secondary.is-recruit::before {
  display: none;
}

@media print, (min-width: 768px) {
  .title-secondary.is-recruit {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary.is-recruit {
    font-size: 0.38rem;
    padding-bottom: 0.06rem;
  }
}
.wow {
  visibility: hidden;
}
.wow.fade-out {
  visibility: visible !important;
}

@media print {
  .wow {
    visibility: visible !important;
  }
  .wow.fade-out {
    visibility: hidden !important;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-out {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
}

.fade-in-up {
  animation-name: fade-in-up;
  transition: opacity 0.8s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-duration: 800ms;
}

.fade-in-down {
  animation-name: fade-in-down;
}

.fade-in {
  animation-name: fade-in;
  animation-duration: 1s;
}

.fade-in-right {
  animation-name: fade-in-right;
  animation-duration: 800ms;
  transition: width 0.8s ease;
  overflow: hidden;
}

/* .section-common-keyvisual .keyvisual-inner {
  background-image: url(../img/common/keyvisual_bg_05.jpg);
}
.section-common-keyvisual .keyvisual-inner::before {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-inner {
    background-size: cover;
  }
} */
.contact-step .step-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: step-counter;
}
.contact-step .step-item {
  counter-increment: step-counter;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  position: relative;
}
.contact-step .step-item.is-current {
  border-color: transparent;
  background: #000000;
  color: #fff;
}
.contact-step .step-item.is-current::before {
  color: #fff;
}
.contact-step .step-item::before {
  position: absolute;
  content: counter(step-counter,decimal-leading-zero);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  display: block;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
  line-height: calc(32 / 14);
}
.contact-step .step-item:not(:last-child)::after {
  position: absolute;
  content: "";
  background: #d8d8d8;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.contact-step .item-text {
  opacity: 0;
  transition: all 0.3s ease;
  line-height: calc(32 / 14);
}

.mw_wp_form.mw_wp_form_confirm .text-note {
  display: none;
}

@media print, (min-width: 768px) {
  .contact-step {
    /*margin-bottom: 58px;*/
    margin: 0 auto 58px;
  }
  .contact-step .step-item {
    width: 100px;
    height: 100px;
    margin: 0 40px;
    padding-top: 16px;
    border: 3px solid #d9d9d9;
  }
  .contact-step .step-item::before {
    top: 39%;
    font-size: 14px;
  }
  .contact-step .step-item:not(:last-child)::after {
    height: 3px;
    width: 80px;
    left: calc(100% + 3px);
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-step {
    margin-bottom: 0.58rem;
  }
  .contact-step .step-item {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.5rem;
    padding: 0.24rem 0.1rem 0;
    border: 0.03rem solid #d9d9d9;
  }
  .contact-step .step-item::before {
    top: 35%;
    font-size: 0.22rem;
  }
  .contact-step .step-item:not(:last-child)::after {
    height: 0.03rem;
    width: 1rem;
    left: calc(100% + .03rem);
  }
  .contact-step .item-text {
    font-size: 0.22rem;
  }
}
.section-contact .contact-text {
  line-height: 1.6;
  text-align: justify;
}
.section-contact .contact-text,
.section-contact .form-head,
.section-contact .form-content {
  opacity: 0;
  transition: all 0.3s ease;
}
.section-contact .form-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #CCCCCC;
  line-height: 1.6;
  font-weight: bold;
}

.section-contact:first-child .form-head {
  border-top: 1px solid #0054d2;
}

/* .section-contact .form-content {
  border-top: 1px solid #CCCCCC;
} */
.section-contact .mw-wrap {
  display: block;
  width: 100%;
}

.section-contact a {
  color: #004388;
}

.section-contact .mw-element:-ms-input-placeholder {
  color: #858585;
}
.section-contact .mw-element::placeholder {
  color: #858585;
}
.section-contact .mwform-select,
.section-contact .mwform-number,
.section-contact .mwform-text,
.section-contact .mwform-textarea,
.section-contact .mwform-email {
  background: #f2f2f2;
  /* border: 1px solid #000000; */
  display: block;
}
.section-contact .mwform-number,
.section-contact .mwform-text,
.section-contact .mwform-textarea,
.section-contact .mwform-email {
  width: 100%;
}
.section-contact input,
.section-contact textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
.section-contact input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-contact input[type="number"] {
  -moz-appearance: textfield;
}
.section-contact .text-required {
  background: #C1272D;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.section-contact .text-confirm {
  line-height: calc(26 / 14);
}
.section-contact .text-confirm a {
  text-decoration: underline #d8d8d8;
  text-underline-offset: 4px;
}
.section-contact .text-confirm a:hover {
  text-decoration: none;
}
.section-contact .mwform-radio-field {
  display: inline-block;
}
.section-contact .mwform-radio-field,
.section-contact .mwform-checkbox-field {
  position: relative;
}
.section-contact .mwform-radio-field input,
.section-contact .mwform-checkbox-field input {
  position: absolute;
}
.section-contact .mwform-radio-field .mw-element,
.section-contact .mwform-checkbox-field .mw-element {
  position: absolute;
  left: 0;
  top: 0;
}
.section-contact .mwform-radio-field .mw-element:checked + .mwform-radio-field-text::after,
.section-contact .mwform-checkbox-field .mw-element:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.section-contact .mwform-radio-field input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
.section-contact .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.section-contact .mwform-radio-field .mwform-radio-field-text,
.section-contact .mwform-checkbox-field .mwform-radio-field-text {
  position: relative;
  cursor: pointer;
}
.section-contact .mwform-radio-field .mwform-radio-field-text::before,
.section-contact .mwform-checkbox-field .mwform-radio-field-text::before {
  content: "";
  display: block;
  background: #fff;
  border: 1px solid #CCCCCC;
  position: absolute;
}
.section-contact .mwform-radio-field .mwform-radio-field-text::after,
.section-contact .mwform-checkbox-field .mwform-radio-field-text::after {
  content: "";
  display: block;
  background: #004388;
  position: absolute;
  opacity: 0;
}
.section-contact .mwform-radio-field .mwform-checkbox-field-text,
.section-contact .mwform-checkbox-field .mwform-checkbox-field-text {
  position: relative;
  cursor: pointer;
}
.section-contact .mwform-radio-field .mwform-checkbox-field-text::before,
.section-contact .mwform-checkbox-field .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  background: #fff;
  border: 1px solid #000000;
  position: absolute;
}
.section-contact .mwform-radio-field .mwform-checkbox-field-text::after,
.section-contact .mwform-checkbox-field .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  background: url(../img/common/icn_agree.png) center/contain no-repeat;
  position: absolute;
  opacity: 0;
}
.section-contact .mwform-radio-field .mwform-radio-field-text::before, .section-contact .mwform-radio-field .mwform-radio-field-text::after,
.section-contact .mwform-checkbox-field .mwform-radio-field-text::before,
.section-contact .mwform-checkbox-field .mwform-radio-field-text::after {
  border-radius: 50%;
}
.section-contact .form-submit {
  text-align: center;
}
.section-contact .form-submit .mwform-button {
  display: inline-block;
  background: #004388;
  color: #fff;
  letter-spacing: 0.04em;
  transition: 0.3s all ease;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}
.section-contact .form-submit .mwform-button:hover {
  background: #fff;
  color: #004388;
  border-color: #004388;
}
.section-contact .text-error,
.section-contact .error,
.section-contact .error-title {
  color: #C1272D;
  line-height: calc(32 / 18);
  display: block;
  text-align: center;
}
.section-contact .error-title {
  display: none;
}
.section-contact .form-row .text-error,
.section-contact .form-row .error {
  border: 1px solid #C1272D;
}

@media print, (min-width: 768px) {
  .section-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-contact .contact-text {
    font-size: 16px;
    /* padding: 0 95px 0 118px; */
    margin: 0 0 30px 0;
  }
  .section-contact .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section-contact .form-row:nth-child(3)  {
    border-top: 1px solid #004388;
  }

  .section-contact .form-row:nth-child(9)  {
    border-bottom: 1px solid #004388;
  }

  .section-contact .form-row > .text-error, .section-contact .form-row > .error {
    width: calc(100% - 313px);
    margin: -10px 30px 10px auto !important;
  }
  .section-contact .form-head {
    width: 253px;
    padding: 27px 12px 16px 19px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 16px;
  }
  .section-contact .form-head.is-contact {
    padding: 31px 12px 36px 19px;
  }
  .section-contact .form-head.is-agree {
    padding: 17px 12px 13px 19px;
    /* border-bottom: 1px solid #cccccc; */
  }

  .section-contact .form-content {
    -ms-flex: 1;
        flex: 1;
    padding: 13px 30px 12px;
    border-top: 1px solid #CCCCCC;
  }
  .section-contact .form-content.is-address {
    padding: 14px 30px 0px;
  }
  .section-contact .form-content.is-agree {
    padding: 13px 30px 12px;
    /* border-bottom: 1px solid #CCCCCC; */
    line-height: 1.6;
  }
  /* .section-contact .form-content.is-agree .text-error,
  .section-contact .form-content.is-agree .error {
    margin: 30px -50px 0;
  } */
  .section-contact .form-content.is-agree .text-error {
    margin: 30px -50px 0;
  }

  .section-contact .form-content.is-agree .error {
    margin: 10px 0 0;
  }

  .section-contact .content-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 17px;
  }
  .section-contact .content-item.is-bottom .mw-wrap:first-child {
    margin-bottom: 20px;
  }
  .section-contact .item-label {
    width: 90px;
    padding-right: 15px;
    margin-top: 22px;
  }
  .section-contact .item-input {
    -ms-flex: 1;
        flex: 1;
  }
  .section-contact .item-input .mwform-number {
    padding: 21px 24px 19px;
    width: 131px;
  }
  .section-contact .text-note {
    font-size: 12px;
    margin-top: 7px;
  }
  .section-contact .text-confirm {
    margin-top: 13px;
  }
  .section-contact .mwform-select,
  .section-contact .mwform-number,
  .section-contact .mwform-text,
  .section-contact .mwform-textarea,
  .section-contact .mwform-email {
    padding: 20px 24px;
  }
  .section-contact .mwform-textarea {
    height: 230px;
  }
  .section-contact .mwform-radio-field {
    margin-right: 42px;
    margin-top: 9px;
  }
  .section-contact .is-small .mwform-number {
    width: 170px;
  }
  .section-contact .text-required {
    font-size: 12px;
    padding: 2px 8px 2px 7px;
    margin-left: 8px;
    min-width: 40px;
  }
  .section-contact .mwform-radio-field .mwform-radio-field-text {
    padding-left: 28px;
    padding-top: 1px;
  }
  .section-contact .mwform-radio-field .mwform-radio-field-text::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 1px;
  }
  .section-contact .mwform-radio-field .mwform-radio-field-text::after {
    width: 10px;
    height: 10px;
    left: 3px;
    top: 6px;
  }
  .section-contact .mwform-radio-field .mwform-radio-field-text::before {
    left: 0;
  }
  .section-contact .mwform-radio-field .mwform-radio-field-text::after {
    left: 5px;
  }
  .section-contact .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 31px;
    padding-top: 1px;
  }
  .section-contact .mwform-checkbox-field .mwform-checkbox-field-text::before {
    width: 21px;
    height: 21px;
    left: 0;
    top: 1px;
  }
  .section-contact .mwform-checkbox-field .mwform-checkbox-field-text::after {
    width: 16px;
    height: 11px;
    left: 3px;
    top: 6px;
  }
  .section-contact .form-submit {
    margin-top: 30px;
  }
  .section-contact .form-submit .mwform-button {
    min-width: 250px;
    padding: 14px 10px;
    font-size: 20px;
  }
  .section-contact .text-error,
  .section-contact .error,
  .section-contact .error-title {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: -9px;
  }
  .section-contact .form-row .text-error,
  .section-contact .form-row .error {
    margin-top: 10px;
    padding: 3px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact {
    padding-top: 0.47rem;
    padding-bottom: 1.94rem;
  }
  .section-contact .wrapper-inner {
    padding: 0 0.31rem;
  }
  .section-contact .contact-text {
    margin-bottom: 0.5rem;
  }
  .section-contact .form-head {
    padding: 0.15rem 0.12rem;
  }
  .section-contact .form-content {
    padding: 0 0.12rem 0.26rem;
  }
  /* .section-contact .form-content.is-agree {
    text-align: center;
  } */
  .section-contact .content-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  .section-contact .content-item.is-bottom .mw-wrap:first-child {
    margin-bottom: 0.2rem;
  }
  .section-contact .item-label {
    width: 1.3rem;
    padding-right: 0.15rem;
    margin-top: 0.22rem;
  }
  .section-contact .item-input {
    -ms-flex: 1;
        flex: 1;
  }
  .section-contact .item-input .mwform-number {
    padding: 0.23rem 0.24rem 0.17rem;
    width: 1.6rem;
  }
  .section-contact .text-note {
    font-size: 0.22rem;
    margin-top: 0.09rem;
  }
  .section-contact .text-confirm {
    font-size: 0.22rem;
    margin-top: 0.13rem;
    text-align: left;
  }
  .section-contact .mwform-select,
  .section-contact .mwform-number,
  .section-contact .mwform-text,
  .section-contact .mwform-textarea,
  .section-contact .mwform-email {
    padding: 0.2rem 0.24rem;
  }
  .section-contact .mwform-textarea {
    height: 2.3rem;
  }
  .section-contact .mwform-radio-field {
    margin-right: 0.44rem;
  }
  .section-contact .mw_wp_form .vertical-item + .vertical-item {
    margin-top: 0;
  }
  .section-contact .is-small .mwform-number {
    width: 1.7rem;
  }
  .section-contact .text-required {
    font-size: 0.22rem;
    padding: 1px 0.08rem 0.03rem;
    margin-left: 0.2rem;
    min-width: 0.7rem;
    position: relative;
    top: 0.02rem;
  }
  .section-contact .mwform-radio-field .mwform-radio-field-text {
    padding-left: 0.4rem;
  }
  .section-contact .mwform-radio-field .mwform-radio-field-text::before {
    width: 0.24rem;
    height: 0.24rem;
    left: 0;
    top: 0.11rem;
  }
  .section-contact .mwform-radio-field .mwform-radio-field-text::after {
    width: 0.12rem;
    height: 0.12rem;
    left: 0.03rem;
    top: 0.17rem;
  }
  .section-contact .mwform-radio-field .mwform-radio-field-text::before {
    left: 0;
  }
  .section-contact .mwform-radio-field .mwform-radio-field-text::after {
    left: 0.06rem;
  }
  .section-contact .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 0.45rem;
  }
  .section-contact .mwform-checkbox-field .mwform-checkbox-field-text::before {
    width: 0.25rem;
    height: 0.25rem;
    left: 0;
    top: 0.1rem;
  }
  .section-contact .mwform-checkbox-field .mwform-checkbox-field-text::after {
    width: 0.16rem;
    height: 0.11rem;
    left: 0.05rem;
    top: 0.17rem;
  }
  .section-contact .form-submit {
    margin-top: 0.54rem;
  }
  .section-contact .form-submit .mwform-button {
    min-width: 3.8rem;
    padding: 0.25rem 0.21rem 0.24rem;
  }
  .section-contact .text-error,
  .section-contact .error,
  .section-contact .error-title {
    margin-bottom: 0.36rem;
    margin-top: -0.09rem;
  }
  .section-contact .form-row .text-error,
  .section-contact .form-row .error {
    margin-top: 0.3rem;
    padding: 0.03rem 0;
  }
}
.wf-active .contact-step .step-item::before,
.wf-active .contact-step .item-text {
  opacity: 1;
}
.wf-active .contact-text,
.wf-active .form-head,
.wf-active .form-content {
  opacity: 1;
}

.section-contact.is-prev .mw-wrap {
  line-height: calc(32 / 14);
}
.section-contact.is-prev .form-content.is-textarea .mw-wrap {
  line-height: calc(26 / 14);
}
.section-contact.is-prev .text-required {
  display: none;
}
.section-contact.is-prev .content-item {
  display: block;
}
.section-contact.is-prev .content-item.is-bottom {
  margin-bottom: 0;
}
.section-contact.is-prev .item-label {
  margin-top: 0;
}
.section-contact.is-prev .mw-wrap.is-back {
  position: relative;
}
.section-contact.is-prev .mw-wrap.is-back .mwform-button {
  background: #d8d8d8;
  color: #000000;
}
.section-contact.is-prev .mw-wrap.is-back .mwform-button:hover {
  border-color: transparent;
}
.section-contact.is-prev .mw-wrap.is-back::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.section-contact.is-prev .mw-wrap.is-back:hover::before {
  opacity: 0.3;
}
.section-contact.is-prev .text-confirm {
  display: none;
}

@media print, (min-width: 768px) {
  .section-contact.is-prev .contact-step {
    margin-bottom: 70px;
  }
  .section-contact.is-prev .form-head.is-contact {
    padding: 38px 12px 36px 19px;
  }
  .section-contact.is-prev .form-head.is-agree {
    padding: 60px 12px 36px 19px;
  }
  .section-contact.is-prev .form-content {
    padding: 57px 28px 58px;
  }
  .section-contact.is-prev .form-content.is-address {
    padding: 63px 30px 49px;
  }
  .section-contact.is-prev .form-content.is-textarea {
    padding: 59px 51px 58px 28px;
  }
  .section-contact.is-prev .content-item {
    margin-bottom: 19px;
  }
  .section-contact.is-prev .content-item .mw-wrap:first-child {
    margin-bottom: 2px;
  }
  .section-contact.is-prev .item-label {
    margin-bottom: 6px;
  }
  .section-contact.is-prev .form-submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 540px;
    margin: 21px auto 0;
  }
  .section-contact.is-prev .form-submit .mw-wrap {
    width: 250px;
  }
  .section-contact.is-prev .form-submit .mwform-button {
    width: 100%;
    padding: 17px 21px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact.is-prev .contact-step {
    margin-bottom: 0.5rem;
  }
  .section-contact.is-prev .form-content.is-agree {
    text-align: left;
  }
  .section-contact.is-prev .form-submit .mw-wrap {
    margin-bottom: 0.3rem;
  }
}
.section-contact.is-thanks {
  text-align: center;
}
.section-contact.is-thanks .thanks-title {
  font-weight: bold;
}
.section-contact.is-thanks .thanks-text {
  line-height: 2;
}
.section-contact.is-thanks .thanks-link a {
  display: inline-block;
  background: #004388;
  color: #fff;
  letter-spacing: 0.04em;
  transition: 0.3s all ease;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}
.section-contact.is-thanks .thanks-link a:hover {
  background: #fff;
  color: #004388;
  border-color: #004388;
}

@media print, (min-width: 768px) {
  .section-contact.is-thanks {
    padding-bottom: 125px;
  }
  .section-contact.is-thanks .contact-step {
    margin-bottom: 54px;
  }
  .section-contact.is-thanks .thanks-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section-contact.is-thanks .thanks-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .section-contact.is-thanks .thanks-link a {
    min-width: 250px;
    padding: 25px 21px 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact.is-thanks {
    padding-bottom: 1.25rem;
  }
  .section-contact.is-thanks .contact-step {
    margin-bottom: 0.54rem;
  }
  .section-contact.is-thanks .thanks-title {
    font-size: 0.45rem;
    margin-bottom: 0.23rem;
  }
  .section-contact.is-thanks .thanks-text {
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .section-contact.is-thanks .thanks-link a {
    min-width: 3.8rem;
    padding: 0.25rem 0.21rem 0.24rem;
  }
}




.contact-list .wrapper-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-box{
  background-color: #004388;
  width: 100%;
  max-width: 480px;
  text-align: center;
  padding: 2rem;
  margin: 0 0 40px 0;
}

.contact-title{
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 0 0 1.4rem 0;
  color: #fff;
}

.contact-img{
  margin: 0 0 1.4rem 0;
}
@media print, (min-width: 768px) {
  .contact-btn{
    border: 1px solid #fff;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    transition: all 0.3s ease;
    background: #004388 url(../img/common/ico_arrow_white_small.png) right 19px top 16px / 13px auto no-repeat;
  }

  .contact-btn:hover, .contact-btn.is-active {
      color: #004388;
      background: #fff url(../img/common/ico_arrow_blue_small.png) right 19px top 16px / 13px auto no-repeat;
      /*background: url(../img/common/ico_arrow_white_small.png) right 19px top 16px / 13px auto no-repeat;*/
    }
}

@media only screen and (max-width: 767.98px) {

  .wrapper-inner{
    display: block;
  }

  .contact-box{
    background-color: #004388;
    width: 100%;
    max-width: 480px;
    text-align: center;
    padding: 0.6rem;
    margin: 0 0 40px 0;
  }
  
  .contact-title{
    font-size: 0.45rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 0 0 0.5rem 0;
    color: #fff;
  }

  .contact-img{
    margin: 0 0 0.5rem 0;
  }

  .contact-btn{
    border: 1px solid #fff;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    transition: all 0.3s ease;
    background: #004388 url(../img/common/ico_arrow_white_small.png) right 19px top 18px / 13px auto no-repeat;
    font-size: 97%;
  }


}

.p-country-name{
  display: none;
}


.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
}

select {
  background: #fff;
  border: 1px solid #000000;
  display: block;
  padding: 20px 24px;

  appearance: none;
  width: 300px;

  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}

select::before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  content: "";
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

.contact-wrap {
	display: flex;
  justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: bold;
  background: #E5ECF3;
  padding: 30px;

  .cbox-a {
    flex-grow: 1;
    position: relative;
    margin-right: 2.2em;
    padding: 20px;
    width: 100%;
    max-width: 430px;
  }

  .cbox-a::after {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 1rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #4D4D4D;
  }

  .cbox-b {
    flex-grow: 1;
    padding: 20px;
    width: 100%;
    max-width: 430px;


    .box-tel{
        width: 100%;
        max-width: 400px;
        margin: 0 auto 0;
        padding: 10px 0;
        background: #00AEEF;
        }

    /* .box-tel:hover{
          opacity: 0.75;
        } */

        

    }




  .tel-title{
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #000;
  }

  .box-tel{
      width: 100%;
      max-width: 400px;
      margin: 0 auto 0;
      padding: 10px 0;
      background: #0054d2;

      .tel-img{
        margin: 7px 0 0 0;
      }

      .tel-text{
        text-align: left;

          .tel{
            font-size: 28px;
            color: fff;
          }

          .time{
            font-size: 14px;
            font-weight: normal;
            color: fff;
          }
    }

  }

  .box-tel a{
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;

        padding: 10px 0;
      }

  /* .box-tel:hover{
        color: #fff;
        opacity: 0.75;
      } */

}




@media only screen and (max-width: 767.98px) {
    .contact-wrap {
        display: block;
    }

    .mw-wrap .mwform-checkbox-field{
      margin: 0;
      text-align: left;
    }

    .contact-wrap {

        .cbox-a{
          margin: 0 auto;
          padding: 20px 0;
        }

        .cbox-a::after {
          content: none;
          position: initial;
        }

        .cbox-b{
          margin: 0 auto;
          padding: 20px 0;
        }

    }

}


.mb40{
  margin-bottom: 40px;
}

.mb30{
  margin-bottom: 30px;
}

.mb20{
  margin-bottom: 20px;
}

.mb10{
  margin-bottom: 10px;
}

@media(min-width: 767.98px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


.sp-block {
    display: block;
}

@media(min-width: 767.98px){
    .pc-block {
        display: block !important;
    }

    .sp-block {
        display: none;
    }

    .sp-br {
        display: none !important;
    }
}

/* 画面幅が560px以下の時*/

@media screen and (max-width: 767.98px) {
    .pc-block {
        display: none !important;
    }

    .sp-br {
        display: block !important;
    }
}
