@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --headerPc: 110px;
  --headerSp: 80px;
}

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav, ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "源ノ明朝";
  src: url(../../fonts/SourceHanSerif/SourceHanSerif-Bold.otf);
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", sans-serif;
  color: #212121;
  font-size: 16px;
  background-color: #f5f5f5;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.7;
}

address {
  font-style: unset;
}

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

.l-footer {
  padding: 0 50px 20px;
  background-color: #f5f5f5;
  font-size: 18px;
  border-top: 1px solid #000;
}
.l-footer .l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 80px;
  margin: 0 auto;
  max-width: 1040px;
}
.l-footer .l-footerCompanyArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 51px;
}
.l-footer .l-footerLogo__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-footer .l-footerLogo__image {
  width: min(15.486vw, 223px);
}
.l-footer .l-footerLogo__title {
  padding-top: 16px;
  font-weight: bold;
}
.l-footer .l-footerLogo__title .l-footerLogo__title__corp {
  display: block;
  font-size: clamp(10px, 1.6666666667vw, 24px);
  line-height: 1;
}
.l-footer .l-footerLogo__title .l-footerLogo__title__name {
  display: block;
  font-size: clamp(10px, 2.5vw, 36px);
}
.l-footer .l-footerAddress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
}
.l-footer .l-footerAddress .l-footerAddress__postCode {
  display: block;
}
.l-footer .l-footerAddress .l-footerAddress__tel {
  margin-top: 32px;
}
.l-footer .l-footerMenu .l-footerMenu__item + .l-footerMenu__item {
  margin-top: 30px;
}
.l-footer .l-footerMenu .l-footerMenu__link {
  display: block;
  color: #212121;
  font-weight: bold;
  font-size: 18px;
}
.l-footer .l-footerHumbButton {
  display: none;
}
.l-footer .l-footerHumbGnav {
  display: none;
}
.l-footer .l-footerCopyright {
  display: block;
  text-align: center;
  margin-top: 100px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .l-footer {
    padding: 0 0 20px 0;
    font-size: 17px;
  }
  .l-footer .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 30px 20px 17px;
  }
  .l-footer .l-footerCompanyArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer .l-footerLogo__image {
    width: 70px;
  }
  .l-footer .l-footerLogo__title {
    padding-top: 20px;
    font-weight: bold;
    text-align: center;
  }
  .l-footer .l-footerLogo__title .l-footerLogo__title__corp {
    display: inline;
    line-height: inherit;
    font-size: 18px;
  }
  .l-footer .l-footerLogo__title .l-footerLogo__title__name {
    display: inline;
    line-height: inherit;
    font-size: 18px;
  }
  .l-footer .l-footerAddress {
    margin: 30px 0 0 0;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .l-footer .l-footerAddress .l-footerAddress__tel {
    margin-top: 0;
  }
  .l-footer .l-footerMenu {
    display: block;
    padding-top: 30px;
    border-top: 1px solid #212121;
  }
  .l-footer .l-footerMenu .l-footerMenu__item {
    padding: 0;
    border: 0;
  }
  .l-footer .l-footerMenu .l-footerMenu__item + .l-footerMenu__item {
    margin-top: 5px;
  }
  .l-footer .l-footerMenu .l-footerMenu__link {
    display: block;
    font-size: 18px;
    font-weight: 500;
  }
  .l-footer .l-footerCopyright {
    margin-top: 26px;
  }
}
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 110px;
  background-color: #f5f5f5;
  z-index: 999;
}
.l-header .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
}
.l-header .l-headerLogo .l-headerLogo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 21px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #212121;
}
.l-header .l-headerLogo .l-headerLogo__image {
  width: 100px;
}
.l-header .l-headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header .l-headerMenu .l-headerMenu__item {
  padding: 0 13px;
  border-left: 1px solid #212121;
  border-right: 1px solid #212121;
}
.l-header .l-headerMenu .l-headerMenu__item:first-child {
  padding-left: 0;
  border-left: 0;
}
.l-header .l-headerMenu .l-headerMenu__item:last-child {
  padding-right: 0;
  border-right: 0;
}
.l-header .l-headerMenu .l-headerMenu__item__link {
  display: block;
  padding: 4px 0;
  color: #212121;
  font-weight: bold;
  font-size: clamp(10px, 1.25vw, 18px);
  line-height: 1;
}
.l-header .l-headerHumbButton {
  display: none;
}
.l-header .l-headerHumbGnav {
  padding: 0;
  width: 100%;
  height: 0;
  background-color: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .l-header {
    min-height: 80px;
  }
  .l-header .l-header__inner {
    padding: 21px 20px 22px;
  }
  .l-header .l-headerLogo .l-headerLogo__image {
    width: 106px;
  }
  .l-header .l-headerLogo .l-headerLogo__title__corp {
    font-size: 10px;
  }
  .l-header .l-headerLogo .l-headerLogo__title__name {
    font-size: 18px;
  }
  .l-header .l-headerHumbButton {
    display: block;
  }
  .l-header .l-headerGnav {
    display: none;
  }
  .l-header .l-headerHumbButton {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
  }
  .l-header .l-headerHumbButton::before, .l-header .l-headerHumbButton::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #212121;
  }
  .l-header .l-headerHumbButton::before {
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header .l-headerHumbButton::after {
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header .l-headerHumbButton .l-headerHumbButton__line {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #212121;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header .l-headerHumbGnav {
    padding: 0;
    width: 100%;
    height: 0;
    background-color: #f5f5f5;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-header .l-headerHumbMenu__link {
    display: block;
    padding: 15px 0;
    color: #212121;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 1;
  }
  .l-header .l-headerHumbOverlay {
    position: fixed;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
  }
  body:has(.is-open.l-header) {
    position: fixed;
    width: 100%;
  }
  .is-open.l-header .l-headerHumbButton {
    display: block;
    background-color: #f5f5f5;
  }
  .is-open.l-header .l-headerHumbButton::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .is-open.l-header .l-headerHumbButton::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .is-open.l-header .l-headerHumbButton .l-headerHumbButton__line {
    display: none;
  }
  .is-open .l-headerHumbGnav {
    padding: 73px 92px;
    height: 704px;
    opacity: 1;
    visibility: visible;
  }
  .is-open .l-headerHumbOverlay {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
.l-main {
  padding-top: 110px;
}

@media (max-width: 768px) {
  .l-main {
    padding-top: 80px;
  }
}
.l-floatingArea {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.c-toTopButton {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  background-color: #0054A7;
  border: 1px solid #f5f5f5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.is-show.c-toTopButton {
  opacity: 1;
  visibility: visible;
}

.c-toTopButton::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-mainVisual {
  position: relative;
  width: 100%;
  height: 800px;
  padding-top: 344px;
  background-image: url("/wp-content/themes/gensai/img/mainVisual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.p-mainVisual::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0054A7;
  opacity: 0.5;
}
.p-mainVisual .p-mainVisual__title {
  position: absolute;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 70px;
  letter-spacing: 0.8rem;
  z-index: 2;
}

@media (max-width: 768px) {
  .p-mainVisual {
    width: 100%;
    height: 200px;
    padding-top: 76px;
    background-position: center;
  }
  .p-mainVisual .p-mainVisual__title {
    padding-left: 21px;
    text-align: left;
    font-size: 30px;
  }
}
@media (min-width: 769px) {
  .u-mtPc20 {
    margin-top: 20px !important;
  }
  .u-mtPc40 {
    margin-top: 40px !important;
  }
  .u-mtPc60 {
    margin-top: 60px !important;
  }
  .u-mtPc80 {
    margin-top: 80px !important;
  }
  .u-mtPc100 {
    margin-top: 100px !important;
  }
  .u-mtPc120 {
    margin-top: 120px !important;
  }
  .u-mtPc140 {
    margin-top: 140px !important;
  }
  .u-mtPc160 {
    margin-top: 160px !important;
  }
  .u-mtPc90 {
    margin-top: 90px !important;
  }
  .u-fzPc10 {
    font-size: 10px !important;
  }
  .u-fzPc12 {
    font-size: 12px !important;
  }
  .u-fzPc14 {
    font-size: 14px !important;
  }
  .u-fzPc16 {
    font-size: 16px !important;
  }
  .u-fzPc18 {
    font-size: 18px !important;
  }
  .u-fzPc20 {
    font-size: 20px !important;
  }
  .u-fzPc22 {
    font-size: 22px !important;
  }
  .u-fzPc24 {
    font-size: 24px !important;
  }
  .u-fzPc26 {
    font-size: 26px !important;
  }
  .u-fzPc28 {
    font-size: 28px !important;
  }
  .u-fzPc30 {
    font-size: 30px !important;
  }
  .u-fzPc32 {
    font-size: 32px !important;
  }
  .u-fzPc34 {
    font-size: 34px !important;
  }
  .u-fzPc36 {
    font-size: 36px !important;
  }
  .u-fzPc38 {
    font-size: 38px !important;
  }
  .u-fzPc40 {
    font-size: 40px !important;
  }
  .u-fzPc42 {
    font-size: 42px !important;
  }
  .u-fzPc44 {
    font-size: 44px !important;
  }
  .u-fzPc46 {
    font-size: 46px !important;
  }
  .u-fzPc48 {
    font-size: 48px !important;
  }
  .u-fzPc50 {
    font-size: 50px !important;
  }
  .u-fzPc52 {
    font-size: 52px !important;
  }
  .u-fzPc54 {
    font-size: 54px !important;
  }
  .u-fzPc56 {
    font-size: 56px !important;
  }
  .u-fzPc58 {
    font-size: 58px !important;
  }
  .u-fzPc60 {
    font-size: 60px !important;
  }
  .u-fzPc72 {
    font-size: 72px !important;
  }
  .u-fzPc74 {
    font-size: 74px !important;
  }
  .u-fzPc76 {
    font-size: 76px !important;
  }
  .u-fzPc78 {
    font-size: 78px !important;
  }
  .u-fzPc80 {
    font-size: 80px !important;
  }
}
@media (max-width: 768px) {
  .u-mtSp20 {
    margin-top: 20px !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
  }
  .u-fzSp10 {
    font-size: 10px !important;
  }
  .u-fzSp12 {
    font-size: 12px !important;
  }
  .u-fzSp14 {
    font-size: 14px !important;
  }
  .u-fzSp16 {
    font-size: 16px !important;
  }
  .u-fzSp18 {
    font-size: 18px !important;
  }
  .u-fzSp20 {
    font-size: 20px !important;
  }
  .u-fzSp22 {
    font-size: 22px !important;
  }
  .u-fzSp24 {
    font-size: 24px !important;
  }
  .u-fzSp26 {
    font-size: 26px !important;
  }
  .u-fzSp28 {
    font-size: 28px !important;
  }
  .u-fzSp30 {
    font-size: 30px !important;
  }
  .u-fzSp32 {
    font-size: 32px !important;
  }
  .u-fzSp34 {
    font-size: 34px !important;
  }
  .u-fzSp36 {
    font-size: 36px !important;
  }
  .u-fzSp38 {
    font-size: 38px !important;
  }
  .u-fzSp40 {
    font-size: 40px !important;
  }
  .u-fzSp42 {
    font-size: 42px !important;
  }
  .u-fzSp44 {
    font-size: 44px !important;
  }
  .u-fzSp46 {
    font-size: 46px !important;
  }
  .u-fzSp48 {
    font-size: 48px !important;
  }
  .u-fzSp50 {
    font-size: 50px !important;
  }
  .u-fzSp52 {
    font-size: 52px !important;
  }
  .u-fzSp54 {
    font-size: 54px !important;
  }
  .u-fzSp56 {
    font-size: 56px !important;
  }
  .u-fzSp58 {
    font-size: 58px !important;
  }
  .u-fzSp60 {
    font-size: 60px !important;
  }
  .u-fzSp72 {
    font-size: 72px !important;
  }
  .u-fzSp74 {
    font-size: 74px !important;
  }
  .u-fzSp76 {
    font-size: 76px !important;
  }
  .u-fzSp78 {
    font-size: 78px !important;
  }
  .u-fzSp80 {
    font-size: 80px !important;
  }
}
.u-tcWhite {
  color: #fff !important;
}

.u-tcBlack {
  color: #212121 !important;
}

.u-tac {
  text-align: center !important;
}

.u-lttrs {
  letter-spacing: 0.1em;
}

.u-lttrs--en {
  letter-spacing: 0.05em;
}

.u-bgcBlue {
  background-color: var(--corpColor) !important;
}

.u-punchOut {
  width: 100vw !important;
  margin: 0 calc(50% - 50vw) !important;
}

.u-breakSp {
  display: none;
}

@media (max-width: 768px) {
  .u-breakPc {
    display: none;
  }
  .u-breakSp {
    display: block;
  }
}
.p-contact {
  padding: 120px 0 100px;
  margin: 0 auto;
  background-color: #F7F6F5;
}

.p-contact__lead {
  font-size: 18px;
  color: #4D3B3B;
  margin: 240px auto 64px;
  text-align: center;
  line-height: 1.35;
}
.p-contact__lead .p-contact__lead__text {
  display: inline-block;
}

.p-contact__completionText {
  margin-top: 250px;
}

.p-contact__completionText--top {
  margin-bottom: 280px;
}

.p-contact__form {
  max-width: 1240px;
  padding: 0 140px;
  margin: 0 auto;
}

.p-contact__formItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  border-top: #4D3B3B solid 1px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-contact__formItem .p-contact__formTitle {
  display: inline-block;
  width: 38%;
  padding: 10px 10px 0 0;
}
.p-contact__formItem .p-contact__formText {
  width: 60%;
}
.p-contact__formItem .p-contact__formText .p-contact__input {
  width: 100%;
  padding: 10px 5px;
  border: 1px #4D3B3B solid;
  border-radius: 6px;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact__formItem .p-contact__formText .p-contact__select {
  width: 100%;
  background-color: transparent;
  padding: 10px 5px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
  color: #000000;
  position: relative;
}
.p-contact__formItem .p-contact__formText .p-contact__textarea {
  width: 100%;
  height: 400px;
  padding: 10px 5px;
  border: 1px #4D3B3B solid;
  border-radius: 6px;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact__formItem .p-contact__selectWrap {
  border: 1px #4D3B3B solid;
  border-radius: 6px;
  background-color: #ffffff;
}
.p-contact__formItem .p-contact__selectWrap::after {
  position: absolute;
  content: "";
  right: 28px;
  top: 40px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #4D3B3B #4D3B3B;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-contact__formItem .p-contact__selectWrap.p-contact__selectWrap--confirm::after {
  display: none;
}

.p-contact__formItem:last-of-type {
  border-bottom: #4D3B3B solid 1px;
}

.p-contact__privacy {
  text-align: center;
  margin-top: 80px;
}
.p-contact__privacy .p-contact__privacyText {
  line-height: 1.35;
}
.p-contact__privacy .p-contact__privacyUrl {
  margin: 10px 0 20px;
}
.p-contact__privacy .p-contact__privacyUrl .p-contact__privacyUrl__link {
  text-decoration: underline;
  color: blue;
}

.p-contact__submit {
  display: block;
  color: #FFFFFF;
  margin: 82px auto 134px;
  font-size: 24px;
  width: 194px;
  height: 41px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  background-color: #0054A7;
}

.p-contact__privacyAgree--inner {
  margin: 75px 0px auto;
  padding: 17px;
  border: 1px solid #BDBDBD;
}
.p-contact__privacyAgree--inner .p-contact__privacyAgree--item {
  width: 100%;
  height: 220px;
  padding: 54px 16px;
  text-align: left;
  background-color: #FFFFFF;
  overflow-y: scroll;
}
.p-contact__privacyAgree--inner .p-contact__privacyAgree--item .p-contact__privacyAgree--content {
  margin-bottom: 25px;
}
.p-contact__privacyAgree--inner .p-contact__privacyAgree--item .p-contact__privacyAgree--content:nth-child(2) {
  padding-bottom: 24px;
}

.p-contact__privacyAgree--alert .p-contact__privacyAgree--text {
  margin: 78px auto 62px;
  text-align: center;
  font-size: 16px;
}

.p-contact__privacyAgree--check {
  text-align: center;
}
.p-contact__privacyAgree--check #form_privacy {
  width: 25px;
  height: 25px;
  vertical-align: sub;
}
.p-contact__privacyAgree--check .p-contact__agree {
  font-size: 24px;
}

.p-contact__submit.p-contact__submit--disable {
  color: #FFFFFF;
  background-color: #212121;
  opacity: 30%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.is-error {
  color: #FF0000;
  padding-top: 10px;
  display: block;
}

@media (max-width: 768px) {
  .p-contact {
    padding: 120px 0 60px;
  }
  .p-contact__lead {
    font-size: 14px;
    margin: 80px auto 64px;
  }
  .p-contact__completionText {
    margin-top: 85px;
  }
  .p-contact__completionText--top {
    margin-bottom: 95px;
  }
  .p-contact__form {
    max-width: 500px;
    padding: 0 15px;
    font-size: 14px;
  }
  .p-contact__formItem {
    display: block;
    padding: 30px 0;
  }
  .p-contact__formItem .p-contact__formTitle {
    width: 100%;
    padding: 0 0 10px;
  }
  .p-contact__formItem .p-contact__formText {
    width: 97%;
  }
  .p-contact__formItem .p-contact__formText .p-contact__textarea {
    height: 322px;
  }
  .p-contact__formItem .p-contact__selectWrap::after {
    top: 65px;
  }
  .p-contact__privacy {
    margin-top: 40px;
  }
  .p-contact__submit {
    display: block;
    color: #FFFFFF;
    margin: 60px auto 112px;
    font-size: 16px;
    width: 154px;
    height: 42px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    background-color: #0054A7;
  }
  .p-contact__privacyAgree {
    margin-top: 80px;
  }
  .p-contact__privacyAgree .p-contact__privacyAgree--inner {
    padding: 16px 10px;
  }
  .p-contact__privacyAgree .p-contact__privacyAgree--inner .p-contact__privacyAgree--item {
    padding: 20px 17px;
  }
  .p-contact__privacyAgree .p-contact__privacyAgree--inner .p-contact__privacyAgree--item .p-contact__privacyAgree--content:first-child {
    text-align: center;
  }
  .p-contact__privacyAgree .p-contact__privacyAgree--inner .p-contact__privacyAgree--item .p-contact__privacyAgree--content:nth-child(2) {
    text-align: center;
  }
  .p-contact__privacyAgree .p-contact__privacyAgree--alert .p-contact__privacyAgree--text {
    margin-top: 56px;
    font-size: 14px;
  }
  .p-contact__privacyAgree .p-contact__privacyAgree--check {
    text-align: center;
  }
  .p-contact__privacyAgree .p-contact__privacyAgree--check #form_privacy {
    width: 12px;
    height: 12px;
    vertical-align: middle;
  }
  .p-contact__privacyAgree .p-contact__privacyAgree--check .p-contact__agree {
    font-size: 12px;
  }
  .p-contact__privacyAgree .p-contact__submit {
    margin: 40px auto 0;
    font-size: 16px;
    width: 200px;
    height: 40px;
  }
}